/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/http/ |
D | server.py | 776 def list_directory(self, path): argument 833 def translate_path(self, path): argument 863 def copyfile(self, source, outputfile): argument 879 def guess_type(self, path): argument 907 def _url_collapse_path(path): argument 973 def executable(path): argument 1044 def is_executable(self, path): argument 1048 def is_python(self, path): argument
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/v1alpha/ |
H A D | os_policy.proto | 144 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 164 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 200 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 390 oneof source { oneof 445 oneof source { oneof 455 string path = 3 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1alpha/src/main/proto/google/cloud/osconfig/v1alpha/ |
H A D | os_policy.proto | 144 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 164 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 200 File source = 1 [(google.api.field_behavior) = REQUIRED]; field 390 oneof source { oneof 445 oneof source { oneof 455 string path = 3 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/pdfium/xfa/fgas/graphics/ |
H A D | cfgas_gegraphics.cpp | 171 void CFGAS_GEGraphics::StrokePath(const CFGAS_GEPath& path, in StrokePath() 176 void CFGAS_GEGraphics::FillPath(const CFGAS_GEPath& path, in FillPath() 205 void CFGAS_GEGraphics::RenderDeviceStrokePath(const CFGAS_GEPath& path, in RenderDeviceStrokePath() 218 const CFGAS_GEPath& path, in RenderDeviceFillPath() 242 const CFGAS_GEPath& path, in FillPathWithPattern() 281 const CFGAS_GEPath& path, in FillPathWithShading() 397 void CFGAS_GEGraphics::SetDIBitsWithMatrix(RetainPtr<CFX_DIBBase> source, in SetDIBitsWithMatrix()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | PathInfo.java | 96 private static void showPath(final String path, CLDRFile file) { in showPath() 113 SourceLocation source = file.getSourceLocation(path); in showPath() local 195 private static void addLines(final String path, Set<String> set) throws IOException { in addLines()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 120 …r, const char *name, const char *entrypointName, const char *type, const char *source, const char … in createCommonDataFile() 408 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose)… in addFile() 512 pathToFullPath(const char *path, const char *source) { in pathToFullPath()
|
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 120 …r, const char *name, const char *entrypointName, const char *type, const char *source, const char … in createCommonDataFile() 408 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose)… in addFile() 512 pathToFullPath(const char *path, const char *source) { in pathToFullPath()
|
/aosp_15_r20/external/robolectric/plugins/maven-dependency-resolver/src/main/java/org/robolectric/internal/dependency/ |
H A D | MavenArtifactFetcher.java | 175 private URL getRemoteUrl(String path) { in getRemoteUrl() 187 private ListenableFuture<Void> fetchToStagingRepository(String path) { in fetchToStagingRepository() 200 private void commitFromStaging(String path) throws IOException { in commitFromStaging() 201 File source = new File(this.stagingRepositoryDir, path); in commitFromStaging() local
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | mounts.cc | 55 bool PathContainsNullByte(absl::string_view path) { in PathContainsNullByte() 72 auto path = in ExistingPathInsideDir() local 205 absl::Status Mounts::Remove(absl::string_view path) { in Remove() 240 absl::Status Mounts::Insert(absl::string_view path, in Insert() 402 absl::Status Mounts::AddMappingsForBinary(const std::string& path, in AddMappingsForBinary() 442 std::string path = search_path; in AddMappingsForBinary() local 561 uint64_t GetMountFlagsFor(const std::string& path) { in GetMountFlagsFor() 627 void MountWithDefaults(const std::string& source, const std::string& target, in MountWithDefaults() 678 void CreateMounts(const MountTree& tree, const std::string& path, in CreateMounts()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/fs/file_system/ |
D | error.rs | 32 pub path: PathBuf, field 99 fn source(&self) -> Option<&(dyn core::error::Error + 'static)> { in source() method 110 fn source(&self) -> Option<&(dyn core::error::Error + 'static)> { in source() method
|
/aosp_15_r20/external/rust/crates/uefi/src/fs/file_system/ |
D | error.rs | 32 pub path: PathBuf, field 99 fn source(&self) -> Option<&(dyn core::error::Error + 'static)> { in source() method 110 fn source(&self) -> Option<&(dyn core::error::Error + 'static)> { in source() method
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | RSCompilerDriver.cpp | 193 std::string path(pOutputPath); in compileScript() local 255 Source *source = Source::CreateFromBuffer(pContext, pResName, in build() local 388 Source* source = sources[p.first]; in buildScriptGroup() local 400 const std::unique_ptr<Source> source( in buildScriptGroup() local
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | HostGTest.java | 152 String path = paths.stream().distinct().collect(Collectors.joining(separator)); in executeHostGTestCommand() local 211 try (FileInputStreamSource source = new FileInputStreamSource(stdout, true)) { in executeHostGTestCommand() 230 try (FileInputStreamSource source = new FileInputStreamSource(profdata, true)) { in executeHostGTestCommand() 231 logger.testLog(gtestFile.getName(), LogDataType.CLANG_COVERAGE, source); in executeHostGTestCommand() local
|
/aosp_15_r20/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/ |
H A D | FramedServer.java | 96 String path = null; in onStream() local 123 private void send404(FramedStream stream, String path) throws IOException { in send404() 157 Source source = Okio.source(file); in serveFile() local
|
/aosp_15_r20/external/angle/build/toolchain/win/ |
H A D | tool_wrapper.py | 84 def ExecDeleteFile(self, path): argument 89 def ExecRecursiveMirror(self, source, dest): argument 93 def _on_error(fn, path, dummy_excinfo): argument
|
/aosp_15_r20/external/cronet/build/toolchain/win/ |
H A D | tool_wrapper.py | 84 def ExecDeleteFile(self, path): argument 89 def ExecRecursiveMirror(self, source, dest): argument 93 def _on_error(fn, path, dummy_excinfo): argument
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/archive-patcher/ |
HD | explainer.jar | ... indent
String reasonString
private static java.lang.String path (com.google.archivepatcher.explainer.EntryExplanation ... |
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | dxc_helper.cc | 95 std::string path = std::string(wide_path.begin(), wide_path.end()); in LoadSource() local 100 IDxcBlobEncoding* source; in LoadSource() local 153 IDxcBlobEncoding* source; in Compile() local
|
/aosp_15_r20/cts/hostsidetests/classpath/src/android/classpath/cts/ |
H A D | ClasspathDeviceInfo.java | 88 FileInputStreamSource source = null; in testCollectClasspathDeviceInfo() local 224 private JarInfo(int index, String path) { in JarInfo() 228 private JarInfo(int index, String path, SharedLibraryInfo sharedLibraryInfo) { in JarInfo()
|
/aosp_15_r20/external/python/setuptools/setuptools/ |
D | sandbox.py | 278 def _copy(self, source): argument 318 def wrap(self, path, *args, **kw): argument 355 def wrap(self, path, *args, **kw): argument 382 def _validate_path(self, path): argument 386 def _remap_input(self, operation, path, *args, **kw): argument 390 def _remap_output(self, operation, path): argument 447 def _file(self, path, mode='r', *args, **kw): argument 452 def _open(self, path, mode='r', *args, **kw): argument 460 def _ok(self, path): argument 483 def _remap_input(self, operation, path, *args, **kw): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/ |
D | sandbox.py | 278 def _copy(self, source): argument 318 def wrap(self, path, *args, **kw): argument 355 def wrap(self, path, *args, **kw): argument 382 def _validate_path(self, path): argument 386 def _remap_input(self, operation, path, *args, **kw): argument 390 def _remap_output(self, operation, path): argument 447 def _file(self, path, mode='r', *args, **kw): argument 452 def _open(self, path, mode='r', *args, **kw): argument 460 def _ok(self, path): argument 483 def _remap_input(self, operation, path, *args, **kw): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/ |
D | sandbox.py | 278 def _copy(self, source): argument 318 def wrap(self, path, *args, **kw): argument 355 def wrap(self, path, *args, **kw): argument 382 def _validate_path(self, path): argument 386 def _remap_input(self, operation, path, *args, **kw): argument 390 def _remap_output(self, operation, path): argument 447 def _file(self, path, mode='r', *args, **kw): argument 452 def _open(self, path, mode='r', *args, **kw): argument 460 def _ok(self, path): argument 483 def _remap_input(self, operation, path, *args, **kw): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/ |
D | sandbox.py | 278 def _copy(self, source): argument 318 def wrap(self, path, *args, **kw): argument 355 def wrap(self, path, *args, **kw): argument 382 def _validate_path(self, path): argument 386 def _remap_input(self, operation, path, *args, **kw): argument 390 def _remap_output(self, operation, path): argument 447 def _file(self, path, mode='r', *args, **kw): argument 452 def _open(self, path, mode='r', *args, **kw): argument 460 def _ok(self, path): argument 483 def _remap_input(self, operation, path, *args, **kw): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/ |
D | sandbox.py | 278 def _copy(self, source): argument 318 def wrap(self, path, *args, **kw): argument 355 def wrap(self, path, *args, **kw): argument 382 def _validate_path(self, path): argument 386 def _remap_input(self, operation, path, *args, **kw): argument 390 def _remap_output(self, operation, path): argument 447 def _file(self, path, mode='r', *args, **kw): argument 452 def _open(self, path, mode='r', *args, **kw): argument 460 def _ok(self, path): argument 483 def _remap_input(self, operation, path, *args, **kw): argument
|
/aosp_15_r20/external/turbine/java/com/google/turbine/main/ |
H A D | Main.java | 210 Path path = Paths.get(options.outputDeps().get()); in compile() local 335 Path path = Paths.get(source); in parseAll() local 343 String source = new String(ze.data(), UTF_8); in parseAll() local 359 Path path = Paths.get(options.gensrcOutput().get()); in writeSources() local 385 Path path = Paths.get(options.resourceOutput().get()); in writeResources() local 411 Path path = Paths.get(options.output().get()); in writeOutput() local
|