Home
last modified time | relevance | path

Searched defs:keys (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/third_party/typescript/tests/baselines/reference/
DinferStringLiteralUnionForBindingElement.js2 declare function func<T extends string>(arg: { keys: T[] }): { readonly keys: T[]; readonly firstKe… property
5 const { firstKey } = func({keys: ["aa", "bb"]}) property
8 const { keys } = func({keys: ["aa", "bb"]}) property
13 const { keys, firstKey } = func({keys: ["aa", "bb"]}) property
19 const x = func({keys: ["aa", "bb"]}) property
27 var firstKey = func({ keys: ["aa", "bb"] }).firstKey; property
29 var keys = func({ keys: ["aa", "bb"] }).keys; property
33 var _a = func({ keys: ["aa", "bb"] }), keys = _a.keys, firstKey = _a.firstKey; property
38 var x = func({ keys: ["aa", "bb"] }); property
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
DRangeKeyTest.java35 ImmutableList<RangeKey> keys = RangeKey.decompose(RangeTree.empty()); in testEmpty() local
41 ImmutableList<RangeKey> keys = RangeKey.decompose(RangeTree.from(RangeSpecification.empty())); in testZeroLengthMatch() local
47 ImmutableList<RangeKey> keys = RangeKey.decompose(ranges("xxx", "xxxx", "xxxxx")); in testOnlyAnyPath() local
53 ImmutableList<RangeKey> keys = RangeKey.decompose(ranges("123xxx", "123xxxx", "123xxxxx")); in testSimple() local
59 ImmutableList<RangeKey> keys = in testEmbeddedRanges() local
66 ImmutableList<RangeKey> keys = RangeKey.decompose(ranges("123xxxx", "1234x", "1234xx")); in testSplitFactors() local
74 ImmutableList<RangeKey> keys = RangeKey.decompose(ranges("12[0-4]xxx", "12xxx", "12xx")); in testMergeStrategy() local
98 ImmutableList<RangeKey> keys = RangeKey.decompose(ranges); in testSimpleRealWorldData() local
/third_party/typescript/lib/
Dlib.es2015.iterable.d.ts70 keys(): IterableIterator<number>; method
106 keys(): IterableIterator<number>; method
131 keys(): IterableIterator<K>; method
151 keys(): IterableIterator<K>; method
180 keys(): IterableIterator<T>; method
200 keys(): IterableIterator<T>; method
252 keys(): IterableIterator<number>; method
280 keys(): IterableIterator<number>; method
309 keys(): IterableIterator<number>; method
340 keys(): IterableIterator<number>; method
[all …]
Dlib.dom.iterable.d.ts68 keys(): IterableIterator<number>; method
91 keys(): IterableIterator<string>; method
121 keys(): IterableIterator<string>; method
143 keys(): IterableIterator<BufferSource>; method
175 keys(): IterableIterator<number>; method
185 keys(): IterableIterator<number>; method
268 keys(): IterableIterator<string>; method
/third_party/typescript/src/lib/
Des2015.iterable.d.ts50 keys(): IterableIterator<number>; method
86 keys(): IterableIterator<number>; method
111 keys(): IterableIterator<K>; method
131 keys(): IterableIterator<K>; method
160 keys(): IterableIterator<T>; method
180 keys(): IterableIterator<T>; method
232 keys(): IterableIterator<number>; method
260 keys(): IterableIterator<number>; method
289 keys(): IterableIterator<number>; method
320 keys(): IterableIterator<number>; method
[all …]
Ddom.iterable.d.ts16 keys(): IterableIterator<string>; method
37 keys(): IterableIterator<number>; method
64 keys(): IterableIterator<number>; method
89 keys(): IterableIterator<string>; method
106 keys(): IterableIterator<string>; method
Ddom.iterable.generated.d.ts48 keys(): IterableIterator<number>; method
71 keys(): IterableIterator<string>; method
101 keys(): IterableIterator<string>; method
123 keys(): IterableIterator<BufferSource>; method
155 keys(): IterableIterator<number>; method
165 keys(): IterableIterator<number>; method
248 keys(): IterableIterator<string>; method
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/
Dbuilder_name_schema.json4 "keys": [ array
15 "keys": [ array
26 "keys": [ array
31 "keys": [ array
39 "keys": [ array
47 "keys": [ array
62 "keys": [ array
77 "keys": [ array
/third_party/mbedtls/docs/architecture/
Dpsa-storage-resilience.md48 ### Assumptions on stateful secure elements
54 ### Dual management of keys: the problem
69 ### Overview of two-phase commit with stateful secure elements
103 ### Optimization considerations for transactions
131 ### Recovery strategies
256 ### Testing non-atomic processes
285 ### Splitting normal behavior and transaction recovery
355 ### Choice of a transaction design
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DRangeKey.java79 List<RangeKey> keys = new ArrayList<>(); in decompose() local
102 private static void visit(RangeTree tree, List<RangeKey> keys) { in visit()
119 private final List<RangeKey> keys; field in RangeKey.KeyVisitor
126 private KeyVisitor(List<RangeKey> keys) { in KeyVisitor()
/third_party/mesa3d/src/panfrost/bifrost/
Dgen_disasm.py152 def compile_derived_inner(expr, keys): argument
167 def compile_derived(expr, keys): argument
180 def evaluate_forward(keys, derivf, testf, ctx, ordering): argument
196 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered): argument
205 def invert_lut(value_size, forward, derived, mod_map, keys, mod_vals): argument
/third_party/node/deps/v8/src/objects/
Delements-inl.h19 KeyAccumulator* keys) { in CollectElementIndices()
25 Handle<JSObject> object, Handle<FixedArray> keys, GetKeysConversion convert, in PrependElementIndices()
/third_party/node/test/parallel/
Dtest-readline-emit-keypress-events.js21 const keys = []; variable
37 const keys = []; variable
53 const keys = []; variable
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
Ddelegations.js56 keys: keysToJSON(this.keys), property
74 keys: keysFromJSON(keys), property
82 function keysToJSON(keys) { argument
/third_party/node/deps/npm/lib/commands/
Dconfig.js179 async get (keys) { field in Config
180 if (!keys.length) { field in Config
185 for (const key of keys) { field in Config
196 async del (keys) { argument
/third_party/typescript/tests/cases/compiler/
DinferStringLiteralUnionForBindingElement.ts7 const { keys } = func({keys: ["aa", "bb"]}) constant
12 const { keys, firstKey } = func({keys: ["aa", "bb"]}) constant
/third_party/node/deps/undici/src/types/
Dcache.d.ts8 keys (): Promise<string[]> method
23 keys (request?: RequestInfo, options?: CacheQueryOptions): Promise<readonly Request[]> method
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_ikev2_common.c18 int eap_ikev2_derive_keymat(int prf, struct ikev2_keys *keys, in eap_ikev2_derive_keymat()
68 int eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys, in eap_ikev2_validate_icv()
Dikev2_common.c371 struct ikev2_keys *keys, int initiator, in ikev2_derive_auth_data()
429 struct ikev2_keys *keys, int initiator, in ikev2_decrypt_payload()
530 int ikev2_build_encrypted(int encr_id, int integ_id, struct ikev2_keys *keys, in ikev2_build_encrypted()
608 int ikev2_keys_set(struct ikev2_keys *keys) in ikev2_keys_set()
615 void ikev2_free_keys(struct ikev2_keys *keys) in ikev2_free_keys()
633 struct ikev2_keys *keys) in ikev2_derive_sk_keys()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_ikev2_common.c18 int eap_ikev2_derive_keymat(int prf, struct ikev2_keys *keys, in eap_ikev2_derive_keymat()
68 int eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys, in eap_ikev2_validate_icv()
Dikev2_common.c371 struct ikev2_keys *keys, int initiator, in ikev2_derive_auth_data()
429 struct ikev2_keys *keys, int initiator, in ikev2_decrypt_payload()
530 int ikev2_build_encrypted(int encr_id, int integ_id, struct ikev2_keys *keys, in ikev2_build_encrypted()
608 int ikev2_keys_set(struct ikev2_keys *keys) in ikev2_keys_set()
615 void ikev2_free_keys(struct ikev2_keys *keys) in ikev2_free_keys()
633 struct ikev2_keys *keys) in ikev2_derive_sk_keys()
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/trust/
Dindex.js26 function toTrustMaterial(root, keys) { argument
58 function keyLocator(keys) { argument
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c238 lws_chacha_activate(struct lws_ssh_keys *keys) in lws_chacha_activate()
264 lws_chacha_destroy(struct lws_ssh_keys *keys) in lws_chacha_destroy()
273 lws_chachapoly_get_length(struct lws_ssh_keys *keys, uint32_t seq, in lws_chachapoly_get_length()
302 chachapoly_crypt(struct lws_ssh_keys *keys, u_int seqnr, u_char *dest, in chachapoly_crypt()
355 lws_chacha_decrypt(struct lws_ssh_keys *keys, uint32_t seq, in lws_chacha_decrypt()
363 lws_chacha_encrypt(struct lws_ssh_keys *keys, uint32_t seq, in lws_chacha_encrypt()
/third_party/node/benchmark/crypto/
Doneshot-sign.js34 function measureSync(n, digest, privateKey, keys) { argument
45 function measureAsync(n, digest, privateKey, keys) { argument
65 function measureAsyncParallel(n, digest, privateKey, keys) { argument
/third_party/node/deps/undici/src/lib/cache/
Dcachestorage.js119 async keys () { method in CacheStorage
139 keys: kEnumerableProperty property

12345678910>>...19