/aosp_15_r20/external/okio/okio-testing-support/src/commonMain/kotlin/okio/ |
H A D | AbstractFileSystemTest.kt | 736 val path = base / "file-source" in <lambda>() constant 739 val source = fileSystem.source(path) in <lambda>() constant 749 val path = base / "read-path" in <lambda>() constant 764 val path = base / "file-sink" in <lambda>() constant 776 val path = base / "Ἰλιάς" in <lambda>() constant 788 val path = base / "file-sink" in <lambda>() constant 800 val path = base / "file-sink" in <lambda>() constant 815 val path = base / "file-sink-special-characters" in <lambda>() constant 846 handle.source().buffer().use { source -> in <lambda>() method 858 handle.source().buffer().use { source -> in <lambda>() method [all …]
|
/aosp_15_r20/external/fhir/spec/r4/json_definitions/ |
D | profiles-others.json | 66 "path" : "Measure", string 72 "path" : "Measure", string 82 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string 90 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string 98 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string 106 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string 122 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string 130 "source" : "http://hl7.org/fhir/StructureDefinition/Measure" string 138 "source" : "http://hl7.org/fhir/StructureDefinition/Measure" string 153 "path" : "Measure.id", string [all …]
|
D | profiles-resources.json | 25519 "path" : "Resource", string 25525 "path" : "Resource", string 25538 "path" : "Resource.id", string 25545 "path" : "Resource.id", string 25561 "path" : "Resource.meta", string 25567 "path" : "Resource.meta", string 25580 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string 25587 "path" : "Resource.implicitRules", string 25594 "path" : "Resource.implicitRules", string 25607 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string [all …]
|
D | extension-definitions.json | 46 "path" : "Extension", string 53 "path" : "Extension", string 64 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string 72 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string 78 "path" : "Extension.id", string 85 "path" : "Element.id", string 105 "path" : "Extension.extension", string 109 "path" : "url" string 119 "path" : "Element.extension", string 132 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string [all …]
|
D | profiles-types.json | 61 "path" : "Element", string 67 "path" : "Element", string 87 "path" : "Element.id", string 94 "path" : "Element.id", string 114 "path" : "Element.extension", string 118 "path" : "url" string 131 "path" : "Element.extension", string 144 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string 152 "source" : "http://hl7.org/fhir/StructureDefinition/Extension" string 173 "path" : "Element", string [all …]
|
/aosp_15_r20/external/okio/okio/src/nonWasmTest/kotlin/okio/ |
H A D | FakeFileSystemTest.kt | 71 val source = fileSystem.source(openPath) in openPathsIncludesOpenSource() constant 162 val path = base / "file-last-accessed-time" in fileLastAccessedTime() constant 184 val path = base / "directory-last-accessed-time" in directoryLastAccessedTime() constant 206 val path = base / "check-no-open-files-open-source" in checkNoOpenFilesThrowsOnOpenSource() constant 208 val exception = fileSystem.source(path).use { source -> in checkNoOpenFilesThrowsOnOpenSource() method 229 val path = base / "check-no-open-files-open-sink" in checkNoOpenFilesThrowsOnOpenSink() constant 230 val exception = fileSystem.sink(path).use { source -> in checkNoOpenFilesThrowsOnOpenSink() method 251 val path = "X:\\".toPath() in createDirectoriesForVolumeLetterRoot() constant 258 val path = "X:\\path".toPath() in createDirectoriesForChildOfVolumeLetterRoot() constant 265 val path = "/".toPath() in createDirectoriesForUnixRoot() constant [all …]
|
/aosp_15_r20/external/cronet/components/metrics/ |
H A D | file_metrics_provider.cc | 89 void DeleteFileWhenPossible(const base::FilePath& path) { in DeleteFileWhenPossible() 130 base::FilePath path; member 150 base::FilePath path; member 178 FileMetricsProvider::Params::Params(const base::FilePath& path, in Params() 200 std::unique_ptr<SourceInfo> source(new SourceInfo(params)); in RegisterSource() local 243 bool FileMetricsProvider::LocateNextFileInDirectory(SourceInfo* source) { in LocateNextFileInDirectory() 344 void FileMetricsProvider::FinishedWithSource(SourceInfo* source, in FinishedWithSource() 436 SourceInfo* source) { in CheckAndMapMetricSource() 569 size_t FileMetricsProvider::MergeHistogramDeltasFromSource(SourceInfo* source) { in MergeHistogramDeltasFromSource() 600 SourceInfo* source, in RecordHistogramSnapshotsFromSource() [all …]
|
/aosp_15_r20/external/okio/okio-wasifilesystem/src/wasmWasiTest/kotlin/okio/ |
H A D | WasiTest.kt | 42 val path = base / "regular_file.txt" in <lambda>() constant 55 val source = base / "source" in <lambda>() constant 69 val source = base / "source" in <lambda>() constant 286 val path = base / "file.txt" in <lambda>() constant 303 val path = base / "file.txt" in <lambda>() constant 308 val source = Buffer().writeUtf8("dogs") in <lambda>() constant 322 val path = base / "file.txt" in <lambda>() constant 336 val path = base / "file.txt" in <lambda>() constant 354 val path = base / "file.txt" in <lambda>() constant 372 val path = base / "file.txt" in <lambda>() constant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
D | path.hpp | 83 class path : class 160 path() BOOST_NOEXCEPT {} in path() function in boost::filesystem::path 161 path(const path& p) : m_pathname(p.m_pathname) {} in path() function in boost::filesystem::path 164 path(Source const& source, in path() function in boost::filesystem::path 171 path(const value_type* s) : m_pathname(s) {} in path() function in boost::filesystem::path 172 path(value_type* s) : m_pathname(s) {} in path() function in boost::filesystem::path 173 path(const string_type& s) : m_pathname(s) {} in path() function in boost::filesystem::path 174 path(string_type& s) : m_pathname(s) {} in path() function in boost::filesystem::path 181 path(path&& p) BOOST_NOEXCEPT : m_pathname(std::move(p.m_pathname)) {} in path() function in boost::filesystem::path 187 path(Source const& source, const codecvt_type& cvt) in path() function in boost::filesystem::path [all …]
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | ForwardingFileSystem.kt | 147 val path = onPathParameter(path, "canonicalize", "path") in onPathParameter() constant 154 val path = onPathParameter(path, "metadataOrNull", "path") in metadataOrNull() constant 198 override fun source(file: Path): Source { in source() method in okio.ForwardingFileSystem 223 val source = onPathParameter(source, "atomicMove", "source") in atomicMove() constant 230 val path = onPathParameter(path, "delete", "path") in delete() constant 236 val source = onPathParameter(source, "createSymlink", "source") in createSymlink() constant
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/ |
H A D | MoreFilesTest.java | 138 ByteSource source = MoreFiles.asByteSource(dir); in testByteSource_size_ofDirectory() local 153 ByteSource source = MoreFiles.asByteSource(link); in testByteSource_size_ofSymlinkToDirectory() local 168 ByteSource source = MoreFiles.asByteSource(link); in testByteSource_size_ofSymlinkToRegularFile() local 182 ByteSource source = MoreFiles.asByteSource(link, NOFOLLOW_LINKS); in testByteSource_size_ofSymlinkToRegularFile_nofollowLinks() local 265 Path path = FS.getPath("nonexistent.file"); in testCreateParentDirectories_relativePath() local 272 Path path = tempDir.resolve("nonexistent.file"); in testCreateParentDirectories_noParentsNeeded() local 278 Path path = tempDir.resolve("parent/nonexistent.file"); in testCreateParentDirectories_oneParentNeeded() local 286 Path path = tempDir.resolve("grandparent/parent/nonexistent.file"); in testCreateParentDirectories_multipleParentsNeeded() local 695 public void delete(Path path, RecursiveDeleteOption... options) throws IOException { in delete() 700 public void assertDeleteSucceeded(Path path) throws IOException { in assertDeleteSucceeded() [all …]
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DataManager.java | 150 void addSource(MediaSource source) { in addSource() 162 public MediaObject peekMediaObject(Path path) { in peekMediaObject() 166 public MediaObject getMediaObject(Path path) { in getMediaObject() 194 public MediaSet getMediaSet(Path path) { in getMediaSet() 225 Path path = list.get(i); in mapMediaItems() local 238 MediaSource source = mSourceMap.get(prefix); in mapMediaItems() local 244 public int getSupportedOperations(Path path) { in getSupportedOperations() 248 public void getPanoramaSupport(Path path, PanoramaSupportCallback callback) { in getPanoramaSupport() 252 public void delete(Path path) { in delete() 256 public void rotate(Path path, int degrees) { in rotate() [all …]
|
/aosp_15_r20/external/rust/cxx/gen/src/ |
D | fs.rs | 12 source: Option<io::Error>, field 32 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() method 33 let source = self.source.as_ref()?; in source() localVariable 57 let path = path.as_ref(); in create_dir_all() localVariable 72 let path = path.as_ref(); in exists() localVariable 79 let path = path.as_ref(); in read() localVariable 95 let path = path.as_ref(); in remove_file() localVariable 103 let path = path.as_ref(); in remove_dir() localVariable 167 let path = path.as_ref(); in write() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/ |
H A D | fs.rs | 12 source: Option<io::Error>, field 32 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() method 33 let source = self.source.as_ref()?; in source() localVariable 57 let path = path.as_ref(); in create_dir_all() localVariable 72 let path = path.as_ref(); in exists() localVariable 79 let path = path.as_ref(); in read() localVariable 95 let path = path.as_ref(); in remove_file() localVariable 103 let path = path.as_ref(); in remove_dir() localVariable 167 let path = path.as_ref(); in write() localVariable
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/file/ |
H A D | FilesUncheck.java | 85 public static long copy(final Path source, final OutputStream out) { in copy() 99 public static Path copy(final Path source, final Path target, final CopyOption... options) { in copy() 138 public static Path createFile(final Path path, final FileAttribute<?>... attrs) { in createFile() 231 public static void delete(final Path path) { in delete() 242 public static boolean deleteIfExists(final Path path) { in deleteIfExists() 276 …public static Object getAttribute(final Path path, final String attribute, final LinkOption... opt… in getAttribute() 287 public static FileStore getFileStore(final Path path) { in getFileStore() 300 public static FileTime getLastModifiedTime(final Path path, final LinkOption... options) { in getLastModifiedTime() 313 public static UserPrincipal getOwner(final Path path, final LinkOption... options) { in getOwner() 326 …public static Set<PosixFilePermission> getPosixFilePermissions(final Path path, final LinkOption..… in getPosixFilePermissions() [all …]
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | JimfsFileSystemProvider.java | 92 public FileSystem newFileSystem(Path path, Map<String, ?> env) throws IOException { in newFileSystem() 117 private static JimfsFileSystem getFileSystem(Path path) { in getFileSystem() 127 private static JimfsPath checkPath(Path path) { in checkPath() 136 private static FileSystemView getDefaultView(JimfsPath path) { in getDefaultView() 142 Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) throws IOException { in newFileChannel() 151 JimfsPath path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) in newJimfsFileChannel() 161 Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs) throws IOException { in newByteChannel() 171 Path path, in newAsynchronousFileChannel() 186 public InputStream newInputStream(Path path, OpenOption... options) throws IOException { in newInputStream() 197 public OutputStream newOutputStream(Path path, OpenOption... options) throws IOException { in newOutputStream() [all …]
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/test/ |
H A D | grammar.rb | 18 attr_accessor :path, :force accessor 27 def depends_on( path ) argument 53 def self.global_dependency( path ) argument 59 def self.inline( source, *args ) argument 66 def initialize( path, options = {} ) argument 80 attr_reader :type, :name, :source accessor in ANTLR3.Test.Grammar 271 def initialize( source, options = {} ) argument 335 attr_reader :file, :source accessor in ANTLR3.Test.FormatError 341 def initialize( source, file = nil ) argument
|
/aosp_15_r20/external/turbine/java/com/google/turbine/diag/ |
H A D | SourceFile.java | 27 private final String path; field in SourceFile 28 private final String source; field in SourceFile 39 public SourceFile(String path, String source) { in SourceFile() 45 public String path() { in path() method in SourceFile 50 public String source() { in source() method in SourceFile
|
/aosp_15_r20/external/turbine/java/com/google/turbine/lower/ |
H A D | Lower.java | 478 SourceFile source, ClassSymbol origin, SourceTypeBoundClass info) { in collectInnerClasses() 502 SourceFile source, in addEnclosing() 517 private @Nullable String collectNestHost(SourceFile source, @Nullable ClassSymbol sym) { in collectNestHost() 533 private ImmutableList<String> collectNestMembers(SourceFile source, SourceTypeBoundClass info) { in collectNestMembers() 546 SourceFile source, in addNestMembers() 858 private void lowerTypeAnnotations(Type type, TypePath path) { in lowerTypeAnnotations() 861 lowerTypeAnnotations(((TyVar) type).annos(), path); in lowerTypeAnnotations() local 864 lowerClassTypeTypeAnnotations((ClassTy) type, path); in lowerTypeAnnotations() local 870 lowerWildTyTypeAnnotations((WildTy) type, path); in lowerTypeAnnotations() local 873 lowerTypeAnnotations(((Type.PrimTy) type).annos(), path); in lowerTypeAnnotations() local [all …]
|
/aosp_15_r20/external/turbine/java/com/google/turbine/processing/ |
H A D | TurbineFiler.java | 106 String path = e.getName(); in finishRound() local 159 String path = packageRelativePath(pkg, relativeName); in createResource() local 163 private JavaFileObject create(StandardLocation location, Kind kind, String path) in create() 182 String path = packageRelativePath(pkg, relativeName); in getResource() local 191 SourceFile source = generatedSources.get(path); in getResource() local 221 protected final String path; field in TurbineFiler.ReadOnlyFileObject 223 public ReadOnlyFileObject(String path) { in ReadOnlyFileObject() 356 public ResourceFileObject(ClassLoader loader, String path) { in ResourceFileObject() 390 public BytesFileObject(String path, Supplier<byte[]> bytes) { in BytesFileObject() 413 private final String source; field in TurbineFiler.SourceFileObject [all …]
|
/aosp_15_r20/libcore/luni/src/test/filesystems/src/mypackage/ |
H A D | MockFileSystemProvider.java | 50 public FileSystem newFileSystem(Path path, Map<String, ?> env) throws IOException { in newFileSystem() 65 public SeekableByteChannel newByteChannel(Path path, Set<? extends OpenOption> options, in newByteChannel() 82 public void delete(Path path) throws IOException { in delete() 87 public void copy(Path source, Path target, CopyOption... options) throws IOException { in copy() 92 public void move(Path source, Path target, CopyOption... options) throws IOException { in move() 97 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() 102 public boolean isHidden(Path path) throws IOException { in isHidden() 107 public FileStore getFileStore(Path path) throws IOException { in getFileStore() 112 public void checkAccess(Path path, AccessMode... modes) throws IOException { in checkAccess() 117 public <V extends FileAttributeView> V getFileAttributeView(Path path, Class<V> type, in getFileAttributeView() [all …]
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | OkioTest.kt | 44 val source = file.source().buffer() in readWriteFile() constant 61 val source = file.source().buffer() in appendFile() constant 68 val path = temporaryFolder.newFile().toPath() in readWritePath() constant 74 val source = path.source().buffer() in readWritePath() constant 100 val source = inputStream.source() in sourceFromInputStream() constant 122 val source = inputStream.source() in sourceFromInputStreamWithSegmentSize() constant 131 val source = ByteArrayInputStream(ByteArray(100)).source() in sourceFromInputStreamBounds() constant
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/file/spi/ |
H A D | FileSystemProviderTest.java | 70 public SeekableByteChannel newByteChannel(Path path, in newByteChannel() 87 public void delete(Path path) throws IOException { in delete() 92 public void copy(Path source, Path target, CopyOption... options) throws IOException { in copy() 97 public void move(Path source, Path target, CopyOption... options) throws IOException { in move() 102 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() 107 public boolean isHidden(Path path) throws IOException { in isHidden() 112 public FileStore getFileStore(Path path) throws IOException { in getFileStore() 117 public void checkAccess(Path path, AccessMode... modes) throws IOException { in checkAccess() 123 Path path, Class<V> type, LinkOption... options) { in getFileAttributeView() 129 Path path, Class<A> type, LinkOption... options) throws IOException { in readAttributes() [all …]
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | FileCopyHelper.java | 64 InputStream source = mContext.getResources().openRawResource(resId); in copy() local 71 public void copyToExternalStorage(final String res, File path) throws IOException { in copyToExternalStorage() 72 InputStream source = new FileInputStream(res); in copyToExternalStorage() local 77 public void copyToExternalStorage(int resId, File path) throws IOException { in copyToExternalStorage() 78 InputStream source = mContext.getResources().openRawResource(resId); in copyToExternalStorage() local 83 private void copyFile(InputStream source, OutputStream target) throws IOException { in copyFile()
|
/aosp_15_r20/external/okio/samples/src/jvmTest/java/okio/samples/ |
H A D | ChannelsTest.java | 60 Source source = new ByteChannelSource(channel, Timeout.NONE); in testReadChannel() local 70 BufferedSource source = Okio.buffer(new ByteChannelSource(channel, Timeout.NONE)); in testReadChannelFully() local 86 java.nio.file.Path path = temporaryFolder.newFile().toPath(); in testReadWriteFile() local 95 Source source = new FileChannelSource(FileChannel.open(path, r), Timeout.NONE); in testReadWriteFile() local 107 java.nio.file.Path path = temporaryFolder.newFile().toPath(); in testAppend() local 111 BufferedSource source; in testAppend() local
|