/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/libear/ |
D | ear.c | 155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() 165 int execv(const char *path, char *const argv[]) { in execv() 194 int exect(const char *path, char *const argv[], char *const envp[]) { in exect() 204 int execl(const char *path, const char *arg, ...) { in execl() 242 int execle(const char *path, const char *arg, ...) { in execle() 259 int posix_spawn(pid_t *restrict pid, const char *restrict path, in posix_spawn() 282 static int call_execve(const char *path, char *const argv[], in call_execve() 345 static int call_exect(const char *path, char *const argv[], in call_exect() 359 static int call_posix_spawn(pid_t *restrict pid, const char *restrict path, in call_posix_spawn() 491 static char const **bear_update_environ(char const *envs[], char const *key, in bear_update_environ()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/libear/ |
D | ear.c | 155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() 165 int execv(const char *path, char *const argv[]) { in execv() 194 int exect(const char *path, char *const argv[], char *const envp[]) { in exect() 204 int execl(const char *path, const char *arg, ...) { in execl() 242 int execle(const char *path, const char *arg, ...) { in execle() 259 int posix_spawn(pid_t *restrict pid, const char *restrict path, in posix_spawn() 282 static int call_execve(const char *path, char *const argv[], in call_execve() 345 static int call_exect(const char *path, char *const argv[], in call_exect() 359 static int call_posix_spawn(pid_t *restrict pid, const char *restrict path, in call_posix_spawn() 491 static char const **bear_update_environ(char const *envs[], char const *key, in bear_update_environ()
|
/aosp_15_r20/external/clang/tools/scan-build-py/libear/ |
H A D | ear.c | 161 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() 171 int execv(const char *path, char *const argv[]) { in execv() 200 int exect(const char *path, char *const argv[], char *const envp[]) { in exect() 210 int execl(const char *path, const char *arg, ...) { in execl() 248 int execle(const char *path, const char *arg, ...) { in execle() 265 int posix_spawn(pid_t *restrict pid, const char *restrict path, in posix_spawn() 288 static int call_execve(const char *path, char *const argv[], in call_execve() 351 static int call_exect(const char *path, char *const argv[], in call_exect() 365 static int call_posix_spawn(pid_t *restrict pid, const char *restrict path, in call_posix_spawn() 491 static char const **bear_update_environ(char const *envs[], char const *key, char const * const val… in bear_update_environ()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/libear/ |
D | ear.c | 155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() 165 int execv(const char *path, char *const argv[]) { in execv() 194 int exect(const char *path, char *const argv[], char *const envp[]) { in exect() 204 int execl(const char *path, const char *arg, ...) { in execl() 242 int execle(const char *path, const char *arg, ...) { in execle() 259 int posix_spawn(pid_t *restrict pid, const char *restrict path, in posix_spawn() 282 static int call_execve(const char *path, char *const argv[], in call_execve() 345 static int call_exect(const char *path, char *const argv[], in call_exect() 359 static int call_posix_spawn(pid_t *restrict pid, const char *restrict path, in call_posix_spawn() 491 static char const **bear_update_environ(char const *envs[], char const *key, in bear_update_environ()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/libear/ |
D | ear.c | 155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() 165 int execv(const char *path, char *const argv[]) { in execv() 194 int exect(const char *path, char *const argv[], char *const envp[]) { in exect() 204 int execl(const char *path, const char *arg, ...) { in execl() 242 int execle(const char *path, const char *arg, ...) { in execle() 259 int posix_spawn(pid_t *restrict pid, const char *restrict path, in posix_spawn() 282 static int call_execve(const char *path, char *const argv[], in call_execve() 345 static int call_exect(const char *path, char *const argv[], in call_exect() 359 static int call_posix_spawn(pid_t *restrict pid, const char *restrict path, in call_posix_spawn() 491 static char const **bear_update_environ(char const *envs[], char const *key, in bear_update_environ()
|
/aosp_15_r20/external/cronet/build/android/gyp/ |
H A D | write_build_config.py | 583 def add(self, key): argument 612 def __init__(self, path): argument 641 def GetDepConfigRoot(path): argument 648 def GetDepConfig(path): argument 666 def discover(path): argument
|
/aosp_15_r20/development/tools/external_crates/crate_tool/src/ |
H A D | crate_type.rs | 30 path: RootedPath, field 40 fn key(&self) -> NameAndVersionRef { in key() method 73 pub fn path(&self) -> &RootedPath { in path() method
|
/aosp_15_r20/external/cronet/base/system/ |
H A D | sys_info_chromeos.cc | 67 FilePath path(kLinuxStandardBaseReleaseFile); in ChromeOSVersionInfo() local 84 bool GetLsbReleaseValue(const std::string& key, std::string* value) { in GetLsbReleaseValue() 112 std::string key, value; in ParseLsbRelease() local 122 std::string key = kLinuxStandardBaseVersionKeys[i]; in ParseLsbRelease() local 213 bool SysInfo::GetLsbReleaseValue(const std::string& key, std::string* value) { in GetLsbReleaseValue()
|
/aosp_15_r20/art/artd/ |
H A D | artd.cc | 164 std::optional<int64_t> GetSize(std::string_view path) { in GetSize() 177 bool DeleteFile(const std::string& path) { in DeleteFile() 189 int64_t GetSizeAndDeleteFile(const std::string& path) { in GetSizeAndDeleteFile() 244 Result<bool> CreateDir(const std::string& path) { in CreateDir() 253 Result<void> PrepareArtifactsDir(const std::string& path, const FsPermission& fs_permission) { in PrepareArtifactsDir() 470 std::string path = ART_FORMAT("/proc/self/fd/{}", memfd.Fd()); in ExtractEmbeddedProfileToFd() local 540 const std::string& path, in Restorecon() 570 RawArtifactsPath path = OR_RETURN_FATAL(BuildArtifactsPath(in_artifactsPath)); in deleteArtifacts() local 1223 for (std::string_view path : files_to_delete) { in dexopt() local 1295 RawArtifactsPath path = OR_RETURN_FATAL(BuildArtifactsPath(artifacts)); in cleanup() local [all …]
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSBucketUtil.java | 252 String getUriForGcsPath(Path path) { in getUriForGcsPath() 349 public boolean isFile(String path) throws IOException { in isFile() 383 String key = keyValue[0].trim(); in parseStat() local 570 String path = getUriForGcsPath(Paths.get(pattern)); in remove() local 618 public CommandResult remove(Path path, boolean force) throws IOException { in remove() 627 public CommandResult remove(Path path) throws IOException { in remove()
|
/aosp_15_r20/external/aws-sdk-java-v2/http-client-spi/src/test/java/software/amazon/awssdk/http/ |
H A D | SdkHttpRequestResponseTest.java | 224 private String normalizedPath(String path) { in normalizedPath() 244 public BuilderProxy setValue(String key, String value) { in requestQueryParamNormalizationIsCorrect() 250 public BuilderProxy appendValue(String key, String value) { in requestQueryParamNormalizationIsCorrect() 256 public BuilderProxy setValues(String key, List<String> values) { in requestQueryParamNormalizationIsCorrect() 262 public BuilderProxy removeValue(String key) { in requestQueryParamNormalizationIsCorrect() 292 public BuilderProxy setValue(String key, String value) { in requestHeaderNormalizationIsCorrect() 298 public BuilderProxy appendValue(String key, String value) { in requestHeaderNormalizationIsCorrect() 304 public BuilderProxy setValues(String key, List<String> values) { in requestHeaderNormalizationIsCorrect() 310 public BuilderProxy removeValue(String key) { in requestHeaderNormalizationIsCorrect() 350 public BuilderProxy setValue(String key, String value) { in responseHeaderNormalizationIsCorrect() [all …]
|
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | disk_cache_test_base.cc | 46 base::FilePath path; in CopyTestCache() local 129 const std::string& key) { in OpenOrCreateEntry() 134 const std::string& key, in OpenOrCreateEntryWithPriority() 142 int DiskCacheTestWithCache::OpenEntry(const std::string& key, in OpenEntry() 148 const std::string& key, in OpenEntryWithPriority() 159 int DiskCacheTestWithCache::CreateEntry(const std::string& key, in CreateEntry() 165 const std::string& key, in CreateEntryWithPriority() 176 int DiskCacheTestWithCache::DoomEntry(const std::string& key) { in DoomEntry() 335 void DiskCacheTestWithCache::OnExternalCacheHit(const std::string& key) { in OnExternalCacheHit()
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | otapreopt.cpp | 159 int GetProperty(const char* key, char* value, const char* default_value) const { in GetProperty() argument 388 static bool CreatePath(const std::string& path) { in CreatePath() 485 std::string path(apk_path, last_slash - apk_path + 1); in ShouldSkipPreopt() local 598 int get_property(const char *key, char *value, const char *default_value) { in get_property()
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | oauth2.v2.json | 60 "key": { object 103 "path": "oauth2/v2/tokeninfo", string 130 "key": { object 164 "path": "oauth2/v2/userinfo", string 183 "path": "userinfo/v2/me", string
|
D | deploymentmanager.v2beta.json | 82 "key": { object 143 … "path": "deploymentmanager/v2beta/projects/{project}/global/compositeTypes/{compositeType}", string 177 … "path": "deploymentmanager/v2beta/projects/{project}/global/compositeTypes/{compositeType}", string 205 "path": "deploymentmanager/v2beta/projects/{project}/global/compositeTypes", string 257 "path": "deploymentmanager/v2beta/projects/{project}/global/compositeTypes", string 293 … "path": "deploymentmanager/v2beta/projects/{project}/global/compositeTypes/{compositeType}", string 330 … "path": "deploymentmanager/v2beta/projects/{project}/global/compositeTypes/{compositeType}", string 371 …"path": "deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}/cancelPreview… string 421 "path": "deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}", string 455 "path": "deploymentmanager/v2beta/projects/{project}/global/deployments/{deployment}", string [all …]
|
/aosp_15_r20/external/pytorch/torch/profiler/ |
H A D | _memory_profiler.py | 1010 def update(key, version, delta): argument 1058 def export_memory_timeline(self, path, device_str) -> None: argument 1069 def export_memory_timeline_raw(self, path, device_str) -> None: argument 1077 def get_category_index(key, version): argument 1136 self, path, device_str, figsize=(20, 12), title=None argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | pydoc.py | 219 def ispackage(path): argument 281 def importfile(path): argument 300 def safeimport(path, forceload=0, cache={}): argument 1513 def locate(path, forceload=0): argument 1941 def listmodules(self, key=''): argument 1954 def callback(path, modname, desc, modules=modules): argument 1997 def run(self, callback, key=None, completer=None, onerror=None): argument 2038 def apropos(key): argument 2040 def callback(path, modname, desc): argument 2260 def update(self, path, modname, desc): argument
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | database_policydb.c | 29 const char *path[2]; member 243 const record_key_t * key, const record_t * data) in dbase_policydb_add() 259 const record_key_t * key, const record_t * data) in dbase_policydb_set() 275 const record_key_t * key, in dbase_policydb_modify() 295 const record_key_t * key in dbase_policydb_del() 315 const record_key_t * key, record_t ** response) in dbase_policydb_query() 331 const record_key_t * key, int *response) in dbase_policydb_exists()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
D | file_test.h | 106 const char *path = nullptr; member 158 void IgnoreAttribute(const std::string &key) { HasAttribute(key); } in IgnoreAttribute() 175 void IgnoreInstruction(const std::string &key) { HasInstruction(key); } in IgnoreInstruction()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/test/ |
D | file_test.h | 106 const char *path = nullptr; member 158 void IgnoreAttribute(const std::string &key) { HasAttribute(key); } in IgnoreAttribute() 175 void IgnoreInstruction(const std::string &key) { HasInstruction(key); } in IgnoreInstruction()
|
/aosp_15_r20/external/skia/tools/gpu/ |
H A D | MemoryCache.cpp | 39 sk_sp<SkData> MemoryCache::load(const SkData& key) { in load() 56 void MemoryCache::store(const SkData& key, const SkData& data, const SkString& description) { in store() 65 void MemoryCache::writeShadersToDisk(const char* path, GrBackendApi api) { in writeShadersToDisk()
|
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/fixserialization/ |
H A D | XMLUtil.java | 58 Document doc, String key, String attr, Class<T> klass) { in getValueFromAttribute() 83 Document doc, String key, Class<T> klass) { in getValueFromTag() 103 public static void writeInXMLFormat(FixSerializationConfig config, String path) { in writeInXMLFormat()
|
/aosp_15_r20/external/boringssl/src/crypto/test/ |
H A D | file_test.h | 106 const char *path = nullptr; member 158 void IgnoreAttribute(const std::string &key) { HasAttribute(key); } in IgnoreAttribute() 175 void IgnoreInstruction(const std::string &key) { HasInstruction(key); } in IgnoreInstruction()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/test/ |
H A D | file_test.h | 106 const char *path = nullptr; member 158 void IgnoreAttribute(const std::string &key) { HasAttribute(key); } in IgnoreAttribute() 175 void IgnoreInstruction(const std::string &key) { HasInstruction(key); } in IgnoreInstruction()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | read_apk.cpp | 131 std::tuple<bool, std::string, std::string> SplitUrlInApk(const std::string& path) { in SplitUrlInApk() 141 bool ParseExtractedInMemoryPath(const std::string& path, std::string* zip_path, in ParseExtractedInMemoryPath() 144 const char* key = " extracted in memory from "; in ParseExtractedInMemoryPath() local
|