/external/boringssl/src/crypto/modes/ |
D | gcm_test.c | 60 struct test_case { struct 69 static const struct test_case test_cases[] = { argument
|
/external/google-breakpad/src/processor/ |
D | static_map_unittest.cc | 187 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
|
D | static_range_map_unittest.cc | 352 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/ |
D | gtest-unittest-api_test.cc | 76 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/ |
D | gtest-unittest-api_test.cc | 76 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/ |
D | gtest-unittest-api_test.cc | 76 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/ |
D | gtest-unittest-api_test.cc | 76 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/ |
D | sha1_driver.c | 72 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/ |
D | android_ACTS.py | 53 test_case=None, test_file=None): argument
|
/external/srtp/crypto/hash/ |
D | auth.c | 87 auth_test_case_t *test_case = at->test_data; in auth_type_self_test() local
|
/external/protobuf/src/google/protobuf/io/ |
D | tokenizer_unittest.cc | 202 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/ |
D | run_corpus_tests.py | 57 test_case): argument
|
/external/protobuf/python/google/protobuf/internal/ |
D | test_util.py | 371 def ExpectAllFieldsSet(test_case, message): argument
|
/external/bsdiff/ |
D | extents_unittest.cc | 41 for (const char* test_case : test_cases) { in TEST_F() local
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample9_unittest.cc | 143 const TestCase& test_case = *unit_test.GetTestCase(i); in main() local
|
/external/protobuf/gtest/samples/ |
D | sample9_unittest.cc | 143 const TestCase& test_case = *unit_test.GetTestCase(i); in main() local
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
D | sample9_unittest.cc | 143 const TestCase& test_case = *unit_test.GetTestCase(i); in main() local
|
/external/srtp/crypto/cipher/ |
D | cipher.c | 85 const cipher_test_case_t *test_case = ct->test_data; in cipher_type_self_test() local
|
/external/autotest/server/site_tests/audio_AudioAfterSuspend/ |
D | audio_AudioAfterSuspend.py | 67 plugged_before_resume, test_case): argument
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 325 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/ |
D | gtest.cc | 324 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/ |
D | gtest.cc | 324 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/ |
D | mock_calls.py | 21 def __init__(self, test_case, expected_calls, watched): argument
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | test.py | 203 def TestCaseToName(test_case): argument
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
D | fake_tempfile_test.py | 40 def __init__(self, test_case): argument
|