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

1 2

  /external/bluetooth/glib/tests/
asyncqueue-test.c 41 gint32 id2; local
44 id2 = GPOINTER_TO_INT (p2);
47 id1, id2, (id1 > id2 ? +1 : id1 == id2 ? 0 : -1)));
49 return (id1 > id2 ? +1 : id1 == id2 ? 0 : -1);
threadpool-test.c 206 guint32 id1, id2; local
209 id2 = GPOINTER_TO_UINT (b);
211 return (id1 > id2 ? +1 : id1 == id2 ? 0 : -1);
  /external/openssl/crypto/rc4/
rc4_skey.c 100 register int id1,id2; local
107 id1=id2=0;
111 id2 = (data[id1] + tmp + id2) & 0xff; \
113 d[(n)]=d[id2]; \
114 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]);
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 218 Identity id2 = new IdentitySubclass("id2"); local
219 id2.setPublicKey(pubKey);
220 sub.addIdentity(id2);
298 Identity id2 = new IdentitySubclass("Another identity"); local
299 id2.setPublicKey(pubKey);
302 sub.getIdentity(id2));
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 174 int id2 = numOfRecords + 1; local
175 threadPool.runTask(createTask5(id2));
190 result = statement.executeQuery(selectQuery + id2);
194 + id2, result.getString("field1"));
196 assertEquals("Wrong value of field2", Integer.valueOf(id2).intValue(), result
198 assertEquals("Wrong value of field3", Integer.valueOf(id2).intValue(), result
  /external/icu4c/test/intltest/
cpdtrtst.cpp 261 UnicodeString ID2("Hex-Any;Any-Hex;Latin-Cyrillic;Cyrillic-Latin;Halfwidth-Fullwidth;Fullwidth-Halfwidth");
262 array=split(ID2, 0x003b, count);
277 if(ct1->getCount() != count || ct1->getID() != ID2){
279 (UnicodeString)"\n\tID :- expected->" + ID2 + (UnicodeString)". got->" + ct1->getID());
290 if(temp != ID2){
291 errln("Error: setTransliterator() failed. Expected->" + ID2 + "\nGot->" + temp);
  /system/vold/
VolumeManager.h 67 int renameAsec(const char *id1, const char *id2);
VolumeManager.cpp 406 int VolumeManager::renameAsec(const char *id1, const char *id2) {
412 asprintf(&asecFilename2, "%s/%s.asec", Volume::SEC_ASECDIR, id2);
421 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id2);
  /cts/tests/src/android/app/cts/
LocalActivityManagerTestHelper.java 119 final String id2 = "id_dispatch_destroy2"; local
136 mLocalActivityManager.startActivity(id2, intent);
  /dalvik/hit/src/com/android/hit/
Queries.java 194 long id2 = Long.parseLong(id, 16); local
196 return state.findReference(id2);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 126 INNER JOIN (SELECT P1._id AS id1, P2._id AS id2, P3._id AS id3,
135 SELECT P1._id AS id1, P2._id AS id2, P3._id AS id3,
143 ON (msg_id = id2 AND type = 151)
148 " AS id2, P3._id AS id3, ifnull(P2.st, 0) AS" +
153 " UNION SELECT P1._id AS id1, P2._id AS id2, P3._id" +
158 " AND P2.m_type=134) T ON (msg_id=id2 AND type=151)" +
    [all...]
  /bionic/libc/tools/
gensyscalls.py 381 if t["id2"] >= 0:
415 sc_id2 = sc["id2"]
424 sc_id2 = sc["id2"]
435 sc_id2 = sc["id2"]
446 sc_id2 = sc["id2"]
checksyscalls.py 163 sc_id2 = sc["id2"]
bionic_utils.py 218 "id2" : syscall_id2,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim.c 565 const u8 *identity, *id2; local
617 id2 = eap_sim_db_get_permanent(sm->eap_sim_db_priv, identity,
619 if (id2) {
620 identity = id2;
eap_aka.c 957 const u8 *identity, *id2; local
1020 id2 = eap_sim_db_get_permanent(sm->eap_sim_db_priv, identity,
1022 if (id2) {
1023 identity = id2;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
ContactsPreferencesActivity.java 509 final Long id2 = object2.getId();
510 if (id1 == null && id2 == null) {
514 } else if (id2 == null) {
516 } else if (id1 < id2) {
518 } else if (id1 > id2) {
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
DatabaseTest.java 445 int id2 = numOfRecords + 3; local
447 .runTask(createTask2Interrupt(id2, dbFile.getPath(), tracker));
568 int id2 = numOfRecords + 3; local
569 threadPool.runTask(createTask2(id2, dbFile.getPath(), tracker));
604 // threadPool.runTask(createTask2(id2, dbFile.getPath(), tracker));
694 int id2 = numOfRecords + 3; local
695 threadPool.runTask(createTask1(id2, dbFile.getPath(), tracker));
724 threadPool.runTask(createTask2(id2, dbFile.getPath(), tracker));
    [all...]
  /external/icu4c/common/
locmap.c 720 idCmp(const char* id1, const char* id2)
723 while (*id1 == *id2 && *id1 != 0) {
726 id2++;
  /external/icu4c/test/cintltst/
utransts.c 181 const UChar *id, *id2; local
220 id2=utrans_getUnicodeID(utrans, &id2Length);
221 if(idLength!=id2Length || 0!=u_memcmp(id, id2, idLength)) {
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeMessageTest.java 108 String id2 = message2.getMessageId(); local
110 assertNotNull(id2);
111 assertFalse("Message-ID should be unique", id1.equals(id2));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 583 long id2 = o2.getAsLong(ContactsContract.Data._ID); local
584 if (id1 == id2) return 0;
585 return (id1 < id2) ? -1 : 1;
    [all...]
  /bionic/libc/kernel/tools/
utils.py 167 "id2" : syscall_id2,
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 188 String id2 = mStore.getImapId(getContext(), "user2", "host-name", "IMAP4rev1"); local
192 String uid2 = tokenizeImapId(id2).get("AGUID");

Completed in 305 milliseconds

1 2