HomeSort by relevance Sort by last modified time
    Searched full:key1 (Results 176 - 200 of 209) sorted by null

1 2 3 4 5 6 78 9

  /external/bluetooth/bluez/doc/
mgmt-api.txt 170 Key1 {
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 608 int sdp_attrid_comp_func(const void *key1, const void *key2);
  /external/bluetooth/glib/gobject/
gsignal.c 759 const SignalKey *key1 = node1, *key2 = node2; local
761 if (key1->itype == key2->itype)
762 return G_BSEARCH_ARRAY_CMP (key1->quark, key2->quark);
764 return G_BSEARCH_ARRAY_CMP (key1->itype, key2->itype);
    [all...]
  /external/icu4c/tools/toolutil/
pkgitems.cpp 236 // locale_ID/key1/key2/key3
  /external/markdown/markdown/
__init__.py 512 following format: "extname(key1=value1,key2=value2)"
  /external/skia/src/animator/
SkAnimatorScript.cpp 27 { SkType_EventCode, "none|leftSoftKey|rightSoftKey|home|back|send|end|key0|key1|key2|key3|key4|key5|key6|key7|key8|key9|star|hash|up|down|left|right|OK|volUp|volDown|camera" },
SkAnimatorScript2.cpp 28 { SkType_EventCode, "none|up|down|left|right|back|end|OK|send|leftSoftKey|rightSoftKey|key0|key1|key2|key3|key4|key5|key6|key7|key8|key9|star|hash" },
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 696 static Word cmp_TempSymKey ( TempSymKey* key1, TempSym* elem2 ) {
697 if (key1->addr < elem2->key.addr) return -1;
698 if (key1->addr > elem2->key.addr) return 1;
699 return (Word)VG_(strcmp)(key1->name, elem2->key.name);
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 1114 /* use key0 in individual key and key1 in broadcast key */
  /frameworks/base/docs/html/guide/google/gcm/server-javadoc/com/google/android/gcm/server/
Message.html 131 .addData("key1", "value1")
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 293 pref.put("key1", "value1");
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 153 static UBool U_CALLCONV equalFormatsForHash(const UHashTok key1,
155 return U_NAMESPACE_QUALIFIER MessageFormat::equalFormats(key1.pointer, key2.pointer);
    [all...]
ucol_tok.cpp 70 uhash_compareTokens(const UHashTok key1, const UHashTok key2)
72 //uint32_t p1 = (uint32_t) key1.integer;
74 UColToken *p1 = (UColToken *)key1.pointer;
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 893 string_comp(const UHashTok key1, const UHashTok key2) {
894 const struct SResource *res1 = (struct SResource *)key1.pointer;
    [all...]
  /external/v8/src/
bootstrapper.cc     [all...]
gdb-jit.cc     [all...]
parser.cc 881 Literal* key1 = p1->key()->AsLiteral();
883 if ((key1 == NULL) || (key2 == NULL)) return false;
884 if (!key1->handle()->IsString() || !key2->handle()->IsString()) {
887 String* name1 = String::cast(*key1->handle());
    [all...]
spaces.cc     [all...]
  /frameworks/base/docs/html/guide/google/gcm/
adv.jd 248 "key1" : "value1",
  /external/openssl/crypto/aes/asm/
aesni-x86_64.pl     [all...]
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
AbstractPreferencesTest.java 424 pref.put("key1", "value1");
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest4.java 680 ((java.util.Properties) objToSave).put("key1", "value1");
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c     [all...]
  /external/bluetooth/bluez/lib/
sdp.c 957 int sdp_attrid_comp_func(const void *key1, const void *key2)
959 const sdp_data_t *d1 = (const sdp_data_t *)key1;
    [all...]

Completed in 1383 milliseconds

1 2 3 4 5 6 78 9