Home
last modified time | relevance | path

Searched refs:FromPath (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/libsqlite3-sys/
Dbuild.rs52 let header = HeaderLocation::FromPath("sqlite3/sqlite3.h".to_owned()); in main()
171 FromPath(String), enumerator
189 HeaderLocation::FromPath(path) => path, in from()
278 HeaderLocation::FromPath(header.to_string_lossy().into()) in find_sqlite()
300 return Some(HeaderLocation::FromPath(header.to_string_lossy().into())); in try_vcpkg()
/external/libtextclassifier/native/annotator/
Dannotator_test-include.cc81 Annotator::FromPath(GetModelPath() + "wrong_embeddings.fb", unilib_.get(), in TEST_F()
126 std::unique_ptr<Annotator> classifier = Annotator::FromPath( in TEST_F()
132 std::unique_ptr<Annotator> classifier = Annotator::FromPath( in TEST_F()
149 std::unique_ptr<Annotator> classifier = Annotator::FromPath( in TEST_F()
163 std::unique_ptr<Annotator> classifier = Annotator::FromPath( in TEST_F()
734 std::unique_ptr<Annotator> classifier = Annotator::FromPath( in TEST_F()
894 std::unique_ptr<Annotator> classifier = Annotator::FromPath( in TEST_F()
907 std::unique_ptr<Annotator> classifier = Annotator::FromPath( in TEST_F()
1047 std::unique_ptr<Annotator> classifier = Annotator::FromPath( in TEST_F()
1064 std::unique_ptr<Annotator> classifier = Annotator::FromPath( in TEST_F()
[all …]
Dannotator.h136 static std::unique_ptr<Annotator> FromPath(
139 static std::unique_ptr<Annotator> FromPath(
Dannotator_jni.cc518 Annotator::FromPath( in TC3_JNI_METHOD()
523 AnnotatorJniContext::Create(jni_cache, Annotator::FromPath(path_str))); in TC3_JNI_METHOD()
Dannotator.cc280 std::unique_ptr<Annotator> Annotator::FromPath(const std::string& path, in FromPath() function in libtextclassifier3::Annotator
287 std::unique_ptr<Annotator> Annotator::FromPath( in FromPath() function in libtextclassifier3::Annotator
/external/libtextclassifier/native/actions/
Dactions-suggestions.h92 static std::unique_ptr<ActionsSuggestions> FromPath(
96 static std::unique_ptr<ActionsSuggestions> FromPath(
Dactions_jni.cc462 jni_cache, ActionsSuggestions::FromPath( in TC3_JNI_METHOD()
467 jni_cache, ActionsSuggestions::FromPath(path_str, /*unilib=*/nullptr, in TC3_JNI_METHOD()
Dactions-suggestions_test.cc79 return ActionsSuggestions::FromPath(GetModelPath() + model_file_name, in LoadTestModel()
83 return ActionsSuggestions::FromPath(GetModelPath() + kHashGramModelFileName, in LoadHashGramTestModel()
87 return ActionsSuggestions::FromPath( in LoadMultiTaskTestModel()
92 return ActionsSuggestions::FromPath( in LoadMultiTaskSrP13nTestModel()
1118 Annotator::FromPath(GetModelPath() + "en.fb", unilib_.get()); in TEST_F()
Dactions-suggestions.cc229 std::unique_ptr<ActionsSuggestions> ActionsSuggestions::FromPath( in FromPath() function in libtextclassifier3::ActionsSuggestions
238 std::unique_ptr<ActionsSuggestions> ActionsSuggestions::FromPath( in FromPath() function in libtextclassifier3::ActionsSuggestions
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp850 bool InMemoryFileSystem::addHardLink(const Twine &FromPath, in addHardLink() argument
852 auto FromNode = lookupInMemoryNode(*this, Root.get(), FromPath); in addHardLink()
858 return this->addFile(FromPath, 0, nullptr, None, None, None, None, in addHardLink()
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp849 bool InMemoryFileSystem::addHardLink(const Twine &FromPath, in addHardLink() argument
851 auto FromNode = lookupInMemoryNode(*this, Root.get(), FromPath); in addHardLink()
857 return this->addFile(FromPath, 0, nullptr, None, None, None, None, in addHardLink()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp9051 llvm::ArrayRef<const CXXRecordDecl *> FromPath = in ImportAPValue() local
9055 const Decl *ImpDecl = importChecked(Err, FromPath[Idx]); in ImportAPValue()
9111 llvm::ArrayRef<APValue::LValuePathEntry> FromPath = in ImportAPValue() local
9116 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()
9125 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()
9130 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()