/third_party/curl/tests/unit/ |
D | unit1603.c | 57 char key3[] = "key3"; variable 68 Curl_hash_str(key3, strlen(key3), slots) != 2 || 83 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3); 85 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 86 fail_unless(nodep == key3, "hash retrieval failed"); 99 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 100 fail_unless(nodep == key3, "hash retrieval failed"); 147 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 148 fail_unless(nodep == key3, "hash retrieval failed");
|
/third_party/ffmpeg/libavutil/tests/ |
D | hmac.c | 43 uint8_t key1[20], key3[131], data3[50]; in main() local 55 memset(key3, 0xaa, sizeof(key3)); in main() 66 test(hmac, key3, hmac->hashlen, data3, sizeof(data3)); in main() 67 test(hmac, key3, 80, data4, sizeof(data4)); in main() 68 test(hmac, key3, 80, data5, sizeof(data5)); in main() 80 test(hmac, key3, 20, data3, sizeof(data3)); in main() 81 test(hmac, key3, sizeof(key3), data4, sizeof(data4)); in main() 82 test(hmac, key3, sizeof(key3), data6, sizeof(data6)); in main()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_symtab.c | 154 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4; in cil_complex_symtab_hash() 188 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert() 201 ckey->key3 < curr->ckey->key3) { in cil_complex_symtab_insert() 207 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert() 237 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_search() 250 ckey->key3 < curr->ckey->key3) { in cil_complex_symtab_search() 256 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_search()
|
D | cil_symtab.h | 52 intptr_t key3; member
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/statements/variable_statements/2_destructuring_variable_declarations/ |
D | destructuring_variable_declarations_1.ts | 27 key3: ["content1", "content2"], 32 var { key1, key2: y, key3, key4: z = false, key5: k = true } = object_name; variable 36 Assert.equal("content1", key3[0]); 37 Assert.equal("content2", key3[1]);
|
D | destructuring_variable_declarations_3.ts | 37 key3: ["content1", "content2"], 45 var { key1, key3: [y, z = 10, k = 10] = ohArray, key5: [a, b] = ohArray } = object_name; variable
|
/third_party/ltp/testcases/kernel/syscalls/request_key/ |
D | request_key02.c | 30 static int key3; variable 39 {"ltp3", EKEYEXPIRED, &key3} 92 key3 = init_key("ltp3", KEYCTL_SET_TIMEOUT); in setup()
|
/third_party/PyYAML/tests/data/ |
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"
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | proxy_get.js | 107 assert(proxy.key3 === "value"); 136 proxy.key3;
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/ |
D | sign.c | 657 } keyset1, key3, key8, key9, key10; 1614 if (!lws_cose_key_import(&set, NULL, NULL, key3.set, key3.len)) { in test_cose_sign() 1737 if (!lws_cose_key_import(&set, NULL, NULL, key3.set, key3.len)) { in test_cose_sign() 1778 if (!lws_cose_key_import(&set, NULL, NULL, key3.set, key3.len)) { in test_cose_sign()
|
/third_party/node/test/parallel/ |
D | test-crypto-dh-curves.js | 61 const key3 = ecdh3.generateKeys(); constant 64 () => ecdh2.computeSecret(key3, 'latin1', 'buffer'),
|
D | test-https-strict.js | 54 const key3 = read('agent3-key.pem'); constant 78 key: key3,
|
/third_party/skia/tests/ |
D | ResourceCacheTest.cpp | 1048 GrUniqueKey key3; in test_duplicate_unique_key() local 1049 make_unique_key<0>(&key3, 0); in test_duplicate_unique_key() 1050 sk_sp<GrGpuResource> d2(cache->findAndRefUniqueResource(key3)); in test_duplicate_unique_key() 1060 GrUniqueKey key1, key2, key3; in test_purge_invalidated() local 1063 make_unique_key<0>(&key3, 3); in test_purge_invalidated() 1072 c->resourcePriv().setUniqueKey(key3); in test_purge_invalidated() 1079 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3)); in test_purge_invalidated() 1093 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3)); in test_purge_invalidated() 1096 Bus::Post(Msg(key3, dContext->priv().contextID())); in test_purge_invalidated() 1100 REPORTER_ASSERT(reporter, !cache->hasUniqueKey(key3)); in test_purge_invalidated() [all …]
|
/third_party/openssl/test/ |
D | rsa_test.c | 142 static int key3(RSA *key, unsigned char *c) in key3() function 228 clen = key3(*key, ctext); in rsa_setkey()
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.7/8_Type_guards_inferred_from_in_operator/ |
D | 8_Type_guards_inferred_from_in_operator.ts | 30 key3: 'c'
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | dh.rs | 414 let key3 = dh3 in test_set_keys() localVariable 420 assert_eq!(key1.public_key(), key3.public_key()); in test_set_keys() 421 assert_eq!(key1.private_key(), key3.private_key()); in test_set_keys()
|
/third_party/astc-encoder/Test/ |
D | astc_trace_analysis.py | 429 for key3 in keys3: 430 dat = (CHANNEL_TABLE[key3], result_channel[key][key3])
|
/third_party/jerryscript/tests/jerry/ |
D | object-get-own-property-names.js | 26 var obj = {key1: 'a', key3: 'b', key2: 'c', key4: 'c', key5: ''}; property
|
D | object-keys.js | 25 var obj = {key1: 'a', key3: 'b', key2: 'c', key4: 'c', key5: ''}; property
|
/third_party/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 1115 CollationKey key3; in TestSortKey() local 1116 col->getCollationKey(test3, u_strlen(test3), key3, status); in TestSortKey() 1122 doAssert(key2.compareTo(key3) == Collator::EQUAL, in TestSortKey() 1141 tempkey = key3.getByteArray(keylength); in TestSortKey() 1155 tempkey = key3.getByteArray(keylength); in TestSortKey() 1172 tempkey = key3.getByteArray(keylength); in TestSortKey() 1181 col->getCollationKey(test3, u_strlen(test3), key3, status); in TestSortKey() 1185 doAssert(key2.compareTo(key3) == Collator::EQUAL, in TestSortKey() 1202 tempkey = key3.getByteArray(keylength); in TestSortKey() 1216 tempkey = key3.getByteArray(keylength); in TestSortKey() [all …]
|
/third_party/python/Lib/test/ |
D | test_dict.py | 1505 for key3 in (key3_1, key3_2): 1507 dicts.append({'key1': 42, 'key2': 43, key3: 44}) 1511 d[key3] = 44 1516 self.assertEqual(d.setdefault(key3, 44), 44) 1521 d.update({key3: 44}) 1526 d |= {key3: 44} 1533 yield (key3, 44) 1542 d = {key: 42 + i for i,key in enumerate(['key1', 'key2', key3])}
|
/third_party/toybox/kconfig/lxdialog/ |
D | util.c | 493 int key3; in on_key_esc() local 500 key3 = wgetch(win); in on_key_esc() 501 } while (key3 != ERR); in on_key_esc()
|