Home
last modified time | relevance | path

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

123

/external/boringssl/src/crypto/modes/
Dgcm_test.c60 struct test_case { struct
69 static const struct test_case test_cases[] = { argument
/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/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/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/vulkan-validation-layers/tests/gtest-1.7.0/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/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/autotest/server/site_tests/android_ACTS/
Dandroid_ACTS.py53 test_case=None, test_file=None): argument
/external/srtp/crypto/hash/
Dauth.c87 auth_test_case_t *test_case = at->test_data; in auth_type_self_test() 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/pdfium/testing/tools/
Drun_corpus_tests.py57 test_case): argument
/external/protobuf/python/google/protobuf/internal/
Dtest_util.py371 def ExpectAllFieldsSet(test_case, message): argument
/external/bsdiff/
Dextents_unittest.cc41 for (const char* test_case : test_cases) { in TEST_F() local
/external/google-breakpad/src/testing/gtest/samples/
Dsample9_unittest.cc143 const TestCase& test_case = *unit_test.GetTestCase(i); in main() local
/external/protobuf/gtest/samples/
Dsample9_unittest.cc143 const TestCase& test_case = *unit_test.GetTestCase(i); in main() local
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/autotest/server/site_tests/audio_AudioAfterSuspend/
Daudio_AudioAfterSuspend.py67 plugged_before_resume, test_case): argument
/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/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/chromium-trace/catapult/devil/devil/utils/
Dmock_calls.py21 def __init__(self, test_case, expected_calls, watched): argument
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dtest.py203 def TestCaseToName(test_case): argument
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_tempfile_test.py40 def __init__(self, test_case): argument

123