HomeSort by relevance Sort by last modified time
    Searched defs:listIndex (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimPhoneBookTest.java 49 int adnIndex, listIndex = 0;
55 listIndex = adnIndex - 1; // listIndex is zero based.
56 originalAdn = adnRecordList.get(listIndex);
77 AdnRecord tmpAdn = adnRecordList.get(listIndex);
86 tmpAdn = adnRecordList.get(listIndex);
96 tmpAdn = adnRecordList.get(listIndex);
105 tmpAdn = adnRecordList.get(listIndex);
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
ClientAutofillDataBuilder.java 96 Integer listIndex = null;
106 listIndex = autofillValue.getListValue();
113 autofillOptions, listIndex);
119 @Nullable CharSequence[] autofillOptions, @Nullable Integer listIndex) {
135 if (autofillOptions != null && listIndex != null &&
136 autofillOptions.length > listIndex) {
140 textValue = autofillOptions[listIndex].toString();
  /device/google/contexthub/util/sensortest/
sensortest.cpp 26 int listIndex;
123 .listIndex = sensorIndex,
131 .listIndex = sensorIndex,
156 .listIndex = sensorIndex,
164 .listIndex = sensorIndex,
216 if (ASensorEventQueue_registerSensor(sensorEventQueue, mSensorList[mSensorConfigList[i].listIndex],
219 mSensorConfigList[i].listIndex, mSensorConfigList[i].rate,
244 ASensorEventQueue_disableSensor(sensorEventQueue, mSensorList[mSensorConfigList[configListIndex].listIndex]);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
BMPSet.java 381 int listIndex = 0;
385 start = list[listIndex++];
386 if (listIndex < listLength) {
387 limit = list[listIndex++];
407 start = list[listIndex++];
408 if (listIndex < listLength) {
409 limit = list[listIndex++];
453 start = list[listIndex++];
454 if (listIndex < listLength) {
455 limit = list[listIndex++]
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java 379 int listIndex = 0;
383 start = list[listIndex++];
384 if (listIndex < listLength) {
385 limit = list[listIndex++];
405 start = list[listIndex++];
406 if (listIndex < listLength) {
407 limit = list[listIndex++];
451 start = list[listIndex++];
452 if (listIndex < listLength) {
453 limit = list[listIndex++]
    [all...]
  /external/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.cpp 45 int listIndex;
104 listIndex = glGenLists(1);
105 glNewList(listIndex, GL_COMPILE);
128 glCallList(listIndex);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 74 int listIndex;
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 209 int listIndex = Util.indexOf(mSubList, list);
210 if (listIndex == -1) {
221 if (which == listIndex) {
  /external/autotest/frontend/client/src/autotest/moblab/
SuiteRunnerView.java 234 int listIndex = selectedIndex - 1;
235 if (listIndex == suiteNames.indexOf("faft_setup") ||
236 listIndex == suiteNames.indexOf("faft_bios") ||
237 listIndex == suiteNames.indexOf("faft_ec")) {
246 if (listIndex == suiteNames.indexOf("gts") ||
247 listIndex == suiteNames.indexOf("cts_N")) {
251 } else if(listIndex == suiteNames.indexOf("hardware_storagequal") ||
252 listIndex == suiteNames.indexOf("hardware_memoryqual")) {
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 92 int listIndex;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 95 int listIndex;
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 97 int listIndex;
  /external/swiftshader/src/OpenGL/libGL/
Context.h 711 GLuint getListIndex() {return listIndex;}
802 GLuint listIndex;
  /prebuilts/tools/common/fest/
fest-assert-1.2.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 

Completed in 380 milliseconds

1 2