/third_party/node/test/parallel/ |
H A D | test-stream-reduce.js | 20 [[...Array(100).keys()], sum, 0],
|
/third_party/node/test/fixtures/wpt/encoding/ |
H A D | textdecoder-streaming.any.js | 22 Object.keys(octets).forEach(function(encoding) {
|
/third_party/node/benchmark/es/ |
H A D | map-bench.js | 74 get size() { return Object.keys(m).length; },
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | common.js | 17 Object.keys(env).forEach(key => {
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | file.js | 82 throw new TypeError('hashes must be string keys and values'); 123 const digests = Object.keys(this.hashes).reduce((acc, key) => { 167 throw new TypeError('hashes must have string keys and values');
|
/third_party/node/deps/npm/node_modules/@npmcli/promise-spawn/lib/ |
H A D | index.js | 198 for (const objKey of Object.keys(obj).sort()) {
|
/third_party/node/deps/npm/node_modules/libnpmfund/lib/ |
H A D | index.js | 82 Object.keys(dependencies).length ||
|
/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/ |
H A D | index.js | 188 for (const packageKey of Object.keys(packages)) {
|
/third_party/mesa3d/src/intel/genxml/ |
H A D | gen_sort_tags.py | 60 for d in deps.keys():
|
/third_party/mesa3d/src/util/ |
H A D | disk_cache.h | 43 /* Size of cache keys in bytes. */ 75 cache_key *keys; /* sha1 list of shaders that make up the cache item */ member 172 * In all cases, the keys are sequences of 20 bytes. It is anticipated 173 * that callers will compute appropriate SHA-1 signatures for keys, 264 * Note: disk_cache_has_key() will only return true for keys passed to
|
/third_party/node/deps/v8/infra/testing/ |
H A D | PRESUBMIT.py | 58 for key in src_dict.keys():
|
/third_party/node/deps/undici/src/lib/core/ |
H A D | connect.js | 67 const { value: oldestKey } = this._sessionCache.keys().next()
|
/third_party/node/deps/undici/src/lib/handler/ |
H A D | RedirectHandler.js | 210 for (const key of Object.keys(headers)) {
|
/third_party/node/deps/undici/src/lib/ |
H A D | proxy-agent.js | 182 const existProxyAuth = headers && Object.keys(headers)
|
/third_party/python/Tools/unicode/ |
H A D | genmap_schinese.py | 50 gbuni = [k for k in gbuni.keys()]
|
/third_party/python/Lib/distutils/ |
H A D | archive_util.py | 78 if compress is not None and compress not in compress_ext.keys():
|
/third_party/python/Lib/distutils/tests/ |
H A D | support.py | 132 for key in tuple(os.environ.keys()):
|
/third_party/python/Lib/multiprocessing/ |
H A D | resource_tracker.py | 193 cache = {rtype: set() for rtype in _CLEANUP_FUNCS.keys()}
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | gen_gl_enum_utils.py | 191 gl_enum_groups=',\n'.join(sorted(gl_enum_in_groups.keys())))
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extdependency.py | 49 return self.__nodes.keys()
|
/third_party/python/Lib/test/ |
H A D | test_pwd.py | 72 allnames = list(bynames.keys())
|
/third_party/skia/infra/bots/recipes/ |
H A D | perf.py | 61 for k in sorted(props.keys()):
|
H A D | test.py | 111 for k in sorted(props.keys()):
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component.cpp | 27 #include "keys.h" 1452 JSValue keys = JSObject::Keys(events); in BindEvents() local 1453 if (JSUndefined::Is(keys)) { in BindEvents() 1454 JSRelease(keys); in BindEvents() 1458 uint16_t length = JSArray::Length(keys); in BindEvents() 1460 JSRelease(keys); in BindEvents() 1465 JSValue key = JSArray::Get(keys, idx); in BindEvents() 1480 JSRelease(keys); in BindEvents()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_util.cpp | 834 napi_value keys = 0; in GetValue() local 835 napi_get_property_names(env, jsValue, &keys); in GetValue() 837 JSUtil::StatusMsg statusMsg = napi_get_array_length(env, keys, &arrLen); in GetValue() 843 statusMsg.status = napi_get_element(env, keys, i, &jsKey); in GetValue() 1204 std::vector<OHOS::DistributedKv::Key> keys; in GetValue() local 1206 Status status = OHOS::DistributedKv::KvUtils::GetKeys(*(jsProxy->GetInstance()), keys); in GetValue() 1209 out = keys; in GetValue()
|