Home
last modified time | relevance | path

Searched refs:keys (Results 2701 - 2725 of 3668) sorted by relevance

1...<<101102103104105106107108109110>>...147

/third_party/node/deps/undici/src/lib/cache/
H A Dcache.js494 * @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 DGenerateUcd.py453 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__.py94 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 Dsysconfig.py254 target_keys = target_dict.keys()
358 variables = list(notdone.keys())
/third_party/python/Lib/test/support/
H A Dos_helper.py688 def keys(self): member in EnvironmentVarGuard
689 return self._environ.keys()
/third_party/python/Lib/idlelib/
H A Ddebugger_r.py162 ## 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 Dentity_db.py369 return self._generating_entities.keys()
412 return self._categoriesByMacro.keys()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Drestricted_trace_gold_tests.py336 keys = get_skia_gold_keys(args, env)
342 gold_session = gold_session_manager.GetSkiaGoldSession(keys)
/third_party/python/Lib/test/
H A Dtest_http_cookies.py242 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 Dtest_ttk_textonly.py82 # 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 DYAMLTraits.cpp139 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 Dpgen.py29 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 Dutil.py199 'unrecognized arguments: {0}'.format(kwargs.keys()))
239 self._uncache = uncache(*self.modules.keys())
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry.py92 keys = self.getkeys(item)
93 for key in keys:
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc426 // 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 Drsrenderserviceconnection_fuzzer.cpp354 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 Drs_screen_manager.h158 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 Dmeta.h568 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 Dbpf_netfirewall.cpp68 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 Ddaudio_util.cpp325 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 Dgpio_keys.c3 * 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 Dstmmac_tc.c104 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 Dmgmt.h192 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 Dencrypted.c11 * 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 Dkeyring.c9 * 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...]

Completed in 40 milliseconds

1...<<101102103104105106107108109110>>...147