/third_party/node/lib/internal/crypto/ |
H A D | webcrypto.js | 36 } = require('internal/crypto/keys'); 533 throw lazyDOMException(`${name} keys are not extractable`, 'SyntaxError');
|
/third_party/node/lib/internal/ |
H A D | event_target.js | 872 return ArrayFrom(this[kEvents].keys());
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | base_runner.py | 381 choices=list(PROGRESS_INDICATORS.keys()), default="mono",
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 70 # The Xcode-specific keys that exist on targets and aren't moved down to 710 for configuration_name in sorted(spec["configurations"].keys()):
|
/third_party/libinput/src/ |
H A D | evdev.h | 465 evdev_device_get_keys(struct evdev_device *device, char *keys, size_t size);
|
/third_party/python/Lib/ |
H A D | functools.py | 784 mro = _compose_mro(cls, registry.keys())
|
H A D | dataclasses.py | 430 local_vars = ', '.join(locals.keys())
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 878 ready_handles = _exhaustive_wait(waithandle_to_obj.keys(), timeout)
|
/third_party/python/Include/internal/ |
H A D | pycore_runtime_init.h | 905 INIT_ID(keys), \
|
/third_party/python/Lib/test/ |
H A D | test_bdb.py | 281 bpnums = sorted(bps.keys())
|
H A D | test_wsgiref.py | 458 self.assertEqual(Headers(test[:]).keys(), ['x'])
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extensionmetadocgenerator.py | 672 sorted_keys = sorted(self.extensions.keys(), key=makeSortKey)
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-tag-table.py | 1086 checks that all its keys really are ambiguous and that each key's 1091 It modifies ``disambiguation`` to remove keys whose values are the 1093 ambiguous keys whose disambiguations it determined automatically. 1131 for ot_tag in disambiguation.keys ():
|
H A D | hb-repacker.hh | 443 + subgraph.keys () in isolate_subgraph()
|
/third_party/python/Lib/email/ |
H A D | message.py | 457 def keys(self): member in Message 702 Parameter keys are always compared case insensitively. The return
|
/third_party/python/Python/ |
H A D | ast_unparse.c | 319 key_node = (expr_ty)asdl_seq_GET(e->v.Dict.keys, i); in append_ast_dict()
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_pytree.py | 419 self.assertEqual(sorted(r.keys()), ["pl", "pn", "pw"])
|
/third_party/skia/gn/ |
H A D | gn_to_cmake.py | 719 for target_name in project.targets.keys():
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 958 if "driver" in data_dic.keys(): 960 if driver_dict and "test-timeout" in driver_dict.keys():
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | wcharndk1.cpp | 584 wchar_t keys[] = L"1234567890";
in Wcscspn_One() local 586 ret = wcscspn(wcs, keys);
in Wcscspn_One()
|
/test/xts/hats/hdf/display/composer/unittest/ |
H A D | hdi_composer_ut.cpp | 1258 * @tc.desc: returns the list of supported parameter keys 1264 std::vector<std::string> keys; in HWTEST_F() local 1265 auto ret = g_composerDevice->GetSupportedLayerPerFrameParameterKey(keys); in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolboxenc.c | 2379 const void *keys[] = { kVTEncodeFrameOptionKey_ForceKeyFrame }; in create_encoder_dict_h264() local 2382 dict = CFDictionaryCreate(NULL, keys, vals, 1, NULL, NULL); in create_encoder_dict_h264()
|
/third_party/glfw/src/ |
H A D | x11_init.c | 151 // Last resort: Check for printable keys (should not happen if the XKB in translateKeySyms() 153 // (which is wrong, and we may miss some keys, especially on non-US in translateKeySyms() 366 // keyboard layout. Because function keys aren't mapped correctly in createKeyTables() 371 if (strncmp(desc->names->keys[scancode].name, in createKeyTables() 387 desc->names->keys[scancode].name, in createKeyTables()
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 1019 for pname in list(props.keys()): # .keys() is a copy so we can del props[pname]. 1115 for pname in list(props.keys()): # .keys() is a copy so we can del props[pname]. 1156 # Sort property names (props keys) by their normalized forms 1196 # Sort property names (props keys) by their normalized forms
|
/third_party/node/tools/ |
H A D | test.py | 1351 help="The style of progress indicator (%s)" % ", ".join(PROGRESS_INDICATORS.keys()), 1352 choices=list(PROGRESS_INDICATORS.keys()), default="mono")
|