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

1 2 3 4 5 6 7

  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
lt.pass.cpp 28 std::thread::id id2 = std::this_thread::get_id(); local
33 assert(!(id0 == id2));
34 if (id0 < id2) {
35 assert( (id0 <= id2));
36 assert(!(id0 > id2));
37 assert(!(id0 >= id2));
39 assert(!(id0 <= id2));
40 assert( (id0 > id2));
41 assert( (id0 >= id2));
thread_id.pass.cpp 29 std::thread::id id2 = std::this_thread::get_id(); local
34 assert(h(id1) != h(id2));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
lt.pass.cpp 26 std::thread::id id2 = std::this_thread::get_id(); local
31 assert(!(id0 == id2));
32 if (id0 < id2) {
33 assert( (id0 <= id2));
34 assert(!(id0 > id2));
35 assert(!(id0 >= id2));
37 assert(!(id0 <= id2));
38 assert( (id0 > id2));
39 assert( (id0 >= id2));
thread_id.pass.cpp 27 std::thread::id id2 = std::this_thread::get_id(); local
30 assert(h(id1) != h(id2));
  /external/libcxx/test/std/localization/locales/locale/locale.types/locale.id/
id.pass.cpp 26 std::locale::id id2; variable
38 assert(id2.__get() == id+2);
39 assert(id2.__get() == id+2);
40 assert(id2.__get() == id+2);
47 assert(id2.__get() == id+2);
48 assert(id2.__get() == id+2);
49 assert(id2.__get() == id+2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.id/
id.pass.cpp 26 std::locale::id id2; variable
38 assert(id2.__get() == id+2);
39 assert(id2.__get() == id+2);
40 assert(id2.__get() == id+2);
47 assert(id2.__get() == id+2);
48 assert(id2.__get() == id+2);
49 assert(id2.__get() == id+2);
  /external/boringssl/src/crypto/rc4/
rc4.c 237 int id1, id2; local
244 id1 = id2 = 0;
249 id2 = (key[id1] + tmp + id2) & 0xff; \
252 d[(n)] = d[id2]; \
253 d[id2] = tmp; \
  /external/speex/libspeex/
filterbank.c 61 int id2; local
98 id2 = id1+1;
101 bank->bank_right[i] = id2;
162 int id1, id2; local
164 id2 = bank->bank_right[i];
166 tmp += MULT16_16(mel[id2],bank->filter_right[i]);
  /cts/tests/app/src/android/app/cts/
LocalActivityManagerTestHelper.java 117 final String id2 = "id_dispatch_destroy2"; local
134 mLocalActivityManager.startActivity(id2, intent);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_MediaTest.java 137 long id2 = c.getLong(c.getColumnIndex(Media._ID)); local
138 assertTrue(id == id2);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 148 Identity id2 = new IdentitySubclass("id2"); local
149 id2.setPublicKey(pubKey);
150 sub.addIdentity(id2);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
VerifierDeviceIdentityTest.java 56 VerifierDeviceIdentity id2 = new VerifierDeviceIdentity(TEST_1); local
58 assertTrue("The two VerifierDeviceIdentity instances should be equal", id1.equals(id2));
63 VerifierDeviceIdentity id2 = new VerifierDeviceIdentity(TEST_2); local
65 assertFalse("The two VerifierDeviceIdentity instances should be unique", id1.equals(id2));
117 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.CREATOR.createFromParcel(parcel); local
119 assertEquals("Parcel created should match expected value", id1, id2);
129 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.CREATOR.createFromParcel(parcel); local
131 assertEquals("Original identity and parceled identity should be the same", id1, id2);
156 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.generate(random); local
159 + " should be the same", id1, id2);
167 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.generate(random); local
175 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_1_ENCODED); local
184 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_MAXVALUE_ENCODED); local
228 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_1_ENCODED_LOWERCASE); local
239 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_SUBSTITUTION_UNCORRECTED); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 189 Identity id2 = new IdentitySubclass("id2"); local
190 id2.setPublicKey(getPubKey());
191 sub.addIdentity(id2);
248 Identity id2 = new IdentitySubclass("Another identity"); local
249 id2.setPublicKey(getPubKey());
251 assertNull("Test 3: Null value expected.", sub.getIdentity(id2));
  /libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 150 int id2 = numOfRecords + 1; local
151 threadPool.runTask(createTask5(id2));
166 result = statement.executeQuery(selectQuery + id2);
170 + id2, result.getString("field1"));
172 assertEquals("Wrong value of field2", Integer.valueOf(id2).intValue(), result
174 assertEquals("Wrong value of field3", Integer.valueOf(id2).intValue(), result
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperTest.java 143 final long id2 = ContactsDatabaseHelper.insertWithOneArgAndReturnId(mDb, insert, "value2"); local
144 MoreAsserts.assertNotEqual(-1, id2);
147 assertEquals(id2, ContactsDatabaseHelper.queryIdWithOneArg(mDb, query, "value2"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 223 String id2 = EclipseLintClient.getId(marker2); local
224 if (id1 == null || id2 == null) {
229 Issue issue2 = mList.getIssue(id2);
233 return id1.compareTo(id2);
248 delta = id1.compareTo(id2);
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 342 Tree id2 = nodes[8]; local
352 rule2.addChild(id2);
  /external/icu/icu4c/source/i18n/
region.cpp 569 const char *id2 = children->next(NULL,status); local
570 const Region *r2 = Region::getInstance(id2,status);
  /external/icu/icu4c/source/test/cintltst/
utransts.c 184 const UChar *id, *id2; local
223 id2=utrans_getUnicodeID(utrans, &id2Length);
224 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) {
  /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/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/v4/java/android/support/v4/view/
GestureDetectorCompat.java 271 final int id2 = MotionEventCompat.getPointerId(ev, i); local
272 final float x = x1 * VelocityTrackerCompat.getXVelocity(mVelocityTracker, id2);
273 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));
  /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...]

Completed in 745 milliseconds

1 2 3 4 5 6 7