Home
last modified time | relevance | path

Searched defs:Importer (Results 1 – 25 of 31) sorted by relevance

12

/external/javassist/src/test/test2/
DImporter.classImporter.java package test2 public test2.Importer extends java.lang.Object { public int foo ...
/external/emboss/compiler/back_end/cpp/testcode/
Dimporter_test.cc33 TEST(Importer, CanAccessInner) { in TEST() argument
Dimporter2_test.cc33 TEST(Importer, CanAccessInner) { in TEST() argument
/external/pytorch/torch/package/
D_package_unpickler.py15 def __init__(self, importer: Importer, *args, **kwargs):
D_package_pickler.py28 def __init__(self, importer: Importer, *args, **kwargs):
Dimporter.py26 class Importer(ABC): class
Dpackage_exporter.py216 importer: Union[Importer, Sequence[Importer]] = sys_importer,
/external/grpc-grpc/test/cpp/util/
Dconfig_grpc_cli.h63 typedef GRPC_CUSTOM_IMPORTER Importer; typedef
/external/clang/lib/Frontend/
DASTMerge.cpp55 ASTImporter Importer(CI.getASTContext(), in ExecuteAction() local
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.h62 class Importer; variable
Dimporter.cc220 Importer::Importer(SourceTree* source_tree, in Importer() function in google::protobuf::compiler::Importer
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.h62 class Importer; variable
Dimporter.cc220 Importer::Importer(SourceTree* source_tree, in Importer() function in google::protobuf::compiler::Importer
/external/protobuf/src/google/protobuf/compiler/
Dimporter.h62 class Importer; variable
Dimporter.cc220 Importer::Importer(SourceTree* source_tree, in Importer() function in google::protobuf::compiler::Importer
/external/pytorch/torch/fx/
Dgraph_module.py106 def _format_import_statement(name: str, obj: Any, importer: Importer) -> str:
115 def _format_import_block(globals: Dict[str, Any], importer: Importer):
792 def __reduce_deploy__(self, importer: Importer):
/external/webp/src/enc/
Dpicture_enc.c238 typedef int (*Importer)(WebPPicture* const, const uint8_t* const, int); typedef
/external/clang/unittests/AST/
DASTImporterTest.cpp77 ASTImporter Importer(ToCtx, ToAST->getFileManager(), in testImport() local
/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
DCollationRuleParser.java81 interface Importer { interface in CollationRuleParser
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationRuleParser.java85 interface Importer { interface in CollationRuleParser
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp555 FunctionImporter Importer(CombinedIndex, ModuleLoader); in thinBackend() local
/external/clang/lib/AST/
DASTImporter.cpp31 ASTImporter &Importer; member in clang::ASTNodeImporter
34 explicit ASTNodeImporter(ASTImporter &Importer) : Importer(Importer) { } in ASTNodeImporter()
6061 ASTNodeImporter Importer(*this); in Import() local
6101 ASTNodeImporter Importer(*this); in Import() local
6216 ASTNodeImporter Importer(*this); in Import() local
6360 ASTNodeImporter Importer(*this); in Import() local
6512 ASTNodeImporter Importer(*this); in ImportDefinition() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
DLTOBackend.cpp647 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend() local
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp777 FunctionImporter Importer(*Index, ModuleLoader); in runOnModule() local
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp152 FunctionImporter Importer(Index, Loader); in crossImportIntoModule() local

12