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

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
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...]
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...]
  /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 593 int curIndex = 0;
596 assertEquals("At index " + curIndex
597 + " expected " + expectedString.charAt(curIndex)
599 buffer[i], expectedString.charAt(curIndex));
600 curIndex++;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
Grid.java 65 int curIndex = 0;
76 sib.put( (short) (curIndex++) );
77 sib.put( (short) (curIndex++) );
89 sib.put( (short) (curIndex++) );
90 sib.put( (short) (curIndex++) );
  /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 131 int curIndex = cursor - 1;
146 if (i == curIndex) {
  /external/icu4c/i18n/
plurrule.cpp 461 PluralRules::getNextLocale(const UnicodeString& localeData, int32_t* curIndex, UnicodeString& localeName) {
462 int32_t i=*curIndex;
478 *curIndex=i;
    [all...]
  /external/icu4c/i18n/unicode/
plurrule.h 379 void getNextLocale(const UnicodeString& localeData, int32_t* curIndex, UnicodeString& localeName);
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
ModelConverter.java 91 int curIndex = 0;
104 ib.put(curIndex + j, trimmedIndices[j]);
107 curIndex += group.numIndices;
  /external/icu4c/test/intltest/
plurults.cpp 234 int32_t curIndex=0;
237 while (curIndex < testSource[i]) {
238 result[curIndex++]=0x6F; //'o' other
240 result[curIndex++]=0x61; // 'a'
243 *max=curIndex;
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 826 int curIndex = mDropDownList.getSelectedItemPosition();
845 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
846 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
886 if (curIndex == lastItem) {
890 curIndex == firstItem) {
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
OBJLoader.java 79 protected int curIndex = 0;
174 curIndex = 0;
184 vert.index = curIndex++;
533 curIndex = 0;
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java 799 int curIndex = mDropDownList.getSelectedItemPosition();
818 if ((below && keyCode == KeyEvent.KEYCODE_DPAD_UP && curIndex <= firstItem) ||
819 (!below && keyCode == KeyEvent.KEYCODE_DPAD_DOWN && curIndex >= lastItem)) {
861 if (curIndex == lastItem) {
865 curIndex == firstItem) {
    [all...]
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.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/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 478 milliseconds

1 2