/external/python/cpython3/Lib/distutils/command/ |
D | build_py.py | 67 def run(self): member in build_py 210 def check_module(self, module, module_file): argument 303 def get_module_outfile(self, build_dir, package, module): argument 330 def build_module(self, module, module_file, package): argument 395 def run(self): member in build_py_2to3 411 def build_module(self, module, module_file, package): argument
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_program.py | 36 def run(self, test): member in Test_TestProgram.testNoExit.FakeRunner 67 def loadTestsFromModule(self, module): argument 71 def loadTestsFromNames(self, names, module): argument 77 def run(self, test): member in Test_TestProgram.test_defaultTest_with_string.FakeRunner 92 def run(self, test): member in Test_TestProgram.test_defaultTest_with_iterable.FakeRunner 151 module = '__main__' variable in InitialisableProgram 170 def run(self, test): member in FakeRunner
|
/external/python/setuptools/setuptools/_distutils/command/ |
D | build_py.py | 67 def run(self): member in build_py 210 def check_module(self, module, module_file): argument 303 def get_module_outfile(self, build_dir, package, module): argument 330 def build_module(self, module, module_file, package): argument
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_py.py | 68 def run(self): member in build_py 211 def check_module(self, module, module_file): argument 304 def get_module_outfile(self, build_dir, package, module): argument 329 def build_module(self, module, module_file, package): argument
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
D | dump_ir_pass.cc | 82 void IrDumpingPassManager::run(llvm::Module &module) { in run() function in xla::gpu::IrDumpingPassManager
|
/external/python/cpython3/Lib/test/test_warnings/ |
D | __init__.py | 28 def warnings_state(module): argument 99 module = c_warnings variable in CPublicAPITests 102 module = py_warnings variable in PyPublicAPITests 377 module = c_warnings variable in CFilterTests 380 module = py_warnings variable in PyFilterTests 549 module = c_warnings variable in CWarnTests 558 module = py_warnings variable in PyWarnTests 603 module = c_warnings variable in CWCmdLineTests 607 module = py_warnings variable in PyWCmdLineTests 630 module = c_warnings variable in _WarningsTests [all …]
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_program.py | 33 def run(self, test): member in Test_TestProgram.testNoExit.FakeRunner 64 def loadTestsFromModule(self, module): argument 121 def run(self, test): member in FakeRunner
|
/external/python/setuptools/setuptools/command/ |
D | test.py | 31 def loadTestsFromModule(self, module, pattern=None): argument 203 def run(self): member in test
|
D | build_py.py | 36 def run(self): member in build_py 59 def build_module(self, module, module_file, package): argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/ |
D | lunit.lua | 462 function lunit.module(name,seeall) function 567 function lunit.run(testpatterns) function
|
/external/python/cpython2/Lib/ |
D | doctest.py | 190 def _normalize_module(module, depth=2): argument 391 def _module_relative_path(module, path): argument 841 def find(self, obj, name=None, module=None, globs=None, extraglobs=None): argument 934 def _from_module(self, module, object): argument 954 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument 1017 def _get_test(self, obj, name, module, globs, source_lines): argument 1404 def run(self, test, compileflags=None, out=None, clear_globs=True): member in DocTestRunner 1798 def run(self, test, compileflags=None, out=None, clear_globs=True): member in DebugRunner 2107 def rundoc(self, object, name=None, module=None): argument 2116 def rundict(self, d, name, module=None): argument [all …]
|
/external/python/cpython3/Lib/ |
D | doctest.py | 195 def _normalize_module(module, depth=2): argument 391 def _module_relative_path(module, test_path): argument 846 def find(self, obj, name=None, module=None, globs=None, extraglobs=None): argument 948 def _from_module(self, module, object): argument 987 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument 1048 def _get_test(self, obj, name, module, globs, source_lines): argument 1435 def run(self, test, compileflags=None, out=None, clear_globs=True): member in DocTestRunner 1853 def run(self, test, compileflags=None, out=None, clear_globs=True): member in DebugRunner 2327 def __init__(self, module): argument 2349 def DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=None, argument [all …]
|
/external/python/cpython3/Modules/ |
D | main.c | 261 PyObject *module, *runpy, *runmodule, *runargs, *result; in pymain_run_module() local 353 int run = _PyRun_AnyFileObject(fp, filename, 1, &cf); in pymain_run_file_obj() local 502 int run = PyRun_AnyFileExFlags(stdin, "<stdin>", 0, &cf); in pymain_run_stdin() local
|
/external/swiftshader/src/Vulkan/ |
D | VkPipeline.cpp | 360 const ShaderModule *module = vk::Cast(stageInfo.module); in compileShaders() local 424 const ShaderModule *module = vk::Cast(stage.module); in compileShaders() local 486 void ComputePipeline::run(uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, in run() function in vk::ComputePipeline
|
/external/pdfium/third_party/libtiff/ |
D | tif_fax3.c | 178 Fax3Unexpected(const char* module, TIFF* tif, uint32 line, uint32 a0) in Fax3Unexpected() 188 Fax3Extension(const char* module, TIFF* tif, uint32 line, uint32 a0) in Fax3Extension() 199 Fax3BadLength(const char* module, TIFF* tif, uint32 line, uint32 a0, uint32 lastx) in Fax3BadLength() 210 Fax3PrematureEOF(const char* module, TIFF* tif, uint32 line, uint32 a0) in Fax3PrematureEOF() 401 uint32 x, bx, run; in _TIFFFax3fillruns() local 503 static const char module[] = "Fax3SetupState"; in Fax3SetupState() local 1084 static const char module[] = "Fax3Encode"; in Fax3Encode() local 1333 static const char module[] = "InitCCITTFax3"; in InitCCITTFax3() local 1486 static const char module[] = "Fax4Encode"; in Fax4Encode() local
|
/external/autotest/server/cros/tradefed/ |
D | generate_controlfiles_common.py | 213 def get_extension(module, abi, revision, is_public=False, led_provision=None, camera_facing=None): argument 265 def get_controlfile_name(module, argument 1213 def run(uris, is_public, is_latest, cache_dir): function
|
/external/python/mobly/mobly/ |
D | base_test.py | 259 def register_controller(self, module, required=True, min_number=1): argument 968 def run(self, test_names=None): member in BaseTestClass
|
/external/autotest/client/common_lib/ |
D | utils.py | 720 def run(command, timeout=None, ignore_status=False, stdout_tee=None, function 1400 def run(self, fn): member in run_randomly 1409 def import_site_module(path, module, dummy=None, modulefile=None): argument 1432 def import_site_symbol(path, module, name, dummy=None, modulefile=None): argument 1460 def import_site_class(path, module, classname, baseclass, modulefile=None): argument 1492 def import_site_function(path, module, funcname, dummy, modulefile=None): argument
|
/external/python/cpython3/Lib/test/test_import/ |
D | __init__.py | 193 def test_module_with_large_stack(self, module='longlist'): argument 449 def run(): function
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 918 def run(self, test): member in BasicTestRunner 1169 def run_doctest(module, verbosity=None, optionflags=0): argument 1474 def check__all__(test_case, module, name_of_module=None, extra=(), argument
|
/external/autotest/server/ |
D | autotest.py | 459 def run(self, control_file, results_dir='.', host=None, timeout=None, member in Autotest 659 def run_static_method(self, module, method, results_dir='.', host=None, argument
|
/external/golang-protobuf/compiler/protogen/ |
D | protogen.go | 58 func run(opts Options, f func(*Plugin) error) error { func 115 module string member
|
/external/testng/src/main/java/org/testng/ |
D | TestRunner.java | 623 public void run() { in run() method in TestRunner 1604 private void addGuiceModule(Class<? extends Module> cls, Module module) { in addGuiceModule()
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 1459 def run(self, test): member in BasicTestRunner 1642 def run_doctest(module, verbosity=None): argument
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 4044 struct module *module; member 4734 struct module *module; member 5759 struct module { struct 5760 enum module_state state; argument 5763 struct module_kobject mkobj; argument 5764 struct module_attribute *modinfo_attrs; argument 5765 const char *version; 5766 const char *srcversion; 5767 struct kobject *holders_dir; 5768 const struct kernel_symbol *syms; [all …]
|