/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/ |
H A D | ETCoreMLModelManager.mm | 406 - (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 D | ToolChainTest.cpp | 34 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 D | inmemory_filesystem.hpp | 23 class InMemoryFileSystem final { class 143 explicit InMemoryFileSystem(std::unique_ptr<InMemoryNode> root) noexcept in InMemoryFileSystem() function in inmemoryfs::InMemoryFileSystem
|
H A D | inmemory_filesystem.cpp | 465 InMemoryFileSystem::InMemoryFileSystem(std::string name) noexcept in InMemoryFileSystem() function in inmemoryfs::InMemoryFileSystem
|
/aosp_15_r20/external/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 132 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() local 284 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local
|
/aosp_15_r20/external/clang/unittests/Tooling/ |
H A D | ToolingTest.cpp | 154 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in TEST() local 180 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in TEST() local
|
H A D | RewriterTestContext.h | 117 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
/aosp_15_r20/external/clang/lib/Tooling/ |
H A D | Tooling.cpp | 135 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 D | InMemoryFileSystem.java | 37 public final class InMemoryFileSystem implements FileSystem, TestRule { class
|
/aosp_15_r20/external/clang/lib/Index/ |
H A D | SimpleFormatContext.h | 66 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.h | 18 class InMemoryFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.h | 18 class InMemoryFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.h | 18 class InMemoryFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.h | 18 class InMemoryFileSystem; variable
|
/aosp_15_r20/external/clang/lib/Format/ |
H A D | TokenAnalyzer.cpp | 44 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in CreateVirtualEnvironment() local
|
/aosp_15_r20/external/clang/include/clang/Tooling/ |
H A D | Tooling.h | 341 llvm::IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/ |
D | Tooling.h | 384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/ |
D | Tooling.h | 384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/ |
D | Tooling.h | 384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/ |
D | Tooling.h | 384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
/aosp_15_r20/system/libvintf/test/ |
H A D | LibVintfTest.cpp | 4700 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 D | PPCallbacksTest.cpp | 122 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem; member in __anoncbfd87660111::PPCallbacksTest
|
/aosp_15_r20/external/clang/lib/Tooling/Core/ |
H A D | Replacement.cpp | 257 IntrusiveRefCntPtr<vfs::InMemoryFileSystem> InMemoryFileSystem( in applyAllReplacements() local
|
/aosp_15_r20/external/clang/lib/Basic/ |
H A D | VirtualFileSystem.cpp | 495 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 D | VirtualFileSystem.cpp | 679 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem
|