Home
last modified time | relevance | path

Searched +defs:path +defs:key (Results 251 – 275 of 3370) sorted by relevance

1...<<11121314151617181920>>...135

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dmsvccompiler.py54 def read_keys(base, key): argument
71 def read_values(base, key): argument
106 def set_macro(self, macro, path, key): argument
586 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvccompiler.py74 def read_keys(base, key): argument
92 def read_values(base, key): argument
129 def set_macro(self, macro, path, key): argument
632 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dmsvccompiler.py54 def read_keys(base, key): argument
71 def read_values(base, key): argument
106 def set_macro(self, macro, path, key): argument
586 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvccompiler.py74 def read_keys(base, key): argument
92 def read_values(base, key): argument
129 def set_macro(self, macro, path, key): argument
632 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dmsvccompiler.py59 def read_keys(base, key): argument
77 def read_values(base, key): argument
113 def set_macro(self, macro, path, key): argument
602 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dmsvccompiler.py54 def read_keys(base, key): argument
71 def read_values(base, key): argument
106 def set_macro(self, macro, path, key): argument
586 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvccompiler.py74 def read_keys(base, key): argument
92 def read_values(base, key): argument
129 def set_macro(self, macro, path, key): argument
632 def get_msvc_paths(self, path, platform='x86'): argument
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java106 String path = entry.getPath(); in add() local
141 public boolean delete(String path) { in delete()
159 public boolean exists(String path) { in exists()
172 public boolean isDirectory(String path) { in isDirectory()
186 public boolean isFile(String path) { in isFile()
202 public List listFiles(String path) { in listFiles()
230 public List listNames(String path) { in listNames()
315 public String path(String path1, String path2) { in path() method in AbstractFakeFileSystem
343 public String getParent(String path) { in getParent()
360 public String getName(String path) { in getName()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Denv.cc114 StringPiece scheme, host, path; in GetFileSystemForFile() local
143 Status Env::SetOption(const std::string& scheme, const std::string& key, in SetOption()
153 Status Env::SetOption(const std::string& scheme, const std::string& key, in SetOption()
163 Status Env::SetOption(const std::string& scheme, const std::string& key, in SetOption()
173 Status Env::SetOption(const std::string& scheme, const std::string& key, in SetOption()
233 StringPiece scheme, host, path; in FilesExist() local
324 Status Env::HasAtomicMove(const string& path, bool* has_atomic_move) { in HasAtomicMove()
/aosp_15_r20/external/libchrome/base/test/
H A Dscoped_path_override.cc12 ScopedPathOverride::ScopedPathOverride(int key) : key_(key) { in ScopedPathOverride()
19 ScopedPathOverride::ScopedPathOverride(int key, const base::FilePath& dir) in ScopedPathOverride()
25 ScopedPathOverride::ScopedPathOverride(int key, in ScopedPathOverride()
26 const FilePath& path, in ScopedPathOverride()
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestLocale.java456 String path = CLDRFile.getKey(typeCode, row[1]); in TestBrackets() local
487 String path = CLDRFile.getKey(typeCode, row[1]); in TestBrackets() local
606 String key = keyValues.getKey(); in TestLocaleDisplay() local
717 String key = entry.getValue(); in testAllVariants() local
830 LanguageTagParser ltp, String extension, String key, String gorp, String... values) { in showItem()
916 final String key = entry.getKey(); in testLanguageTagParserIsValid() local
967 String key = entry.getValue(); in testLanguageTagParserIsValid() local
/aosp_15_r20/external/cronet/base/test/
H A Dscoped_path_override.cc14 ScopedPathOverride::ScopedPathOverride(int key) : key_(key) { in ScopedPathOverride()
22 ScopedPathOverride::ScopedPathOverride(int key, const base::FilePath& dir) in ScopedPathOverride()
29 ScopedPathOverride::ScopedPathOverride(int key, in ScopedPathOverride()
30 const FilePath& path, in ScopedPathOverride()
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_test_util_common.cc72 std::string* path) { in ParseUrl()
121 std::string_view key(extra_headers[i * 2]); in AppendToHeaderBlock() local
427 bool HasSpdySession(SpdySessionPool* pool, const SpdySessionKey& key) { in HasSpdySession()
437 const SpdySessionKey& key, in CreateSpdySessionHelper()
484 const SpdySessionKey& key, in CreateSpdySession()
492 const SpdySessionKey& key, in CreateSpdySessionWithIpBasedPoolingDisabled()
552 const SpdySessionKey& key) { in CreateFakeSpdySession()
573 void SpdySessionPoolPeer::RemoveAliases(const SpdySessionKey& key) { in RemoveAliases()
592 std::string scheme, host, path; in AddUrlToHeaderBlock() local
654 auto key = std::string(it->first); in ConstructSpdyReplyString() local
[all …]
/aosp_15_r20/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTesterHostPreparer.java121 private static String getPathFromBuildInfo(TestInformation testInfo, String key) { in getPathFromBuildInfo()
126 static void setSdkPath(TestInformation testInfo, Path path) { in setSdkPath()
131 static void setCrawlerBinPath(TestInformation testInfo, Path path) { in setCrawlerBinPath()
136 static void setCredentialPath(TestInformation testInfo, Path path) { in setCredentialPath()
189 private static void cleanUp(Path path) throws IOException { in cleanUp()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_memory_cache_backend.cc155 absl::string_view path, in AddSimpleResponse()
170 absl::string_view path, in AddResponse()
179 absl::string_view path, in AddResponse()
190 absl::string_view path, in SetResponseDelay()
201 absl::string_view host, absl::string_view path, in AddResponseWithEarlyHints()
210 absl::string_view host, absl::string_view path, in AddSpecialResponse()
217 absl::string_view host, absl::string_view path, in AddSpecialResponse()
295 auto path = request_headers.find(":path"); in FetchResponseFromBackend() local
332 absl::string_view path = path_it->second; in ProcessWebTransportRequest() local
354 absl::string_view host, absl::string_view path, in AddResponseImpl()
[all …]
/aosp_15_r20/packages/providers/MediaProvider/jni/
Dcom_android_providers_media_leveldb_LevelDBInstance.cpp53 jstring key = (jstring)env->CallObjectMethod(leveldbentry, getKeyMethodId); in insertInLevelDB() local
74 JNIEnv* env, jclass leveldbInstanceClass, jstring path) { in Java_com_android_providers_media_leveldb_LevelDBInstance_nativeCreateInstance()
94 JNIEnv* env, jobject obj, jlong leveldbptr, jstring path) { in Java_com_android_providers_media_leveldb_LevelDBInstance_nativeQuery()
157 JNIEnv* env, jobject obj, jlong leveldbptr, jstring key) { in Java_com_android_providers_media_leveldb_LevelDBInstance_nativeDelete()
/aosp_15_r20/external/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskTree.java99 FieldMaskTree addFieldPath(String path) { in addFieldPath()
151 FieldMaskTree removeFieldPath(String path) { in removeFieldPath()
167 String key = parts.get(index); in removeFieldPath() local
205 private static void getFieldPaths(Node node, String path, List<String> paths) { in getFieldPaths()
217 void intersectFieldPath(String path, FieldMaskTree output) { in intersectFieldPath()
/aosp_15_r20/external/cronet/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskTree.java99 FieldMaskTree addFieldPath(String path) { in addFieldPath()
151 FieldMaskTree removeFieldPath(String path) { in removeFieldPath()
167 String key = parts.get(index); in removeFieldPath() local
205 private static void getFieldPaths(Node node, String path, List<String> paths) { in getFieldPaths()
217 void intersectFieldPath(String path, FieldMaskTree output) { in intersectFieldPath()
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Dangle_format.py30 def load_json(path): argument
35 def load_forward_table(path, key=None): argument
43 def load_inverse_table(path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpydoc.py325 def ispackage(path): argument
399 def importfile(path): argument
417 def safeimport(path, forceload=0, cache={}): argument
675 def filelink(self, url, path): argument
1714 def locate(path, forceload=0): argument
2182 def listmodules(self, key=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2215 def run(self, callback, key=None, completer=None, onerror=None): argument
2273 def apropos(key): argument
2275 def callback(path, modname, desc): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpydoc.py325 def ispackage(path): argument
399 def importfile(path): argument
417 def safeimport(path, forceload=0, cache={}): argument
675 def filelink(self, url, path): argument
1714 def locate(path, forceload=0): argument
2182 def listmodules(self, key=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2215 def run(self, callback, key=None, completer=None, onerror=None): argument
2273 def apropos(key): argument
2275 def callback(path, modname, desc): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpydoc.py325 def ispackage(path): argument
399 def importfile(path): argument
417 def safeimport(path, forceload=0, cache={}): argument
675 def filelink(self, url, path): argument
1714 def locate(path, forceload=0): argument
2182 def listmodules(self, key=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2215 def run(self, callback, key=None, completer=None, onerror=None): argument
2273 def apropos(key): argument
2275 def callback(path, modname, desc): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpydoc.py325 def ispackage(path): argument
399 def importfile(path): argument
417 def safeimport(path, forceload=0, cache={}): argument
675 def filelink(self, url, path): argument
1714 def locate(path, forceload=0): argument
2182 def listmodules(self, key=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2215 def run(self, callback, key=None, completer=None, onerror=None): argument
2273 def apropos(key): argument
2275 def callback(path, modname, desc): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dpydoc.py325 def ispackage(path): argument
399 def importfile(path): argument
417 def safeimport(path, forceload=0, cache={}): argument
675 def filelink(self, url, path): argument
1714 def locate(path, forceload=0): argument
2182 def listmodules(self, key=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2215 def run(self, callback, key=None, completer=None, onerror=None): argument
2273 def apropos(key): argument
2275 def callback(path, modname, desc): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dpydoc.py325 def ispackage(path): argument
399 def importfile(path): argument
417 def safeimport(path, forceload=0, cache={}): argument
675 def filelink(self, url, path): argument
1714 def locate(path, forceload=0): argument
2182 def listmodules(self, key=''): argument
2196 def callback(path, modname, desc, modules=modules): argument
2215 def run(self, callback, key=None, completer=None, onerror=None): argument
2273 def apropos(key): argument
2275 def callback(path, modname, desc): argument
[all …]

1...<<11121314151617181920>>...135