Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 25 of 40) sorted by relevance

12

/external/google-breakpad/src/processor/
Dstatic_map_unittest.cc187 void IteratorTester(int test_case) { in IteratorTester()
229 void CompareLookupResult(int test_case) { in CompareLookupResult()
240 void FindTester(int test_case, const KeyType &key) { in FindTester()
246 void LowerBoundTester(int test_case, const KeyType &key) { in LowerBoundTester()
252 void UpperBoundTester(int test_case, const KeyType &key) { in UpperBoundTester()
258 void LookupTester(int test_case) { in LookupTester()
315 int test_case = 0; in TEST_F() local
332 int test_case = 1; in TEST_F() local
349 int test_case = 2; in TEST_F() local
366 int test_case = 3; in TEST_F() local
Dstatic_range_map_unittest.cc352 void TestStaticRangeMap::RunTestCase(int test_case) { in RunTestCase()
391 int test_case = 0; in TEST_F() local
396 int test_case = 1; in TEST_F() local
401 int test_case = 2; in TEST_F() local
406 int test_case = 3; in TEST_F() local
411 int test_case = 0; in TEST_F() local
/external/boringssl/src/crypto/modes/
Dgcm_test.c60 struct test_case { struct
69 static const struct test_case test_cases[] = { argument
/external/gtest/test/
Dgtest-unittest-api_test.cc76 const TestCase* test_case = unit_test.GetTestCase(i); in FindTestCase() local
86 static TestInfo const** const GetSortedTests(const TestCase* test_case) { in GetSortedTests()
148 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); in TEST() local
211 const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test"); in TEST() local
279 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); in TearDown() local
/external/google-breakpad/src/testing/gtest/test/
Dgtest-unittest-api_test.cc76 const TestCase* test_case = unit_test.GetTestCase(i); in FindTestCase() local
86 static TestInfo const** const GetSortedTests(const TestCase* test_case) { in GetSortedTests()
148 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); in TEST() local
211 const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test"); in TEST() local
279 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); in TearDown() local
/external/protobuf/gtest/test/
Dgtest-unittest-api_test.cc76 const TestCase* test_case = unit_test.GetTestCase(i); in FindTestCase() local
86 static TestInfo const** const GetSortedTests(const TestCase* test_case) { in GetSortedTests()
147 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); in TEST() local
211 const TestCase* test_case = UnitTestHelper::FindTestCase("DISABLED_Test"); in TEST() local
280 const TestCase* test_case = UnitTestHelper::FindTestCase("ApiTest"); in TearDown() local
/external/srtp/crypto/test/
Dsha1_driver.c72 hash_test_case_t *test_case; in hash_test_case_add() local
98 sha1_test_case_validate(const hash_test_case_t *test_case) { in sha1_test_case_validate()
491 hash_test_case_t *test_case; in sha1_validate() local
/external/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc202 const SimpleTokenCase& test_case) { in operator <<()
336 const MultiTokenCase& test_case) { in operator <<()
523 const DocCommentCase& test_case) { in operator <<()
869 const ErrorCase& test_case) { in operator <<()
/external/srtp/crypto/hash/
Dauth.c87 auth_test_case_t *test_case = at->test_data; in auth_type_self_test() local
/external/protobuf/python/google/protobuf/internal/
Dtest_util.py371 def ExpectAllFieldsSet(test_case, message): argument
/external/protobuf/gtest/samples/
Dsample9_unittest.cc143 const TestCase& test_case = *unit_test.GetTestCase(i); in main() local
/external/google-breakpad/src/testing/gtest/samples/
Dsample9_unittest.cc143 const TestCase& test_case = *unit_test.GetTestCase(i); in main() local
/external/srtp/crypto/cipher/
Dcipher.c85 const cipher_test_case_t *test_case = ct->test_data; in cipher_type_self_test() local
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
329 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
335 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
1953 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
2661 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
2729 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
2781 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
2809 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
3245 const TestCase& test_case) { in PrintXmlTestCase()
3345 void OnTestCaseStart(const TestCase &test_case) override { in OnTestCaseStart()
[all …]
/external/mesa3d/src/gtest/src/
Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
329 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
335 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
1953 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
2689 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
2757 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
2809 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
2837 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
3273 const TestCase& test_case) { in PrintXmlTestCase()
3371 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
[all …]
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc325 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
330 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
336 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
1954 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
2690 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
2756 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
2807 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
2834 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
3297 const TestCase& test_case) { in PrintXmlTestCase()
3396 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
[all …]
/external/protobuf/gtest/src/
Dgtest.cc313 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
318 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
324 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
1990 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
2666 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
2733 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
2786 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
2814 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
3250 const TestCase& test_case) { in PrintXmlTestCase()
3889 const std::vector<TestCase*>::const_iterator test_case = in UnitTestImpl() local
[all …]
/external/gtest/src/
Dgtest.cc331 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
336 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
342 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
1947 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
2695 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
2761 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
2812 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
2839 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
3334 const TestCase& test_case) { in PrintXmlTestCase()
4178 const std::vector<TestCase*>::const_iterator test_case = in GetTestCase() local
[all …]
Dgtest-internal-inl.h1168 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
1172 void OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
/external/icu/icu4c/source/test/perf/leperf/
Dxmlreader.cpp146 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); in readTestFile() local
/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp146 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); in readTestFile() local
Dgendata.cpp174 UnicodeString test_case = UNICODE_STRING_SIMPLE("test-case"); in main() local
/external/sfntly/cpp/src/test/
Dcmap_test.cc104 ::std::ostream& operator<<(::std::ostream& os, const CMapTestCase *test_case) { in operator <<()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1569 void OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
1573 void OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
1815 static bool TestCasePassed(const TestCase* test_case) { in TestCasePassed()
1820 static bool TestCaseFailed(const TestCase* test_case) { in TestCaseFailed()
1826 static bool ShouldRunTestCase(const TestCase* test_case) { in ShouldRunTestCase()
3431 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass() local
4179 static void PrintTestName(const char * test_case, const char * test) { in PrintTestName()
4245 void PrettyUnitTestResultPrinter::OnTestCaseStart(const TestCase& test_case) { in OnTestCaseStart()
4296 void PrettyUnitTestResultPrinter::OnTestCaseEnd(const TestCase& test_case) { in OnTestCaseEnd()
4323 const TestCase& test_case = *unit_test.GetTestCase(i); in PrintFailedTests() local
[all …]
/external/v8/test/cctest/
Dtest-strings.cc688 int test_case, ConsStringGenerationData* data) { in BuildEdgeCaseConsString()
779 int test_case, ConsStringGenerationData* data) { in InitializeGenerationData()
839 int test_case, ConsStringGenerationData* data) { in BuildRandomConsString()

12