HomeSort by relevance Sort by last modified time
    Searched defs:getFile (Results 1 - 25 of 1665) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
ClipStore.java 36 File getFile(int tag) throws IOException;
  /prebuilts/go/darwin-x86/src/go/parser/
error_test.go 37 // getFile assumes that each filename occurs at most once
38 func getFile(fset *token.FileSet, filename string) (file *token.File) {
52 if f := getFile(fset, filename); f != nil {
76 s.Init(getFile(fset, filename), src, nil, scanner.ScanComments)
  /prebuilts/go/linux-x86/src/go/parser/
error_test.go 37 // getFile assumes that each filename occurs at most once
38 func getFile(fset *token.FileSet, filename string) (file *token.File) {
52 if f := getFile(fset, filename); f != nil {
76 s.Init(getFile(fset, filename), src, nil, scanner.ScanComments)
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
MergeMultiBuildTargetPreparerTest.java 73 assertNotNull(mMockInfo1.getFile(EXAMPLE_KEY));
74 assertNull(mMockInfo2.getFile(EXAMPLE_KEY));
78 assertNotNull(mMockInfo2.getFile(EXAMPLE_KEY));
97 assertNotNull(mMockInfo1.getFile(EXAMPLE_KEY));
98 assertNotNull(mMockInfo2.getFile(EXAMPLE_KEY));
102 assertNotNull(mMockInfo2.getFile(EXAMPLE_KEY));
103 assertEquals("/orig", mMockInfo2.getFile(EXAMPLE_KEY).getAbsolutePath());
116 assertNull(mMockInfo2.getFile(EXAMPLE_KEY));
  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java 49 assertEquals("32768", getFile("/proc/sys/vm/mmap_min_addr"));
63 assertEquals("2", getFile("/proc/sys/kernel/kptr_restrict"));
74 assertEquals("0", getFile("/proc/sys/fs/suid_dumpable"));
103 "0", getFile("/proc/sys/net/ipv4/conf/all/accept_redirects"));
110 "0", getFile("/proc/sys/net/ipv6/conf/all/accept_redirects"));
116 static String getFile(String filename) throws IOException {
  /frameworks/base/tools/aapt/
OutputSet.h 33 inline const android::sp<const AaptFile>& getFile() const {
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
TypefaceCompatApi21Impl.java 49 private File getFile(ParcelFileDescriptor fd) {
73 final File file = getFile(pfd);
  /libcore/ojluni/src/main/java/java/nio/file/
FileSystemException.java 83 public String getFile() {
  /packages/apps/Camera2/src/com/android/camera/session/
TemporarySessionFile.java 81 public synchronized File getFile() {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
Node.h 67 File *getFile() { return _file.get(); }
  /tools/apksig/src/main/java/com/android/apksig/internal/util/
RandomAccessFileDataSink.java 61 public RandomAccessFile getFile() {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectoryEntry.java 123 public FsFile getFile()
  /tools/tradefederation/core/src/com/android/tradefed/build/
VersionedFile.java 32 public File getFile() {
  /external/proguard/src/proguard/io/
DirectoryWriter.java 67 File directory = getFile(dataEntry);
87 File file = getFile(dataEntry);
134 private File getFile(DataEntry dataEntry)

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011>>