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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-2156.js 30 var key1 = {};
36 assertTrue(%HaveSameMap(key1, key2));
37 map.set(key1, 1);
39 assertTrue(%HaveSameMap(key1, key2));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
TestDictionary.m 31 NSString *key1 = @"a101";
35 [testDict setObject:obj1 forKey:key1];
37 NSString *result = [testDict objectForKey:key1];
44 NSString *key1 = @"a101";
50 [testDict setObject:obj1 forKey:key1];
53 NSString *result = [testDict objectForKey:key1];
60 NSString *key1 = @"a101";
64 [testDict setObject:obj1 forKey:key1];
84 NSString *key1 = @"a101";
88 [testDict setObject:obj1 forKey:key1];
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/issues/
issue178_test.cc 18 std::string Key1(int i) {
25 return Key1(i) + "_xxx";
47 batch.Put(Key1(i), "value for range 1 key");
66 std::string start_key = Key1(0);
67 std::string end_key = Key1(kNumKeys - 1);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DESede.java 38 private int[] key1 = null; field in class:DESede
64 key1 = generateWorkingKey(encrypting, key, 0);
86 if (key1 == null)
93 desFunc(key1, in, inOff, out, outOff);
101 desFunc(key1, out, outOff, out, outOff);
  /external/openfst/src/include/fst/extensions/far/
equal.h 60 const string key1 = reader1->GetKey(); local
62 if (!end_key.empty() && end_key < key1 && end_key < key2) {
67 if (key1 != key2) {
69 << key1 << "\" <> \"" << key2 << "\".";
75 VLOG(1) << "FarEqual: Fsts for key \"" << key1 << "\" are not equal.";
  /external/chromium_org/base/
ini_parser_unittest.cc 57 expected_triplets.push_back(TestTriplet("section1", "key1", "value1"));
68 "key1=value1\n"
79 expected_triplets.push_back(TestTriplet("section1", "key1", "value1"));
90 "key1=value1\n"
111 "key1=value1\n"
120 EXPECT_TRUE(root.GetString("section1.key1", &value));
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 100 bool operator()(const Key& KEY1, const Key& KEY2) const
102 return KEY1.offset() + KEY1.length() < KEY2.offset() ||
103 (KEY1.offset() < KEY2.offset() &&
104 (KEY1.offset() + KEY1.length() < KEY2.offset() + KEY2.length()));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
handle.c 53 compare(void *key1, void *key2)
55 if (key1 < key2)
57 else if (key1 > key2)
  /external/mesa3d/src/gallium/state_trackers/vega/
handle.c 53 compare(void *key1, void *key2)
55 if (key1 < key2)
57 else if (key1 > key2)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeEngine.java 55 byte[] key1 = new byte[8];
56 System.arraycopy(keyMaster, 0, key1, 0, key1.length);
57 workingKey1 = generateWorkingKey(encrypting, key1);
  /external/chromium_org/net/tools/flip_server/
mem_cache_test.cc 48 "key1: value1\r\n"
68 ASSERT_TRUE(hello->headers()->HasHeader("key1"));
72 ASSERT_EQ("value1", hello->headers()->GetHeaderPosition("key1")->second);
86 "key1: value1\r\n"
  /external/pixman/test/
glyph-test.c 212 #define KEY1(p) ((void *)(((uintptr_t)p) ^ (0xa7e23dfaUL)))
250 void *key1 = KEY1 (glyph_img); local
254 if (!(glyph = pixman_glyph_cache_lookup (cache, key1, key2)))
257 pixman_glyph_cache_insert (cache, key1, key2, 5, 8, glyph_img);
307 void *key1, *key2; local
309 key1 = KEY1 (img);
312 pixman_glyph_cache_remove (cache, key1, key2);
  /external/chromium_org/third_party/icu/source/common/
uhash_us.cpp 37 uhash_compareUnicodeString(const UHashTok key1, const UHashTok key2) {
39 const UnicodeString *str1 = (const UnicodeString*) key1.pointer;
  /external/libsepol/src/
symtab.c 30 __attribute__ ((unused)), hashtab_key_t key1,
35 keyp1 = (char *)key1;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
EncodedKeySpec2Test.java 62 private boolean isEqual(Key key1, Key key2) {
63 if (key1 instanceof DSAPublicKey && key2 instanceof DSAPublicKey) {
64 DSAPublicKey dsa1 = ((DSAPublicKey) key1);
71 } else if (key1 instanceof DSAPrivateKey
73 DSAPrivateKey dsa1 = ((DSAPrivateKey) key1);
  /external/chromium_org/content/test/data/indexeddb/
key_types_test.js 154 var key1 = valid_keys[i];
157 shouldBe("indexedDB.cmp(" + key1 + "," + key2 + ")", "-1");
158 shouldBe("indexedDB.cmp(" + key2 + "," + key1 + ")", "1");
159 shouldBe("indexedDB.cmp(" + key1 + "," + key1 + ")", "0");
  /libcore/luni/src/test/java/tests/security/spec/
EncodedKeySpec2Test.java 63 private boolean isEqual(Key key1, Key key2) {
64 if (key1 instanceof DSAPublicKey && key2 instanceof DSAPublicKey) {
65 DSAPublicKey dsa1 = ((DSAPublicKey) key1);
72 } else if (key1 instanceof DSAPrivateKey
74 DSAPrivateKey dsa1 = ((DSAPrivateKey) key1);
  /external/chromium/base/
string_split_unittest.cc 44 EXPECT_TRUE(SplitStringIntoKeyValues("key1\tvalue1, value2 value3",
47 EXPECT_EQ("key1", key);
78 EXPECT_TRUE(SplitStringIntoKeyValues("key1\tvalue1, value2 value3",
81 EXPECT_EQ("key1", key);
100 EXPECT_TRUE(SplitStringIntoKeyValuePairs("key1:value1,,key3:value3",
105 EXPECT_EQ("key1", kv_pairs[0].first);
112 EXPECT_FALSE(SplitStringIntoKeyValuePairs("key1:value1 , key2:",
117 EXPECT_EQ("key1", kv_pairs[0].first);
124 EXPECT_TRUE(SplitStringIntoKeyValuePairs("key1:va:ue1 , key2:value2",
129 EXPECT_EQ("key1", kv_pairs[0].first)
    [all...]
  /external/chromium_org/base/strings/
string_split_unittest.cc 64 EXPECT_TRUE(SplitStringIntoKeyValues("key1\tvalue1, value2 value3",
67 EXPECT_EQ("key1", key);
99 EXPECT_TRUE(SplitStringIntoKeyValues("key1\tvalue1, value2 value3",
102 EXPECT_EQ("key1", key);
121 EXPECT_TRUE(SplitStringIntoKeyValuePairs("key1:value1,,key3:value3",
126 EXPECT_EQ("key1", kv_pairs[0].first);
133 EXPECT_FALSE(SplitStringIntoKeyValuePairs("key1:value1 , key2:",
138 EXPECT_EQ("key1", kv_pairs[0].first);
145 EXPECT_TRUE(SplitStringIntoKeyValuePairs("key1:va:ue1 , key2:value2",
150 EXPECT_EQ("key1", kv_pairs[0].first)
    [all...]
  /external/chromium_org/ui/base/ime/
character_composer_unittest.cc 42 // Expects |expected_character| is composed after sequence [key1, key2].
44 uint key1,
48 ExpectKeyFiltered(character_composer, key1, flags);
53 // Expects |expected_character| is composed after sequence [key1, key2, key3].
55 uint key1,
60 ExpectKeyFiltered(character_composer, key1, flags);
65 // Expects |expected_character| is composed after sequence [key1, key2, key3,
68 uint key1,
74 ExpectKeyFiltered(character_composer, key1, flags);
79 // Expects |expected_character| is composed after sequence [key1, key2, key3
    [all...]
  /external/chromium_org/chromeos/network/
cros_network_functions_unittest.cc 200 const std::string key1 = "key1"; local
205 value.SetString(key1, string1);
443 const std::string key1 = "key1"; local
449 result.SetWithoutPathExpansion(key1, new base::StringValue(value1));
465 const std::string key1 = "key1"; local
471 result.SetWithoutPathExpansion(key1, new base::StringValue(value1));
486 const std::string key1 = "key1" local
507 const std::string key1 = "key1"; local
531 const std::string key1 = "key1"; local
555 const std::string key1 = "key1"; local
600 const std::string key1 = "key1"; local
778 const std::string key1 = "key1"; local
    [all...]
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier_unittest.cc 321 MultiThreadedCertVerifier::RequestParams key1; member in struct:net::__anon10991
325 // -1 means key1 is less than key2
326 // 0 means key1 equals key2
327 // 1 means key1 is greater than key2
383 const MultiThreadedCertVerifier::RequestParams& key1 = tests[i].key1; local
388 EXPECT_TRUE(key1 < key2);
389 EXPECT_FALSE(key2 < key1);
392 EXPECT_FALSE(key1 < key2);
393 EXPECT_FALSE(key2 < key1);
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 356 scoped_ptr<TemplateURL> turl(CreateTestTemplateURL(ASCIIToUTF16("key1"),
357 "http://key1.com", "key1", 90));
405 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key1"), "http://key1.com"));
423 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key1"), "http://key1.com"));
442 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key1"), "http://key1.com"));
463 model()->Add(CreateTestTemplateURL(ASCIIToUTF16("key1"), "http://key1.com"))
1142 TemplateURL* key1 = model()->GetTemplateURLForHost("key1.com"); local
    [all...]
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 65 uroot.put("\u4e2d key1", "\u4e2d value1");
66 assertEquals("\u4e2d value1", uroot.get("\u4e2d key1", null));
77 sroot.put("\u4e2d key1", "\u4e2d value1");
78 assertEquals("\u4e2d value1", sroot.get("\u4e2d key1", null));
  /external/chromium/net/base/
host_cache_unittest.cc 280 HostCache::Key key1("foobar.com", ADDRESS_FAMILY_UNSPECIFIED, 0);
283 const HostCache::Entry* entry1 = NULL; // Entry for key1
289 EXPECT_TRUE(cache.Lookup(key1, base::TimeTicks()) == NULL);
290 cache.Set(key1, OK, AddressList(), now);
291 entry1 = cache.Lookup(key1, base::TimeTicks());
315 HostCache::Key key1("foobar.com", ADDRESS_FAMILY_IPV4, 0);
321 const HostCache::Entry* entry1 = NULL; // Entry for key1
328 EXPECT_TRUE(cache.Lookup(key1, base::TimeTicks()) == NULL);
329 cache.Set(key1, OK, AddressList(), now);
330 entry1 = cache.Lookup(key1, base::TimeTicks())
395 HostCache::Key key1; member in struct:net::__anon5368
458 const HostCache::Key& key1 = tests[i].key1; local
    [all...]

Completed in 496 milliseconds

12 3 4 5 6 7 8 91011>>