Home
last modified time | relevance | path

Searched refs:key3 (Results 1 – 25 of 55) sorted by relevance

123

/external/curl/tests/unit/
Dunit1603.c54 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/
Dcil_symtab.c152 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/boringssl/src/fipstools/
Dcavp_tdes_test.cc89 std::vector<uint8_t> keys, key1, key2, key3, iv, in, result; in TestKAT() local
98 !t->GetBytes(&key3, "KEY3"))) || in TestKAT()
109 key.insert(key.end(), key3.begin(), key3.end()); in TestKAT()
139 EncodeHex(key3.data(), key3.size()).c_str()); in TestKAT()
212 std::vector<uint8_t> key1, key2, key3, iv, in, result; in TestMCT() local
218 !t->GetBytes(&key3, "KEY3") || in TestMCT()
231 key.insert(key.end(), key3.begin(), key3.end()); in TestMCT()
270 EncodeHex(key3.data(), key3.size()).c_str()); in TestMCT()
283 XORKeyWithOddParityLSB(&key3, prev_prev_result); in TestMCT()
285 XORKeyWithOddParityLSB(&key3, result); in TestMCT()
/external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
DConstantPool.java47 private Constant key3 = new Constant(); field in ConstantPool
151 key3.set('G', owner, name, desc); in newField()
152 Constant result = get(key3); in newField()
156 result = new Constant(key3); in newField()
168 key3.set(itf ? 'N' : 'M', owner, name, desc); in newMethod()
169 Constant result = get(key3); in newMethod()
173 result = new Constant(key3); in newMethod()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DDESedeEngine.java65 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/ltp/testcases/kernel/syscalls/request_key/
Drequest_key02.c40 static int key3; variable
49 {"ltp3", EKEYEXPIRED, &key3}
102 key3 = init_key("ltp3", KEYCTL_SET_TIMEOUT); in setup()
/external/google-breakpad/src/client/mac/testapp/
DController.m175 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/annotation-tools/asmx/src/org/objectweb/asm/
DClassWriter.java281 Item key3; field in ClassWriter
555 key3 = new Item(); in ClassWriter()
1246 key3.set(name, desc, bootstrapMethodIndex); in newInvokeDynamicItem()
1247 result = get(key3); in newInvokeDynamicItem()
1250 result = new Item(index++, key3); in newInvokeDynamicItem()
1269 key3.set(FIELD, owner, name, desc); in newField()
1270 Item result = get(key3); in newField()
1273 result = new Item(index++, key3); in newField()
1296 key3.set(type, owner, name, desc); in newMethodItem()
1297 Item result = get(key3); in newMethodItem()
[all …]
/external/perfetto/src/traced/probes/filesystem/
Dlru_inode_cache_unittest.cc35 const std::pair<BlockDeviceID, Inode> key3{0, 2}; variable
69 cache.Insert(key3, val3()); in TEST()
73 EXPECT_THAT(cache.Get(key3), Pointee(Eq(val3()))); in TEST()
/external/skia/tests/
DGpuDrawPathTest.cpp147 GrUniqueKey key3, key4; variable
149 GrPath::ComputeKey(GrShape(path3, style), &key3, &isVolatile);
151 REPORTER_ASSERT(reporter, key3.isValid());
155 REPORTER_ASSERT(reporter, key3 != key4);
DResourceCacheTest.cpp990 GrUniqueKey key3; in test_duplicate_unique_key() local
991 make_unique_key<0>(&key3, 0); in test_duplicate_unique_key()
992 sk_sp<GrGpuResource> d2(cache->findAndRefUniqueResource(key3)); in test_duplicate_unique_key()
1002 GrUniqueKey key1, key2, key3; in test_purge_invalidated() local
1005 make_unique_key<0>(&key3, 3); in test_purge_invalidated()
1014 c->resourcePriv().setUniqueKey(key3); in test_purge_invalidated()
1021 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3)); in test_purge_invalidated()
1035 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3)); in test_purge_invalidated()
1038 Bus::Post(Msg(key3)); in test_purge_invalidated()
1042 REPORTER_ASSERT(reporter, !cache->hasUniqueKey(key3)); in test_purge_invalidated()
[all …]
/external/skqp/tests/
DGpuDrawPathTest.cpp147 GrUniqueKey key3, key4; variable
149 GrPath::ComputeKey(GrShape(path3, style), &key3, &isVolatile);
151 REPORTER_ASSERT(reporter, key3.isValid());
155 REPORTER_ASSERT(reporter, key3 != key4);
DResourceCacheTest.cpp920 GrUniqueKey key3; in test_duplicate_unique_key() local
921 make_unique_key<0>(&key3, 0); in test_duplicate_unique_key()
922 sk_sp<GrGpuResource> d2(cache->findAndRefUniqueResource(key3)); in test_duplicate_unique_key()
932 GrUniqueKey key1, key2, key3; in test_purge_invalidated() local
935 make_unique_key<0>(&key3, 3); in test_purge_invalidated()
944 c->resourcePriv().setUniqueKey(key3); in test_purge_invalidated()
951 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3)); in test_purge_invalidated()
965 REPORTER_ASSERT(reporter, cache->hasUniqueKey(key3)); in test_purge_invalidated()
968 Bus::Post(Msg(key3)); in test_purge_invalidated()
972 REPORTER_ASSERT(reporter, !cache->hasUniqueKey(key3)); in test_purge_invalidated()
[all …]
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-10-10.data4 ? explicit key3, # Empty value
7 simple key3, # Empty value
Dspec-10-10.canonical8 ? !!str "explicit key3"
14 ? !!str "simple key3"
Dspec-10-11.data4 ? explicit key3, # Implicit empty
Dspec-10-11.canonical13 ? !!str "explicit key3"
/external/llvm/test/YAMLParser/
Dspec-10-10.test6 ? explicit key3, # Empty value
9 simple key3, # Empty value
Dspec-10-11.test6 ? explicit key3, # Implicit empty
/external/libvncserver/libvncserver/
Dwebsockets.c169 void webSocketsGenMd5(char * target, char *key1, char *key2, char *key3);
255 char *key1 = NULL, *key2 = NULL, *key3 = NULL; in webSocketsHandshake() local
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/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java280 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()
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
Dagent-subst-test.properties4 key3=${user.home}}} key
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java65 private static final Key<String> key3 = Key.get(String.class, named("3")); field in OverrideModuleTest
160 bind(key3).toInstance("A3"); in testOverrideOfOverride()
176 bind(key3).toInstance("C3"); in testOverrideOfOverride()
183 assertEquals("C3", injector.getInstance(key3)); in testOverrideOfOverride()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1115 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 …]
/external/clang/test/ARCMT/
Dobjcmt-subscripting-literals.m.result115 @"value3", @"key3",
139 @"key3"

123