Home
last modified time | relevance | path

Searched refs:key4 (Results 1 – 17 of 17) sorted by relevance

/external/curl/tests/unit/
Dunit1603.c55 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/
Dcil_symtab.c152 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()
Dcil_symtab.h53 intptr_t key4; member
Dcil_verify.c840 ckey.key4 = CIL_ROLETRANSITION; in __cil_verify_rule()
848 ckey.key4 = (intptr_t)typerule->rule_kind; in __cil_verify_rule()
/external/skqp/tests/
DGpuDrawPathTest.cpp145 GrUniqueKey key3, key4; variable
150 GrPath::ComputeKey(GrShape(path4, style), &key4, &isVolatile);
152 REPORTER_ASSERT(reporter, key4.isValid());
153 REPORTER_ASSERT(reporter, key3 != key4);
DImageFilterCacheTest.cpp75 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/
DGpuDrawPathTest.cpp145 GrUniqueKey key3, key4; variable
150 GrPath::ComputeKey(GrShape(path4, style), &key4, &isVolatile);
152 REPORTER_ASSERT(reporter, key4.isValid());
153 REPORTER_ASSERT(reporter, key3 != key4);
DImageFilterCacheTest.cpp75 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/
DWriteBenchmark.java40 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/
DChainedMap.java129 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/
Dagent-subst-test.properties5 key4=${does.not.exist} key
/external/webrtc/webrtc/api/objctests/
DRTCMediaConstraintsTest.mm27 NSDictionary *optional = @{@"key3": @"value3", @"key4": @"value4"};
/external/boringssl/src/crypto/fipsmodule/aes/asm/
Daesv8-armx.pl375 my ($key4,$key5,$key6,$key7)=("x6","x12","x14",$key);
427 add $key4,$key,#16*4
445 vld1.32 {q8},[$key4]
/external/clang/test/ARCMT/
Dobjcmt-subscripting-literals.m.result141 @"key4"
Dobjcmt-subscripting-literals.m141 @"key4"
/external/curl/docs/
DSSLCERTS.md145 cert9.db, key4.db, pkcs11.txt; filenames of older versions are cert8.db,
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c129 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()