Home
last modified time | relevance | path

Searched defs:key_path (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Didb_key_path_test.cc37 void CheckKeyPath(const String& key_path, in CheckKeyPath()
58 String key_path(""); in TEST() local
64 String key_path("foo"); in TEST() local
71 String key_path("foo.bar.baz"); in TEST() local
80 String key_path(" "); in TEST() local
86 String key_path("+foo.bar.baz"); in TEST() local
92 String key_path("foo bar baz"); in TEST() local
99 String key_path("foo .bar .baz"); in TEST() local
106 String key_path("foo. bar. baz"); in TEST() local
113 String key_path("foo..bar..baz"); in TEST() local
H A Didb_key_path.cc78 bool IDBIsValidKeyPath(const String& key_path) { in IDBIsValidKeyPath()
85 void IDBParseKeyPath(const String& key_path, in IDBParseKeyPath()
118 IDBKeyPath::IDBKeyPath(const StringOrStringSequence& key_path) { in IDBKeyPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_key_path_test.cc37 void CheckKeyPath(const String& key_path, in CheckKeyPath()
58 String key_path(""); in TEST() local
64 String key_path("foo"); in TEST() local
71 String key_path("foo.bar.baz"); in TEST() local
80 String key_path(" "); in TEST() local
86 String key_path("+foo.bar.baz"); in TEST() local
92 String key_path("foo bar baz"); in TEST() local
99 String key_path("foo .bar .baz"); in TEST() local
106 String key_path("foo. bar. baz"); in TEST() local
113 String key_path("foo..bar..baz"); in TEST() local
H A Didb_key_path.cc78 bool IDBIsValidKeyPath(const String& key_path) { in IDBIsValidKeyPath()
85 void IDBParseKeyPath(const String& key_path, in IDBParseKeyPath()
118 IDBKeyPath::IDBKeyPath(const StringOrStringSequence& key_path) { in IDBKeyPath()
/dports/www/py-google-api-core/google-api-core-2.2.2/google/api_core/
H A Drest_helpers.py57 def _flatten(obj, key_path): argument
77 def _flatten_value(obj, key_path): argument
81 def _flatten_dict(obj, key_path): argument
86 def _flatten_list(elems, key_path): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/generators/gitlab/
H A Dusage_metric_definition_generator.rb76 def metric_name_suggestion(key_path) argument
80 def file_path(key_path) argument
106 def file_name(key_path) argument
114 def metric_name(key_path) argument
122 def metric_definition_exists?(key_path) argument
/dports/devel/py-invoke/invoke-1.6.0/invoke/
H A Denv.py46 def _crawl(self, key_path, env_vars): argument
84 def _to_env_var(self, key_path): argument
87 def _path_get(self, key_path): argument
95 def _path_set(self, key_path, value): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dcreate_reg_key_work_item.cc55 std::wstring key_path; in DoImpl() local
94 std::wstring key_path; in RollbackImpl() local
119 std::wstring key_path(path_); in InitKeyList() local
H A Dregistry_entry.cc14 RegistryEntry::RegistryEntry(const base::string16& key_path, in RegistryEntry()
23 RegistryEntry::RegistryEntry(const base::string16& key_path, in RegistryEntry()
33 RegistryEntry::RegistryEntry(const base::string16& key_path, in RegistryEntry()
H A Dset_reg_value_work_item.cc51 const std::wstring& key_path, in SetRegValueWorkItem()
70 const std::wstring& key_path, in SetRegValueWorkItem()
90 const std::wstring& key_path, in SetRegValueWorkItem()
111 const std::wstring& key_path, in SetRegValueWorkItem()
H A Dwork_item.cc62 const std::wstring& key_path, in CreateDeleteRegValueWorkItem()
86 const std::wstring& key_path, in CreateSetRegValueWorkItem()
97 const std::wstring& key_path, in CreateSetRegValueWorkItem()
108 const std::wstring& key_path, in CreateSetRegValueWorkItem()
119 const std::wstring& key_path, in CreateSetRegValueWorkItem()
H A Ddelete_reg_key_work_item_unittest.cc42 const std::wstring& key_path = key_paths[i]; in TEST_F() local
59 const std::wstring& key_path = test_data_.empty_key_path(); in TEST_F() local
76 const std::wstring& key_path = test_data_.non_empty_key_path(); in TEST_F() local
H A Dwork_item_list.cc120 const std::wstring& key_path, in AddDeleteRegValueWorkItem()
147 const std::wstring& key_path, in AddSetRegValueWorkItem()
160 const std::wstring& key_path, in AddSetRegValueWorkItem()
173 const std::wstring& key_path, in AddSetRegValueWorkItem()
187 const std::wstring& key_path, in AddSetRegValueWorkItem()
H A Dinstall_util.cc106 std::wstring key_path = L"SOFTWARE\\Policies\\"; in GetChromePoliciesRegistryPath() local
114 std::wstring key_path = L"SOFTWARE\\Policies\\"; in GetCloudManagementPoliciesRegistryPath() local
122 void GetCloudManagementBlockOnFailureRegistryPath(base::string16* key_path, in GetCloudManagementBlockOnFailureRegistryPath()
363 const base::string16& key_path, in DeleteRegistryKey()
388 const base::string16& key_path, in DeleteRegistryValue()
432 const wchar_t* key_path, in DeleteRegistryValueIf()
596 std::wstring key_path(L"SOFTWARE\\"); in GetCloudManagementDmTokenLocation() local
652 base::string16 key_path; in ShouldCloudManagementBlockOnFailure() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.cc68 const base::FilePath& key_path, in StorePolicyToDiskOnBackgroundThread()
101 const base::FilePath& key_path, in DesktopCloudPolicyStore()
162 const base::FilePath& key_path, in LoadAndFilterPolicyFromDisk()
173 const base::FilePath& key_path) { in LoadPolicyFromDisk()
399 const base::FilePath& key_path, in UserCloudPolicyStore()
416 base::FilePath key_path = in Create() local
H A Dresource_cache.cc112 base::FilePath key_path; in LoadAllSubkeys() local
139 base::FilePath key_path; in Delete() local
149 base::FilePath key_path; in Clear() local
158 base::FilePath key_path; in FilterSubkeys() local
202 base::FilePath key_path; in PurgeOtherSubkeys() local
249 base::FilePath key_path; in VerifyKeyPathAndGetSubkeyPath() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/test/data/cast_certificate/certificates/
H A Dcreate_signatures.py20 def sign_data(key_path, data_to_sign, digest): argument
44 def create_signed_data(key_path, signed_data_pem_path, cert_path): argument
/dports/security/py-dfwinreg/dfwinreg-20201006/dfwinreg/
H A Dregf.py95 def _GetKeyByPathFromFile(self, key_path): argument
114 def GetKeyByPath(self, key_path): argument
196 def __init__(self, pyregf_key, key_path=''): argument
275 def GetSubkeyByPath(self, key_path): argument
334 self, name, pyregf_key, current_control_set_key=None, key_path=''): argument
410 def GetSubkeyByPath(self, key_path): argument
H A Dregistry.py271 def _GetKeyByPathFromFile(self, key_path): argument
421 def _GetVirtualKeyByPath(self, key_path): argument
460 def GetKeyByPath(self, key_path): argument
577 def SplitKeyPath(self, key_path): argument
/dports/security/py-cryptography/cryptography-3.3.2/tests/hazmat/primitives/
H A Dtest_serialization.py60 def _skip_fips_format(key_path, password, backend): argument
79 def test_load_der_rsa_private_key(self, key_path, password, backend): argument
170 def test_password_not_bytes(self, key_path, backend): argument
210 def test_wrong_password(self, key_path, backend): argument
227 def test_unused_password(self, key_path, backend): argument
247 def test_missing_password(self, key_path, password, backend): argument
443 def test_load_dsa_private_key(self, key_path, password, backend): argument
591 def test_unused_password(self, key_path, backend): argument
628 def test_password_not_bytes(self, key_path, backend): argument
647 def test_wrong_password(self, key_path, backend): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/test/
H A Dtest_registry_util.cc17 const RegKeyPath& key_path, in ExpectRegistryFootprint()
38 const RegKeyPath& key_path, in ExpectRegistryFootprintAbsent()
109 const wchar_t* key_path, in ScopedTempRegistryKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dtest_reg_util_win_unittest.cc43 void AssertKeyExists(const std::wstring& key_path) { in AssertKeyExists()
50 void AssertKeyAbsent(const std::wstring& key_path) { in AssertKeyAbsent()
57 void CreateKey(const std::wstring& key_path) { in CreateKey()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/gcapi/
H A Dgoogle_update_util.cc41 const wchar_t* const key_path = system_install in ReadExperimentLabels() local
62 const wchar_t* const key_path = system_install in SetExperimentLabels() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/common/indexeddb/
H A Dindexeddb_metadata.cc15 const IndexedDBKeyPath& key_path, in IndexedDBIndexMetadata()
45 const IndexedDBKeyPath& key_path, in IndexedDBObjectStoreMetadata()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/indexeddb/
H A Dindexeddb_metadata.cc15 const IndexedDBKeyPath& key_path, in IndexedDBIndexMetadata()
45 const IndexedDBKeyPath& key_path, in IndexedDBObjectStoreMetadata()

12345678910>>...20