Home
last modified time | relevance | path

Searched defs:Import (Results 1 – 25 of 76) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DIPO.h221 Import, ///< Import information from summary. enumerator
/external/grpc-grpc-java/compiler/src/test/proto/grpc/testing/compiler/
Dtest.proto72 rpc Import(stream StreamingInputCallRequest) returns (stream StreamingInputCallResponse); rpc
/external/libchrome/crypto/
Dsymmetric_key.cc88 std::unique_ptr<SymmetricKey> SymmetricKey::Import(Algorithm algorithm, in Import() function in crypto::SymmetricKey
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h77 struct Import { struct
83 Global GlobalImport; argument
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dlibmemtrack_wrapper.cc37 void Import(T** func, void* lib, const char* name) { in Import() function
/external/v8/src/js/
Dprologue.js27 function Import(f) { class
/external/tensorflow/tensorflow/go/
Dgraph.go155 func (g *Graph) Import(def []byte, prefix string) error { func
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp598 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
620 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
633 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
/external/tensorflow/tensorflow/lite/toco/
Dtoco_tooling.cc205 std::unique_ptr<Model> Import(const TocoFlags& toco_flags, in Import() function
/external/tensorflow/tensorflow/contrib/specs/python/
Dspecs_lib.py207 def Import(statements): function
Dspecs_ops.py67 Import = specs_lib.Import variable
/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport.cc201 std::unique_ptr<Model> Import(const ModelFlags& model_flags, in Import() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp934 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
956 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
970 auto Import = ImportGUIDs.count(GUID); in importFunctions() local
/external/clang/lib/AST/
DASTImporter.cpp6048 QualType ASTImporter::Import(QualType FromT) { in Import() function in ASTImporter
6072 TypeSourceInfo *ASTImporter::Import(TypeSourceInfo *FromTSI) { in Import() function in ASTImporter
6097 Decl *ASTImporter::Import(Decl *FromD) { in Import() function in ASTImporter
6199 Expr *ASTImporter::Import(Expr *FromE) { in Import() function in ASTImporter
6206 Stmt *ASTImporter::Import(Stmt *FromS) { in Import() function in ASTImporter
6226 NestedNameSpecifier *ASTImporter::Import(NestedNameSpecifier *FromNNS) { in Import() function in ASTImporter
6279 NestedNameSpecifierLoc ASTImporter::Import(NestedNameSpecifierLoc FromNNS) { in Import() function in ASTImporter
6284 TemplateName ASTImporter::Import(TemplateName From) { in Import() function in ASTImporter
6373 SourceLocation ASTImporter::Import(SourceLocation FromLoc) { in Import() function in ASTImporter
6393 SourceRange ASTImporter::Import(SourceRange FromRange) { in Import() function in ASTImporter
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp165 for (auto &Import : Obj.imports()) { in dump() local
/external/llvm/lib/IR/
DDebugInfo.cpp69 for (auto *Import : CU->getImportedEntities()) { in processModule() local
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1401 DictScope Import(W, "Import"); in printDelayImportedSymbols() local
1416 DictScope Import(W, "Import"); in printCOFFImports() local
1430 DictScope Import(W, "DelayImport"); in printCOFFImports() local
1498 DictScope Import(W, "Entry"); in printCOFFBaseReloc() local
/external/llvm/tools/llvm-link/
Dllvm-link.cpp220 for (const auto &Import : Imports) { in importFunctions() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp227 for (const auto &Import : Imports) { in importFunctions() local
/external/clang/include/clang/Sema/
DSemaInternal.h96 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1575 DictScope Import(W, "Import"); in printDelayImportedSymbols() local
1590 DictScope Import(W, "Import"); in printCOFFImports() local
1610 DictScope Import(W, "DelayImport"); in printCOFFImports() local
1678 DictScope Import(W, "Entry"); in printCOFFBaseReloc() local
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp74 auto *Import = cast<ImportDecl>(D); in VisitImportDecl() local
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dimport_statement.py104 class Import(base_symbol.AnnotatedSymbol): class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp734 for (const wasm::WasmImport &Import : Imports) { in writeImportSection() local
1134 wasm::WasmImport Import; in writeObject() local
1145 wasm::WasmImport Import; in writeObject() local
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc141 TEST_F(ImporterTest, Import) { in TEST_F() argument

1234