Home
last modified time | relevance | path

Searched +defs:source +defs:path (Results 126 – 150 of 2843) sorted by relevance

12345678910>>...114

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpyclbr.py100 def readmodule(module, path=None): argument
112 def readmodule_ex(module, path=None): argument
122 def _readmodule(module, path, inpackage=None): argument
187 def __init__(self, module, path, file, tree, inpackage): argument
269 def _create_tree(fullmodule, path, fname, source, tree, inpackage): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpyclbr.py100 def readmodule(module, path=None): argument
112 def readmodule_ex(module, path=None): argument
122 def _readmodule(module, path, inpackage=None): argument
187 def __init__(self, module, path, file, tree, inpackage): argument
269 def _create_tree(fullmodule, path, fname, source, tree, inpackage): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpyclbr.py100 def readmodule(module, path=None): argument
112 def readmodule_ex(module, path=None): argument
122 def _readmodule(module, path, inpackage=None): argument
187 def __init__(self, module, path, file, tree, inpackage): argument
269 def _create_tree(fullmodule, path, fname, source, tree, inpackage): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dpyclbr.py100 def readmodule(module, path=None): argument
112 def readmodule_ex(module, path=None): argument
122 def _readmodule(module, path, inpackage=None): argument
187 def __init__(self, module, path, file, tree, inpackage): argument
269 def _create_tree(fullmodule, path, fname, source, tree, inpackage): argument
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/tests/
Dnamedtempfile.rs33 let path = tmpfile.path().to_path_buf(); in test_deleted() localVariable
121 let source = NamedTempFile::new().unwrap(); in test_reopen() localVariable
135 let path = file.path().to_owned(); in test_into_file() localVariable
163 let path = tmpfile.into_temp_path(); in test_temppath() localVariable
272 let path = NamedTempFile::new().unwrap().into_temp_path(); in test_write_after_close() localVariable
280 let path = std::env::current_dir().unwrap().join(tmpfile.path()); in test_change_dir() localVariable
293 let path = temp_path.to_path_buf(); in test_into_parts() localVariable
324 let path; in test_keep() localVariable
352 let path = tmpfile.path().to_owned(); in test_builder_keep() localVariable
/aosp_15_r20/packages/modules/adb/
Dadb_utils.cpp76 bool directory_exists(const std::string& path) { in directory_exists()
106 bool mkdirs(const std::string& path) { in mkdirs()
252 bool forward_targets_are_valid(const std::string& source, const std::string& dest, in forward_targets_are_valid()
277 WCHAR path[MAX_PATH]; in adb_get_homedir_path() local
324 const char* path = getenv("ANDROID_ADB_LOG_PATH"); in GetLogFilePath() local
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/
H A DGLUtils.cpp33 static AAsset* loadAsset(const char* path) { in loadAsset()
41 char* GLUtils::openTextFile(const char* path) { in openTextFile()
60 GLuint GLUtils::loadTexture(const char* path) { in loadTexture()
93 Mesh* GLUtils::loadMesh(const char* path) { in loadMesh()
131 static GLuint loadShader(GLenum shaderType, const char** source) { in loadShader()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
H A DProviders.java49 public static Provider provider(Path path, Charset encoding) throws IOException { in provider()
53 public static Provider provider(Path path) throws IOException { in provider()
57 public static Provider provider(String source) { in provider()
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksServices.cpp64 bool LoadPhysicalFile(const string &path, vector<u8> &content) in LoadPhysicalFile()
80 bool GetFile(const string &path, vector<u8> &content, bool removeAfter) in GetFile()
85 bool AppendFile(const string &path, const vector<u8> &content, bool clear) in AppendFile()
123 bool CompileShader(const SourceVariant &source, const string &commandLine, vector<u8> &binary) in CompileShader()
/aosp_15_r20/frameworks/base/tools/aapt2/process/
H A DSymbolTable.cpp58 void SymbolTable::AppendSource(std::unique_ptr<ISymbolSource> source) { in AppendSource()
65 void SymbolTable::PrependSource(std::unique_ptr<ISymbolSource> source) { in PrependSource()
164 for (auto& source : sources) { in FindByName() local
175 for (auto& source : sources) { in FindById() local
221 bool AssetManagerSymbolSource::AddAssetPath(StringPiece path) { in AddAssetPath()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateTransform.java70 final String source = Normalizer.decompose(sourceIn, false); in add() local
91 private void throwException(final String source, final String target, final String title) { in throwException()
108 final String source = target_source.get(target); in toRules() local
300 String source = it.getString(); in addFromCldrFile() local
331 public void handlePathValue(String path, String value) { in handlePathValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
101 def make(cls, source): argument
139 def _pathlib_compat(path): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
101 def make(cls, source): argument
139 def _pathlib_compat(path): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
101 def make(cls, source): argument
139 def _pathlib_compat(path): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
101 def make(cls, source): argument
139 def _pathlib_compat(path): argument
289 def _is_child(self, path): argument
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
101 def make(cls, source): argument
139 def _pathlib_compat(path): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
101 def make(cls, source): argument
139 def _pathlib_compat(path): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
101 def make(cls, source): argument
139 def _pathlib_compat(path): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
101 def make(cls, source): argument
139 def _pathlib_compat(path): argument
289 def _is_child(self, path): argument
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
101 def make(cls, source): argument
139 def _pathlib_compat(path): argument
289 def _is_child(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/
Dzipp.py18 def _parents(path): argument
37 def _ancestry(path): argument
101 def make(cls, source): argument
139 def _pathlib_compat(path): argument
289 def _is_child(self, path): argument
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/graphics/
DImageLoader.java78 public final java.lang.Object loadBitmap(@org.jetbrains.annotations.NotNull() in loadBitmap()
103 public final android.graphics.Bitmap loadBitmapSync(@org.jetbrains.annotations.NotNull() in loadBitmapSync()
127 public final android.graphics.Bitmap loadBitmapSync(@org.jetbrains.annotations.NotNull() in loadBitmapSync()
151 public final java.lang.Object loadDrawable(@org.jetbrains.annotations.NotNull() in loadDrawable()
204 …blic final android.graphics.drawable.Drawable loadDrawableSync(@org.jetbrains.annotations.NotNull() in loadDrawableSync()
228 …blic final android.graphics.drawable.Drawable loadDrawableSync(@org.jetbrains.annotations.NotNull() in loadDrawableSync()
292 public final android.util.Size loadSizeSync(@org.jetbrains.annotations.NotNull() in loadSizeSync()
307 …raphics.ImageDecoder.Source toImageDecoderSource(com.android.systemui.graphics.ImageLoader.Source … in toImageDecoderSource()
360 public File(@org.jetbrains.annotations.NotNull() in File()
/aosp_15_r20/build/make/tools/releasetools/merge/
H A Dtest_merge_utils.py32 def createEmptyFile(path): argument
38 def createEmptyFolder(path): argument
42 def createSymLink(source, dest): argument
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp42 FileSource SourceStringToEnum(std::string source) { in SourceStringToEnum()
69 std::string SourceEnumToString(const FileSource& source) { in SourceEnumToString()
98 CvdFile::CvdFile(const FileSource& source, const std::string& build_id, in CvdFile()
248 for (const std::string& path : paths) { in AddFilesToConfig() local
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/file/
Dmod.rs93 pub path: TempPath, field
117 fn source(&self) -> Option<&(dyn error::Error + 'static)> { in source() method
130 path: Box<Path>, field
304 let path = mem::replace(&mut self.path, PathBuf::new().into_boxed_path()); in keep() localVariable
453 path: TempPath, field
505 fn source(&self) -> Option<&(dyn error::Error + 'static)> { in source() method
628 pub fn path(&self) -> &Path { in path() method

12345678910>>...114