Searched refs:key1 (Results 1 - 25 of 167) sorted by relevance

1234567

/external/curl/tests/unit/
H A Dunit1603.c52 char key1[] = "key1"; variable
63 if(Curl_hash_str(key1, strlen(key1), slots) != 1 ||
70 nodep = Curl_hash_add(&hash_static, &key1, strlen(key1), &key1);
72 nodep = Curl_hash_pick(&hash_static, &key1, strlen(key1));
73 fail_unless(nodep == key1, "has
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dhandle.c53 compare(void *key1, void *key2) argument
55 if (key1 < key2)
57 else if (key1 > key2)
/external/vboot_reference/tests/
H A Dvb20_common2_tests.c24 static void test_unpack_key(const struct vb2_packed_key *key1) argument
32 uint32_t size = key1->key_offset + key1->key_size;
36 memcpy(key, key1, size);
45 memcpy(key, key1, size);
51 memcpy(key, key1, size);
57 memcpy(key, key1, size);
63 memcpy(key, key1, size);
69 memcpy(key, key1, size);
77 static void test_verify_data(const struct vb2_packed_key *key1, argument
145 struct vb2_packed_key *key1; local
[all...]
/external/icu/icu4c/source/common/
H A Duelement.h73 * @param key1 The string for comparison
75 * @return true if key1 and key2 are equal, return false otherwise.
78 uhash_compareUnicodeString(const UElement key1, const UElement key2);
84 * @param key1 The string for comparison
86 * @return true if key1 and key2 are equal, return false otherwise.
89 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2);
/external/selinux/libsepol/cil/src/
H A Dcil_symtab.c152 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4;
184 if (ckey->key1 == curr->ckey->key1 &&
191 if (ckey->key1 == curr->ckey->key1 &&
196 if (ckey->key1 == curr->ckey->key1 &&
202 if (ckey->key1 == curr->ckey->key1 &&
232 if (ckey->key1
[all...]
/external/autotest/frontend/client/src/autotest/common/table/
H A DJSONObjectComparator.java21 String key1 = arg1.get(sortSpec.getField()).toString().toLowerCase();
22 compareValue = key0.compareTo(key1) * sortSpec.getDirectionMultiplier();
/external/selinux/libsepol/src/
H A Dsymtab.c30 __attribute__ ((unused)), const_hashtab_key_t key1,
33 return strcmp(key1, key2);
29 symcmp(hashtab_t h __attribute__ ((unused)), const_hashtab_key_t key1, const_hashtab_key_t key2) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESedeEngine.java55 byte[] key1 = new byte[8];
56 System.arraycopy(keyMaster, 0, key1, 0, key1.length);
57 workingKey1 = generateWorkingKey(encrypting, key1);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.h63 int (*compare)(const void *key1, const void *key2),
H A Du_hash_table.h60 int (*compare)(void *key1, void *key2));
/external/ltp/testcases/kernel/syscalls/request_key/
H A Drequest_key02.c42 static int key1; variable
51 {"ltp1", ENOKEY, &key1},
104 key1 = KEY_REQKEY_DEFL_DEFAULT;
/external/skia/src/gpu/
H A DGrPath.cpp46 SkAutoTArray<uint32_t> key1(cnt0);
48 write_style_key(key1.get(), style);
49 if (0 != memcmp(key0.get(), key1.get(), cnt0)) {
/external/guice/core/test/com/google/inject/internal/
H A DWeakKeySetTest.java112 Key<Integer> key1 = Key.get(Integer.class);
117 set.add(key1, state1, source1);
118 assertInSet(set, key1, 1, source1);
123 WeakReference<Key<Integer>> weakKey1Ref = new WeakReference<Key<Integer>>(key1);
128 Key<Integer> key = key1 = key2 = Key.get(Integer.class);
153 // Now that the backing set is emptied, key1 is released.
160 Key<Integer> key1 = Key.get(Integer.class);
165 set.add(key1, state1, source1);
166 assertInSet(set, key1, 1, source1);
171 WeakReference<Key<Integer>> weakKey1Ref = new WeakReference<Key<Integer>>(key1);
[all...]
/external/boringssl/src/decrepit/xts/
H A Dxts.c60 void *key1, *key2; member in struct:xts128_context
91 (*ctx->block1)(scratch.c, scratch.c, ctx->key1);
121 (*ctx->block1)(scratch.c, scratch.c, ctx->key1);
145 (*ctx->block1)(scratch.c, scratch.c, ctx->key1);
156 (*ctx->block1)(scratch.c, scratch.c, ctx->key1);
198 xctx->xts.key1 = &xctx->ks1;
212 if (!xctx->xts.key1 ||
228 if (xctx->xts.key1) {
229 if (xctx->xts.key1 != &xctx->ks1) {
232 xctx_out->xts.key1
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheReferencesTest.java90 Key key1 = new Key(1);
91 String value1 = key1.toString();
94 assertSame(value1, cache.getUnchecked(key1));
96 assertEquals(ImmutableSet.of(key1, key2), cache.asMap().keySet());
98 assertEquals(ImmutableSet.of(immutableEntry(key1, value1), immutableEntry(key2, value2)),
105 Key key1 = new Key(1);
106 String value1 = key1.toString();
109 assertSame(value1, cache.getUnchecked(key1));
111 cache.invalidate(key1);
112 assertFalse(cache.asMap().containsKey(key1));
[all...]
/external/libchrome/crypto/
H A Dsymmetric_key_unittest.cc34 std::unique_ptr<crypto::SymmetricKey> key1(
36 ASSERT_TRUE(key1);
38 EXPECT_TRUE(key1->GetRawKey(&raw_key1));
51 std::unique_ptr<crypto::SymmetricKey> key1(
54 ASSERT_TRUE(key1);
56 EXPECT_TRUE(key1->GetRawKey(&raw_key1));
/external/openssh/
H A Droaming_client.c56 static u_int64_t key1, key2, oldkey1, oldkey2; variable
68 key1 = oldkey1 = packet_get_int64();
95 key1 = oldkey1;
108 packet_put_int64(key1 ^ get_recv_bytes());
112 oldkey1 = key1;
114 calculate_new_key(&key1, cookie, chall);
/external/libdrm/amdgpu/
H A Dutil_hash_table.h56 int (*compare)(void *key1, void *key2));
/external/skia/tests/
H A DImageFilterCacheTest.cpp36 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset());
40 cache->set(key1, image.get(), offset);
44 sk_sp<SkSpecialImage> foundImage = cache->get(key1, &foundOffset);
62 SkImageFilterCacheKey key1(1, SkMatrix::I(), clip1, image->uniqueID(), image->subset());
72 REPORTER_ASSERT(reporter, !cache->get(key1, &foundOffset));
85 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset());
89 cache->set(key1, image.get(), offset);
93 REPORTER_ASSERT(reporter, cache->get(key1, &foundOffset));
99 REPORTER_ASSERT(reporter, !cache->get(key1, &foundOffset));
110 SkImageFilterCacheKey key1(
[all...]
H A DGpuDrawPathTest.cpp113 GrUniqueKey key1, key2; local
116 GrPath::ComputeKey(GrShape(path1, GrStyle::SimpleFill()), &key1, &isVolatile); local
118 REPORTER_ASSERT(reporter, key1.isValid());
121 REPORTER_ASSERT(reporter, key1.isValid());
122 REPORTER_ASSERT(reporter, key1 != key2);
126 GrPath::ComputeKey(GrShape(path1, style), &key1, &isVolatile); local
160 GrPath::ComputeKey(GrShape(path3, style), &key1, &isVolatile); local
/external/mesa3d/src/gallium/tests/unit/
H A Du_cache_test.c61 cache_test_compare(const void *key1, const void *key2) { argument
62 return !(key1 == key2);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationCreationMethodTest.java44 CollationKey key1;
78 key1 = localeCollator.getCollationKey(randString1);
81 report(locale.getDisplayName(), randString1, key1, key2);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationCreationMethodTest.java43 CollationKey key1;
77 key1 = localeCollator.getCollationKey(randString1);
80 report(locale.getDisplayName(), randString1, key1, key2);
/external/autotest/site_utils/bootperf-bin/
H A Dresultset.py223 def DeltaData(self, key0, key1):
227 @param key1 Key of the subtractor vector.
232 self._keyvals[key1])
241 def DeltaStatistics(self, key0, key1):
249 @param key1 Key of the subtractor.
252 return _ListStats(self.DeltaData(key0, key1))
/external/v8/src/profiler/
H A Dstrings-storage.h37 static bool StringsMatch(void* key1, void* key2);

Completed in 746 milliseconds

1234567