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

1 2 3

  /cts/tests/tests/content/src/android/content/res/cts/
RawResourceTest.java 47 int curIndex = 0;
50 assertEquals("At index " + curIndex
51 + " expected " + expectedString.charAt(curIndex)
53 buffer[i], expectedString.charAt(curIndex));
54 curIndex++;
ResourcesTest.java 769 int curIndex = 0;
772 assertEquals("At index " + curIndex
773 + " expected " + expectedString.charAt(curIndex)
775 buffer[i], expectedString.charAt(curIndex));
776 curIndex++;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
AssetTest.java 40 int curIndex = 0;
43 assertEquals("At index " + curIndex
44 + " expected " + expectedString.charAt(curIndex)
46 buffer[i], expectedString.charAt(curIndex));
47 curIndex++;
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 130 int curIndex = cursor - 1;
145 if (i == curIndex) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
BerTlv.java 79 int curIndex = 0;
86 tag = data[curIndex++] & 0xff;
89 int temp = data[curIndex++] & 0xff;
93 temp = data[curIndex++] & 0xff;
98 " curIndex=" + curIndex + " endIndex=" + endIndex);
106 " byte= " + Integer.toHexString(temp) + " curIndex=" + curIndex +
112 curIndex = 0;
118 " curIndex=" + curIndex + " endIndex=" + endIndex)
    [all...]
ComprehensionTlv.java 116 int curIndex = startIndex;
123 int temp = data[curIndex++] & 0xff;
129 ", startIndex=" + startIndex + " curIndex=" + curIndex +
136 tag = ((data[curIndex] & 0xff) << 8)
137 | (data[curIndex + 1] & 0xff);
140 curIndex += 2;
152 temp = data[curIndex++] & 0xff;
156 length = data[curIndex++] & 0xff;
161 " startIndex=" + startIndex + " curIndex=" + curIndex
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeCompressor.java 373 int curIndex = -1;
547 curIndex = makeIndex(curUC);
548 fIndexCount[curIndex]++;
562 if((fIndexCount[curIndex] > 1) ||
563 (curIndex == makeIndex(nextUC)
564 && curIndex == makeIndex(forwardUC))) {
575 byteBuffer[bytePos++] = (byte) curIndex;
577 (curUC - sOffsetTable[curIndex]
580 fOffsets[whichWindow] = sOffsetTable[curIndex];
743 curIndex = makeIndex(curUC)
    [all...]
  /packages/apps/SecureElement/src/com/android/se/security/gpac/
BerTlv.java 82 int curIndex = startIndex;
86 if (curIndex < data.length) {
87 int temp = data[curIndex++] & 0xff;
91 if (curIndex < data.length) {
92 tag = ((temp & 0xff) << 8) | (data[curIndex++] & 0xff);
95 "Index " + curIndex + " out of range! [0..[" + data.length);
104 throw new ParserException("Index " + curIndex + " out of range! [0..[" + data.length);
109 if (curIndex < data.length) {
110 int temp = data[curIndex++] & 0xff;
114 if (curIndex < data.length)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeCompressor.java 376 int curIndex = -1;
550 curIndex = makeIndex(curUC);
551 fIndexCount[curIndex]++;
565 if((fIndexCount[curIndex] > 1) ||
566 (curIndex == makeIndex(nextUC)
567 && curIndex == makeIndex(forwardUC))) {
578 byteBuffer[bytePos++] = (byte) curIndex;
580 (curUC - sOffsetTable[curIndex]
583 fOffsets[whichWindow] = sOffsetTable[curIndex];
746 curIndex = makeIndex(curUC)
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVelocityTracker.java 19 private int curIndex = 0;
38 curIndex = 0;
60 curIndex = (curIndex + 1) % HISTORY_SIZE;
61 movements[curIndex].set(event);
74 Movement newestMovement = movements[curIndex];
84 int oldestIndex = curIndex;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
DisplayDensityUtils.java 118 int curIndex = 0;
126 currentDensityIndex = curIndex;
128 entries[curIndex] = res.getString(SUMMARIES_SMALLER[i]);
129 values[curIndex] = density;
130 curIndex++;
135 currentDensityIndex = curIndex;
137 values[curIndex] = defaultDensity;
138 entries[curIndex] = res.getString(SUMMARY_DEFAULT);
139 curIndex++;
147 currentDensityIndex = curIndex;
    [all...]
  /external/icu/icu4c/source/test/intltest/
plurults.cpp 270 int32_t curIndex=0;
273 while (curIndex < testSource[i]) {
274 result[curIndex++]=0x6F; //'o' other
276 result[curIndex++]=0x61; // 'a'
279 *max=curIndex;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 270 deUint32 curIndex = 0;
283 addIndex(curIndex++);
298 deUint32 curIndex = 0;
319 addIndex(curIndex++);
335 deUint32 curIndex = 0;
350 addIndex(curIndex++);
365 deUint32 curIndex = 0;
381 addIndex(curIndex++);
391 addIndex(curIndex++);
407 deUint32 curIndex = 0
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule.cpp     [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/robolectric/v1/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 

Completed in 1543 milliseconds

1 2 3