/external/clang/unittests/Driver/ |
ToolChainTest.cpp | 34 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( 35 new vfs::InMemoryFileSystem); 37 InMemoryFileSystem); 58 InMemoryFileSystem->addFile(Path, 0, 87 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( 88 new vfs::InMemoryFileSystem); 90 InMemoryFileSystem); 97 InMemoryFileSystem->addFile(Path, 0 [all...] |
/external/clang/lib/Index/ |
SimpleFormatContext.h | 41 InMemoryFileSystem(new vfs::InMemoryFileSystem), 42 Files(FileSystemOptions(), InMemoryFileSystem), 49 InMemoryFileSystem->addFile(Name, 0, 66 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem;
|
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-testing-support/2.7.4/ |
okhttp-testing-support-2.7.4.jar | |
/external/clang/unittests/Tooling/ |
RewriterTestContext.h | 42 InMemoryFileSystem(new vfs::InMemoryFileSystem), 50 OverlayFileSystem->pushOverlay(InMemoryFileSystem); 58 InMemoryFileSystem->addFile(Name, 0, std::move(Source)); 117 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem;
|
ToolingTest.cpp | 154 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( 155 new vfs::InMemoryFileSystem); 156 OverlayFileSystem->pushOverlay(InMemoryFileSystem); 166 InMemoryFileSystem->addFile( 168 InMemoryFileSystem->addFile("def/abc", 0, 180 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( 181 new vfs::InMemoryFileSystem); 182 OverlayFileSystem->pushOverlay(InMemoryFileSystem); [all...] |
/external/clang/tools/clang-format/ |
ClangFormat.cpp | 115 vfs::InMemoryFileSystem *MemFS) { 132 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( 133 new vfs::InMemoryFileSystem); 134 FileManager Files(FileSystemOptions(), InMemoryFileSystem); 140 InMemoryFileSystem.get()); 284 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( 285 new vfs::InMemoryFileSystem); 286 FileManager Files(FileSystemOptions(), InMemoryFileSystem); [all...] |
/external/clang/lib/Format/ |
TokenAnalyzer.cpp | 44 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( 45 new vfs::InMemoryFileSystem); 49 new FileManager(FileSystemOptions(), InMemoryFileSystem)); 59 InMemoryFileSystem->addFile(
|
/external/clang/lib/Tooling/ |
Tooling.cpp | 135 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( 136 new vfs::InMemoryFileSystem); 137 OverlayFileSystem->pushOverlay(InMemoryFileSystem); 145 InMemoryFileSystem->addFile(FileNameRef, 0, 150 InMemoryFileSystem->addFile( 322 InMemoryFileSystem(new vfs::InMemoryFileSystem), 325 OverlayFileSystem->pushOverlay(InMemoryFileSystem); 375 InMemoryFileSystem->addFile [all...] |
/bionic/tools/versioner/src/ |
VFS.cpp | 37 static void addDirectoryToVFS(InMemoryFileSystem* vfs, const std::string& path) { 71 auto vfs = std::make_unique<InMemoryFileSystem>();
|
/external/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 113 : InMemoryFileSystem(new vfs::InMemoryFileSystem), 114 FileMgr(FileSystemOptions(), InMemoryFileSystem), 122 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; 137 InMemoryFileSystem->addFile(HeaderPath, 0,
|
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
OkUrlFactoryTest.java | 7 import com.squareup.okhttp.internal.io.InMemoryFileSystem; 34 @Rule public InMemoryFileSystem fileSystem = new InMemoryFileSystem();
|
UrlConnectionCacheTest.java | 22 import com.squareup.okhttp.internal.io.InMemoryFileSystem; 83 @Rule public InMemoryFileSystem fileSystem = new InMemoryFileSystem(); [all...] |
/external/clang/include/clang/Basic/ |
VirtualFileSystem.h | 287 class InMemoryFileSystem : public FileSystem { 293 explicit InMemoryFileSystem(bool UseNormalizedPaths = true); 294 ~InMemoryFileSystem() override;
|
/external/clang/include/clang/Tooling/ |
Tooling.h | 341 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem;
|
/external/clang/lib/Tooling/Core/ |
Replacement.cpp | 257 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( 258 new vfs::InMemoryFileSystem); 259 FileManager Files(FileSystemOptions(), InMemoryFileSystem); 265 InMemoryFileSystem->addFile(
|
/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/internal/io/ |
InMemoryFileSystem.java | 37 public final class InMemoryFileSystem implements FileSystem, TestRule {
|
/external/clang/unittests/AST/ |
ASTImporterTest.cpp | 72 vfs::InMemoryFileSystem *MFS = static_cast<vfs::InMemoryFileSystem *>(
|
/external/clang/lib/Basic/ |
VirtualFileSystem.cpp | 495 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) 502 InMemoryFileSystem::~InMemoryFileSystem() {} 504 std::string InMemoryFileSystem::toString() const { 508 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, 573 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, 581 lookupInMemoryNode(const InMemoryFileSystem &FS, detail::InMemoryDirectory *Dir, 618 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { 626 InMemoryFileSystem::openFileForRead(const Twine &Path) [all...] |
/external/clang/unittests/Basic/ |
VirtualFileSystemTest.cpp | 525 clang::vfs::InMemoryFileSystem FS; 526 clang::vfs::InMemoryFileSystem NormalizedFS; [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
CacheTest.java | 22 import com.squareup.okhttp.internal.io.InMemoryFileSystem; 78 @Rule public InMemoryFileSystem fileSystem = new InMemoryFileSystem(); [all...] |
CallTest.java | 25 import com.squareup.okhttp.internal.io.InMemoryFileSystem; 91 @Rule public final InMemoryFileSystem fileSystem = new InMemoryFileSystem(); [all...] |
/external/clang/unittests/Format/ |
FormatTest.cpp | [all...] |