/external/clang/unittests/Basic/ |
H A D | CharInfoTest.cpp | 17 TEST(CharInfoTest, validateInfoTable) { function 43 TEST(CharInfoTest, isASCII) { function 54 TEST(CharInfoTest, isIdentifierHead) { function 74 TEST(CharInfoTest, isIdentifierBody) { function 94 TEST(CharInfoTest, isHorizontalWhitespace) { function 116 TEST(CharInfoTest, isVerticalWhitespace) { function 138 TEST(CharInfoTest, isWhitespace) { function 160 TEST(CharInfoTest, isDigit) { function 181 TEST(CharInfoTest, isHexDigit) { function 202 TEST(CharInfoTes function 224 TEST(CharInfoTest, isLowercase) { function 246 TEST(CharInfoTest, isUppercase) { function 268 TEST(CharInfoTest, isAlphanumeric) { function 290 TEST(CharInfoTest, isPunctuation) { function 315 TEST(CharInfoTest, isPrintable) { function 341 TEST(CharInfoTest, isPreprocessingNumberBody) { function 362 TEST(CharInfoTest, isRawStringDelimBody) { function 383 TEST(CharInfoTest, toLowercase) { function 400 TEST(CharInfoTest, toUppercase) { function 417 TEST(CharInfoTest, isValidIdentifier) { function [all...] |
H A D | DiagnosticTest.cpp | 20 TEST(DiagnosticTest, suppressAndTrap) { function in namespace:__anon3228
|
/external/gmock/test/ |
H A D | gmock-port_test.cc | 43 TEST(DummyTest, Dummy) {} function
|
H A D | gmock-generated-internal-utils_test.cc | 51 TEST(MatcherTupleTest, ForSize0) { function in namespace:__anon6200 55 TEST(MatcherTupleTest, ForSize1) { function in namespace:__anon6200 60 TEST(MatcherTupleTest, ForSize2) { function in namespace:__anon6200 65 TEST(MatcherTupleTest, ForSize5) { function in namespace:__anon6200 74 TEST(FunctionTest, Nullary) { function in namespace:__anon6200 83 TEST(FunctionTest, Unary) { function in namespace:__anon6200 94 TEST(FunctionTest, Binary) { function in namespace:__anon6200 107 TEST(FunctionTest, LongArgumentList) { function in namespace:__anon6200
|
/external/google-breakpad/src/testing/gtest/samples/ |
H A D | sample1_unittest.cc | 51 // Step 2. Use the TEST macro to define your tests. 53 // TEST has two parameters: the test case name and the test name. 79 TEST(FactorialTest, Negative) { function 103 TEST(FactorialTest, Zero) { function 108 TEST(FactorialTest, Positive) { function 119 TEST(IsPrimeTest, Negative) { function 128 TEST(IsPrimeTest, Trivial) { function 136 TEST(IsPrimeTest, Positive) { function
|
H A D | sample4_unittest.cc | 36 TEST(Counter, Increment) { function
|
/external/google-breakpad/src/testing/gtest/test/ |
H A D | gtest_help_test_.cc | 40 TEST(HelpFlagTest, ShouldNotBeRun) { function 45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} function
|
H A D | gtest_main_unittest.cc | 39 TEST(GTestMainTest, ShouldSucceed) { function in namespace:__anon6430
|
/external/google-breakpad/src/testing/test/ |
H A D | gmock-port_test.cc | 43 TEST(DummyTest, Dummy) {} function
|
/external/gtest/test/ |
H A D | gtest_help_test_.cc | 40 TEST(HelpFlagTest, ShouldNotBeRun) { function 45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} function
|
H A D | gtest_main_unittest.cc | 39 TEST(GTestMainTest, ShouldSucceed) { function in namespace:__anon6541
|
/external/llvm/unittests/ADT/ |
H A D | IntEqClassesTest.cpp | 17 TEST(IntEqClasses, Simple) { function in namespace:__anon13126
|
/external/llvm/unittests/Support/ |
H A D | DwarfTest.cpp | 18 TEST(DwarfTest, TagStringOnInvalid) { function in namespace:__anon13219 29 TEST(DwarfTest, getTag) { function in namespace:__anon13219 45 TEST(DwarfTest, getOperationEncoding) { function in namespace:__anon13219 59 TEST(DwarfTest, LanguageStringOnInvalid) { function in namespace:__anon13219 69 TEST(DwarfTest, getLanguage) { function in namespace:__anon13219 86 TEST(DwarfTest, AttributeEncodingStringOnInvalid) { function in namespace:__anon13219 96 TEST(DwarfTest, getAttributeEncoding) { function in namespace:__anon13219 112 TEST(DwarfTest, VirtualityString) { function in namespace:__anon13219 129 TEST(DwarfTest, getVirtuality) { function in namespace:__anon13219
|
/external/markdown/MarkdownTest/ |
H A D | MarkdownTest.pl | 44 TEST: label 55 next TEST; 58 # open(TEST, $testfile) || die("Can't open testfile: $!"); 61 # my $t_input = <TEST>;
|
/external/pdfium/core/src/fxcrt/ |
H A D | fx_extension_unittest.cpp | 9 TEST(fxcrt, FXSYS_toHexDigit) { function 16 TEST(fxcrt, FXSYS_toDecimalDigit) { function 21 TEST(fxcrt, FXSYS_toDecimalDigitWide) { function
|
/external/protobuf/gtest/samples/ |
H A D | sample1_unittest.cc | 51 // Step 2. Use the TEST macro to define your tests. 53 // TEST has two parameters: the test case name and the test name. 79 TEST(FactorialTest, Negative) { function 103 TEST(FactorialTest, Zero) { function 108 TEST(FactorialTest, Positive) { function 119 TEST(IsPrimeTest, Negative) { function 128 TEST(IsPrimeTest, Trivial) { function 136 TEST(IsPrimeTest, Positive) { function
|
/external/protobuf/gtest/test/ |
H A D | gtest_help_test_.cc | 40 TEST(HelpFlagTest, ShouldNotBeRun) { function 45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} function
|
H A D | gtest_main_unittest.cc | 39 TEST(GTestMainTest, ShouldSucceed) { function in namespace:__anon15477
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
H A D | sample1_unittest.cc | 51 // Step 2. Use the TEST macro to define your tests. 53 // TEST has two parameters: the test case name and the test name. 79 TEST(FactorialTest, Negative) { function 103 TEST(FactorialTest, Zero) { function 108 TEST(FactorialTest, Positive) { function 119 TEST(IsPrimeTest, Negative) { function 128 TEST(IsPrimeTest, Trivial) { function 136 TEST(IsPrimeTest, Positive) { function
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
H A D | gtest_help_test_.cc | 40 TEST(HelpFlagTest, ShouldNotBeRun) { function 45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} function
|
H A D | gtest_main_unittest.cc | 39 TEST(GTestMainTest, ShouldSucceed) { function in namespace:__anon19824
|
/external/webrtc/webrtc/libjingle/xmpp/ |
H A D | jid_unittest.cc | 16 TEST(JidTest, TestDomain) { function 28 TEST(JidTest, TestNodeDomain) { function 40 TEST(JidTest, TestDomainResource) { function 52 TEST(JidTest, TestNodeDomainResource) { function 64 TEST(JidTest, TestNode) { function 76 TEST(JidTest, TestResource) { function 88 TEST(JidTest, TestNodeResource) { function 100 TEST(JidTest, TestFunky) { function 112 TEST(JidTest, TestFunky2) { function
|
/external/webrtc/webrtc/voice_engine/ |
H A D | channel_unittest.cc | 15 TEST(ChannelTest, EmptyTestToGetCodeCoverage) {} function
|
/external/clang/unittests/AST/ |
H A D | DeclTest.cpp | 21 TEST(Decl, CleansUpAPValues) { function
|
/external/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_vector_test.cc | 19 TEST(Vector, Basic) { function in namespace:__tsan 31 TEST(Vector, Stride) { function in namespace:__tsan
|