Searched refs:index (Results 251 - 275 of 1308) sorted by last modified time

<<11121314151617181920>>

/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.cpp218 jlong JNIHelper::getLongArrayField(jobject obj, const char *name, int index) argument
235 THROW(*this, "Error in accessing index element");
239 jlong value = elem[index];
260 THROW(*this, "Error in accessing index element");
268 jlong JNIHelper::getStaticLongArrayField(jobject obj, const char *name, int index) argument
271 return getStaticLongArrayField(cls, name, index);
274 jlong JNIHelper::getStaticLongArrayField(jclass cls, const char *name, int index) argument
285 THROW(*this, "Error in accessing index element");
289 jlong value = elem[index];
295 int index)
294 getObjectArrayField(jobject obj, const char *name, const char *type, int index) argument
443 setLongArrayElement(jobject obj, const char *name, int index, jlong value) argument
621 getObjectArrayElement(jobjectArray array, int index) argument
626 getObjectArrayElement(jobject array, int index) argument
661 setObjectArrayElement(jobjectArray array, int index, jobject obj) argument
[all...]
H A Djni_helper.h86 jlong getLongArrayField(jobject obj, const char *name, int index);
88 jobject obj, const char *name, const char *type, int index);
95 void setLongArrayElement(jobject obj, const char *name, int index, jlong value);
109 jlong getStaticLongArrayField(jobject obj, const char *name, int index);
110 jlong getStaticLongArrayField(jclass cls, const char *name, int index);
115 JNIObject<jobject> getObjectArrayElement(jobjectArray array, int index);
116 JNIObject<jobject> getObjectArrayElement(jobject array, int index);
123 void setObjectArrayElement(jobjectArray array, int index, jobject obj);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiLastResortWatchdogTest.java63 for (int index = 0; index < ssids.length; index++) {
64 String ssid = ssids[index].replaceAll("^\"+", "").replaceAll("\"+$", "");
66 bssids[index], caps[index], levels[index], frequencies[index], timeStamp,
69 if (!isEphemeral[index]) {
87 for (int index
[all...]
H A DWifiQualifiedNetworkSelectorTest.java106 for (int index = 0; index < ssids.length; index++) {
107 ScanDetail scanDetail = new ScanDetail(WifiSsid.createFromAsciiEncoded(ssids[index]),
108 bssids[index], caps[index], levels[index], frequencies[index], timeStamp, 0);
198 for (int index = 0; index < ssi
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java135 /** The index of the currently viewed photo */
279 // We allow specifying the current photo by either index or uri.
283 // by index is offered as a convenience.
598 int index = 0;
620 mCurrentPhotoIndex = index;
623 index++;
643 // Use an index of 0 if the index wasn't specified or couldn't be found
855 * @param position the index in the album of the currently active photo
932 protected void setPhotoIndex(int index) { argument
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java207 protected String makeFragmentName(int viewId, int index) { argument
208 if (moveCursorTo(index)) {
211 return super.makeFragmentName(viewId, index);
H A DBaseFragmentPagerAdapter.java170 protected String makeFragmentName(int viewId, int index) { argument
171 return "android:switcher:" + viewId + ":" + index;
H A DPhotoPagerAdapter.java92 int index = newCursor.getColumnIndex(column);
93 if (index != -1) {
94 mColumnIndices.put(column, index);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java49 To be safe, we will always advance to some index-4, so we'll need 4 more for the +8
198 private static boolean has(final InputStreamBuffer jpeg, final long byteSize, final int index) { argument
200 return index < byteSize;
202 // For large values of index, this will cause the internal buffer to resize.
203 return jpeg.has(index);
H A DInputStreamBuffer.java32 * say you have a loop that reads bytes from index <code>0</code> to <code>10</code>,
33 * skips to index <code>N</code>, reads from index <code>N</code> to <code>N+10</code>, etc. Then
39 * helps to keep the internal buffer small. In the above example, after reading bytes from index
41 * buffer becomes filled with bytes from index <code>N</code> to <code>N+10</code>.
45 * index, then you should set the <code>autoAdvance</code> parameter to <code>true</code> in the
48 * <code>autoAdvance</code> is enabled, every time an index is beyond the buffer length,
49 * the buffer will be shifted forward such that the index requested becomes the first element in
53 * All public methods with parameter <code>index</code> are absolute indexed. The index i
129 get(final int index) argument
159 has(final int index) argument
187 advanceTo(final int index) argument
261 fill(final int index) argument
[all...]
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DDividerItemDecoration.java128 final int index = holder.getLayoutPosition();
137 } else if (mDividerCondition == DIVIDER_CONDITION_BOTH || index == lastItemIndex) {
145 // Require permission from index below to draw the divider.
146 if (index < lastItemIndex) {
148 parent.findViewHolderForLayoutPosition(index + 1);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java79 public void addView(View child, int index, ViewGroup.LayoutParams params) { argument
80 mContainer.addView(child, index, params);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java499 int index = result.toLowerCase().indexOf(constraint.toLowerCase());
500 if (index != -1) {
506 index, index + constraint.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
H A DRecipientEditTextView.java1959 int index = trimmedDisplayText.indexOf(",");
1961 && index < trimmedDisplayText.length() - 1 ? (String) mTokenizer
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerPalette.java147 private void setSwatchDescription(int rowNumber, int index, int rowElements, boolean selected, argument
150 if (contentDescriptions != null && contentDescriptions.length > index) {
151 description = contentDescriptions[index];
156 accessibilityIndex = index + 1;
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java779 final int index = ((day - 1) + findDayOffset());
780 final int row = (index / mNumDays);
781 final int column = (index % mNumDays);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialPickerLayout.java238 private void setItem(int index, int value) { argument
239 if (index == HOUR_INDEX) {
244 } else if (index == MINUTE_INDEX) {
296 private void setValueForItem(int index, int value) { argument
297 if (index == HOUR_INDEX) {
299 } else if (index == MINUTE_INDEX){
301 } else if (index == AMPM_INDEX) {
522 public void setCurrentItemShowing(int index, boolean animate) { argument
523 if (index != HOUR_INDEX && index !
[all...]
H A DTimePickerDialog.java63 // NOT a real index for the purpose of what's showing.
65 // Also NOT a real index, just used for keyboard mode.
448 private void setCurrentItemShowing(int index, boolean animateCircle, boolean delayLabelAnimate, argument
450 mTimePicker.setCurrentItemShowing(index, animateCircle);
453 if (index == HOUR_INDEX) {
472 int hourColor = (index == HOUR_INDEX)? mSelectedColor : mUnselectedColor;
473 int minuteColor = (index == MINUTE_INDEX)? mSelectedColor : mUnselectedColor;
/frameworks/native/cmds/installd/
H A Dotapreopt.cpp190 size_t index = 0; local
191 while (index < ARRAY_SIZE(package_parameters_) &&
192 argv[index + 1] != nullptr) {
193 package_parameters_[index] = argv[index + 1];
194 index++;
196 if (index != ARRAY_SIZE(package_parameters_)) {
/frameworks/native/docs/
H A DMakefile13 rm -f jd/index.jd
/frameworks/native/include/gui/
H A DBufferQueueCore.h42 #define ATRACE_BUFFER_INDEX(index) \
46 mCore->mConsumerName.string(), (index)); \
188 // allocated for a slot when requestBuffer is called with that slot's index.
/frameworks/native/include/input/
H A DInputTransport.h105 uint32_t index = (action & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) local
107 return pointers[index].properties.id;
410 const History* getHistory(size_t index) const {
411 return &history[(historyCurrent + index) & 1];
H A DVelocityTracker.h185 float chooseWeight(uint32_t index) const;

Completed in 4105 milliseconds

<<11121314151617181920>>