Home
last modified time | relevance | path

Searched refs:loader (Results 1 – 25 of 157) sorted by relevance

1234567

/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_loader.py25 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 Dtest_discovery.py12 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__.py15 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 DDistroprefs.pm91 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__.py11 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 Dcontents21 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__.py19 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 Dmain.py7 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 Dloader.py314 loader = TestLoader()
315 loader.sortTestMethodsUsing = sortUsing
316 loader.testMethodPrefix = prefix
318 loader.suiteClass = suiteClass
319 return loader
H A Dcollector.py3 from unittest2.loader import defaultTestLoader
H A D__init__.py57 from unittest2.loader import (
/openbsd/usr.bin/file/magdir/
H A Dfreebsd20 # 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 Daix.sc54 .loader : {
55 *(.loader)
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Daix.sc54 .loader : {
55 *(.loader)
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepThrough.cpp82 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 Dcontents38 ofwboot The OpenBSD/MACHINE secondary boot loader.
39 ofwboot.net The OpenBSD/MACHINE network boot loader.
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-readobj.rst337 .. 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 Dcdbr.S158 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 Dcdbr.S161 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 Dstack.t75 my $count = () = (x(), loader());
234 sub loader {
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DOpts.td92 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 DPlatformWindows.cpp183 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 Dcontents16 ofwboot The OpenBSD/MACHINE secondary boot loader.
/openbsd/sys/arch/amd64/stand/efiboot/
H A Dldscript.amd6435 /* the EFI loader doesn't seem to like a .bss section, so we stick
H A Dldscript.i38636 /* the EFI loader doesn't seem to like a .bss section, so we stick

1234567