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

1 2 3 4 5 67 8 9

  /external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc     [all...]
  /external/chromium/net/socket_stream/
socket_stream_unittest.cc 214 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
  /external/chromium/net/websockets/
websocket_handshake.cc 71 fields.push_back("Sec-WebSocket-Key1: " + parameter_->GetSecWebSocketKey1());
  /external/openssl/crypto/ecdh/
ecdhtest.c 214 BIO_puts(out," key1 =");
  /external/v8/src/
d8.h 113 static bool Match(void* key1, void* key2);
hashmap.h 41 typedef bool (*MatchFun) (void* key1, void* key2);
debug.h 186 static bool ScriptMatch(void* key1, void* key2) { return key1 == key2; }
    [all...]
scopes.cc 51 static bool Match(void* key1, void* key2) {
52 String* name1 = *reinterpret_cast<String**>(key1);
    [all...]
d8.cc 127 bool CounterMap::Match(void* key1, void* key2) {
128 const char* name1 = reinterpret_cast<const char*>(key1);
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorServerQt.cpp 218 quint32 number1 = parseWebSocketChallengeNumber(header.value(QLatin1String("Sec-WebSocket-Key1")));
  /hardware/libhardware/include/hardware/
audio.h 188 * parameter key value pairs in the form: key1=value1;key2=value2;...
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 290 const string16 key1 = local
294 return l10n_util::StringComparator<string16>(collator_)(key1, key2);
  /external/icu4c/common/
stringtriebuilder.cpp 29 equalStringTrieNodes(const UHashTok key1, const UHashTok key2) {
30 return U_NAMESPACE_QUALIFIER StringTrieBuilder::equalNodes(key1.pointer, key2.pointer);
  /external/icu4c/i18n/
tzgnames.cpp 79 comparePartialLocationKey(const UHashTok key1, const UHashTok key2) {
80 PartialLocationKey *p1 = (PartialLocationKey *)key1.pointer;
    [all...]
ucol_elm.cpp 65 UHashTok key1; local
66 key1.pointer = buf1;
76 return uhash_compareUChars(key1, key2);
    [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/wpa_supplicant_8/src/ap/
ap_config.c 49 /* use key0 in individual key and key1 in broadcast key */
  /frameworks/base/docs/html/training/cloudsync/
gcm.jd 132 .addPayload("key1", "value1")
  /external/openssl/crypto/aes/asm/
aesni-x86.pl 1022 # const AES_KEY *key1, const AES_KEY *key2
1041 &mov ($key,&wparam(3)); # key1
1045 &mov ($rounds,&DWP(240,$key)); # key1->rounds
    [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...]
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp 767 UniqueKey key1(&sDevice, key1_blob, key1_blob_length);
778 key1.reset();

Completed in 513 milliseconds

1 2 3 4 5 67 8 9