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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodetype_db.h 663 static unsigned char index2[] = { variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodetype_db.h 663 static unsigned char index2[] = { variable
    [all...]
  /art/compiler/utils/
string_reference_test.cc 101 for (size_t index2 = 0; index2 != arraysize(kDexFile2Strings); ++index2) {
103 StringReference sr2(dex_file2.get(), dex::StringIndex(index2));
104 EXPECT_EQ(expectedCmp12[index1][index2], cmp(sr1, sr2)) << index1 << " " << index2; local
105 EXPECT_EQ(expectedCmp21[index2][index1], cmp(sr2, sr1)) << index1 << " " << index2; local
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.cpp 109 unsigned index2 = (unsigned)subStream; local
112 if (index2 < Sizes.Size())
114 *value = Sizes[index2];
  /external/libexif/libexif/pentax/
mnote-pentax-entry.c 271 int index1, index2; member in struct:__anon23164::__anon23165
379 for (j = 0; items2[i].elem[j].string && ((items2[i].elem[j].index2 < vs2)
380 || ((items2[i].elem[j].index2 == vs2) && (items2[i].elem[j].index1 < vs))); j++);
381 if ((items2[i].elem[j].index1 != vs) || (items2[i].elem[j].index2 != vs2)) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 237 int index2 = ((DOMOrder) node2).getUid(); local
239 return index1 <= index2;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 74 int index2 = item2.type.getIndex(); local
76 if (index1 < index2) {
78 } else if (index1 > index2) {
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 72 int index2 = item2.type.getIndex(); local
74 if (index1 < index2) {
76 } else if (index1 > index2) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata_db.h 1183 static unsigned short index2[] = { variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata_db.h 1183 static unsigned short index2[] = { variable
    [all...]
  /external/icu/icu4c/source/common/
utrie2_impl.h 146 int32_t index2[UNEWTRIE2_MAX_INDEX_2_LENGTH]; member in struct:UNewTrie2
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 108 int target, index2; local
156 index2 = (index & ~3) + 4;
157 target = index + ci.s32bitAt(index2);
160 int npairs = ci.s32bitAt(index2 + 4);
161 index2 += 12;
163 target = index + ci.s32bitAt(index2);
166 index2 += 8;
170 int low = ci.s32bitAt(index2 + 4);
171 int high = ci.s32bitAt(index2 + 8);
173 index2 += 12
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1afm.c 92 FT_ULong index1 = KERN_INDEX( pair1->index1, pair1->index2 );
93 FT_ULong index2 = KERN_INDEX( pair2->index1, pair2->index2 ); local
96 if ( index1 > index2 )
98 else if ( index1 < index2 )
203 kp->index2 = FT_Get_Char_Index( t1_face, p[1] );
337 midi = KERN_INDEX( mid->index1, mid->index2 );
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
GarageModeTest.java 46 final int index2 = garageMode.getGarageModeIndex(); local
48 assertEquals(1, index2 - index1);
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
ManyConstructorsTest.java 62 Foo index2 = factory.create("index", 2); local
63 assertEquals("index", index2.name);
64 assertEquals(2, index2.index.intValue());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
CompoundTransliteratorTest.java 148 Transliterator.Position index2 = new Transliterator.Position(1,3,2,3); local
150 ct1.transliterate(rsource3, index2);
151 ct1.finishTransliteration(rsource3, index2);
153 expectAux(ct1.getID() + ":String, index2(1,2,2,3)", s + "->" + rsource3, result.equals(expectedResult), expectedResult);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
CompoundTransliteratorTest.java 147 Transliterator.Position index2 = new Transliterator.Position(1,3,2,3); local
149 ct1.transliterate(rsource3, index2);
150 ct1.finishTransliteration(rsource3, index2);
152 expectAux(ct1.getID() + ":String, index2(1,2,2,3)", s + "->" + rsource3, result.equals(expectedResult), expectedResult);
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 208 int index2 = 0; local
214 while (index2 < length2 && field2[index2] == null) {
215 index2++;
218 boolean atEndOf2 = index2 >= length2;
225 } else if (!Arrays.equals(field1[index1], field2[index2])) {
230 index2++;
243 int index2 = 0; local
249 while (index2 < length2 && field2[index2] == null)
    [all...]
  /frameworks/av/media/libmediaplayerservice/tests/
DrmSessionManager_test.cpp 112 ssize_t index2 = map.indexOfKey(kTestPid2); local
113 ASSERT_GE(index2, 0);
114 const SessionInfos& infos2 = map[index2];
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 257 int index1 = -1, index2 = -1; local
259 (i < ARRAY_SIZE(sPcmFormatCompareTable)) && ((index1 == -1) || (index2 == -1));
265 index2 = i;
269 // format2 not found => index2 < 0 => format2 < format1
270 return index1 - index2;
  /frameworks/av/services/mediadrm/tests/
DrmSessionManager_test.cpp 108 ssize_t index2 = map.indexOfKey(kTestPid2); local
109 ASSERT_GE(index2, 0);
110 const SessionInfos& infos2 = map[index2];
  /frameworks/av/services/mediaresourcemanager/test/
ResourceManagerService_test.cpp 183 ssize_t index2 = map.indexOfKey(kTestPid2); local
184 ASSERT_GE(index2, 0);
185 const ResourceInfos &infos2 = map[index2];
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogGroupBuilder.java 202 int index2 = number2.indexOf('@'); local
205 if (index2 != -1) {
206 userinfo2 = number2.substring(0, index2);
207 rest2 = number2.substring(index2);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 168 int index2 = data.indexOf(',', index + 1); local
169 int length = Integer.parseInt(data.substring(index + 1, index2));
170 start = index2 + 1 + length;
171 property.value = data.substring(index2 + 1, index2 + 1 + length);
  /external/dng_sdk/source/
dng_pixel_buffer.cpp 177 uint32 index2; local
186 index2 = 2;
193 index2 = 1;
200 index2 = 1;
212 index2 = 2;
219 index2 = 0;
226 index2 = 0;
239 count2 = count [index2];
249 sStep2 = step [index2];
257 dStep2 = step [index2];
    [all...]

Completed in 1113 milliseconds

1 2 3 4 5 6 7 8 91011>>