/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | zipimport.py | 64 def __init__(self, path): argument 109 def find_loader(self, fullname, path=None): argument 146 def find_module(self, fullname, path=None): argument 361 def _is_dir(self, path): argument 686 def _normalize_line_endings(source): argument 693 def _compile_source(pathname, source): argument 712 def _get_mtime_and_size_of_source(self, path): argument 731 def _get_pyc_source(self, path): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | zipimport.py | 64 def __init__(self, path): argument 109 def find_loader(self, fullname, path=None): argument 146 def find_module(self, fullname, path=None): argument 361 def _is_dir(self, path): argument 686 def _normalize_line_endings(source): argument 693 def _compile_source(pathname, source): argument 712 def _get_mtime_and_size_of_source(self, path): argument 731 def _get_pyc_source(self, path): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | zipimport.py | 64 def __init__(self, path): argument 109 def find_loader(self, fullname, path=None): argument 146 def find_module(self, fullname, path=None): argument 361 def _is_dir(self, path): argument 686 def _normalize_line_endings(source): argument 693 def _compile_source(pathname, source): argument 712 def _get_mtime_and_size_of_source(self, path): argument 731 def _get_pyc_source(self, path): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | zipimport.py | 64 def __init__(self, path): argument 109 def find_loader(self, fullname, path=None): argument 146 def find_module(self, fullname, path=None): argument 361 def _is_dir(self, path): argument 686 def _normalize_line_endings(source): argument 693 def _compile_source(pathname, source): argument 712 def _get_mtime_and_size_of_source(self, path): argument 731 def _get_pyc_source(self, path): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | zipimport.py | 64 def __init__(self, path): argument 109 def find_loader(self, fullname, path=None): argument 146 def find_module(self, fullname, path=None): argument 361 def _is_dir(self, path): argument 686 def _normalize_line_endings(source): argument 693 def _compile_source(pathname, source): argument 712 def _get_mtime_and_size_of_source(self, path): argument 731 def _get_pyc_source(self, path): argument
|
/aosp_15_r20/external/pdfium/core/fxge/win32/ |
H A D | cgdi_device_driver.cpp | 111 void SetPathToDC(HDC hDC, const CFX_Path& path, const CFX_Matrix* pMatrix) { in SetPathToDC() 156 ByteString GetBitmapInfo(const RetainPtr<CFX_DIBBase>& source) { in GetBitmapInfo() 392 bool CGdiDeviceDriver::GDI_SetDIBits(const RetainPtr<CFX_DIBBase>& source, in GDI_SetDIBits() 423 bool CGdiDeviceDriver::GDI_StretchDIBits(const RetainPtr<CFX_DIBBase>& source, in GDI_StretchDIBits() 459 bool CGdiDeviceDriver::GDI_StretchBitMask(const RetainPtr<CFX_DIBBase>& source, in GDI_StretchBitMask() 570 bool CGdiDeviceDriver::DrawPath(const CFX_Path& path, in DrawPath() 700 const CFX_Path& path, in SetClip_PathFill() 720 const CFX_Path& path, in SetClip_PathStroke()
|
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
H A D | AnimatedImageDrawableTest.kt | 53 val source = ImageDecoder.createSource(getAssets(), in <lambda>() constant 56 decoder, info, source -> in <lambda>() method 84 val source = ImageDecoder.createSource(getAssets(), TEST_FILE) in <lambda>() constant 168 decoder, info, source -> in <lambda>() method 178 decoder, info, source -> in <lambda>() method 181 val path = Path() in <lambda>() constant
|
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/ |
D | files.cpp | 81 bool FileExists(const std::string& path, bool follow_symlinks) { in FileExists() 86 Result<dev_t> FileDeviceId(const std::string& path) { in FileDeviceId() 96 Result<bool> CanHardLink(const std::string& source, in CanHardLink() 102 Result<ino_t> FileInodeNumber(const std::string& path) { in FileInodeNumber() 112 Result<bool> AreHardLinked(const std::string& source, in AreHardLinked() 146 bool FileHasContent(const std::string& path) { in FileHasContent() 150 Result<std::vector<std::string>> DirectoryContents(const std::string& path) { in DirectoryContents() 164 bool DirectoryExists(const std::string& path, bool follow_symlinks) { in DirectoryExists() 212 Result<void> ChangeGroup(const std::string& path, in ChangeGroup() 228 bool CanAccess(const std::string& path, const int mode) { in CanAccess() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/ |
D | errors.rs | 47 source: io::Error, field 48 path: PathBuf, field 68 let path = self.path.display(); in fmt() localVariable 109 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() method 134 source: io::Error, field 198 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() method
|
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
H A D | FileWritingTest.kt | 43 val source = FileSpec.get("example", type) in pathNotDirectory() constant 44 val path = fs.getPath("/foo/bar") in pathNotDirectory() constant 54 val source = FileSpec.get("example", type) in fileNotDirectory() constant 262 val source = String(Files.readAllBytes(fooPath)) in filerClassesWithTabIndent() constant 290 val source = FileSpec.builder("foo", "Taco") in fileIsUtf8() constant
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | abstract_ssh.py | 361 def _make_rsync_compatible_globs(self, path, is_local): argument 378 def glob_matches_files(path, pattern): argument 381 def glob_matches_files(path, pattern): argument 400 def _make_rsync_compatible_source(self, source, is_local): argument 456 def get_file(self, source, dest, delete_dest=False, preserve_perm=True, argument 563 def send_file(self, source, dest, delete_dest=False, argument 636 def _send_client_symlink(self, dest, source, local_sources, delete_dest, argument 654 def _send_file(self, dest, source, local_sources, delete_dest, excludes, argument 711 def _send_using_scp(self, dest, source, delete_dest, excludes): argument
|
/aosp_15_r20/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 362 def find(self, path, namespaces=None): argument 377 def findtext(self, path, default=None, namespaces=None): argument 389 def findall(self, path, namespaces=None): argument 401 def iterfind(self, path, namespaces=None): argument 644 def parse(self, source, parser=None): argument 694 def find(self, path, namespaces=None): argument 718 def findtext(self, path, default=None, namespaces=None): argument 739 def findall(self, path, namespaces=None): argument 761 def iterfind(self, path, namespaces=None): argument 1180 def parse(source, parser=None): argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror-impl/src/ |
D | expand.rs | 36 let source = &source_field.member; in impl_struct() localVariable 66 let source = &source_field.member; in impl_struct() localVariable 202 let source = quote!(std::error::Error::source(transparent.as_dyn_error())); in impl_enum() localVariable 207 let source = &source_field.member; in impl_enum() localVariable 250 let source = &source_field.member; in impl_enum() localVariable 501 let path = match ty { in type_parameter_of_option() localVariable 539 let path = quote_spanned!(first_span=> std::error::); in spanned_error_trait() localVariable
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkGlyphRunPainter.cpp | 60 SkZip<const SkGlyphID, const SkPoint> source, in prepare_for_path_drawing() 91 SkZip<const SkGlyphID, const SkPoint> source, in prepare_for_drawable_drawing() 121 SkZip<const SkGlyphID, const SkPoint> source, in prepare_for_direct_mask_drawing() 202 SkZip<const SkGlyphID, const SkPoint> source = glyphRun.source(); in drawForBitmapDevice() local 231 const SkPath* path = glyph->path(); in drawForBitmapDevice() local 242 const SkPath* path = glyph->path(); in drawForBitmapDevice() local
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_debugfs.c | 89 static bool is_mountpoint(const char *path) in is_mountpoint() 139 static const char *path; in igt_debugfs_mount() local 158 char *igt_debugfs_path(int device, char *path, int pathlen) in igt_debugfs_path() 230 char path[200]; in igt_debugfs_dir() local 507 char *source; member 652 pipe_crc_new(int fd, enum pipe pipe, const char *source, int flags) in pipe_crc_new() 693 igt_pipe_crc_new(int fd, enum pipe pipe, const char *source) in igt_pipe_crc_new() 711 igt_pipe_crc_new_nonblock(int fd, enum pipe pipe, const char *source) in igt_pipe_crc_new_nonblock()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | PathStarrer.java | 29 public String set(String path) { in set() 54 public String setOld(String path) { in setOld() 95 public String transform(String source) { in transform() 100 public String transform2(String source) { in transform2()
|
/aosp_15_r20/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
H A D | AntResourcesLocatorTest.java | 68 final Reader source = locator.getSourceFile("org/jacoco/example", in testFile() local 79 final Reader source = locator.getSourceFile("org/jacoco/example", in testDirectory() local 90 final Reader source = locator.getSourceFile("org/jacoco/example", in testFilePrecedence() local 104 final Reader source = locator.getSourceFile("org/jacoco/example", in testDirectoryOrdering() local 117 Reader source = locator.getSourceFile("org/jacoco/example", in testAddAll() local 124 private Resource createFile(String path, String content) in createFile() 135 private void assertContent(String expected, Reader source) in assertContent()
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/ |
H A D | osutils.py | 81 def ExpandPath(path): argument 86 def IsSubPath(path, other): argument 95 def AllocateFile(path, size, makedirs=False): argument 122 def WriteFile(path, content, mode='w', encoding=None, errors=None, atomic=False, argument 217 def Touch(path, makedirs=False, mode=None): argument 237 def Chown(path, user=None, group=None, recursive=False): argument 265 def ReadFile(path, mode='r', encoding=None, errors=None): argument 302 def MD5HashFile(path): argument 315 def SafeSymlink(source, dest, sudo=False): argument 334 def SafeUnlink(path, sudo=False): argument [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestPathHeader.java | 119 Set<String> source = factory2.getAvailable(); in tempTestCompletenessLdmlDtd() local 125 pathChecker.checkPathHeader(cldrFile.getDtdData(), path); in tempTestCompletenessLdmlDtd() local 140 private Collection<String> getFilesToTest(Collection<String> source, String... doFirst) { in getFilesToTest() 605 String path; in verifyContains() local 635 Set<String> source = factory2.getAvailable(); in TestUniqueness() local 775 String path = pathHeader.getOriginalPath(); in TestPathDescriptionCompleteness() local 783 String path, in checkPathDescriptionCompleteness() 1303 final String path = pathValue.getFirst(); in TestCompletenessNonLdmlDtd() local 1352 public void checkSubpath(String path) { in checkSubpath() 1448 String path = in test10232() local [all …]
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | shaderapi.c | 112 static char *try_direct_replace(const char *app, const char *source) in try_direct_replace() 178 static const char *path = NULL; in _mesa_get_shader_capture_path() local 1157 set_shader_source(struct gl_shader *sh, const GLchar *source, in set_shader_source() 1946 const char *source, const char *path) in construct_name() 1961 _mesa_dump_shader_source(const gl_shader_stage stage, const char *source, in _mesa_dump_shader_source() 2000 _mesa_read_shader_source(const gl_shader_stage stage, const char *source, in _mesa_read_shader_source() 2083 GLcharARB *source; in shader_source() local 3222 char *path; member 3228 struct hash_table *path; member 3356 struct sh_incl_path_entry *path = in validate_and_tokenise_sh_incl() local [all …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | LoadedApk.cpp | 75 std::unique_ptr<LoadedApk> LoadedApk::LoadApkFromPath(StringPiece path, in LoadApkFromPath() 77 android::Source source(path); in LoadApkFromPath() local 98 const android::Source& source, unique_ptr<io::IFileCollection> collection, in LoadProtoApkFromFileCollection() 157 const android::Source& source, unique_ptr<io::IFileCollection> collection, in LoadBinaryApkFromFileCollection() 227 std::string path = file->GetSource().path; in WriteToArchive() local
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/ |
H A D | task.rb | 250 def initialize( group, path, options = {} ) argument 271 attr_reader :type, :name, :language, :source, accessor in ANTLR3.CompileTask.GrammarFile 427 def initialize( owner, path ) argument 457 attr_reader :file, :source accessor in FormatError 463 def initialize( source, file = nil ) argument
|
/aosp_15_r20/external/armnn/third-party/ghc/ |
H A D | filesystem.hpp | 218 class GHC_FS_API_CLASS path class 1497 inline path::path(const Source& source, format fmt) in path() function in ghc::filesystem::path 1503 inline path::path(const std::wstring& source, format fmt) in path() function in ghc::filesystem::path 1509 inline path::path(const std::u16string& source, format fmt) in path() function in ghc::filesystem::path 1515 inline path::path(const std::u32string& source, format fmt) in path() function in ghc::filesystem::path 1523 inline path::path(const std::string_view& source, format fmt) in path() function in ghc::filesystem::path 1531 inline path u8path(const Source& source) in u8path() 1542 inline path::path(InputIterator first, InputIterator last, format fmt) in path() function in ghc::filesystem::path 2014 GHC_INLINE path::path() noexcept {} in path() function in ghc::filesystem::path 2016 GHC_INLINE path::path(const path& p) in path() function in ghc::filesystem::path [all …]
|
/aosp_15_r20/external/okio/samples/src/jvmMain/kotlin/okio/samples/ |
H A D | Hashing.kt | 32 val path = "../README.md".toPath() in <lambda>() constant 52 hashingSource.buffer().use { source -> in <lambda>() method 62 FileSystem.SYSTEM.source(path).use { source -> in <lambda>() method
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | ShowStarredCoverage.java | 288 String path = s.getFirst(); in doNonLdml() local 484 static String getEnglish(String path, String value) { in getEnglish() 564 Set<Source> source = entry.getValue(); in getLanguageTags() local 594 private void addFiles(File base, String name, Source source) { in addFiles() 598 private void addFiles(File base, Source source) { in addFiles() 615 private void addLanguage(String key, Source source) { in addLanguage() 621 languageTags.put(ltp.getLanguage(), source); in addLanguage() local
|