Searched defs:TEST (Results 1 - 25 of 1489) sorted by relevance

1234567891011>>

/external/clang/unittests/Basic/
H A DCharInfoTest.cpp17 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 DDiagnosticTest.cpp20 TEST(DiagnosticTest, suppressAndTrap) { function in namespace:__anon3325
50 TEST(DiagnosticTest, fatalsAsErrors) { function in namespace:__anon3325
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample1_unittest.cc51 // 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/google-breakpad/src/testing/gtest/test/
H A Dgtest_help_test_.cc40 TEST(HelpFlagTest, ShouldNotBeRun) { function
45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} function
H A Dgtest_main_unittest.cc39 TEST(GTestMainTest, ShouldSucceed) { function in namespace:__anon6888
/external/google-breakpad/src/testing/test/
H A Dgmock-port_test.cc43 TEST(DummyTest, Dummy) {} function
/external/googletest/googlemock/test/
H A Dgmock-port_test.cc43 TEST(DummyTest, Dummy) {} function
/external/googletest/googletest/samples/
H A Dsample1_unittest.cc51 // 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/googletest/googletest/test/
H A Dgtest_help_test_.cc40 TEST(HelpFlagTest, ShouldNotBeRun) { function
45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} function
H A Dgtest_main_unittest.cc39 TEST(GTestMainTest, ShouldSucceed) { function in namespace:__anon7034
/external/llvm/unittests/ADT/
H A DIntEqClassesTest.cpp17 TEST(IntEqClasses, Simple) { function in namespace:__anon13577
/external/llvm/unittests/Support/
H A DDwarfTest.cpp18 TEST(DwarfTest, TagStringOnInvalid) { function in namespace:__anon13690
29 TEST(DwarfTest, getTag) { function in namespace:__anon13690
45 TEST(DwarfTest, getOperationEncoding) { function in namespace:__anon13690
59 TEST(DwarfTest, LanguageStringOnInvalid) { function in namespace:__anon13690
69 TEST(DwarfTest, getLanguage) { function in namespace:__anon13690
86 TEST(DwarfTest, AttributeEncodingStringOnInvalid) { function in namespace:__anon13690
96 TEST(DwarfTest, getAttributeEncoding) { function in namespace:__anon13690
112 TEST(DwarfTest, VirtualityString) { function in namespace:__anon13690
129 TEST(DwarfTest, getVirtuality) { function in namespace:__anon13690
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl44 TEST: label
55 next TEST;
58 # open(TEST, $testfile) || die("Can't open testfile: $!");
61 # my $t_input = <TEST>;
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser_unittest.cpp8 TEST(cpdf_streamcontentparser, PDF_FindKeyAbbreviation) { function
22 TEST(cpdf_streamcontentparser, PDF_FindValueAbbreviation) { function
/external/pdfium/core/fxcrt/
H A Dfx_basic_gcc_unittest.cpp8 TEST(fxcrt, FXSYS_atoi) { function
31 TEST(fxcrt, FXSYS_atoi64) { function
53 TEST(fxcrt, FXSYS_wtoi) { function
71 TEST(fxcrt, FXSYS_wtoi64) { function
96 TEST(fxcrt, FXSYS_atoui) { function
H A Dfx_extension_unittest.cpp9 TEST(fxcrt, FXSYS_toHexDigit) { function
16 TEST(fxcrt, FXSYS_toDecimalDigit) { function
23 TEST(fxcrt, FXSYS_isDecimalDigit) { function
30 TEST(fxcrt, FX_HashCode_Ascii) { function
37 TEST(fxcrt, FX_HashCode_Wide) { function
/external/pdfium/fpdfsdk/
H A Dfpdfview_unittest.cpp10 TEST(FPDFView, DoubleInit) { function
16 TEST(FPDFView, DoubleDestroy) { function
/external/protobuf/gtest/samples/
H A Dsample1_unittest.cc51 // 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 Dgtest_help_test_.cc40 TEST(HelpFlagTest, ShouldNotBeRun) { function
45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} function
H A Dgtest_main_unittest.cc39 TEST(GTestMainTest, ShouldSucceed) { function in namespace:__anon16172
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DIntEqClassesTest.cpp17 TEST(IntEqClasses, Simple) { function in namespace:__anon19068
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DLeakDetectorTest.cpp19 TEST(LeakDetector, Death1) { function in namespace:__anon19096
/external/v8/testing/gmock/test/
H A Dgmock-port_test.cc43 TEST(DummyTest, Dummy) {} function
/external/v8/testing/gtest/samples/
H A Dsample1_unittest.cc51 // 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/v8/testing/gtest/test/
H A Dgtest_help_test_.cc40 TEST(HelpFlagTest, ShouldNotBeRun) { function
45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {} function

Completed in 1953 milliseconds

1234567891011>>