Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 25 of 184) sorted by relevance

12345678

/external/protobuf/src/google/protobuf/compiler/python/
Dhelpers.cc54 std::string module_name = ModuleName(filename); in StrippedModuleName() local
70 bool ContainsPythonKeyword(const std::string& module_name) { in ContainsPythonKeyword()
93 std::string module_name = ModuleName(file_des->name()); in GetFileName() local
Dgenerator.cc78 std::string module_name = ModuleName(filename); in ModuleAlias() local
290 std::string module_name = ModuleName(file->name()); in Generate() local
331 std::string module_name = ModuleName(filename); in PrintImports() local
362 std::string module_name = ModuleName(file_->public_dependency(i)->name()); in PrintImports() local
544 std::string module_name = ModuleName(file_->name()); in PrintDescriptorKeyAndModuleName() local
738 std::string module_name = ModuleName(file_->name()); in PrintMessage() local
1375 std::string module_name = ModuleName(file->public_dependency(i)->name()); in CopyPublicDependenciesAliases() local
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_helpers.cc54 std::string module_name = ModuleName(filename); in StrippedModuleName() local
70 bool ContainsPythonKeyword(const std::string& module_name) { in ContainsPythonKeyword()
93 std::string module_name = ModuleName(file_des->name()); in GetFileName() local
Dpython_generator.cc78 std::string module_name = ModuleName(filename); in ModuleAlias() local
295 std::string module_name = ModuleName(file->name()); in Generate() local
336 std::string module_name = ModuleName(filename); in PrintImports() local
367 std::string module_name = ModuleName(file_->public_dependency(i)->name()); in PrintImports() local
549 std::string module_name = ModuleName(file_->name()); in PrintDescriptorKeyAndModuleName() local
743 std::string module_name = ModuleName(file_->name()); in PrintMessage() local
1380 std::string module_name = ModuleName(file->public_dependency(i)->name()); in CopyPublicDependenciesAliases() local
/external/tensorflow/tensorflow/python/util/
Dall_util.py26 def make_all(module_name, doc_string_modules=None): argument
82 def remove_undocumented(module_name, allowed_exception_list=None, argument
/external/python/absl-py/absl/flags/
D_defines.py72 module_name=None, argument
108 module_name=None, argument
317 module_name=None, argument
444 module_name=None, argument
480 module_name=None, argument
602 module_name=None, argument
828 module_name=None, argument
879 module_name=None): argument
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_hlo.cc45 const absl::string_view module_name) { in GetHloProtoFileName()
73 for (const absl::string_view module_name : module_list) { in GetHloProtoFromMultiXSpaceAndSaveToFile() local
/external/tensorflow/tensorflow/python/autograph/impl/
Dconversion.py33 def _is_of_known_loaded_module(f, module_name): argument
42 def _is_known_loaded_type(f, module_name, entity_name): argument
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dbuilder.py70 def BuildTopDescriptorsAndMessages(file_des, module_name, module): argument
111 def BuildServices(file_des, module_name, module): argument
/external/protobuf/python/google/protobuf/internal/
Dbuilder.py70 def BuildTopDescriptorsAndMessages(file_des, module_name, module): argument
111 def BuildServices(file_des, module_name, module): argument
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_source_encoding.py35 module_name = '_temp' variable in EncodingTest
149 def load(self, loader, module_name): argument
163 def load(self, loader, module_name): argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_libcdep.cc65 const char *module_name; in SymbolizePC() local
83 const char *module_name; in SymbolizeData() local
99 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
136 const char **module_name, in FindModuleNameAndOffsetForAddress()
342 const char *LLVMSymbolizer::SendCommand(bool is_data, const char *module_name, in SendCommand()
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_engine.h170 void SqliteEngine::RegisterVirtualTableModule(const std::string& module_name, in RegisterVirtualTableModule()
181 const std::string& module_name, in RegisterVirtualTableModule()
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module.py92 loader, module_name, module_dir_name, href, tag_for_err_msg): argument
113 def Parse(loader, module_name, module_dir_name, is_component, parser_results, argument
/external/tensorflow/tensorflow/python/tools/
Dmodule_util.py25 def get_parent_dir_for_name(module_name): argument
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dbtf_module.c7 static const char *module_name = "bpf_testmod"; variable
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_export.py28 def np_export_constant(module_name, name, value): argument
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py65 def _module_name_to_proto_file(suffix, module_name): argument
103 def __init__(self, suffix, codegen_fn, module_name, protobuf_path, argument
/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py92 def _module_name_to_proto_file(suffix, module_name): argument
132 self, suffix, codegen_fn, module_name, protobuf_path, proto_root argument
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
Dstack_trace_posix.cc119 const char** module_name) { in ParseMapsLine()
315 const char* module_name = nullptr; in PrintStackTraceInternal() local
403 const char* module_name, in OutputStackTrace()
/external/igt-gpu-tools/tests/i915/
Di915_module_load.c223 static int open_parameters(const char *module_name) in open_parameters()
232 inject_fault(const char *module_name, const char *opt, int fault) in inject_fault()
/external/autotest/frontend/
Dclient_compilation_unittest.py12 def _compile_module(self, module_name): argument
/external/pigweed/pw_log_string/
Dhandler.cc23 const char* module_name, in pw_log_string_HandleMessage()
/external/pigweed/pw_log_null/public/pw_log_null/
Dlog_null.h40 const char* module_name, in pw_log_Ignored()
/external/igt-gpu-tools/lib/
Digt_kmod.c461 static int open_parameters(const char *module_name) in open_parameters()
470 const char *module_name) in igt_kselftest_init()
549 void igt_kselftests(const char *module_name, in igt_kselftests()

12345678