/external/curl/tests/unit/ |
D | unit1603.c | 55 char key4[] = "key4"; variable 66 Curl_hash_str(key4, strlen(key4), slots) != 1) 86 nodep = Curl_hash_add(&hash_static, &key4, strlen(key4), &key4); 88 nodep = Curl_hash_pick(&hash_static, &key4, strlen(key4)); 89 fail_unless(nodep == key4, "hash retrieval failed"); 98 nodep = Curl_hash_pick(&hash_static, &key4, strlen(key4)); 99 fail_unless(nodep == key4, "hash retrieval failed"); 102 rc = Curl_hash_delete(&hash_static, &key4, strlen(key4)); 106 nodep = Curl_hash_pick(&hash_static, &key4, strlen(key4)); 110 nodep = Curl_hash_add(&hash_static, &key4, strlen(key4), &key4); [all …]
|
/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() 187 ckey->key4 == curr->ckey->key4) { in cil_complex_symtab_insert() 206 ckey->key4 < curr->ckey->key4) { in cil_complex_symtab_insert() 236 ckey->key4 == curr->ckey->key4) { in cil_complex_symtab_search() 255 ckey->key4 < curr->ckey->key4) { in cil_complex_symtab_search()
|
D | cil_symtab.h | 53 intptr_t key4; member
|
D | cil_verify.c | 840 ckey.key4 = CIL_ROLETRANSITION; in __cil_verify_rule() 848 ckey.key4 = (intptr_t)typerule->rule_kind; in __cil_verify_rule()
|
/external/skqp/tests/ |
D | GpuDrawPathTest.cpp | 145 GrUniqueKey key3, key4; variable 150 GrPath::ComputeKey(GrShape(path4, style), &key4, &isVolatile); 152 REPORTER_ASSERT(reporter, key4.isValid()); 153 REPORTER_ASSERT(reporter, key3 != key4);
|
D | ImageFilterCacheTest.cpp | 75 SkImageFilterCacheKey key4(0, SkMatrix::I(), clip1, subset->uniqueID(), subset->subset()); in test_dont_find_if_diff_key() local 85 REPORTER_ASSERT(reporter, !cache->get(key4, &foundOffset)); in test_dont_find_if_diff_key()
|
/external/skia/tests/ |
D | GpuDrawPathTest.cpp | 145 GrUniqueKey key3, key4; variable 150 GrPath::ComputeKey(GrShape(path4, style), &key4, &isVolatile); 152 REPORTER_ASSERT(reporter, key4.isValid()); 153 REPORTER_ASSERT(reporter, key3 != key4);
|
D | ImageFilterCacheTest.cpp | 75 SkImageFilterCacheKey key4(0, SkMatrix::I(), clip1, subset->uniqueID(), subset->subset()); in test_dont_find_if_diff_key() local 85 REPORTER_ASSERT(reporter, !cache->get(key4, &foundOffset)); in test_dont_find_if_diff_key()
|
/external/grpc-grpc-java/context/src/jmh/java/io/grpc/ |
D | WriteBenchmark.java | 40 Context.Key<Object> key4 = Context.key("key4"); field in WriteBenchmark.ContextState 62 state.key4, state.val); in doWrite()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ChainedMap.java | 129 public V get(K4 key4, K3 key3, K2 key2, K1 key1) { in get() argument 130 return (V) super.handleGet(key4, key3, key2, key1); in get() 133 public M4<K3, K2, K1, V> get(K4 key4) { in get() argument 134 final Map<?, ?> submap = (Map<?, ?>) super.handleGet(key4); in get() 140 public V put(K4 key4, K3 key3, K2 key2, K1 key1, V value) { in put() argument 141 return (V) super.handlePut(value, key4, key3, key2, key1); in put()
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | agent-subst-test.properties | 5 key4=${does.not.exist} key
|
/external/webrtc/webrtc/api/objctests/ |
D | RTCMediaConstraintsTest.mm | 27 NSDictionary *optional = @{@"key3": @"value3", @"key4": @"value4"};
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aesv8-armx.pl | 375 my ($key4,$key5,$key6,$key7)=("x6","x12","x14",$key); 427 add $key4,$key,#16*4 445 vld1.32 {q8},[$key4]
|
/external/clang/test/ARCMT/ |
D | objcmt-subscripting-literals.m.result | 141 @"key4"
|
D | objcmt-subscripting-literals.m | 141 @"key4"
|
/external/curl/docs/ |
D | SSLCERTS.md | 145 cert9.db, key4.db, pkcs11.txt; filenames of older versions are cert8.db,
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_progs.c | 129 struct vip key4 = {.protocol = 6, .family = AF_INET}; in test_xdp() local 150 bpf_map_update_elem(map_fd, &key4, &value4, 0); in test_xdp()
|