/hardware/ti/omap4-aah/camera/ |
BufferSourceAdapter.cpp | 203 char id1[OP_STR_SIZE], id2[OP_STR_SIZE]; local 212 ret = extendedOps()->get_id(source, id2, sizeof(id2)); 217 if ((0 >= strlen(id1)) || (0 >= strlen(id2))) { 218 CAMHAL_LOGE("Cannot set ST without name: id1:\"%s\" id2:\"%s\"", 219 id1, id2); 222 if (0 == strcmp(id1, id2)) {
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftmac.c | 200 ATSFontRef id2 = ats_font_id - 1; local 204 while ( id2 > 0 ) 206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) 211 id2 --; 213 *face_index = ats_font_id - ( id2 + 1 ); [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftmac.c | 200 ATSFontRef id2 = ats_font_id - 1; local 204 while ( id2 > 0 ) 206 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) 211 id2 --; 213 *face_index = ats_font_id - ( id2 + 1 ); [all...] |
/frameworks/support/compat/java/android/support/v4/view/ |
GestureDetectorCompat.java | 275 final int id2 = ev.getPointerId(i); local 276 final float x = x1 * VelocityTrackerCompat.getXVelocity(mVelocityTracker, id2); 277 final float y = y1 * VelocityTrackerCompat.getYVelocity(mVelocityTracker, id2);
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 114 String id2 = message2.getMessageId(); local 116 assertNotNull(id2); 117 assertFalse("Message-ID should be unique", id1.equals(id2));
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsDatabaseHelperTest.java | 148 final long id2 = ContactsDatabaseHelper.insertWithOneArgAndReturnId(mDb, insert, "value2"); local 149 MoreAsserts.assertNotEqual(-1, id2); 152 assertEquals(id2, ContactsDatabaseHelper.queryIdWithOneArg(mDb, query, "value2"));
|
BaseContactsProvider2Test.java | 810 long id2 = o2.getAsLong(ContactsContract.Data._ID); local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/ |
ftmac.c | 337 ATSFontRef id2 = ats_font_id - 1; local 341 while ( id2 > 0 ) 343 if ( noErr != FT_ATSFontGetFileReference( id2, &ref2 ) ) 348 id2--; 350 *face_index = ats_font_id - ( id2 + 1 ); [all...] |
/frameworks/base/core/java/android/view/ |
GestureDetector.java | 542 final int id2 = ev.getPointerId(i); local 543 final float x = x1 * mVelocityTracker.getXVelocity(id2); 544 final float y = y1 * mVelocityTracker.getYVelocity(id2);
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlertServiceTest.java | 475 int id2 = at.addAlertRow(2, SCHEDULED, ACCEPTED, 0, createTimeInMillis(2, 0), local 490 new int[] {id3, id2, id1}, PRIORITY_MIN); 503 new int[] {id6, id4, id3, id2, id1}, PRIORITY_MIN); 512 new int[] {id8, id7, id6, id5, id4, id3, id2, id1}, PRIORITY_MIN); 547 int id2 = at.addAlertRow(2, SCHEDULED, ACCEPTED, 0, createTimeInMillis(2, 0), local 562 new int[] {id3, id2, id1}, PRIORITY_MIN); 575 new int[] {id9, id8, id3, id2, id1}, PRIORITY_MIN); 640 int id2 = at.addAlertRow(2, SCHEDULED, ACCEPTED, 1, allDayStart, local 654 ntm.expectTestNotification(3, id2, PRIORITY_HIGH); 668 ntm.expectTestNotification(4, id2, PRIORITY_DEFAULT) [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 1305 unsigned int id2 = _hb_glyph_info_get_lig_id (&buffer->info[j]); local [all...] |
/external/icu/icu4c/source/test/intltest/ |
tztest.cpp | 532 const UnicodeString *id1, *id2; local 614 while ((id2 = canonical->snext(ec)) != NULL) { 615 if (*id1 == *id2) { 732 const UnicodeString *id1, *id2; local 736 while ((id2 = s2->snext(ec)) != NULL) { 740 if (*id1 == *id2) { 747 + *id2 + " in " + name2); 1748 const UnicodeString* id2 = s2->snext(ec); local [all...] |
transtst.cpp | 224 UnicodeString id2 = Transliterator::getAvailableID(i); local 230 if (id != id2) { [all...] |
/frameworks/base/services/core/java/com/android/server/ |
NsdService.java | 498 int id2 = getUniqueId(); local 499 if (getAddrInfo(id2, cooked[3])) { 500 storeRequestMap(clientId, id2, clientInfo, NsdManager.RESOLVE_SERVICE); [all...] |
/art/tools/dmtracedump/ |
tracedump.cc | 809 int64_t id2 = ((const MethodEntry*) meth2)->methodId; local 810 if (id1 < id2) return -1; 811 if (id1 > id2) return 1; [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 376 String id2 = ImapStore.getImapId(mTestContext, "user2", "host-name", capabilities); local 380 String uid2 = tokenizeImapId(id2).get("AGUID"); [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
pe-dll.c | 1878 asection *id2, *id5, *id4; local 2432 asection *id2; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | 4417 unsigned int id1, id2; local [all...] |
/frameworks/native/services/inputflinger/ |
InputReader.cpp | 5712 uint32_t id2 = idBits.firstMarkedBit(); local [all...] |
/external/valgrind/helgrind/ |
libhb_core.c | 2048 ThrID id2 = *(const ThrID*)v2; local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elfxx-mips.c | 639 unsigned long id2; /* Always two? */ member in struct:__anon74958 649 bfd_byte id2[4]; member in struct:__anon74959 [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/ |
lint-22.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/ |
lint-22.4.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/ |
lint-22.4.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/ |
lint-22.5.0.jar | |