/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | XCldrStub.java | 65 public void putAll(Collection<K> keys, V value) { in putAll() argument 66 for (K key : keys) { in putAll()
|
/third_party/node/lib/internal/assert/ |
H A D | assertion_error.js | 50 const keys = ObjectKeys(source); 52 for (const key of keys) {
|
/third_party/node/deps/v8/tools/ |
H A D | stats-viewer.py | 199 # By sorting the keys we ensure that the prefixes always come in the 202 sorted_keys = names.keys() 230 sorted_groups = groups.keys()
|
/third_party/node/test/common/ |
H A D | report.js | 225 Object.keys(heap.heapSpaces).forEach((spaceName) => { 334 Object.keys(actual).forEach((field) => {
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testdriver-actions.js | 45 for (let sourceType of this.sourceTypes.keys()) { 49 for (let sourceType of this.sourceTypes.keys()) {
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | place-dep.js | 369 for (const entryEdge of peerEntrySets(edge.from).keys()) { 481 for (const edge of peerEntrySets(node).keys()) {
|
/third_party/node/deps/undici/src/lib/cache/ |
H A D | cache.js | 494 * @see https://w3c.github.io/ServiceWorker/#dom-cache-keys 499 async keys (request = undefined, options = {}) { 799 keys: kEnumerableProperty
|
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateUcd.py | 453 records = list(zip(list(records.keys()), list(records.values()))) 722 record_size, record_struct = get_record_size_struct(list(records.keys()))
|
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 94 raise ValueError("unexpected keyword argument(s) %s" % kw.keys()) 121 raise ValueError("unexpected keyword argument(s) %s" % kw.keys())
|
/third_party/python/Lib/ |
H A D | sysconfig.py | 254 target_keys = target_dict.keys() 358 variables = list(notdone.keys())
|
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 688 def keys(self): member in EnvironmentVarGuard 689 return self._environ.keys()
|
/third_party/python/Lib/idlelib/ |
H A D | debugger_r.py | 162 ## return dict.keys() 168 return list(dict.keys()) 266 ## def keys(self): 270 def keys(self): member in DictProxy
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | entity_db.py | 369 return self._generating_entities.keys() 412 return self._categoriesByMacro.keys()
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | restricted_trace_gold_tests.py | 336 keys = get_skia_gold_keys(args, env) 342 gold_session = gold_session_manager.GetSkiaGoldSession(keys)
|
/third_party/python/Lib/test/ |
H A D | test_http_cookies.py | 242 self.assertEqual(morsel.keys(), cookies.Morsel._reserved.keys()) 248 # tests valid and invalid reserved keys for Morsels 250 # Test that all valid keys are reported as reserved and set them 257 # Test that invalid keys raise CookieError 263 # tests the .set method to set keys and their values 265 # Makes sure that all reserved keys can't be set this way
|
H A D | test_ttk_textonly.py | 82 # check if giving unicode keys is fine 128 self.assertFalse(ttk._format_optdict(opts, ignore=list(opts.keys()))) 134 self.assertEqual(len(result), len(list(opts.keys())) * 2)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 139 std::vector<StringRef> Input::keys() { in keys() function in Input 475 // Tags inside maps in sequences should act as keys in the map from a in mapTag() 494 std::vector<StringRef> Output::keys() { in keys() function in Output
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | pgen.py | 29 names = list(self.dfas.keys()) 108 names = list(self.dfas.keys()) 113 #print name, self.first[name].keys()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | util.py | 199 'unrecognized arguments: {0}'.format(kwargs.keys())) 239 self._uncache = uncache(*self.modules.keys())
|
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | registry.py | 92 keys = self.getkeys(item) 93 for key in keys:
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnection_fuzzer/ |
H A D | rsrenderserviceconnection_fuzzer.cpp | 354 std::vector<ScreenHDRMetadataKey> keys; in DoGetScreenSupportedColorGamuts() local 355 keys.push_back((ScreenHDRMetadataKey)screenCol); in DoGetScreenSupportedColorGamuts() 356 rsConn->GetScreenSupportedMetaDataKeys(id, keys); in DoGetScreenSupportedColorGamuts()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen_manager.h | 158 virtual int32_t GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>& keys) const = 0;
361 int32_t GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>& keys) const override;
482 int32_t GetScreenSupportedMetaDataKeysLocked(ScreenId id, std::vector<ScreenHDRMetadataKey>& keys) const;
|
/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | meta.h | 568 void GetKeys(std::vector<TagType>& keys) const in GetKeys() 571 keys.resize(map_.size()); in GetKeys() 573 keys[cnt++] = tmp.first; in GetKeys()
|
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_netfirewall.cpp | 68 std::vector<CtKey> keys = ctRdMap_->GetAllKeys(); in ConntrackGcTask() local 69 if (keys.empty()) { in ConntrackGcTask() 79 for (const CtKey &k : keys) { in ConntrackGcTask()
|
/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 325 bool CJsonParamCheck(const cJSON *jsonObj, const std::initializer_list<std::string> &keys) in CJsonParamCheck() argument 332 for (auto it = keys.begin(); it != keys.end(); it++) { in CJsonParamCheck()
|