Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/tools/asuite/atest/unittest_data/
H A Dmodule-info.json2 … "installed": ["out/target/product/generic/data/app/AmSlam/AmSlam.apk"], "module_name": "AmSlam" }, string
3 …led": ["out/target/product/generic/data/app/AmSlam/AmSlamTests.apk"], "module_name": "AmSlamTests"… string
4 …generic/data/app/CtsJankDeviceTestCases/CtsJankDeviceTestCases.apk"], "module_name": "CtsJankDevic… string
5 …uct/generic/data/app/CtsUiDeviceTestCases/CtsUiDeviceTestCases.apk"], "module_name": "CtsJankDevic… string
6 …["optional"], "installed": ["out/target/product/generic/VtsTarget"], "module_name": "VtsTarget" }, string
7 …, "installed": ["out/host/linux-x86/framework/google-tradefed.jar"], "module_name": "google-trade… string
8 …alled": ["out/host/linux-x86/framework/google-tradefed-contrib.jar"], "module_name": "google-trade… string
9 …x-x86/bin/tradefed.sh", "out/host/linux-x86/framework/tradefed.jar"], "module_name": "tradefed" }, string
10 … "installed": ["out/host/linux-x86/framework/tradefed-contrib.jar"], "module_name": "tradefed-con… string
11 …"out/host/linux-x86/nativetest64/mobly-test/mobly-test_config.yaml"], "module_name": "mobly-test",… string
[all …]
/aosp_15_r20/external/pytorch/test/package/
H A Dtest_dependency_hooks.py27 def my_extern_hook(package_exporter, module_name): argument
42 def my_extern_hook(package_exporter, module_name): argument
46 def my_extern_hook2(package_exporter, module_name): argument
62 def my_mock_hook(package_exporter, module_name): argument
66 def my_mock_hook2(package_exporter, module_name): argument
83 def my_extern_hook(package_exporter, module_name): argument
86 def my_extern_hook2(package_exporter, module_name): argument
105 def my_extern_hook(package_exporter, module_name): argument
108 def my_mock_hook(package_exporter, module_name): argument
/aosp_15_r20/out/soong/
Dmodule-info-aosp_shiba.json1 …/data/nativetest64/vendor/ACameraNdkVendorTest/ACameraNdkVendorTest"],"module_name":"ACameraNdkVen… string
3 …iba/data/nativetest64/AImageReaderWindowTest/AImageReaderWindowTest"],"module_name":"AImageReaderW… string
5 …ut/target/product/shiba/data/nativetest64/AMRWBEncTest/AMRWBEncTest"],"module_name":"AMRWBEncTest"… string
7 …t/product/shiba/data/nativetest64/AVCUtilsUnitTest/AVCUtilsUnitTest"],"module_name":"AVCUtilsUnitT… string
9 …"out/host/linux-x86/benchmarktest64/AacDecBenchmark/AacDecBenchmark"],"module_name":"AacDecBenchma… string
11 …:["out/host/linux-x86/benchmarktest/AacDecBenchmark/AacDecBenchmark"],"module_name":"AacDecBenchma… string
13 …/product/shiba/data/benchmarktest64/AacDecBenchmark/AacDecBenchmark"],"module_name":"AacDecBenchma… string
15 …ivetest64/ActivityManagerNativeTestCases/UidImportanceHelperApp.apk"],"module_name":"ActivityManag… string
17 …host/windows"],"installed":["out/host/windows-x86/lib/AdbWinApi.dll"],"module_name":"AdbWinApi","s… string
19 …t/windows"],"installed":["out/host/windows-x86/lib/AdbWinUsbApi.dll"],"module_name":"AdbWinUsbApi"… string
[all …]
/aosp_15_r20/tools/asuite/atest/test_finders/
H A Dmodule_finder.py91 def _is_vts_module(self, module_name): argument
270 def _get_build_targets(self, module_name, rel_config): argument
309 def _get_module_test_config(self, module_name, rel_config=None) -> list[str]: argument
447 def _get_test_infos(self, test_path, rel_config, module_name, test_filter): argument
497 def find_test_by_module_name(self, module_name): argument
538 def find_test_by_kernel_class_name(self, module_name, class_name): argument
780 self, package, module_name=None, rel_config=None argument
937 self, class_name, module_name=None, rel_config=None argument
/aosp_15_r20/system/core/libmodprobe/
H A Dlibmodprobe.cpp57 std::string module_name = module_path.substr(start, end - start); in MakeCanonical() local
114 const std::string& module_name = *it++; in ParseAliasCallback() local
305 void Modprobe::AddOption(const std::string& module_name, const std::string& option_name, in AddOption()
319 std::string module_name = ""; in ParseKernelCmdlineOptions() local
415 bool Modprobe::InsmodWithDeps(const std::string& module_name, const std::string& parameters) { in InsmodWithDeps()
459 bool Modprobe::LoadWithAliases(const std::string& module_name, bool strict, in LoadWithAliases()
492 bool Modprobe::IsBlocklisted(const std::string& module_name) { in IsBlocklisted()
622 bool Modprobe::Remove(const std::string& module_name) { in Remove()
H A Dlibmodprobe_ext_test.cpp63 bool Modprobe::Rmmod(const std::string& module_name) { in Rmmod()
73 bool Modprobe::ModuleExists(const std::string& module_name) { in ModuleExists()
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dnative_module_info.py256 def get_robolectric_test_name(self, module_name): argument
271 def is_robolectric_test(self, module_name): argument
285 def is_auto_gen_test_config(self, module_name): argument
307 def is_native_test(self, module_name): argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A 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()
H A 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()
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dctx_manager.py105 def module_name(self): member in ContextWrappingVariable
141 def module_name(self): member in GenericContextWrappingVariable
505 def module_name(self): member in GradModeVariable
555 def module_name(self): member in InferenceModeVariable
605 def module_name(self): member in CUDADeviceVariable
678 def module_name(self): member in DeterministicAlgorithmsVariable
730 def module_name(self): member in DisabledSavedTensorsHooksVariable
789 def module_name(self): member in AutocastModeVariable
812 def module_name(self): member in NullContextVariable
973 def module_name(self): member in FSDPParamGroupUseTrainingStateVariable
/aosp_15_r20/external/autotest/utils/
H A Dexternal_packages.py102 module_name = None variable in ExternalPackage
665 module_name = 'MySQLdb' variable in MySQLdbPackage
730 module_name = None # Not a Python module. variable in GwtPackage
788 module_name = 'mox' variable in PyMoxPackage
812 module_name = 'selenium' variable in PySeleniumPackage
828 module_name = 'faulthandler' variable in FaultHandlerPackage
844 module_name = 'psutil' variable in PsutilPackage
998 module_name = 'logilab' variable in LogilabCommonPackage
1189 module_name = 'servo' variable in HdctoolsRepo
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/python/
H A 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
H A 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
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/
H A 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
H A 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
/aosp_15_r20/build/soong/scripts/hiddenapi/
H A Danalyze_bcpf.py85 def _module(self, module_name): argument
92 def module_path(self, module_name): argument
118 def add_values_to_property(self, property_name, values, module_name, argument
508 def module_path(self, module_name): argument
511 def module_out_dir(self, module_name): argument
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dqconfig_mapping_utils.py313 def _get_module_name_regex_qconfig(qconfig_mapping, module_name, fallback_qconfig): argument
321 def _get_module_name_qconfig(qconfig_mapping, module_name, fallback_qconfig): argument
333 qconfig_mapping, module_type, module_name, global_qconfig argument
/aosp_15_r20/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
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.cpp162 std::string module_name = "torch.Tensor." + property_name; in handle_torch_function_getter() local
178 std::string module_name = "torch.Tensor." + property_name; in handle_torch_function_setter() local
232 const std::string& module_name) -> PyObject* { in handle_torch_function()
451 const char* module_name, in handle_torch_function_no_python_arg_parser()
599 const char* module_name, in handle_torch_function()
622 const char* module_name, in handle_torch_function()
/aosp_15_r20/tools/asuite/aidegen_functional_test/
H A Daidegen_functional_test_main.py504 def _compare_content(module_name, item_type, s_items, r_items): argument
529 def _compare_srcs_content(module_name, s_items, r_items, msg): argument
546 def _compare_jars_content(module_name, s_items, r_items, msg): argument
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
H A Dstack_trace_posix.cc130 const char** module_name) { in ParseMapsLine()
326 const char* module_name = nullptr; in PrintStackTraceInternal() local
414 const char* module_name, in OutputStackTrace()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dall_util.py26 def make_all(module_name, doc_string_modules=None): argument
82 def remove_undocumented(module_name, allowed_exception_list=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/impl/
H A Dconversion.py33 def _is_of_known_loaded_module(f, module_name): argument
42 def _is_known_loaded_type(f, module_name, entity_name): argument

12345678910>>...14