/third_party/curl/tests/unit/ |
H A 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, "has [all...] |
/third_party/ffmpeg/libavutil/tests/ |
H A 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, sizeo in main() [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A 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 < cur in cil_complex_symtab_search() [all...] |
H A D | cil_symtab.h | 52 intptr_t key3; member
|
/third_party/ltp/testcases/kernel/syscalls/request_key/ |
H A 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/jerryscript/tests/jerry/es2015/ |
H A D | proxy_get.js | 107 assert(proxy.key3 === "value"); 130 Object.defineProperty(target, "key3", { 136 proxy.key3;
|
/third_party/node/test/parallel/ |
H A D | test-https-strict.js | 53 // key3 is signed by ca2. 54 const key3 = read('agent3-key.pem'); 78 key: key3,
|
/third_party/skia/tests/ |
H A 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() 1375 GrUniqueKey key1, key2, key3; test_partial_purge() local 1471 GrUniqueKey key3 = key1; test_custom_data() local [all...] |
H A D | ImageFilterCacheTest.cpp | 75 SkImageFilterCacheKey key3(0, SkMatrix::I(), clip2, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key() 85 REPORTER_ASSERT(reporter, !cache->get(key3, &foundImage)); in test_dont_find_if_diff_key()
|
/third_party/openssl/test/ |
H A 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/jerryscript/tests/jerry/ |
H A D | object-get-own-property-names.js | 26 var obj = {key1: 'a', key3: 'b', key2: 'c', key4: 'c', key5: ''}; 28 // props should contain: key1,key2,key3,key4,key5 and the order is not defined! 31 assert (props.indexOf("key3") !== -1);
|
H A D | object-keys.js | 25 var obj = {key1: 'a', key3: 'b', key2: 'c', key4: 'c', key5: ''}; 27 // props should contain: key1,key2,key3,key4,key5 and the order is not defined! 30 assert (props.indexOf("key3") !== -1);
|
/third_party/astc-encoder/Test/ |
H A D | astc_trace_analysis.py | 429 for key3 in keys3: 430 dat = (CHANNEL_TABLE[key3], result_channel[key][key3])
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | dh.rs | 414 let key3 = dh3 in test_set_keys() 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/icu/icu4c/source/test/intltest/ |
H A 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 in TestSortKey() [all...] |
/third_party/toybox/kconfig/lxdialog/ |
H A 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()
|
/third_party/python/Lib/test/ |
H A D | test_dict.py | 1473 # This class compares equal to the string 'key3' 1476 return hash('key3') 1480 if isinstance(other, Key3) or isinstance(other, str) and other == 'key3': 1485 key3_1 = StrSub('key3') 1491 # Create dicts of the form `{'key1': 42, 'key2': 43, key3: 44}` in a 1492 # bunch of different ways. In all cases, `key3` is not of type `str`. 1495 for key3 in (key3_1, key3_2): 1497 dicts.append({'key1': 42, 'key2': 43, key3: 44}) 1499 # key3 inserted via `dict.__setitem__` 1501 d[key3] [all...] |
H A D | test_mailbox.py | 1273 key3 = self._box.add(msg3) 1275 {'foo':[key0,key1,key2,key3], 'unseen':[key0], 1276 'flagged':[key2], 'bar':[key3], 'replied':[key3]}) 1279 {'foo':[key0,key1,key3], 'unseen':[key0], 'bar':[key3], 1280 'replied':[key3]}) 1293 key3 = self._box.add(msg1)
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | GeneratedMessageTest.cs | 389 var key3 = 15;
in MapNonContiguousEntries() 394 output.WriteInt32(key3);
in MapNonContiguousEntries() 402 MapInt32Int32 = { { key1, value1 }, { key3, value3 } },
in MapNonContiguousEntries()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | GeneratedMessageTest.cs | 424 var key3 = 15;
in MapNonContiguousEntries() 429 output.WriteInt32(key3);
in MapNonContiguousEntries() 442 MapInt32Int32 = { { key1, value1 }, { key3, value3 } },
in MapNonContiguousEntries()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 109 CollationKey key3 = col.getCollationKey(test2); in TestCollationKey() 115 doAssert(key2.compareTo(key3) == 0, in TestCollationKey() 125 key3 = col.getCollationKey(test2); in TestCollationKey() 129 doAssert(key2.compareTo(key3) == 0, in TestCollationKey()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationAPITest.java | 112 CollationKey key3 = col.getCollationKey(test2); in TestCollationKey() 118 doAssert(key2.compareTo(key3) == 0, in TestCollationKey() 128 key3 = col.getCollationKey(test2); in TestCollationKey() 132 doAssert(key2.compareTo(key3) == 0, in TestCollationKey()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/ |
H A 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | KeyTypeData.java | 480 String key3 = keyInfoEntry3.getKey(); in getTypeInfo() 483 _deprecatedTypes.add(key3); in getTypeInfo()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | KeyTypeData.java | 476 String key3 = keyInfoEntry3.getKey(); in getTypeInfo() 479 _deprecatedTypes.add(key3); in getTypeInfo()
|