| /external/curl/tests/unit/ |
| D | unit1603.c | 54 char key3[] = "key3"; variable 65 Curl_hash_str(key3, strlen(key3), slots) != 2 || 80 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3); 82 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 83 fail_unless(nodep == key3, "hash retrieval failed"); 96 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 97 fail_unless(nodep == key3, "hash retrieval failed"); 144 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 145 fail_unless(nodep == key3, "hash retrieval failed");
|
| /external/selinux/libsepol/cil/src/ |
| D | cil_symtab.c | 152 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4; in cil_complex_symtab_hash() 186 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert() 198 ckey->key3 < curr->ckey->key3) { in cil_complex_symtab_insert() 204 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert() 234 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_search() 247 ckey->key3 < curr->ckey->key3) { in cil_complex_symtab_search() 253 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_search()
|
| /external/protobuf/objectivec/Tests/ |
| D | GPBDictionaryTests.pddm | 31 //%PDDM-DEFINE TEST_FOR_POD_KEY(KEY_NAME, KEY_TYPE, KEY1, KEY2, KEY3, KEY4) 32 //%TESTS_FOR_POD_VALUES(KEY_NAME, KEY_TYPE, , , KEY1, KEY2, KEY3, KEY4) 33 //%TESTS_FOR_POD_KEY_OBJECT_VALUE(KEY_NAME, KEY_TYPE, KEY1, KEY2, KEY3, KEY4, Object, NSString*, @"… 35 //%PDDM-DEFINE TESTS_FOR_POD_VALUES(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4) 37 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, UInt32, uint32_t,… 38 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Int32, int32_t, ,… 39 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, UInt64, uint64_t,… 40 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Int64, int64_t, ,… 41 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Bool, BOOL, , YES… 42 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Float, float, , 5… [all …]
|
| /external/google-breakpad/src/client/mac/testapp/ |
| D | Controller.m | 175 BreakpadSetKeyValue(breakpad_,@"key3", @"value3"); 209 test = BreakpadKeyValue(breakpad_, @"key3"); 211 NSLog(@"Can't find BreakpadKeyValue (key3)"); 219 BreakpadRemoveKeyValue(breakpad_, @"key3"); 222 test = BreakpadKeyValue(breakpad_, @"key3"); 224 NSLog(@"Shouldn't find BreakpadKeyValue (key3)"); 228 BreakpadRemoveKeyValue(breakpad_, @"key3");
|
| /external/libbrillo/brillo/ |
| D | map_utils_unittest.cc | 17 {"key1", 1}, {"key2", 2}, {"key3", 3}, {"key4", 4}, {"key5", 5}, in SetUp() 28 EXPECT_EQ((std::set<std::string>{"key1", "key2", "key3", "key4", "key5"}), in TEST_F() 34 EXPECT_EQ((std::vector<std::string>{"key1", "key2", "key3", "key4", "key5"}), in TEST_F() 46 {"key1", 1}, {"key2", 2}, {"key3", 3}, {"key4", 4}, {"key5", 5}, in TEST_F()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
| D | DESedeEngine.java | 65 byte[] key3 = new byte[8]; in init() 66 System.arraycopy(keyMaster, 16, key3, 0, key3.length); in init() 67 workingKey3 = generateWorkingKey(encrypting, key3); in init()
|
| /external/openssh/ |
| D | hmac.c | 182 u_char key3[16]; in main() local 187 memset(key3, 0xaa, sizeof(key3)); in main() 192 hmac_test(key3, sizeof(key3), data3, sizeof(data3), dig3, sizeof(dig3)); in main()
|
| /external/snakeyaml/src/test/resources/pyyaml/ |
| D | spec-10-10.data | 4 ? explicit key3, # Empty value 7 simple key3, # Empty value
|
| D | spec-10-10.canonical | 8 ? !!str "explicit key3" 14 ? !!str "simple key3"
|
| D | spec-10-11.data | 4 ? explicit key3, # Implicit empty
|
| D | spec-10-11.canonical | 13 ? !!str "explicit key3"
|
| /external/llvm/test/YAMLParser/ |
| D | spec-10-10.test | 6 ? explicit key3, # Empty value 9 simple key3, # Empty value
|
| D | spec-10-11.test | 6 ? explicit key3, # Implicit empty
|
| /external/skia/tests/ |
| D | GpuDrawPathTest.cpp | 147 GrUniqueKey key3, key4; variable 149 GrPath::ComputeKey(GrShape(path3, style), &key3, &isVolatile); 151 REPORTER_ASSERT(reporter, key3.isValid()); 155 REPORTER_ASSERT(reporter, key3 != key4);
|
| D | ResourceCacheTest.cpp | 907 GrUniqueKey key3; in test_duplicate_unique_key() local 908 make_unique_key<0>(&key3, 0); in test_duplicate_unique_key() 909 sk_sp<GrGpuResource> d2(cache->findAndRefUniqueResource(key3)); in test_duplicate_unique_key() 918 GrUniqueKey key1, key2, key3; in test_purge_invalidated() local 921 make_unique_key<0>(&key3, 3); in test_purge_invalidated() 930 c->resourcePriv().setUniqueKey(key3); in test_purge_invalidated() 937 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3)); in test_purge_invalidated() 951 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3)); in test_purge_invalidated() 954 Bus::Post(Msg(key3)); in test_purge_invalidated() 958 REPORTER_ASSERT(reporter, !cache->hasUniqueKey(key3)); in test_purge_invalidated() [all …]
|
| /external/ltp/testcases/kernel/syscalls/request_key/ |
| D | request_key02.c | 44 static int key3; variable 53 {"ltp3", EKEYEXPIRED, &key3} 106 key3 = init_key("ltp3", KEYCTL_SET_TIMEOUT); in setup()
|
| /external/toolchain-utils/crosperf/ |
| D | config_unittest.py | 29 config.AddConfig('key3', 'third value') 37 self.assertIs(config.GetConfig('key3'), 'third value')
|
| /external/google-breakpad/src/common/ |
| D | simple_string_dictionary_unittest.cc | 70 dict.SetKeyValue("key3", "value3"); in TEST() 74 EXPECT_NE(dict.GetValueForKey("key3"), "value3"); in TEST() 80 dict.RemoveKey("key3"); in TEST() 83 EXPECT_FALSE(dict.GetValueForKey("key3")); in TEST()
|
| /external/webrtc/webrtc/base/ |
| D | linux_unittest.cc | 75 "Key3:Value3\n" in TEST() 84 EXPECT_EQ("Value3", key_val_pairs[0]["Key3"]); in TEST()
|
| /external/libvncserver/libvncserver/ |
| D | websockets.c | 169 void webSocketsGenMd5(char * target, char *key1, char *key2, char *key3); 255 char *key1 = NULL, *key2 = NULL, *key3 = NULL; in webSocketsHandshake() local 306 rfbLog("Got key3\n"); in webSocketsHandshake() 307 key3 = buf+len; in webSocketsHandshake() 397 if (!(key1 && key2 && key3)) { in webSocketsHandshake() 404 webSocketsGenMd5(trailer, key1, key2, key3); in webSocketsHandshake() 438 webSocketsGenMd5(char * target, char *key1, char *key2, char *key3) in webSocketsGenMd5() argument 476 strncpy((char *)buf+8, key3, 8); in webSocketsGenMd5()
|
| /external/snakeyaml/src/test/resources/examples/ |
| D | map-recursive-2.yaml | 2 key3: *id001
|
| D | map-recursive-4.yaml | 2 key3: *id001
|
| /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
| D | agent-subst-test.properties | 4 key3=${user.home}}} key
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | well_known_types_test.py | 525 struct['key3'] = True 534 self.assertIs(True, struct['key3']) 551 self.assertIs(True, struct2['key3']) 576 struct.get_or_create_struct('key3')['replace'] = 12 577 self.assertEquals(12, struct['key3']['replace'])
|
| /external/guice/core/test/com/google/inject/internal/ |
| D | WeakKeySetTest.java | 280 Key<Integer> key3 = Key.get(Integer.class); in testEviction_keyOverlap_3x() local 291 set.add(key3, state3, source3); in testEviction_keyOverlap_3x() 296 WeakReference<Key<Integer>> weakKey3Ref = new WeakReference<Key<Integer>>(key3); in testEviction_keyOverlap_3x() 301 Key<Integer> key = key1 = key2 = key3 = Key.get(Integer.class); in testEviction_keyOverlap_3x()
|