Home
last modified time | relevance | path

Searched refs:keys (Results 2451 - 2475 of 2568) sorted by relevance

1...<<919293949596979899100>>...103

/third_party/node/lib/internal/crypto/
H A Dwebcrypto.js36 } = require('internal/crypto/keys');
533 throw lazyDOMException(`${name} keys are not extractable`, 'SyntaxError');
/third_party/node/lib/internal/
H A Devent_target.js872 return ArrayFrom(this[kEvents].keys());
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py381 choices=list(PROGRESS_INDICATORS.keys()), default="mono",
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py70 # 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 Devdev.h465 evdev_device_get_keys(struct evdev_device *device, char *keys, size_t size);
/third_party/python/Lib/
H A Dfunctools.py784 mro = _compose_mro(cls, registry.keys())
H A Ddataclasses.py430 local_vars = ', '.join(locals.keys())
/third_party/python/Lib/multiprocessing/
H A Dconnection.py878 ready_handles = _exhaustive_wait(waithandle_to_obj.keys(), timeout)
/third_party/python/Include/internal/
H A Dpycore_runtime_init.h905 INIT_ID(keys), \
/third_party/python/Lib/test/
H A Dtest_bdb.py281 bpnums = sorted(bps.keys())
H A Dtest_wsgiref.py458 self.assertEqual(Headers(test[:]).keys(), ['x'])
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py672 sorted_keys = sorted(self.extensions.keys(), key=makeSortKey)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py1086 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 Dhb-repacker.hh443 + subgraph.keys () in isolate_subgraph()
/third_party/python/Lib/email/
H A Dmessage.py457 def keys(self): member in Message
702 Parameter keys are always compared case insensitively. The return
/third_party/python/Python/
H A Dast_unparse.c319 key_node = (expr_ty)asdl_seq_GET(e->v.Dict.keys, i); in append_ast_dict()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_pytree.py419 self.assertEqual(sorted(r.keys()), ["pl", "pn", "pw"])
/third_party/skia/gn/
H A Dgn_to_cmake.py719 for target_name in project.targets.keys():
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py958 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 Dwcharndk1.cpp584 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 Dhdi_composer_ut.cpp1258 * @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 Dvideotoolboxenc.c2379 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 Dx11_init.c151 // 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 Dpreparseucd.py1019 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 Dtest.py1351 help="The style of progress indicator (%s)" % ", ".join(PROGRESS_INDICATORS.keys()),
1352 choices=list(PROGRESS_INDICATORS.keys()), default="mono")

Completed in 42 milliseconds

1...<<919293949596979899100>>...103