Home
last modified time | relevance | path

Searched defs:InMemoryFileSystem (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/
H A DETCoreMLModelManager.mm406 - (nullable NSURL *)compiledModelURLWithIdentifier:(NSString *)identifier
438 - (nullable id<ETCoreMLModelExecutor>)modelExecutorWithMetadata:(const ModelMetadata&)metadata
493 - (nullable id<ETCoreMLModelExecutor>)modelExecutorWithMetadata:(const ModelMetadata&)metadata
/aosp_15_r20/external/clang/unittests/Driver/
H A DToolChainTest.cpp34 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in TEST() local
87 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in TEST() local
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dinmemory_filesystem.hpp23 class InMemoryFileSystem final { class
143 explicit InMemoryFileSystem(std::unique_ptr<InMemoryNode> root) noexcept in InMemoryFileSystem() function in inmemoryfs::InMemoryFileSystem
H A Dinmemory_filesystem.cpp465 InMemoryFileSystem::InMemoryFileSystem(std::string name) noexcept in InMemoryFileSystem() function in inmemoryfs::InMemoryFileSystem
/aosp_15_r20/external/clang/tools/clang-format/
H A DClangFormat.cpp132 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() local
284 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local
/aosp_15_r20/external/clang/unittests/Tooling/
H A DToolingTest.cpp154 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in TEST() local
180 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in TEST() local
H A DRewriterTestContext.h117 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/aosp_15_r20/external/clang/lib/Tooling/
H A DTooling.cpp135 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
510 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
/aosp_15_r20/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/internal/io/
H A DInMemoryFileSystem.java37 public final class InMemoryFileSystem implements FileSystem, TestRule { class
/aosp_15_r20/external/clang/lib/Index/
H A DSimpleFormatContext.h66 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/
DExpandModularHeadersPPCallbacks.h18 class InMemoryFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/
DExpandModularHeadersPPCallbacks.h18 class InMemoryFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/
DExpandModularHeadersPPCallbacks.h18 class InMemoryFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/
DExpandModularHeadersPPCallbacks.h18 class InMemoryFileSystem; variable
/aosp_15_r20/external/clang/lib/Format/
H A DTokenAnalyzer.cpp44 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in CreateVirtualEnvironment() local
/aosp_15_r20/external/clang/include/clang/Tooling/
H A DTooling.h341 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/
DTooling.h384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/
DTooling.h384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/
DTooling.h384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/
DTooling.h384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/aosp_15_r20/system/libvintf/test/
H A DLibVintfTest.cpp4700 struct InMemoryFileSystem : FileSystem { struct
4701 std::map<std::string, std::string> files;
4702 InMemoryFileSystem(std::map<std::string, std::string> files) : files(std::move(files)) {} in InMemoryFileSystem() function
4703 status_t fetch(const std::string& path, std::string* fetched, in fetch()
4712 status_t listFiles(const std::string& path, std::vector<std::string>* out, in listFiles()
4726 status_t modifiedTime(const std::string& path, timespec* mtime, std::string* error) const { in modifiedTime()
/aosp_15_r20/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp122 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; member in __anoncbfd87660111::PPCallbacksTest
/aosp_15_r20/external/clang/lib/Tooling/Core/
H A DReplacement.cpp257 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in applyAllReplacements() local
/aosp_15_r20/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp495 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in clang::vfs::InMemoryFileSystem
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp679 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem

12