/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
H A D | test_loader.py | 25 loader = unittest2.TestLoader() 39 loader = unittest2.TestLoader() 55 loader = unittest2.TestLoader() 75 loader = unittest2.TestLoader() 99 loader = unittest2.TestLoader() 112 loader = unittest2.TestLoader() 127 loader = unittest2.TestLoader() 1310 loader.suiteClass = list 1330 loader.suiteClass = list 1350 loader.suiteClass = list [all …]
|
H A D | test_discovery.py | 12 loader = unittest2.TestLoader() 14 loader._top_level_dir = '/foo' 27 loader = unittest2.TestLoader() 63 loader._top_level_dir = top_level 73 loader = unittest2.TestLoader() 127 loader._top_level_dir = '/foo' 145 loader = unittest2.TestLoader() 182 loader._find_tests = _find_tests 183 loader.suiteClass = str 195 loader = unittest2.TestLoader() [all …]
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/unit/ |
H A D | __init__.py | 15 def load_tests(loader, suite, _): argument 16 suite.addTests(loader.loadTestsFromModule(test_libear)) 17 suite.addTests(loader.loadTestsFromModule(test_compilation)) 18 suite.addTests(loader.loadTestsFromModule(test_clang)) 19 suite.addTests(loader.loadTestsFromModule(test_report)) 20 suite.addTests(loader.loadTestsFromModule(test_analyze)) 21 suite.addTests(loader.loadTestsFromModule(test_intercept)) 22 suite.addTests(loader.loadTestsFromModule(test_shell))
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
H A D | Distroprefs.pm | 91 my ($self, $loader, $result) = @_; 92 return '_load_yaml' if $loader eq 'CPAN' or $loader =~ /^YAML(::|$)/; 97 my ($self, $loader, $result) = @_; 99 $loader eq 'CPAN' 100 ? $loader->_yaml_loadfile($result->abs) 101 : [ $loader->can('LoadFile')->($result->abs) ] 115 my ($self, $loader, $result) = @_; 142 my ($self, $loader, $result) = @_; 194 my $loader = $ext_map->{$ext}; 202 my $load_method = $self->_load_method($loader, $result); [all …]
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/ |
H A D | __init__.py | 11 def load_tests(loader, suite, pattern): argument 13 suite.addTests(loader.loadTestsFromModule(test_from_cdb)) 15 suite.addTests(loader.loadTestsFromModule(test_from_cmd)) 17 suite.addTests(loader.loadTestsFromModule(test_create_cdb)) 19 suite.addTests(loader.loadTestsFromModule(test_exec_anatomy))
|
/openbsd/distrib/notes/alpha/ |
H A D | contents | 21 loaders; useful to update your boot loader if you want 23 boot loader is too old to load bsd.rd correctly. 25 netboot The OpenBSD/MACHINE network boot loader, for bootp 28 netboot.mop The OpenBSD/MACHINE network boot loader, for MOP
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/tests/ |
H A D | __init__.py | 19 loader = unittest.TestLoader() 21 suite.addTests(loader.loadTestsFromModule(tests.unit)) 22 suite.addTests(loader.loadTestsFromModule(tests.functional.cases))
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
H A D | main.py | 7 from unittest2 import loader, runner 77 testLoader=loader.defaultTestLoader, exit=True, 163 def _do_discovery(self, argv, Loader=loader.TestLoader): 229 loader = Loader() 230 self.test = loader.discover(start_dir, pattern, top_level_dir)
|
H A D | loader.py | 314 loader = TestLoader() 315 loader.sortTestMethodsUsing = sortUsing 316 loader.testMethodPrefix = prefix 318 loader.suiteClass = suiteClass 319 return loader
|
H A D | collector.py | 3 from unittest2.loader import defaultTestLoader
|
H A D | __init__.py | 57 from unittest2.loader import (
|
/openbsd/usr.bin/file/magdir/ |
H A D | freebsd | 20 # the "has run-time loader information" bit is set, and is 26 # loader information" bit is set. 32 # if it has the "has run-time loader information" bit set, it's 45 # if it has the "has run-time loader information" bit set, it's 51 # if it has the "has run-time loader information" bit set, 59 # if it doesn't have the "has run-time loader information" bit
|
/openbsd/gnu/usr.bin/binutils/ld/scripttempl/ |
H A D | aix.sc | 54 .loader : { 55 *(.loader)
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
H A D | aix.sc | 54 .loader : { 55 *(.loader)
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | ThreadPlanStepThrough.cpp | 82 DynamicLoader *loader = thread.GetProcess()->GetDynamicLoader(); in LookForPlanToStepThroughFromCurrentPC() local 83 if (loader) in LookForPlanToStepThroughFromCurrentPC() 84 m_sub_plan_sp = loader->GetStepThroughTrampolinePlan(thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
|
/openbsd/distrib/notes/sparc64/ |
H A D | contents | 38 ofwboot The OpenBSD/MACHINE secondary boot loader. 39 ofwboot.net The OpenBSD/MACHINE network boot loader.
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-readobj.rst | 337 .. option:: --loader-section-header 339 Display XCOFF loader section header. 341 .. option:: --loader-section-symbols 343 Display symbol table of loader section. 345 .. option:: --loader-section-relocations 347 Display relocation entries of loader section.
|
/openbsd/sys/arch/amd64/stand/cdbr/ |
H A D | cdbr.S | 158 movw %si, loader /* remember the one we're looking for */ 218 movw loader, %cx /* Tell cdboot where it is */ 247 mov loader, %si 514 loader: .word 0 /* The path we end up using */ label
|
/openbsd/sys/arch/i386/stand/cdbr/ |
H A D | cdbr.S | 161 movw %si, loader /* remember the one we're looking for */ 221 movw loader, %cx /* Tell cdboot where it is */ 250 mov loader, %si 517 loader: .word 0 /* The path we end up using */ label
|
/openbsd/gnu/usr.bin/perl/t/bigmem/ |
H A D | stack.t | 75 my $count = () = (x(), loader()); 234 sub loader {
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | Opts.td | 92 def loader_section_header : FF<"loader-section-header" , "Display the loader section header">, Grou… 93 def loader_section_symbols : FF<"loader-section-symbols" , "Display the loader section symbol table… 94 def loader_section_relocations : FF<"loader-section-relocations" , "Display the loader section relo…
|
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
H A D | PlatformWindows.cpp | 183 UtilityFunction *loader = in DoLoadImage() local 187 if (loader == nullptr) in DoLoadImage() 190 FunctionCaller *invocation = loader->GetFunctionCaller(); in DoLoadImage() 750 if (DynamicLoader *loader = process->GetDynamicLoader()) { in EvaluateLoaderExpression() local 751 Status result = loader->CanLoadImage(); in EvaluateLoaderExpression()
|
/openbsd/distrib/notes/macppc/ |
H A D | contents | 16 ofwboot The OpenBSD/MACHINE secondary boot loader.
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | ldscript.amd64 | 35 /* the EFI loader doesn't seem to like a .bss section, so we stick
|
H A D | ldscript.i386 | 36 /* the EFI loader doesn't seem to like a .bss section, so we stick
|