Home
last modified time | relevance | path

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

/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/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
Dgtest_xml_test_utils.py51 def AssertEquivalentNodes(self, expected_node, actual_node): argument
115 def _GetChildren(self, element): argument
148 def NormalizeXml(self, element): argument
Dgtest_uninitialized_test.py65 def testExitCodeAndOutput(self): argument
Dgtest_env_var_test.py84 def testEnvVarAffectsFlag(self): argument
Dgtest_output_test.py259 def RemoveUnsupportedTests(self, test_output): argument
278 def testOutput(self): argument
Dgtest_test_utils.py193 def __init__(self, command, working_dir=None, capture_stderr=True, env=None): argument
/ndk/docs/tools/
Dndk-markdown-substitutions.py12 def __init__(self,pattern,replacement): argument
16 def process(self, line): argument