Home
last modified time | relevance | path

Searched +defs:path +defs:key (Results 551 – 575 of 3985) sorted by relevance

1...<<21222324252627282930>>...160

/aosp_15_r20/external/python/cpython3/Python/
Dimport.c462 PyObject *key = PyTuple_Pack(2, filename, name); in _PyImport_FixupExtensionObject() local
497 PyObject *key = PyTuple_Pack(2, filename, name); in import_find_extension() local
865 PyObject *path) in _imp__fix_co_filename_impl()
950 PyImport_GetImporter(PyObject *path) in PyImport_GetImporter()
1900 PyObject *path; in PyImport_ImportModuleLevelObject() local
2352 PyObject *mod, *name, *path; in _imp_create_dynamic_impl() local
2437 _imp_source_hash_impl(PyObject *module, long key, Py_buffer *source) in _imp_source_hash_impl()
/aosp_15_r20/external/skia/tools/viewer/
H A DViewer.cpp994 [](const SkString& name, const SkString& path) -> sk_sp<Slide> { in initSlides()
998 [](const SkString& name, const SkString& path) -> sk_sp<Slide> { in initSlides()
1002 [](const SkString& name, const SkString& path) -> sk_sp<Slide> { in initSlides()
1006 [](const SkString& name, const SkString& path) -> sk_sp<Slide> { in initSlides()
1011 [](const SkString& name, const SkString& path) -> sk_sp<Slide> { in initSlides()
1018 [](const SkString& name, const SkString& path) -> sk_sp<Slide> { in initSlides()
1026 const auto addSlide = [&](const SkString& name, const SkString& path, const SlideMaker& fact) { in initSlides()
2796 int hitCount) { in drawImGui()
2815 const skgpu::graphite::GraphicsPipeline* pipeline) { in drawImGui()
3427 bool Viewer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey()
/aosp_15_r20/system/vold/
H A DKeyStorage.cpp117 static bool generateKeyStorageKey(Keystore& keystore, const std::string& appId, std::string* key) { in generateKeyStorageKey()
136 bool generateWrappedStorageKey(KeyBuffer* key) { in generateWrappedStorageKey()
148 bool exportWrappedStorageKey(const KeyBuffer& ksKey, KeyBuffer* key) { in exportWrappedStorageKey()
302 static void DeleteUpgradedKey(Keystore& keystore, const std::string& path) { in DeleteUpgradedKey()
436 std::string key; in encryptWithoutKeystore() local
490 std::string key; in decryptWithoutKeystore() local
544 static bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key) { in storeKey()
579 const KeyAuthentication& auth, const KeyBuffer& key) { in storeKeyAtomically()
597 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key) { in retrieveKey()
/aosp_15_r20/external/libbrillo/brillo/
H A Dosrelease_reader.cc18 bool OsReleaseReader::GetString(const std::string& key, in GetString()
40 for (base::FilePath path = enumerator.Next(); !path.empty(); in Load() local
/aosp_15_r20/external/cronet/components/prefs/
H A Dpref_service_unittest.cc74 const char path[] = "fake.path"; in TEST() local
293 void ReportValueChanged(const std::string& key, uint32_t flags) override { in ReportValueChanged()
297 void SetValue(const std::string& key, in SetValue()
303 void SetValueSilently(const std::string& key, in SetValueSilently()
309 void RemoveValue(const std::string& key, uint32_t flags) override { in RemoveValue()
/aosp_15_r20/external/googleapis/google/cloud/compute/v1/
H A Dcompute.v1.json140 "key": { object
378 "key": { object
519 "key": { object
671 "key": { object
927 "key": { object
1351 "key": { object
1492 "key": { object
1640 "key": { object
2001 "key": { object
2142 "key": { object
[all …]
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.c415 int bpf_update_elem(int fd, void *key, void *value, unsigned long long flags) in bpf_update_elem()
420 int bpf_lookup_elem(int fd, void *key, void *value) in bpf_lookup_elem()
425 int bpf_delete_elem(int fd, void *key) in bpf_delete_elem()
430 int bpf_lookup_and_delete(int fd, void *key, void *value) in bpf_lookup_and_delete()
459 int bpf_get_first_key(int fd, void *key, size_t key_size) in bpf_get_first_key()
490 int bpf_get_next_key(int fd, void *key, void *next_key) in bpf_get_next_key()
1864 int bcc_make_parent_dir(const char *path) { in bcc_make_parent_dir()
1883 int bcc_check_bpffs_path(const char *path) { in bcc_check_bpffs_path()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcreststn.c701 char *path = testDataFileName; in TestNewTypes() local
1014 const char* key=NULL; in TestAPI() local
1175 const char *key=NULL; in TestErrorConditions() local
1984 const char *key=NULL; in testTag() local
2348 const char *key = NULL; in TestResourceLevelAliasing() local
2434 const char* key = NULL; in TestDirectAccess() local
2642 static void TestGetFunctionalEquivalentOf(const char *path, const char *resName, const char *keywor… in TestGetFunctionalEquivalentOf()
2931 int32_t idx, const char *key, in tres_getString()
/aosp_15_r20/tools/test/openhst/
Dstress_test_common.py36 def MakeDirsIfNeeded(path): argument
84 def TakeOnlyLatestFromRepeatedField(message, field, key): argument
/aosp_15_r20/bootable/recovery/minadbd/
H A Dminadbd_services.cpp64 void SetSideloadMountPoint(const std::string& path) { in SetSideloadMountPoint()
219 auto query_prop = [](const std::string& key) { in RescueGetpropHostService()
229 for (const auto& key : kGetpropAllowedProps) { in RescueGetpropHostService() local
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dkineto_shim.cpp80 const std::string& key, in addMetadata()
152 void ActivityTraceWrapper::save(const std::string& path) { in save()
407 void addMetadataJson(const std::string& key, const std::string& value) { in addMetadataJson()
/aosp_15_r20/external/oauth/core/src/main/java/net/oauth/signature/
H A DOAuthSignatureMethod.java96 final String key = OAuthConsumer.ACCESSOR_SECRET; in initialize() local
172 String path = uri.getRawPath(); in normalizeUrl() local
273 private final String key; field in OAuthSignatureMethod.ComparableParameter
/aosp_15_r20/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/
H A DSdkHttpRequest.java102 default Optional<String> firstMatchingRawQueryParameter(String key) { in firstMatchingRawQueryParameter()
118 default List<String> firstMatchingRawQueryParameters(String key) { in firstMatchingRawQueryParameters()
241 Builder encodedPath(String path); in encodedPath()
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/csm/
H A Dmetadata_exchange.cc148 auto path = grpc_core::GetEnv("GRPC_XDS_BOOTSTRAP"); in GetXdsBootstrapContents() local
182 absl::string_view key, in AddStringKeyValueToStructProto()
192 absl::string_view key) { in GetStringValueFromAttributeMap()
206 absl::string_view key, in GetStringValueFromUpbStruct()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/zoneinfo/
D_tzpath.py65 def find_tzfile(key): argument
79 def _validate_tzfile_path(path, _base=_TEST_PATH): argument
/aosp_15_r20/external/python/cpython3/Lib/zoneinfo/
D_tzpath.py65 def find_tzfile(key): argument
79 def _validate_tzfile_path(path, _base=_TEST_PATH): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/zoneinfo/
D_tzpath.py65 def find_tzfile(key): argument
79 def _validate_tzfile_path(path, _base=_TEST_PATH): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/zoneinfo/
D_tzpath.py65 def find_tzfile(key): argument
79 def _validate_tzfile_path(path, _base=_TEST_PATH): argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/lgetxattr/
H A Dlgetxattr01.c35 static void set_xattr(char *path, char *key, void *value, size_t size) in set_xattr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/zoneinfo/
D_tzpath.py65 def find_tzfile(key): argument
79 def _validate_tzfile_path(path, _base=_TEST_PATH): argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DDateTimeFormats.java159 String path = in set() local
243 String key = parts.getAttributeValue(-1, "id"); in set() local
617 final String path; field in DateTimeFormats.RelativePattern
685 String path = in getDTSeparator() local
784 String path; in getFix() local
824 String path = in getAvailableFormatPath() local
833 public String getFixFromPath(String path) { in getFixFromPath()
899 private void addDateSubtable(String path, CLDRFile english, Appendable output, String... types) in addDateSubtable()
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dschema.cc129 void AddListIndexPrefixToPath(int index, std::string* path) { in AddListIndexPrefixToPath()
138 void AddDictKeyPrefixToPath(const std::string& key, std::string* path) { in AddDictKeyPrefixToPath()
791 const char* Schema::Iterator::key() const { in key() function in policy::Schema::Iterator
1074 bool CompareKeys(const PropertyNode& node, const std::string& key) { in CompareKeys()
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/metadata/v2/
H A Dmetadata.proto49 string key = 1 [(validate.rules).string = {min_bytes: 1}]; field
63 repeated PathSegment path = 2 [(validate.rules).repeated = {min_items: 1}]; field
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DFakeTransformer.java22 public void addFallbacks(String path, Result... results) { in addFallbacks()
34 @Override public ImmutableList<Result> getFallbackResultsFor(RbPath key, DynamicVars ignored) { in getFallbackResultsFor()
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/metadata/v3/
H A Dmetadata.proto53 string key = 1 [(validate.rules).string = {min_len: 1}]; field
67 repeated PathSegment path = 2 [(validate.rules).repeated = {min_items: 1}]; field

1...<<21222324252627282930>>...160