/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:
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 426 // 3b. Let keys be ? from.[[OwnPropertyKeys]](). in SetOrCopyDataProperties() 427 Handle<FixedArray> keys; in SetOrCopyDataProperties() local 429 isolate, keys, in SetOrCopyDataProperties() 459 // 4. Repeat for each element nextKey of keys in List order, in SetOrCopyDataProperties() 460 for (int i = 0; i < keys->length(); ++i) { in SetOrCopyDataProperties() 461 Handle<Object> next_key(keys->get(i), isolate); in SetOrCopyDataProperties() 1073 // 4. Let keys be props.[[OwnPropertyKeys]](). in DefineProperties() 1074 // 5. ReturnIfAbrupt(keys). in DefineProperties() 1075 Handle<FixedArray> keys; in DefineProperties() local 1077 isolate, keys, in DefineProperties() 1921 Handle<FixedArray> keys; SetIntegrityLevel() local 1972 Handle<FixedArray> keys; GenericTestIntegrityLevel() local 2200 Handle<FixedArray> keys; GetOwnValuesOrEntries() local [all...] |
/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()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | gpio_keys.c | 3 * Driver for keys on GPIO lines capable of generating interrupts. 30 #include <dt-bindings/input/gpio-keys.h> 62 * SYSFS interface for enabling/disabling keys and switches: 64 * There are 4 attributes under /sys/devices/platform/gpio-keys/ 65 * keys [ro] - bitmap of keys (EV_KEY) which can be 69 * disabled_keys [rw] - bitmap of keys currently disabled 76 * For example, if we have following switches set up as gpio-keys: 92 * We can disable only those keys which don't allow sharing the irq. 300 ATTR_SHOW_FN(keys, EV_KE [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_tc.c | 104 off = sel->keys[0].off << sel->offshift; in tc_fill_entry() 105 data = sel->keys[0].val; in tc_fill_entry() 106 mask = sel->keys[0].mask; in tc_fill_entry()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | mgmt.h | 192 struct mgmt_link_key_info keys[]; member 215 struct mgmt_ltk_info keys[]; member 679 struct mgmt_blocked_key_info keys[]; member
|
/kernel/linux/linux-5.10/security/keys/encrypted-keys/ |
H A D | encrypted.c | 11 * See Documentation/security/keys/trusted-encrypted.rst 21 #include <keys/user-type.h> 22 #include <keys/trusted-type.h> 23 #include <keys/encrypted-type.h>
|
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | keyring.c | 9 * This file implements management of fscrypt master keys in the 29 /* The master encryption keys for a filesystem (->s_master_keys) */ 149 * mainly for simplicity of presentation in /proc/keys when read by a non-root 151 * users, since users should keep their encryption keys confidential. 205 * Release all encryption keys that have been added to the filesystem, along 210 * accesses have been allowed, this function may need to evict keys from the 287 return NULL; /* No keyring yet, so no keys yet. */ in fscrypt_find_master_key() 465 * applicable for v1 policy keys, which have NULL ->mk_users.) in add_existing_master_key() 622 * completely restrict the use of such keys; they can be used by any kernel API 623 * that accepts "logon" keys an [all...] |