Home
last modified time | relevance | path

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

1234567

/external/python/cffi/c/
Dcffi1_module.c63 static int make_included_tuples(char *module_name, in make_included_tuples()
117 static PyObject *_my_Py_InitModule(char *module_name) in _my_Py_InitModule()
145 char *module_name, *exports, *module_name_with_lib; in b_init_cffi_1_0_external_module() local
/external/tensorflow/tensorflow/python/util/
Dall_util.py30 def make_all(module_name, doc_string_modules=None): argument
86 def remove_undocumented(module_name, allowed_exception_list=None, argument
/external/python/cryptography/src/_cffi_src/
Dutils.py23 module_name, argument
67 module_name, argument
/external/tensorflow/tensorflow/python/autograph/impl/
Dconversion.py37 def _is_of_known_loaded_module(f, module_name): argument
46 def _is_known_loaded_type(f, module_name, entity_name): 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()
Dsanitizer_symbolizer_posix_libcdep.cc221 Addr2LineProcess(const char *path, const char *module_name) in Addr2LineProcess()
224 const char *module_name() const { return module_name_; } in module_name() function in __sanitizer::Addr2LineProcess
296 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand()
/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/python/cffi/cffi/
Dsetuptools_ext.py106 def _add_c_module(dist, ffi, module_name, source, source_extension, kwds): argument
152 def _add_py_module(dist, ffi, module_name): argument
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc102 std::string module_name = ModuleName(filename); in ModuleAlias() local
122 bool ContainsPythonKeyword(const std::string& module_name) { in ContainsPythonKeyword()
327 std::string module_name = ModuleName(file->name()); in Generate() local
377 std::string module_name = ModuleName(filename); in PrintImports() local
408 std::string module_name = ModuleName(file_->public_dependency(i)->name()); in PrintImports() local
658 std::string module_name = ModuleName(file_->name()); in PrintDescriptorKeyAndModuleName() local
848 std::string module_name = ModuleName(file_->name()); in PrintMessage() local
1411 std::string module_name = ModuleName(file->public_dependency(i)->name()); in CopyPublicDependenciesAliases() local
/external/tensorflow/tensorflow/python/tools/
Dmodule_util.py33 def get_parent_dir_for_name(module_name): argument
/external/tensorflow/tensorflow/python/autograph/utils/
Dcompat_util.py34 def deprecated_py2_support(module_name): argument
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py66 def _module_name_to_proto_file(suffix, module_name): argument
104 def __init__(self, suffix, codegen_fn, module_name, protobuf_path, argument
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_export.py32 def np_export_constant(module_name, name, value): argument
/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/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()
Digt_kmod.h47 char *module_name; member
/external/pigweed/pw_log_null/public/pw_log_null/
Dlog_null.h41 const char* module_name, in pw_log_Ignored()
/external/pigweed/pw_log_string/
Dhandler.cc23 const char* module_name, in pw_log_string_HandleMessage()
/external/autotest/frontend/
Dclient_compilation_unittest.py12 def _compile_module(self, module_name): argument
/external/autotest/utils/
Dexternal_packages.py95 module_name = None variable in ExternalPackage
658 module_name = 'MySQLdb' variable in MySQLdbPackage
718 module_name = 'jsonrpclib' variable in JsonRPCLib
741 module_name = None # Not a Python module. variable in GwtPackage
799 module_name = 'mox' variable in PyMoxPackage
823 module_name = 'selenium' variable in PySeleniumPackage
839 module_name = 'faulthandler' variable in FaultHandlerPackage
855 module_name = 'psutil' variable in PsutilPackage
1018 module_name = 'logilab' variable in LogilabCommonPackage
1236 module_name = 'servo' variable in HdctoolsRepo
/external/crosvm/rutabaga_gfx/src/generated/
Dgenerate.py29 def generate_module(module_name, allowlist, blocklist, header, clang_args, argument
Dgenerate29 def generate_module(module_name, allowlist, blocklist, header, clang_args, argument
/external/python/cpython2/Lib/email/
D__init__.py75 def __init__(self, module_name): argument
/external/pigweed/pw_log/
Dproto_utils.cc29 std::string_view module_name, in EncodeLog()

1234567