Home
last modified time | relevance | path

Searched refs:keys (Results 601 - 625 of 2640) sorted by relevance

1...<<21222324252627282930>>...106

/drivers/interface/display/buffer/v1_1/include/
H A Didisplay_buffer.h41 virtual int32_t ListMetadataKeys(const BufferHandle& handle, std::vector<uint32_t>& keys) = 0;
/third_party/curl/lib/
H A Dcurl_ntlm_core.h43 void Curl_ntlm_core_lm_resp(const unsigned char *keys,
/third_party/node/test/parallel/
H A Dtest-event-emitter-subclass.js51 assert.deepStrictEqual(Object.keys(myee._events), []);
H A Dtest-http-agent-maxsockets-respected.js49 const sockets = agent.sockets[Object.keys(agent.sockets)[0]];
H A Dtest-worker-messageport-hasref.js22 for (const asyncId of m.keys()) {
H A Dtest-worker-terminate-source-map.js41 Object.keys = increaseCallCount;
H A Dtest-eventtarget.js570 // Event target exported keys
572 deepStrictEqual(Object.keys(eventTarget), []);
574 const parentKeys = Object.keys(Object.getPrototypeOf(eventTarget)).sort();
575 const keys = ['addEventListener', 'dispatchEvent', 'removeEventListener'];
576 deepStrictEqual(parentKeys, keys);
/third_party/node/test/pseudo-tty/
H A Dtest-async-wrap-getasyncid-tty.js26 const objKeys = Object.keys(providers);
/third_party/node/benchmark/util/
H A Dtype-check.js29 type: Object.keys(args),
H A Dnormalize-encoding.js23 input: inputs.concat(Object.keys(groupedInputs)),
/third_party/node/benchmark/url/
H A Dlegacy-vs-whatwg-url-searchparams-parse.js7 searchParam: Object.keys(searchParams),
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dapi_vtxfmt_init_h.py72 for condition in sorted(settings_by_condition.keys()):
/third_party/node/deps/npm/node_modules/defaults/
H A Dtest.js10 test("ensure defaults override keys", function(t) {
17 test("ensure defined keys are not overwritten", function(t) {
30 t.equal(Object.keys(result.b).length, 1, 'objects should be clones');
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
H A Dstyles.js90 Object.keys(codes).forEach(function(key) {
/third_party/openGLES/extensions/
H A Dmakeindex.py51 dict = { k : v for k,v in registry.items() if key in v.keys()}
/third_party/skia/third_party/externals/opengl-registry/extensions/
H A Dmakeindex.py61 dict = {k:v for k,v in registry.items() if key in v.keys()}
/third_party/python/Lib/unittest/
H A D__init__.py91 return globals().keys() | {'IsolatedAsyncioTestCase'}
/third_party/python/Objects/
H A Dtypeslots.py35 M = max(res.keys())+1
/third_party/libbpf/src/
H A Dbpf.c517 void *out_batch, void *keys, void *values, in bpf_map_batch_common()
532 attr.batch.keys = ptr_to_u64(keys); in bpf_map_batch_common()
544 int bpf_map_delete_batch(int fd, const void *keys, __u32 *count, in bpf_map_delete_batch() argument
548 NULL, (void *)keys, NULL, count, opts); in bpf_map_delete_batch()
551 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() argument
556 out_batch, keys, values, count, opts); in bpf_map_lookup_batch()
560 void *keys, void *values, __u32 *count, in bpf_map_lookup_and_delete_batch()
564 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
568 int bpf_map_update_batch(int fd, const void *keys, cons argument
516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument
559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument
[all...]
/test/xts/acts/communication/wifi_p2p/entry/src/ohosTest/js/test/
H A DWifiP2PFunction.test.js551 let resultLength = Object.keys(data).length;
564 let resultLength = Object.keys(result).length;
593 let resultLength = Object.keys(data).length;
627 let len = Object.keys(result).length;
/third_party/mbedtls/scripts/
H A Dabi_check.py64 **Storage format**: the goal is to check that persistent keys stored by the
480 missing = frozenset(old_tests.keys()).difference(new_tests.keys())
515 shared_modules = list(set(self.old_version.modules.keys()) &
516 set(self.new_version.modules.keys()))
/third_party/musl/porting/linux/user/ldso/
H A Dns_config.c140 char **keys, **vals; in kvlist_realloc() local
141 keys = (char **)__libc_realloc(kvs->key, size * (sizeof *kvs->key)); in kvlist_realloc()
142 if (!keys) return; in kvlist_realloc()
143 kvs->key = keys; in kvlist_realloc()
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js57 if (Object.keys(pkg.bin).length === 0) {
178 data.bundleDependencies = Object.keys(data.dependencies || {})
182 data.bundleDependencies = Object.keys(bd)
201 if (!Object.keys(data.dependencies).length) {
/third_party/musl/ldso/linux/
H A Dns_config.c140 char **keys, **vals; in kvlist_realloc() local
141 keys = (char **)__libc_realloc(kvs->key, size * (sizeof *kvs->key)); in kvlist_realloc()
142 if (!keys) return; in kvlist_realloc()
143 kvs->key = keys; in kvlist_realloc()
/third_party/python/Lib/
H A Dweakref.py115 # A list of keys to be removed
218 def keys(self): member in WeakValueDictionary
226 __iter__ = keys
357 """ Mapping class that references keys weakly.
380 # A list of dead weakrefs (keys to be removed)
391 # However, it means keys may already have been removed.
419 # self._pending_removals may still contain keys which were
468 def keys(self): member in WeakKeyDictionary
475 __iter__ = keys
484 """Return a list of weak references to the keys
[all...]

Completed in 11 milliseconds

1...<<21222324252627282930>>...106