Home
last modified time | relevance | path

Searched refs:keys (Results 176 - 200 of 3056) sorted by relevance

12345678910>>...123

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTestLocaleValidity.java144 // bad types for keys in testBasic()
191 if (!assertEquals("Missing keys", Collections.EMPTY_SET, missing)) { in testBasic()
245 private void check(String[][] tests, Set<String> keys, Datasubtype... datasubtypes) { in check() argument
249 check(++count, localeValidityChecker, test[0], test[1], keys); in check()
253 private void check(int count, LocaleValidityChecker all, String expected, String locale, Set<String> keys) { in check() argument
257 if (keys != null) { in check()
258 addKeys(ulocale, keys); in check()
280 private void addKeys(ULocale ulocale, Set<String> keys) { in addKeys() argument
289 keys.add(part); in addKeys()
H A DTrieMapTest.java420 ArrayList<String> keys = new ArrayList<String>(keySet); in TestTimeGet()
422 long comparisonTime = timeGet(keys, unicodeTestMap, 0, null, 0); in TestTimeGet()
423 timeGet(keys, unicodeTestMap, comparisonTime, null, 0); in TestTimeGet()
424 timeGet(keys, unicodeTestMap, comparisonTime, Style.BYTES, 3); in TestTimeGet()
425 timeGet(keys, unicodeTestMap, comparisonTime, Style.CHARS, 3); in TestTimeGet()
429 public long timeGet(ArrayList<String> keys, Map<String, Integer> testmap, long comparisonTime, Style style, int ratioToMap) { in timeGet() argument
440 for (String key : keys) { in timeGet()
445 }, keys, map); in timeGet()
447 logln("\tget() time\tTREEMAP\tn/a\t" + t.toString(keys.size()) + "\t\titerations=" + t.getIterations()); in timeGet()
449 logln("\tget() time\tHASHMAP\tn/a\t" + t.toString(keys in timeGet()
481 ArrayList<String> keys; global() field in TrieMapTest.MyLoop
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTestLocaleValidity.java143 // bad types for keys in testBasic()
190 if (!assertEquals("Missing keys", Collections.EMPTY_SET, missing)) { in testBasic()
244 private void check(String[][] tests, Set<String> keys, Datasubtype... datasubtypes) { in check() argument
248 check(++count, localeValidityChecker, test[0], test[1], keys); in check()
252 private void check(int count, LocaleValidityChecker all, String expected, String locale, Set<String> keys) { in check() argument
256 if (keys != null) { in check()
257 addKeys(ulocale, keys); in check()
279 private void addKeys(ULocale ulocale, Set<String> keys) { in addKeys() argument
288 keys.add(part); in addKeys()
H A DTrieMapTest.java417 ArrayList<String> keys = new ArrayList<String>(keySet); in TestTimeGet()
419 long comparisonTime = timeGet(keys, unicodeTestMap, 0, null, 0); in TestTimeGet()
420 timeGet(keys, unicodeTestMap, comparisonTime, null, 0); in TestTimeGet()
421 timeGet(keys, unicodeTestMap, comparisonTime, Style.BYTES, 3); in TestTimeGet()
422 timeGet(keys, unicodeTestMap, comparisonTime, Style.CHARS, 3); in TestTimeGet()
426 public long timeGet(ArrayList<String> keys, Map<String, Integer> testmap, long comparisonTime, Style style, int ratioToMap) { in timeGet() argument
437 for (String key : keys) { in timeGet()
442 }, keys, map); in timeGet()
444 logln("\tget() time\tTREEMAP\tn/a\t" + t.toString(keys.size()) + "\t\titerations=" + t.getIterations()); in timeGet()
446 logln("\tget() time\tHASHMAP\tn/a\t" + t.toString(keys in timeGet()
478 ArrayList<String> keys; global() field in TrieMapTest.MyLoop
[all...]
/third_party/skia/src/gpu/
H A DGrRecordingContext.cpp208 void GrRecordingContext::Stats::dumpKeyValuePairs(SkTArray<SkString>* keys, in dumpKeyValuePairs() argument
210 keys->push_back(SkString("path_masks_generated")); in dumpKeyValuePairs()
213 keys->push_back(SkString("path_mask_cache_hits")); in dumpKeyValuePairs()
217 void GrRecordingContext::DMSAAStats::dumpKeyValuePairs(SkTArray<SkString>* keys, in dumpKeyValuePairs() argument
219 keys->push_back(SkString("dmsaa_render_passes")); in dumpKeyValuePairs()
222 keys->push_back(SkString("dmsaa_multisample_render_passes")); in dumpKeyValuePairs()
226 keys->push_back(SkStringPrintf("dmsaa_trigger_%s", name.c_str())); in dumpKeyValuePairs()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-arabic-table.py78 uu = sorted(values.keys())
198 keys = shapes.keys ()
199 min_u, max_u = min (keys), max (keys)
213 for pair in ligatures.keys ():
235 for first in sorted (ligas.keys ()):
/third_party/skia/tools/debugger/
H A DDebugLayerManager.cpp66 keys.push_back(k);
129 for (const auto& key : keys) { in summarizeLayers()
161 for (const auto& key : keys) { in listNodesForFrame()
171 for (const auto& key : keys) { in listFramesForNode()
185 for (const auto& key : keys) { in setOverdrawViz()
192 for (const auto& key : keys) { in setClipVizColor()
199 for (const auto& key : keys) { in setDrawGpuOpBounds()
/third_party/openssl/test/
H A Dendecoder_legacy_test.c190 * key types, and generate the keys themselves on program setup.
222 } keys[] = { variable
279 for (i = 0; i < OSSL_NELEM(keys); i++) { in lookup_key()
280 if (strcmp(keys[i].keytype, type) == 0) in lookup_key()
281 return &keys[i]; in lookup_key()
332 /* Now try decoding the results and compare the resulting keys */ in test_protected_PEM()
399 /* Now try decoding the results and compare the resulting keys */ in test_unprotected_PEM()
466 /* Now try decoding the results and compare the resulting keys */ in test_DER()
518 /* Set up the keys */ in test_key()
694 TEST_info("Generating keys in OPT_TEST_DECLARE_USAGE()
[all...]
/test/testfwk/developer_test/local_coverage/restore_comment/
H A Dafter_lcov_branch.py42 def recover_source_file(source_path_list, keys):
59 for key in keys:
76 if "path" in value.keys():
81 recover_source_file(cpp_list, keys=[" //LCOV_EXCL_BR_LINE"])
98 recover_source_file(html_arr_list, keys=[" //LCOV_EXCL_BR_LINE"])
/third_party/jsframework/runtime/main/reactivity/
H A Dwatcher.js192 let i, keys, isA, isO;
212 keys = Object.keys(val);
213 i = keys.length;
214 while (i--) traverse(val[keys[i]], seen);
H A Dstate.js33 const keys = Object.keys(data);
34 let i = keys.length;
36 proxy(vm, keys[i], data);
48 Object.keys(mixin).forEach(key => {
/third_party/node/deps/npm/node_modules/read-package-json-fast/lib/
H A Dindex.js54 for (const key of Object.keys(data).filter(k => /^_/.test(k))) {
87 for (const name of Object.keys(od)) {
91 if (Object.keys(dd).length === 0) {
105 data.bundleDependencies = Object.keys(data.dependencies || {})
108 data.bundleDependencies = Object.keys(bd)
/third_party/libdrm/tests/
H A Ddrmsl.c63 unsigned long keys[1000000]; in do_time() local
75 keys[i] = drmRandom(ranstate); in do_time()
76 drmSLInsert(list, keys[i], NULL); in do_time()
92 if (drmSLLookup(list, keys[i], &value)) in do_time()
93 printf("Error %lu %d\n", keys[i], i); in do_time()
/third_party/skia/tools/
H A Djsondiff.py88 for test_name in all_expectations.keys():
128 for result_type in all_result_types.keys():
131 for test_name in results_of_this_type.keys():
145 all_keys = set(old_dict.keys() + new_dict.keys())
/third_party/libinput/test/
H A Dtest-keyboard.c174 } keys[] = { in START_TEST() local
183 int events[2 * (ARRAY_LENGTH(keys) + 1)]; in START_TEST()
188 /* Enable all tested keys on the device */ in START_TEST()
190 while (i < 2 * ARRAY_LENGTH(keys)) { in START_TEST()
191 key = keys[i / 2].code; in START_TEST()
207 for (i = 0; i < ARRAY_LENGTH(keys); ++i) { in START_TEST()
208 key = keys[i].code; in START_TEST()
226 /* Mark all released keys until device is removed */ in START_TEST()
244 for (i = 0; i < ARRAY_LENGTH(keys); ++i) { in START_TEST()
245 if (keys[ in START_TEST()
[all...]
/kernel/linux/linux-5.10/security/keys/encrypted-keys/
H A DMakefile3 # Makefile for encrypted keys
6 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys.o
8 encrypted-keys-y := encrypted.o ecryptfs_format.o
11 encrypted-keys-y += $(masterkey-y) $(masterkey-m-m)
/kernel/linux/linux-6.6/security/keys/encrypted-keys/
H A DMakefile3 # Makefile for encrypted keys
6 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted-keys.o
8 encrypted-keys-y := encrypted.o ecryptfs_format.o
11 encrypted-keys-y += $(masterkey-y) $(masterkey-m-m)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/
H A D1-1.c19 * 1. Create many keys, and do not specify and value to them (default is NULL)
20 * 2. Delete the keys with pthread_key_delete
35 pthread_key_t keys[NUM_OF_KEYS]; in main() local
39 if (pthread_key_create(&keys[i], NULL) != 0) { in main()
44 if (pthread_key_delete(keys[i]) != 0) { in main()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dfailed-syscalls-by-pid.py69 comm_keys = syscalls.keys()
71 pid_keys = syscalls[comm].keys()
74 id_keys = syscalls[comm][pid].keys()
77 ret_keys = syscalls[comm][pid][id].keys()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dfailed-syscalls-by-pid.py69 comm_keys = syscalls.keys()
71 pid_keys = syscalls[comm].keys()
74 id_keys = syscalls[comm][pid].keys()
77 ret_keys = syscalls[comm][pid][id].keys()
/third_party/node/test/parallel/
H A Dtest-https-agent-additional-options.js52 const keys = Object.keys(https.globalAgent.freeSockets);
55 keys.some((val) => val.startsWith(value.toString() + ':') ||
58 `missing value: ${value.toString()} in ${keys}`
/third_party/mesa3d/src/panfrost/shared/
H A Dpan_minmax_cache.c35 * ratio and cache search speed). Note that keys are adjacent so we get cache
54 if (cache->keys[i] == ht_key) { in panfrost_minmax_cache_get()
85 cache->keys[index] = ht_key; in panfrost_minmax_cache_add()
107 uint64_t key = cache->keys[i]; in panfrost_minmax_cache_invalidate()
115 cache->keys[valid_count] = key; in panfrost_minmax_cache_invalidate()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DinsertTags.py27 logDiag(specFile + ': found', len(pageMap.keys()), 'potential pages')
38 for name in pageMap.keys():
45 for name in pageMap.keys():
48 if (not name in refDesc.keys()):
/third_party/python/Lib/tkinter/
H A Dscrolledtext.py33 text_meths = vars(Text).keys()
34 methods = vars(Pack).keys() | vars(Grid).keys() | vars(Place).keys()
/third_party/skia/infra/bots/buildstats/
H A Dbuildstats_cpp.py36 keys = keystr.split(' ')
37 for i in range(0, len(keys), 2):
38 results['key'][keys[i]] = keys[i+1]

Completed in 11 milliseconds

12345678910>>...123