Home
last modified time | relevance | path

Searched +defs:source +defs:path (Results 501 – 525 of 2843) sorted by relevance

1...<<21222324252627282930>>...114

/aosp_15_r20/external/cronet/url/
H A Durl_canon_relative.cc252 void CopyOneComponent(const char* source, in CopyOneComponent()
331 Component path, query, ref; in DoResolveRelativePath() local
/aosp_15_r20/art/runtime/
H A Dvdex_file.cc257 bool VdexFile::WriteToDisk(const std::string& path, in WriteToDisk()
497 MutableHandle<mirror::Class> source(hs.NewHandle<mirror::Class>(nullptr)); in ComputeClassStatus() local
/aosp_15_r20/packages/apps/Gallery/src/com/android/camera/
DImageManager.java143 public static String getBucketId(String path) { in getBucketId()
202 Bitmap source, byte[] jpegData, int[] degree) { in addImage()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/
Dpackage_index.py398 def scan_egg_link(self, path, entry): argument
582 self, requirement, tmpdir, force_scan=False, source=False, argument
657 def fetch(self, requirement, tmpdir, force_scan=False, source=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/
Dpackage_index.py398 def scan_egg_link(self, path, entry): argument
582 self, requirement, tmpdir, force_scan=False, source=False, argument
657 def fetch(self, requirement, tmpdir, force_scan=False, source=False): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/
Dpackage_index.py398 def scan_egg_link(self, path, entry): argument
582 self, requirement, tmpdir, force_scan=False, source=False, argument
657 def fetch(self, requirement, tmpdir, force_scan=False, source=False): argument
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dserver_http.hpp237 std::string method, path, query_string, http_version; member in SimpleWeb::ServerBase::Request
621 auto &source = session->request->streambuf; in read() local
675 auto &source = *chunk_size_streambuf; in read_chunked_transfer_encoded() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/
Dpackage_index.py398 def scan_egg_link(self, path, entry): argument
582 self, requirement, tmpdir, force_scan=False, source=False, argument
657 def fetch(self, requirement, tmpdir, force_scan=False, source=False): argument
/aosp_15_r20/external/pdfium/core/fxge/win32/
H A Dcgdi_plus_ext.cpp207 const RetainPtr<CFX_DIBBase>& source, in OutputImage()
584 const RetainPtr<CFX_DIBBase>& source, in StretchDIBits()
615 const CFX_Path& path, in DrawPath()
/aosp_15_r20/external/python/setuptools/setuptools/
Dpackage_index.py398 def scan_egg_link(self, path, entry): argument
582 self, requirement, tmpdir, force_scan=False, source=False, argument
657 def fetch(self, requirement, tmpdir, force_scan=False, source=False): argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DVoteResolver.java130 public static Status fromString(String source) { in fromString()
1909 public void handlePathValue(String path, String value) { in handlePathValue()
1998 public void handlePathValue(String path, String value) { in handlePathValue()
2199 final String path = pathHeader.getOriginalPath(); in isUsingKeywordAnnotationVoting() local
2229 public static Status calculateStatus(CLDRFile baselineFile, String path) { in calculateStatus()
2286 public static String reviseInheritanceAsNeeded(String path, String value, CLDRFile cldrFile) { in reviseInheritanceAsNeeded()
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/libs/
Dokio-1.15.0.jar ... throws java.io.IOException long readCount okio.Source source long totalBytesRead public okio.BufferedSink write (okio ...
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPUtilsImpl.java475 XMPPath path = XMPPathParser.expandXPath(info.getNamespace(), info in removeProperties() local
514 public static void appendProperties(XMPMeta source, XMPMeta destination, in appendProperties()
/aosp_15_r20/external/crosvm/acpi_tables/src/
H A Daml.rs718 path: Path, field
747 path: Path, field
790 path: Path, field
859 path: Path, field
933 path: Path, field
1103 path: Path, field
1322 source: &'a dyn Aml, field
1356 source: &'a dyn Aml, field
/aosp_15_r20/external/skia/src/core/
H A DSkCanvas.cpp792 skif::FilterResult source; in internalDrawDeviceWithFilter() local
1480 void SkCanvas::clipPath(const SkPath& path, SkClipOp op, bool doAA) { in clipPath()
1505 void SkCanvas::onClipPath(const SkPath& path, SkClipOp op, ClipEdgeStyle edgeStyle) { in onClipPath()
1771 void SkCanvas::drawPath(const SkPath& path, const SkPaint& paint) { in drawPath()
1855 void SkCanvas::private_draw_shadow_rec(const SkPath& path, const SkDrawShadowRec& rec) { in private_draw_shadow_rec()
1860 void SkCanvas::onDrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) { in onDrawShadowRec()
2168 void SkCanvas::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()
2289 auto source = skif::FilterResult::MakeFromImage( in onDrawImageRect2() local
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A DFileUtils.java932 …public static void copyInputStreamToFile(final InputStream source, final File destination) throws … in copyInputStreamToFile()
1050 public static void copyURLToFile(final URL source, final File destination) throws IOException { in copyURLToFile()
1051 final Path path = destination.toPath(); in copyURLToFile() local
1075 …public static void copyURLToFile(final URL source, final File destination, final int connectionTim… in copyURLToFile()
2343 …public static void moveDirectoryToDirectory(final File source, final File destDir, final boolean c… in moveDirectoryToDirectory()
2832 …private static void requireFileCopy(final File source, final File destination) throws FileNotFound… in requireFileCopy()
3132 …private static void validateMoveParameters(final File source, final File destination) throws FileN… in validateMoveParameters()
/aosp_15_r20/external/okio/okio-fakefilesystem/src/commonMain/kotlin/okio/fakefilesystem/
H A DFakeFileSystem.kt131 for (path in roots.keys) { constant in okio.fakefilesystem.FakeFileSystem
275 override fun source(file: Path): Source { in source() method in okio.fakefilesystem.FakeFileSystem
579 val path: Path, constant in okio.fakefilesystem.FakeFileSystem.PathLookupResult
/aosp_15_r20/frameworks/av/media/module/extractors/mp4/
H A DMPEG4Extractor.cpp266 CachedRangedDataSource::CachedRangedDataSource(DataSourceHelper *source) in CachedRangedDataSource()
443 MPEG4Extractor::MPEG4Extractor(DataSourceHelper *source, const char *mime) in MPEG4Extractor()
829 static bool underMetaDataPath(const Vector<uint32_t> &path) { in underMetaDataPath()
837 static bool underQTMetaPath(const Vector<uint32_t> &path, int32_t depth) { in underQTMetaPath()
4637 MPEG4Source* source = in getTrack() local
7044 static bool LegacySniffMPEG4(DataSourceHelper *source, float *confidence) { in LegacySniffMPEG4()
7116 static bool BetterSniffMPEG4(DataSourceHelper *source, float *confidence) { in BetterSniffMPEG4()
7236 static CMediaExtractor* CreateExtractor(CDataSource *source, void *) { in CreateExtractor()
7241 CDataSource *source, float *confidence, void **, in Sniff()
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint-gradle/31.7.0-alpha07/
HDlint-gradle-31.7.0-alpha07.jar ... deleted String message java.io.File apiFilter String path java.io.File classDir String flag String value ...
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
H A DBazelTest.java836 try (FileInputStreamSource source = in addTestLogs()
838 logger.testLog(logFile.getPath().toFile().getName(), logFile.getType(), source); in addTestLogs() local
966 public LogFileWithType(Path path, LogDataType type) { in LogFileWithType()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dlib.rs870 let path = Path::new(h.as_ref()); in generate() localVariable
1024 let source = tokens.to_string(); in format_tokens() localVariable
1038 let source = stdin_handle.join().expect( in format_tokens() localVariable
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java639 File path = new File(file.getPath()); in handleLogs() local
643 try (InputStreamSource source = new FileInputStreamSource(path)) { in handleLogs()
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dtestdisplay.c551 static gboolean input_event(GIOChannel *source, GIOCondition condition, in input_event()
567 char path[PATH_MAX]; in enter_exec_path() local
/aosp_15_r20/external/webrtc/test/scenario/
H A Dvideo_stream.cc101 std::string TransformFilePath(std::string path) { in TransformFilePath()
301 VideoStreamConfig::Source source) { in CreateFrameGenerator()
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Ddigitalassetlinks.v1.json142 "path": "v1/assetlinks:check", string
179 "path": "v1/statements:list", string
348 "source": { object

1...<<21222324252627282930>>...114