Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 43) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dconfig.py48 def __init__(self, lit_config, config): argument
63 def get_lit_conf(self, name, default=None): argument
71 def get_lit_bool(self, name, default=None): argument
82 def configure(self): argument
105 def print_config_info(self): argument
117 def get_test_format(self): argument
125 def configure_executor(self): argument
143 def configure_target_info(self): argument
152 def configure_cxx(self): argument
177 def configure_src_root(self): argument
[all …]
Dtarget_info.py6 def platform(self): argument
9 def system(self): argument
12 def platform_ver(self): argument
15 def platform_name(self): argument
18 def supports_locale(self, loc): argument
23 def platform(self): argument
30 def system(self): argument
33 def platform_name(self): argument
41 def platform_ver(self): argument
49 def supports_locale(self, loc): argument
Dexecutor.py9 def run(self, exe_path, cmd, local_cwd, file_deps=None, env=None): argument
26 def __init__(self): argument
29 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
47 def __init__(self, commandPrefix, chain): argument
53 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
61 def __init__(self, commandPostfix, chain): argument
67 def run(self, exe_path, cmd=None, work_dir='.', file_deps=None, env=None): argument
79 def __init__(self, duration, chain): argument
85 def __init__(self): argument
88 def remote_temp_dir(self): argument
[all …]
Dformat.py24 def __init__(self, cxx, use_verify_for_fail, execute_external, argument
33 def getTestsInDirectory(self, testSuite, path_in_suite, argument
48 def execute(self, test, lit_config): argument
57 def _execute(self, test, lit_config): argument
98 def _clean(self, exec_path): # pylint: disable=no-self-use argument
101 def _evaluate_pass_test(self, test, tmpBase, execDir, lit_config): argument
142 def _evaluate_fail_test(self, test): argument
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/libcxxabi/test/
Dconfig.py9 def __init__(self, lit_config, config): argument
16 def configure_src_root(self): argument
24 def configure_obj_root(self): argument
30 def configure_compile_flags(self): argument
34 def configure_compile_flags_header_includes(self): argument
51 def configure_compile_flags_exceptions(self): argument
54 def configure_compile_flags_rtti(self): argument
57 def configure_compile_flags_no_threads(self): argument
60 def configure_compile_flags_no_monotonic_clock(self): argument
63 def configure_link_flags_abi_library_path(self): argument
[all …]
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
Dprinters.py73 def __init__ (self, rbtree): argument
79 def __iter__ (self): argument
82 def __len__ (self): argument
85 def next (self): argument
112 def __init__(self, typename, val): argument
116 def to_string (self): argument
121 def children (self): argument
153 def __init__ (self, start_node, start_cur, start_last, argument
162 def __iter__ (self): argument
165 def next (self): argument
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ndk/test/
Dconfig.py10 def platform(self): argument
13 def system(self): argument
16 def platform_ver(self): argument
19 def platform_name(self): argument
22 def supports_locale(self, loc): argument
27 def __init__(self, lit_config, config): argument
34 def configure(self): argument
45 def configure_target_info(self): argument
48 def configure_compile_flags(self): argument
55 def configure_link_flags(self): argument
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
Dconfig.py11 def __init__(self, lit_config, config): argument
15 def configure(self): argument
24 def print_config_info(self): argument
34 def configure_obj_root(self): argument
41 def configure_build_cmds(self): argument
48 def configure_cxx(self): argument
62 def configure_triple(self): argument
65 def configure_features(self): argument
72 def get_test_format(self): argument
Dformat.py13 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, timeout, argument
39 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, device_dir, argument
51 def _working_directory(self, file_name): argument
54 def _wd_path(self, test_name, file_name): argument
57 def _build(self, exec_path, source_path, compile_only=False, argument
83 def _clean(self, exec_path): argument
92 def _run(self, exec_path, _, in_dir=None): argument
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_catch_exceptions_test.py76 def TestSehExceptions(self, test_output): argument
94 def testCatchesSehExceptionsWithCxxExceptionsEnabled(self): argument
97 def testCatchesSehExceptionsWithCxxExceptionsDisabled(self): argument
110 def testCatchesCxxExceptionsInFixtureConstructor(self): argument
123 def testCatchesCxxExceptionsInFixtureDestructor(self): argument
132 def testCatchesCxxExceptionsInSetUpTestCase(self): argument
155 def testCatchesCxxExceptionsInTearDownTestCase(self): argument
160 def testCatchesCxxExceptionsInSetUp(self): argument
178 def testCatchesCxxExceptionsInTearDown(self): argument
189 def testCatchesCxxExceptionsInTestBody(self): argument
[all …]
Dgtest_filter_unittest.py230 def AssertSetEqual(self, lhs, rhs): argument
239 def AssertPartitionIsValid(self, set_var, list_of_sets): argument
248 def AdjustForParameterizedTests(self, tests_to_run): argument
257 def RunAndVerify(self, gtest_filter, tests_to_run): argument
287 def RunAndVerifyWithSharding(self, gtest_filter, total_shards, tests_to_run, argument
325 def RunAndVerifyAllowingDisabled(self, gtest_filter, tests_to_run): argument
346 def setUp(self): argument
358 def testDefaultBehavior(self): argument
363 def testDefaultBehaviorWithShards(self): argument
372 def testEmptyFilter(self): argument
[all …]
Dgtest_help_test.py101 def TestHelpFlag(self, flag): argument
125 def TestNonHelpFlag(self, flag): argument
139 def testPrintsHelpWithFullFlag(self): argument
142 def testPrintsHelpWithShortFlag(self): argument
145 def testPrintsHelpWithQuestionFlag(self): argument
148 def testPrintsHelpWithWindowsStyleQuestionFlag(self): argument
151 def testPrintsHelpWithUnrecognizedGoogleTestFlag(self): argument
154 def testPrintsHelpWithIncorrectFlagStyle(self): argument
158 def testRunsTestsWithoutHelpFlag(self): argument
164 def testRunsTestsWithGtestInternalFlag(self): argument
Dgtest_shuffle_test.py172 def setUp(self): argument
175 def testShufflePreservesNumberOfTests(self): argument
181 def testShuffleChangesTestOrder(self): argument
189 def testShuffleChangesTestCaseOrder(self): argument
202 def testShuffleDoesNotRepeatTest(self): argument
216 def testShuffleDoesNotCreateNewTest(self): argument
226 def testShuffleIncludesAllTests(self): argument
236 def testShuffleLeavesDeathTestsAtFront(self): argument
245 def _VerifyTestCasesDoNotInterleave(self, tests): argument
255 def testShuffleDoesNotInterleaveTestCases(self): argument
[all …]
Dgtest_xml_outfiles_test.py67 def setUp(self): argument
75 def tearDown(self): argument
78 def DeleteFilesAndDir(self): argument
92 def testOutfile1(self): argument
95 def testOutfile2(self): argument
98 def _TestOutFile(self, test_name, expected_xml): argument
Dgtest_break_on_failure_unittest.py105 def RunAndVerify(self, env_var_value, flag_value, expect_seg_fault): argument
150 def testDefaultBehavior(self): argument
157 def testEnvVar(self): argument
167 def testFlag(self): argument
177 def testFlagOverridesEnvVar(self): argument
193 def testBreakOnFailureOverridesThrowOnFailure(self): argument
205 def testCatchExceptionsDoesNotInterfere(self): argument
Dgtest_xml_output_unittest.py150 def testNonEmptyXmlOutput(self): argument
157 def testEmptyXmlOutput(self): argument
166 def testTimestampValue(self): argument
191 def testDefaultOutputFile(self): argument
213 def testSuppressedXmlOutput(self): argument
242 def _GetXmlOutput(self, gtest_prog_name, expected_exit_code): argument
265 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code): argument
Dgtest_list_tests_unittest.py129 def RunAndVerify(self, flag_value, expected_output_re, other_flag): argument
173 def testDefaultBehavior(self): argument
180 def testFlag(self): argument
190 def testOverrideNonFilterFlags(self): argument
197 def testWithFilterFlags(self): argument
Dgtest_throw_on_failure_test.py83 def RunAndVerify(self, env_var_value, flag_value, should_fail): argument
128 def testDefaultBehavior(self): argument
133 def testThrowOnFailureEnvVar(self): argument
143 def testThrowOnFailureFlag(self): argument
153 def testThrowOnFailureFlagOverridesEnvVar(self): argument
Dgtest_color_test.py71 def testNoEnvVarNoFlag(self): argument
86 def testFlagOnly(self): argument
97 def testEnvVarOnly(self): argument
108 def testEnvVarAndFlag(self): argument
115 def testAliasesOfYesAndNo(self): argument
/ndk/tests/
Dtests.py54 def __init__(self): argument
57 def add_suite(self, name, path, test_class, *args): argument
62 def _fixup_expected_failure(self, result, config, bug): argument
70 def _run_test(self, test, out_dir, test_filters): argument
88 def run(self, out_dir, test_filters): argument
104 def __init__(self, test_name): argument
107 def __repr__(self): argument
110 def passed(self): argument
113 def failed(self): argument
116 def to_string(self, colored=False): argument
[all …]
Dfilters.py20 def __init__(self, patterns): argument
26 def filter(self, test_name): argument
34 def add_filter(self, pattern): argument
74 def _make_filter_function(self, pattern): argument
80 def _add_early_filter(self, pattern): argument
83 def _add_late_filter(self, pattern): argument
Dtest_filters.py22 def test_filters(self): argument
50 def test_empty_filters(self): argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
Dcompiler.py10 def __init__(self, cxx_under_test, cxx_template, link_template): argument
16 def get_triple(self): argument
24 def get_clang_triple(self): argument
30 def get_gcc_triple(self): argument
41 def compile(self, source_files, out=None, flags=None, env=None, cwd=None): argument
46 def link(self, source_files, out=None, flags=None, env=None, cwd=None): argument
51 def compileCmd(self, source_files, out=None, flags=None): argument
61 def linkCmd(self, source_files, out=None, flags=None): argument
71 def _basicCmd(self, source_files, out, is_link=False, input_is_cxx=False): argument
74 def _initTypeAndVersion(self): argument
Dexecutors.py10 def __init__(self, serial=None): argument
17 def _remote_temp(self, is_dir): argument
26 def _copy_in_file(self, src, dst): # pylint: disable=no-self-use argument
29 def _execute_command_remote(self, cmd, remote_work_dir='.', env=None): argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
Dcompiler.py7 def __init__(self, path, flags=None, compile_flags=None, link_flags=None, argument
18 def _initTypeAndVersion(self): argument
41 def _basicCmd(self, source_files, out, is_link=False, input_is_cxx=False): argument
58 def preprocessCmd(self, source_files, out=None, flags=[]): argument
63 def compileCmd(self, source_files, out=None, flags=[]): argument
68 def linkCmd(self, source_files, out=None, flags=[]): argument
73 def compileLinkCmd(self, source_files, out=None, flags=[]): argument
78 def preprocess(self, source_files, out=None, flags=[], env=None, cwd=None): argument
83 def compile(self, source_files, out=None, flags=[], env=None, cwd=None): argument
88 def link(self, source_files, out=None, flags=[], env=None, cwd=None): argument
[all …]

12