Home
last modified time | relevance | path

Searched defs:importer (Results 1 – 25 of 46) sorted by relevance

12

/external/python/cpython2/Lib/email/
D__init__.py113 importer = LazyImporter(_name.lower()) variable
120 importer = LazyImporter('mime.' + _name.lower()) variable
/external/python/cpython3/Lib/
Dpkgutil.py137 def iter_importer_modules(importer, prefix=''): argument
144 def _iter_file_finder_modules(importer, prefix=''): argument
373 def iter_zipimport_modules(importer, prefix=''): argument
/external/python/cpython2/Lib/test/
Dtest_fork1.py36 def importer(): function
Dtest_importhooks.py159 def doTestImports(self, importer=None): argument
/external/python/cpython3/Lib/test/
Dtest_fork1.py26 def importer(): function
/external/javassist/src/main/javassist/tools/rmi/
DSample.java25 private ObjectImporter importer; field in Sample
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
Dtac_module.h57 void SetImporter(std::unique_ptr<TacImporter> importer) { in SetImporter()
/external/python/cpython2/Lib/
Dpkgutil.py151 def iter_importer_modules(importer, prefix=''): argument
329 def iter_zipimport_modules(importer, prefix=''): argument
/external/javassist/sample/rmi/
DCountApplet.java12 private ObjectImporter importer; field in CountApplet
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py223 def check_found(self, found, importer): argument
235 def check_found(self, found, importer): argument
Dtest_meta_path.py60 def log_finder(self, importer): argument
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc110 HloFunctionImporter importer(module, function_map, builder); in ImportAsFunc() local
117 HloFunctionImporter importer(region->getParentOfType<mlir::ModuleOp>(), {}, in ImportAsRegion() local
222 HloFunctionImporter importer( in ImportInstructions() local
236 HloFunctionImporter importer( in ImportInstruction() local
/external/icu/icu4c/source/i18n/
Dcollationruleparser.h189 Importer *importer; variable
/external/icu/libicu/cts_headers/
Dcollationruleparser.h189 Importer *importer; variable
/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions.cc98 tensorflow::protobuf::compiler::Importer importer(&source_tree, in MainImpl() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_bootstrap_unittest.cc162 Importer importer(&source_tree, &error_collector); in TEST() local
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_bootstrap_unittest.cc141 Importer importer(&source_tree, &error_collector); in TEST() local
/external/perfetto/tools/proto_merger/
Dmain.cc65 std::unique_ptr<google::protobuf::compiler::Importer> importer; member
/external/python/apitools/apitools/base/protorpclite/
Ddescriptor.py473 def import_descriptor_loader(definition_name, importer=__import__): argument
/external/python/cpython2/Modules/
Dmain.c218 PyObject *argv0 = NULL, *importer = NULL; in RunMainFromImporter() local
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.cc146 Importer importer(source_tree.get(), error_collector.get()); in generate_code() local
/external/perfetto/src/protozero/filtering/
Dfilter_util.cc97 google::protobuf::compiler::Importer importer(&dst, &mfe); in LoadMessageDefinition() local
/external/tensorflow/tensorflow/python/eager/
Dwrap_function_test.py133 def importer(): function
/external/perfetto/tools/protoprofile/
Dmain.cc345 Importer importer(&dst, &mfe); in Main() local
/external/python/setuptools/pkg_resources/
D__init__.py1948 def __init__(self, importer): argument
1980 def find_eggs_in_zip(importer, path_item, only=False): argument
2010 def find_nothing(importer, path_item, only=False): argument
2052 def find_on_path(importer, path_item, only=False): argument
2322 def file_ns_handler(importer, path_item, packageName, module): argument
2342 def null_ns_handler(importer, path_item, packageName, module): argument

12