HomeSort by relevance Sort by last modified time
    Searched refs:FileSystem (Results 51 - 75 of 100) sorted by null

1 23 4

  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 31 #include <llvm/Support/FileSystem.h>
  /external/clang/lib/Driver/
ToolChain.cpp 24 #include "llvm/Support/FileSystem.h"
80 vfs::FileSystem &ToolChain::getVFS() const { return getDriver().getVFS(); }
Driver.cpp 36 #include "llvm/Support/FileSystem.h"
51 IntrusiveRefCntPtr<vfs::FileSystem> VFS)
    [all...]
ToolChains.cpp 30 #include "llvm/Support/FileSystem.h"
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 673 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem();
    [all...]
CacheTokens.cpp 27 #include "llvm/Support/FileSystem.h"
555 vfs::FileSystem &FS) override {
FrontendAction.cpp 28 #include "llvm/Support/FileSystem.h"
226 if (IntrusiveRefCntPtr<vfs::FileSystem> VFS =
CompilerInvocation.cpp 37 #include "llvm/Support/FileSystem.h"
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 23 #include "llvm/Support/FileSystem.h"
489 vfs::FileSystem &FS = *FileMgr.getVirtualFileSystem();
PTHLexer.cpp 700 vfs::FileSystem &FS) override {
  /external/clang/lib/Tooling/
Tooling.cpp 31 #include "llvm/Support/FileSystem.h"
51 IntrusiveRefCntPtr<vfs::FileSystem> VFS) {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 18 import com.squareup.okhttp.internal.io.FileSystem;
55 private final FaultyFileSystem fileSystem = new FaultyFileSystem(FileSystem.SYSTEM);
70 cache = new DiskLruCache(fileSystem, cacheDir, appVersion, 2, maxSize, executor);
271 assertFalse(fileSystem.exists(k1));
327 assertFalse(fileSystem.exists(cleanFile0));
328 assertFalse(fileSystem.exists(cleanFile1));
329 assertFalse(fileSystem.exists(dirtyFile0));
330 assertFalse(fileSystem.exists(dirtyFile1));
389 BufferedSink sink = Okio.buffer(fileSystem.sink(journalFile))
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 22 import com.squareup.okhttp.internal.io.FileSystem;
81 private final FileSystem fileSystem = new InMemoryFileSystem();
88 cache = new Cache(new File("/cache/"), Integer.MAX_VALUE, fileSystem);
    [all...]
CallTest.java 25 import com.squareup.okhttp.internal.io.FileSystem;
93 private FileSystem fileSystem = new InMemoryFileSystem();
97 private Cache cache = new Cache(new File("/cache/"), Integer.MAX_VALUE, fileSystem);
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 22 import com.squareup.okhttp.internal.io.FileSystem;
86 private final FileSystem fileSystem = new InMemoryFileSystem();
93 cache = new Cache(new File("/cache/"), Integer.MAX_VALUE, fileSystem);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vds.h 850 VDS_FILE_SYSTEM_NOTIFICATION FileSystem;
    [all...]
winioctl.h     [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.7.BETA.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 2120 milliseconds

1 23 4