HomeSort by relevance Sort by last modified time
    Searched full:key1 (Results 126 - 150 of 165) sorted by null

1 2 3 4 56 7

  /external/v8/src/
d8.cc 99 bool CounterMap::Match(void* key1, void* key2) {
100 const char* name1 = reinterpret_cast<const char*>(key1);
debug.h 182 static bool ScriptMatch(void* key1, void* key2) { return key1 == key2; }
    [all...]
gdb-jit.cc     [all...]
scopes.cc 69 static bool Match(void* key1, void* key2) {
70 String* name1 = *reinterpret_cast<String**>(key1);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 574 void SharedBitmap::DCProvider::releaseDC(SharedBitmap*, HDC hdc, unsigned key1)
579 SelectObject(hdc, reinterpret_cast<HGDIOBJ>(key1));
GraphicsContextWinCE.cpp 1560 unsigned key1; local
    [all...]
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 253 fields.append("Sec-WebSocket-Key1: " + m_secWebSocketKey1);
297 request.addHeaderField("Sec-WebSocket-Key1", m_secWebSocketKey1);
  /external/guava/javadoc/com/google/common/collect/
LinkedListMultimap.html 111 multimap.put(key1, foo);
113 multimap.put(key1, baz);</code></pre>
115 ... the iteration order for <A HREF="../../../../com/google/common/collect/LinkedListMultimap.html#keys()"><CODE>keys()</CODE></A> is <code>[key1, key2, key1]</code>,
118 example, calling: <pre> <code>map.remove(key1, foo);</code></pre>
120 changes the entries iteration order to <code>[key2=bar, key1=baz]</code> and the
121 key iteration order to <code>[key2, key1]</code>. The <A HREF="../../../../com/google/common/collect/LinkedListMultimap.html#entries()"><CODE>entries()</CODE></A> iterator
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 45 private final String TEST_KEY1NAME = "key1";
  /external/wpa_supplicant_8/src/ap/
ap_config.c 55 /* use key0 in individual key and key1 in broadcast key */
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 228 map.put("key1", "value1");
  /external/icu4c/i18n/
ucol_elm.cpp 65 UHashTok key1; local
66 key1.pointer = buf1;
76 return uhash_compareUChars(key1, key2);
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 1254 static int comparef(const void *key1, const void *key2)
1256 return strcmp(key1, key2);
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 764 String key1 = (String)e1.getKey();
766 return key1.compareTo(key2);
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 131 static int HashCmpWord(const LCHAR *key1, const LCHAR *key2)
132 { return strcmp((const char*)key1,(const char*)key2); }
    [all...]
  /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 35 { 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 21 { 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 671 static Word cmp_TempSymKey ( TempSymKey* key1, TempSym* elem2 ) {
672 if (key1->addr < elem2->key.addr) return -1;
673 if (key1->addr > elem2->key.addr) return 1;
674 return (Word)VG_(strcmp)(key1->name, elem2->key.name);
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 1120 /* use key0 in individual key and key1 in broadcast key */
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 293 pref.put("key1", "value1");
    [all...]

Completed in 1607 milliseconds

1 2 3 4 56 7