Home
last modified time | relevance | path

Searched defs:module_names (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dproject.py144 def CalcLoadSequenceForModuleNames(self, module_names, argument
158 def GetDepsGraphFromModuleNames(self, module_names): argument
175 def GetDominatorGraphForModulesNamed(self, module_names, load_sequence): argument
/external/trusty/arm-trusted-firmware/tools/memory/memory/
Dbuildparser.py86 def module_names(self): member in TfaBuildParser
/external/cronet/tot/build/android/gyp/
Dcreate_app_bundle.py412 def _WriteBundlePathmap(module_pathmap_paths, module_names, argument
/external/angle/build/android/gyp/
Dcreate_app_bundle.py406 def _WriteBundlePathmap(module_pathmap_paths, module_names, argument
/external/cronet/stable/build/android/gyp/
Dcreate_app_bundle.py412 def _WriteBundlePathmap(module_pathmap_paths, module_names, argument
/external/python/cpython3/Lib/test/support/
Dimport_helper.py201 def __init__(self, *module_names, usefrozen=False):
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py180 def set_forkserver_preload(self, module_names): argument
/external/pytorch/torch/csrc/jit/passes/onnx/
Dfunction_extraction.cpp1119 const std::unordered_set<std::string>& module_names, in ONNXFunctionExtraction()