HomeSort by relevance Sort by last modified time
    Searched full:key1 (Results 51 - 75 of 386) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
linux_unittest.cc 90 "Key1: Value1\n"
94 "Key1:Value1\n");
99 EXPECT_EQ("Value1", key_val_pairs[0]["Key1"]);
102 EXPECT_EQ("Value1", key_val_pairs[1]["Key1"]);
  /external/chromium/net/websockets/
websocket_net_log_params_unittest.cc 21 list->Append(new StringValue("Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5"));
37 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
websocket_handshake_handler_unittest.cc 43 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
66 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
88 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
189 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
206 EXPECT_FALSE(request_info.extra_headers.HasHeader("Sec-WebSocket-Key1"));
272 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
291 EXPECT_TRUE(headers.find("Sec-WebSocket-Key1") == headers.end());
292 EXPECT_TRUE(headers.find("sec-websocket-key1") == headers.end());
342 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
361 EXPECT_TRUE(headers.find("Sec-WebSocket-Key1") == headers.end())
    [all...]
  /external/chromium/crypto/
symmetric_key_unittest.cc 34 scoped_ptr<crypto::SymmetricKey> key1(
36 ASSERT_TRUE(NULL != key1.get());
38 EXPECT_TRUE(key1->GetRawKey(&raw_key1));
51 scoped_ptr<crypto::SymmetricKey> key1(
54 ASSERT_TRUE(NULL != key1.get());
56 EXPECT_TRUE(key1->GetRawKey(&raw_key1));
  /external/chromium_org/crypto/
symmetric_key_unittest.cc 34 scoped_ptr<crypto::SymmetricKey> key1(
36 ASSERT_TRUE(NULL != key1.get());
38 EXPECT_TRUE(key1->GetRawKey(&raw_key1));
51 scoped_ptr<crypto::SymmetricKey> key1(
54 ASSERT_TRUE(NULL != key1.get());
56 EXPECT_TRUE(key1->GetRawKey(&raw_key1));
  /external/openssh/
roaming_client.c 61 static u_int64_t key1, key2, oldkey1, oldkey2; variable
73 key1 = oldkey1 = packet_get_int64();
102 key1 = oldkey1;
116 packet_put_int64(key1 ^ get_recv_bytes());
120 oldkey1 = key1;
122 calculate_new_key(&key1, cookie, chall);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi00.py 55 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5',
70 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5',
105 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5',
139 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5',
165 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5',
182 'Sec-WebSocket-Key1': '36 7 74 i 92 2\'m 9 0G',
226 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5',
239 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5',
253 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5',
267 'Sec-WebSocket-Key1': '4 @1 46546xW%0l 1 5'
    [all...]
  /external/chromium/net/data/cache_tests/dirty_entry3/
contents.txt 170 std::string key1("The first key");
174 ASSERT_EQ(net::OK, CreateEntry(key1, &entry));
178 ASSERT_EQ(net::OK, OpenEntry(key1, &entry)); <--- 1st crash.
180 ASSERT_EQ(net::OK, OpenEntry(key1, &entry)); <--- 2nd crash.
182 ASSERT_EQ(net::OK, CreateEntry(key1, &entry));
  /external/chromium_org/chrome/browser/nacl_host/
nacl_validation_cache_unittest.cc 11 const char key1[65] = member in namespace:__anon7756
24 // The compiler chokes if std::string(key1) is passed directly as an arg.
25 std::string key(key1);
188 Pickle pickle(key1, strlen(key1));
  /external/chromium_org/net/data/cache_tests/dirty_entry3/
contents.txt 170 std::string key1("The first key");
174 ASSERT_EQ(net::OK, CreateEntry(key1, &entry));
178 ASSERT_EQ(net::OK, OpenEntry(key1, &entry)); <--- 1st crash.
180 ASSERT_EQ(net::OK, OpenEntry(key1, &entry)); <--- 2nd crash.
182 ASSERT_EQ(net::OK, CreateEntry(key1, &entry));
  /external/chromium_org/third_party/icu/source/common/
uhash.h 114 * @param key1 A key stored in a hashtable
118 typedef UBool U_CALLCONV UKeyComparator(const UHashTok key1,
599 * @param key1 The string for comparison
601 * @return true if key1 and key2 are equal, return false otherwise.
604 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
609 * @param key1 The string for comparison
611 * @return true if key1 and key2 are equal, return false otherwise.
614 uhash_compareChars(const UHashTok key1, const UHashTok key2);
619 * @param key1 The string for comparison
621 * @return true if key1 and key2 are equal, return false otherwise
    [all...]
  /external/chromium_org/chrome/browser/value_store/
value_store_frontend_unittest.cc 76 ASSERT_TRUE(Get("key1", &value));
93 storage_->Set("key1",
109 ASSERT_TRUE(Get("key1", &value));
  /external/chromium_org/third_party/icu/source/test/intltest/
uvectest.cpp 70 UVectorTest_compareInt32(UHashTok key1, UHashTok key2) {
71 if (key1.integer > key2.integer) {
74 else if (key1.integer < key2.integer) {
82 UVectorTest_compareCstrings(const UHashTok key1, const UHashTok key2) {
83 return !strcmp((const char *)key1.pointer, (const char *)key2.pointer);
164 static UBool U_CALLCONV neverTRUE(const UHashTok /*key1*/, const UHashTok /*key2*/) {
  /external/icu4c/test/intltest/
uvectest.cpp 70 UVectorTest_compareInt32(UElement key1, UElement key2) {
71 if (key1.integer > key2.integer) {
74 else if (key1.integer < key2.integer) {
82 UVectorTest_compareCstrings(const UElement key1, const UElement key2) {
83 return !strcmp((const char *)key1.pointer, (const char *)key2.pointer);
164 static UBool U_CALLCONV neverTRUE(const UElement /*key1*/, const UElement /*key2*/) {
  /external/chromium_org/net/websockets/
websocket_net_log_params_unittest.cc 23 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5"));
40 "Sec-WebSocket-Key1: 4 @1 46546xW%0l 1 5\r\n"
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
u_cache_test.c 61 cache_test_compare(const void *key1, const void *key2) {
62 return !(key1 == key2);
  /external/mesa3d/src/gallium/tests/unit/
u_cache_test.c 61 cache_test_compare(const void *key1, const void *key2) {
62 return !(key1 == key2);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
RawContactTest.java 35 values.put("key1", "value1");
79 values.put("key1", "value1");
  /external/v8/src/
profile-generator.h 81 INLINE(static bool StringsMatch(void* key1, void* key2)) {
82 return strcmp(reinterpret_cast<char*>(key1),
335 INLINE(static bool UidsMatch(void* key1, void* key2)) {
336 return key1 == key2;
730 static bool AddressesMatch(void* key1, void* key2) {
731 return key1 == key2;
771 INLINE(static bool HeapSnapshotsMatch(void* key1, void* key2)) {
772 return key1 == key2;
841 static bool HeapThingsMatch(HeapThing key1, HeapThing key2) {
842 return key1 == key2
    [all...]
  /build/tools/signapk/test/
run 25 cert := out/key1.pem
  /dalvik/vm/
AtomicCache.cpp 88 void dvmUpdateAtomicCache(u4 key1, u4 key2, u4 value, AtomicCacheEntry* pEntry,
129 if (pEntry->key1 == 0)
145 android_atomic_release_store(key1, (int32_t*) &pEntry->key1);
AtomicCache.h 17 * Mutex-free cache for key1+key2=value.
35 u4 key1; member in struct:AtomicCacheEntry
107 if (pEntry->key1 == (u4)(_key1) && pEntry->key2 == (u4)(_key2)) { \
163 void dvmUpdateAtomicCache(u4 key1, u4 key2, u4 value, AtomicCacheEntry* pEntry,
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESedeKeySpecTest.java 121 byte[] key1 = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3,
124 ks = new DESedeKeySpec(key1, 2);
131 + "as specified in a constructor.", key1, res);
133 System.arraycopy(key1, 2, exp, 0, 24);
  /external/chromium/chrome/browser/chromeos/
name_value_pairs_parser.h 40 // e.g. ParseNameValuePairs("key1=value1 key2=value2", "=", " ")
  /external/chromium/net/data/cache_tests/dirty_entry4/
contents.txt 171 std::string key1("The first key");
175 ASSERT_EQ(net::OK, CreateEntry(key1, &entry));
180 ASSERT_EQ(net::OK, OpenEntry(key1, &entry)); <--- Second crash
182 ASSERT_EQ(net::OK, CreateEntry(key1, &entry));

Completed in 854 milliseconds

1 23 4 5 6 7 8 91011>>