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

1 2

  /external/quake/
setupdevice.sh 27 adb shell mkdir /data/quake/id1
30 adb push $T/external/quake/quake/app/id1 /data/quake/id1
setupdevicesdcard.sh 28 adb shell mkdir /sdcard/data/quake/id1
31 adb push $T/external/quake/quake/app/id1 /sdcard/data/quake/id1
cleanupdevicesdcard.sh 43 adb shell rm /sdcard/data/quake/id1/glQuake/*
44 adb shell rm /sdcard/data/quake/id1/glQuake/.DS_Store
46 adb shell rm /sdcard/data/quake/id1/*
47 adb shell rm /sdcard/data/quake/id1/.DS_Store
48 adb shell rmdir /sdcard/data/quake/id1
  /external/openssl/crypto/rc4/
rc4_skey.c 91 register int id1,id2; local
98 id1=id2=0;
102 id2 = (data[id1] + tmp + id2) & 0xff; \
103 if (++id1 == len) id1=0; \
  /external/speex/libspeex/
filterbank.c 60 int id1; local
87 id1 = DIV32(mel,mel_interval);
89 id1 = (int)(floor(mel/mel_interval));
91 if (id1>banks-2)
93 id1 = banks-2;
96 val = DIV32_16(mel - id1*mel_interval,EXTRACT16(PSHR32(mel_interval,15)));
98 id2 = id1+1;
99 bank->bank_left[i] = id1;
162 int id1, id2; local
163 id1 = bank->bank_left[i]
    [all...]
  /external/bluetooth/glib/tests/
asyncqueue-test.c 40 gint32 id1; local
43 id1 = GPOINTER_TO_INT (p1);
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
208 id1 = GPOINTER_TO_UINT (a);
211 return (id1 > id2 ? +1 : id1 == id2 ? 0 : -1);
  /external/openssl/apps/
ciphers.c 201 int id1 = (int)((id >> 16) & 0xffL); local
206 BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1, id2, id3); /* SSL2 cipher */
210 BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
  /external/chromium/base/
id_map_unittest.cc 33 int32 id1 = map.Add(&obj1); local
36 EXPECT_EQ(&obj1, map.Lookup(id1));
42 EXPECT_EQ(&obj1, map.Lookup(id1));
45 map.Remove(id1);
  /external/quake/quake/src/WinQuake/
quake-data.spec.sh 53 %attr(644,root,root) $3/id1/pak0.pak
54 %attr(644,root,root) $3/id1/pak1.pak
quake-shareware.spec.sh 61 %attr(644,root,root) $3/id1/pak0.pak
  /system/vold/
VolumeManager.h 99 int renameAsec(const char *id1, const char *id2);
VolumeManager.cpp 487 int VolumeManager::renameAsec(const char *id1, const char *id2) {
492 asprintf(&asecFilename1, "%s/%s.asec", Volume::SEC_ASECDIR, id1);
495 snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::ASECDIR, id1);
    [all...]
  /cts/tests/src/android/app/cts/
LocalActivityManagerTestHelper.java 118 final String id1 = "id_dispatch_destroy1"; local
122 mLocalActivityManager.startActivity(id1, intent);
  /libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 171 int id1 = numOfRecords - 1; local
172 threadPool.runTask(createTask4(id1));
187 ResultSet result = statement.executeQuery(selectQuery + id1);
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeMessageTest.java 113 String id1 = message1.getMessageId(); local
115 assertNotNull(id1);
117 assertFalse("Message-ID should be unique", id1.equals(id2));
  /external/chromium/third_party/icu/source/common/
locmap.c 720 idCmp(const char* id1, const char* id2)
723 while (*id1 == *id2 && *id1 != 0) {
725 id1++;
  /external/icu4c/common/
locmap.c 777 idCmp(const char* id1, const char* id2)
780 while (*id1 == *id2 && *id1 != 0) {
782 id1++;
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 314 int is_fuzzy_prefix_spell_id(const uint16 * id1, uint16 len1,
349 int32 fuzzy_compare_spell_id(const uint16 * id1, uint16 len1,
  /packages/apps/Contacts/src/com/android/contacts/ui/
ContactsPreferencesActivity.java 506 final Long id1 = object1.getId();
508 if (id1 == null && id2 == null) {
510 } else if (id1 == null) {
514 } else if (id1 < id2) {
516 } else if (id1 > id2) {
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
mmc_tnetw1150_api.c 410 unsigned long id1;
419 rc = sdio_memcpy_fromio(func, &id1, 0x1ce34, 4); /* Dm: Important - DO NOT REMOVE !!! */
424 printk("%s: data=0x%08x at=0x%08x\n", __FUNCTION__, id1, br_offset);
  /libcore/luni/src/test/java/tests/SQLite/
DatabaseTest.java 442 int id1 = numOfRecords - 3; local
443 threadPool.runTask(createTask1(id1, dbFile.getPath(), tracker));
566 int id1 = numOfRecords - 3; local
567 threadPool.runTask(createTask1(id1, dbFile.getPath(), tracker));
603 // threadPool.runTask(createTask1(id1, dbFile.getPath(), tracker));
691 int id1 = numOfRecords - 3; local
693 threadPool.runTask(createTask2(id1, dbFile.getPath(), tracker));
723 threadPool.runTask(createTask1(id1, dbFile.getPath(), tracker));
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndldic.c 1844 NJ_UINT16 id1 = 0; local
    [all...]
  /device/samsung/crespo/alsa-utils/alsaconf/
alsaconf.in 586 id1=`printf '0x%04x' $vendor`
588 echo "PCI: $id1=$id2"
599 id1=`convert_isapnp_id $cardvendor`
603 echo "ISAPNP: $id1$dev1=$id2$dev2"
    [all...]
  /device/samsung/crespo/alsa-lib/src/
conf.c 1746 char *id1; local
    [all...]

Completed in 374 milliseconds

1 2