/third_party/python/Lib/xmlrpc/ |
H A D | server.py | 284 methods = set(self.funcs.keys())
|
/third_party/rust/crates/clap/src/parser/matches/ |
H A D | arg_matches.rs | 530 iter: self.args.keys(), in ids()
|
/third_party/vk-gl-cts/scripts/ |
H A D | make_release.py | 518 choices=RELEASE_CONFIGS.keys(),
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_call_log_wrapper.py | 430 if numPrintouts == 0 or len(set(logSpec.argOutPrints.keys()) - set(range(len(command.params)))) > 0:
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | process_angle_perf_results.py | 104 extra_links: a (key, value) map in which keys are the human-readable strings 235 if benchmark_name in benchmark_directory_map.keys():
|
/third_party/python/Python/ |
H A D | ceval.c | 904 // Return a tuple of values corresponding to keys, with error checks for 905 // duplicate/missing keys. 907 match_keys(PyThreadState *tstate, PyObject *map, PyObject *keys) in match_keys() argument 909 assert(PyTuple_CheckExact(keys)); in match_keys() 910 Py_ssize_t nkeys = PyTuple_GET_SIZE(keys); in match_keys() 912 // No keys means no items. in match_keys() 941 PyObject *key = PyTuple_GET_ITEM(keys, i); in match_keys() 3395 PyObject *keys = TOP(); local 3396 if (!PyTuple_CheckExact(keys) || 3397 PyTuple_GET_SIZE(keys) ! 4281 PyObject *keys = TOP(); global() local [all...] |
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/ |
H A D | util.test.js | 6344 * @tc.desc: Obtains a list of keys for the values in the current buffer. 6352 let result = that.keys() 6359 * @tc.desc: Obtains a list of keys for the values in the current buffer. 6370 let result = that.keys() 6380 * @tc.desc: Obtains a list of keys for the values in the current buffer. 6392 let result = that.keys() 6402 * @tc.desc: Obtains a list of keys for the values in the current buffer. 6415 let result = that.keys() 6425 * @tc.desc: Obtains a list of keys for the values in the current buffer. 6441 let result = that.keys() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.cc | 1620 std::unordered_set<JSToWasmWrapperKey, base::hash<JSToWasmWrapperKey>> keys; in AddExportWrapperUnits() local 1625 if (keys.insert(key).second) { in AddExportWrapperUnits() 1634 return static_cast<int>(keys.size()); in AddExportWrapperUnits() 1642 keys; in AddImportWrapperUnits() local 1653 auto it = keys.insert(key); in AddImportWrapperUnits() 1655 // Ensure that all keys exist in the cache, so that we can populate the in AddImportWrapperUnits() 1661 return static_cast<int>(keys.size()); in AddImportWrapperUnits()
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 2142 Value::Members keys = settings_.getMemberNames(); 2143 size_t n = keys.size(); 2145 std::string const& key = keys[i]; 3606 // CppTL::Enum::keys( *(value_.map_), CppTL::Type<const CZString &>() ), 5142 Value::Members keys = settings_.getMemberNames(); in validate() local 5143 size_t n = keys.size(); in validate() 5145 std::string const& key = keys[i]; in validate()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2114 Value::Members keys = settings_.getMemberNames(); 2115 size_t n = keys.size(); 2117 std::string const& key = keys[i]; 3573 // CppTL::Enum::keys( *(value_.map_), CppTL::Type<const CZString &>() ), 5076 Value::Members keys = settings_.getMemberNames(); 5077 size_t n = keys.size(); 5079 std::string const& key = keys[i];
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2114 Value::Members keys = settings_.getMemberNames(); 2115 size_t n = keys.size(); 2117 std::string const& key = keys[i]; 3573 // CppTL::Enum::keys( *(value_.map_), CppTL::Type<const CZString &>() ), 5076 Value::Members keys = settings_.getMemberNames(); 5077 size_t n = keys.size(); 5079 std::string const& key = keys[i];
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 2114 Value::Members keys = settings_.getMemberNames(); 2115 size_t n = keys.size(); 2117 std::string const& key = keys[i]; 3573 // CppTL::Enum::keys( *(value_.map_), CppTL::Type<const CZString &>() ), 5076 Value::Members keys = settings_.getMemberNames(); 5077 size_t n = keys.size(); 5079 std::string const& key = keys[i];
|
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 68 C: tuple(C.getcontext().flags.keys()) if C else None, 69 P: tuple(P.getcontext().flags.keys()) 3008 k1 = set(c.flags.keys()) 3009 k2 = set(d.flags.keys()) 5370 for k in c.traps.keys(): 5682 c_names = list(c_sig.parameters.keys()) 5683 p_names = [x for x in p_sig.parameters.keys() if not 5764 p_names = list(p_sig.parameters.keys()) 5765 c_names = [tr(x) for x in c_sig.parameters.keys()]
|
/third_party/ffmpeg/libavcodec/ |
H A D | tiff.c | 163 static const char *search_keyval(const TiffGeoTagKeyName *keys, int n, int id) in search_keyval() argument 165 TiffGeoTagKeyName *r = bsearch(&id, keys, n, sizeof(keys[0]), cmp_id_key); in search_keyval()
|
/third_party/node/lib/internal/http2/ |
H A D | core.js | 1741 const keys = ObjectKeys(headers); 1742 for (let i = 0; i < keys.length; i++) { 1743 const header = keys[i];
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 91 # List of precompiled header related keys. 958 must_keep = OrderedSet(_FixPaths(actions_to_add.keys())) 3282 for value in sorted(properties[node].keys()): 3300 properties_ordered = gyp.common.TopologicallySorted(properties.keys(), GetEdges)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 91 # List of precompiled header related keys. 956 must_keep = OrderedSet(_FixPaths(actions_to_add.keys())) 3286 for value in sorted(properties[node].keys()): 3304 properties_ordered = gyp.common.TopologicallySorted(properties.keys(), GetEdges)
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | phonenumberutil.js | 1482 return Object.keys(i18n.phonenumbers.metadata.countryToMetadata) 1498 Object.keys(i18n.phonenumbers.metadata.countryToMetadata) 1520 Object.keys(i18n.phonenumbers.metadata.countryCodeToRegionCodeMap); 1738 // In JS we check whether the regionCode is contained in the keys of
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcmap.c | 249 * keys 6 USHORT[256] sub-header keys 253 * The `keys' table is used to map charcode high bytes to sub-headers. 255 * table and is computed by finding the maximum of the `keys' table. 257 * Note that for any `n', `keys[n]' is a byte offset within the `subs' 301 FT_Byte* keys; /* keys table */ in FT_CALLBACK_DEF() local 315 keys = table + 6; in FT_CALLBACK_DEF() 317 /* parse keys to compute sub-headers count */ in FT_CALLBACK_DEF() 318 p = keys; in FT_CALLBACK_DEF() [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
H A D | rdb_store_test.cpp | 1967 int64_t keys[] = { 1 };
in SUB_DDM_RDB_4100() local 1968 values->putInt64(values, keys, 1);
in SUB_DDM_RDB_4100() 1998 * @tc.desc: napi test RDB store for OH_Rdb_FindModifyTime, tablename columnName, keys is empty,
2017 int64_t keys[] = { 1 };
in SUB_DDM_RDB_4200() local 2018 values->putInt64(values, keys, 1);
in SUB_DDM_RDB_4200()
|
/third_party/pulseaudio/src/pulse/ |
H A D | stream.c | 2945 pa_operation *pa_stream_proplist_remove(pa_stream *s, const char *const keys[], pa_stream_success_cb_t cb, void *userdata) { in pa_stream_proplist_remove() argument 2955 PA_CHECK_VALIDITY_RETURN_NULL(s->context, keys && keys[0], PA_ERR_INVALID); in pa_stream_proplist_remove() 2968 for (k = keys; *k; k++) in pa_stream_proplist_remove()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_test.py | 1586 # Both string/unicode field name keys should work. 1974 keys = [1, 2] 1976 for key in keys: 2009 # sync with repeated field and there is no duplicated keys. 2043 # there might have physically been duplicate keys due to the previous merge. 2079 # sync with repeated field and no duplicated keys. 2260 CheckItems(map_int32.keys(), map_int32.iterkeys()) 2403 self.assertTrue(2 in int32_foreign_message.keys())
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 368 if key not in old_props.keys():
|
/third_party/glfw/src/ |
H A D | internal.h | 559 char keys[GLFW_KEY_LAST + 1]; member
|
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 354 # Note: we do not check for duplicate keys, because it's too 604 for key in state.keys():
|