/external/chromium/chrome/browser/chromeos/login/ |
authenticator_unittest.cc | 11 TEST(AuthenticatorTest, EmailAddressNoOp) { 16 TEST(AuthenticatorTest, EmailAddressIgnoreCaps) { 21 TEST(AuthenticatorTest, EmailAddressIgnoreDomainCaps) { 26 TEST(AuthenticatorTest, EmailAddressRejectOneUsernameDot) { 31 TEST(AuthenticatorTest, EmailAddressMatchWithOneUsernameDot) { 36 TEST(AuthenticatorTest, EmailAddressIgnoreOneUsernameDot) { 41 TEST(AuthenticatorTest, EmailAddressIgnoreManyUsernameDots) { 46 TEST(AuthenticatorTest, EmailAddressIgnoreConsecutiveUsernameDots) { 51 TEST(AuthenticatorTest, EmailAddressDifferentOnesRejected) { 56 TEST(AuthenticatorTest, EmailAddressIgnorePlusSuffix) [all...] |
/external/compiler-rt/lib/tsan/rtl_tests/ |
tsan_bench.cc | 35 TEST(DISABLED_BENCH, Mop1) { 39 TEST(DISABLED_BENCH, Mop1Read) { 43 TEST(DISABLED_BENCH, Mop1Write) { 47 TEST(DISABLED_BENCH, Mop2) { 51 TEST(DISABLED_BENCH, Mop2Read) { 55 TEST(DISABLED_BENCH, Mop2Write) { 59 TEST(DISABLED_BENCH, Mop4) { 63 TEST(DISABLED_BENCH, Mop4Read) { 67 TEST(DISABLED_BENCH, Mop4Write) { 71 TEST(DISABLED_BENCH, Mop8) [all...] |
/external/clang/unittests/AST/ |
DeclPrinterTest.cpp | 12 // Search this file for WRONG to see test cases that are producing something 142 TEST(DeclPrinter, TestNamespace1) { 150 TEST(DeclPrinter, TestNamespace2) { 158 TEST(DeclPrinter, TestNamespaceAlias1) { 167 TEST(DeclPrinter, TestNamespaceAlias2) { 176 TEST(DeclPrinter, TestCXXRecordDecl1) { 184 TEST(DeclPrinter, TestCXXRecordDecl2) { 192 TEST(DeclPrinter, TestCXXRecordDecl3) { 200 TEST(DeclPrinter, TestCXXRecordDecl4) { 209 TEST(DeclPrinter, TestCXXRecordDecl5) [all...] |
/external/llvm/unittests/Support/ |
YAMLParserTest.cpp | 21 // to reduce noise in unit test runs. 41 TEST(YAMLParser, ParsesEmptyArray) { 45 TEST(YAMLParser, FailsIfNotClosingArray) { 51 TEST(YAMLParser, ParsesEmptyArrayWithWhitespace) { 56 TEST(YAMLParser, ParsesEmptyObject) { 60 TEST(YAMLParser, ParsesObject) { 64 TEST(YAMLParser, ParsesMultipleKeyValuePairsInObject) { 69 TEST(YAMLParser, FailsIfNotClosingObject) { 74 TEST(YAMLParser, FailsIfMissingColon) { 79 TEST(YAMLParser, FailsOnMissingQuote) [all...] |
MathExtrasTest.cpp | 17 TEST(MathExtras, isPowerOf2_32) { 24 TEST(MathExtras, isPowerOf2_64) { 31 TEST(MathExtras, ByteSwap_32) { 36 TEST(MathExtras, ByteSwap_64) { 41 TEST(MathExtras, CountLeadingZeros_32) { 49 TEST(MathExtras, CountLeadingZeros_64) { 57 TEST(MathExtras, CountLeadingOnes_32) { 64 TEST(MathExtras, CountLeadingOnes_64) { 75 TEST(MathExtras, FloatBits) { 80 TEST(MathExtras, DoubleBits) [all...] |
/bionic/tests/ |
stubs_test.cpp | 55 TEST(getpwnam, system_id_root) { 59 TEST(getpwnam, system_id_system) { 63 TEST(getpwnam, app_id_radio) { 67 TEST(getpwnam, app_id_nobody) { 71 TEST(getpwnam, app_id_all_a0) { 75 TEST(getpwnam, app_id_u1_a40000) { 79 TEST(getpwnam, app_id_u0_a0) { 83 TEST(getpwnam, app_id_u0_a1234) { 87 TEST(getpwnam, app_id_u0_a9999) { 92 TEST(getpwnam, app_id_u1_root) [all...] |
getcwd_test.cpp | 23 TEST(getcwd, auto_full) { 33 TEST(getcwd, auto_reasonable) { 43 TEST(getcwd, auto_too_small) { 51 TEST(getcwd, auto_too_large) { 59 TEST(getcwd, manual_too_small) { 68 TEST(getcwd, manual_zero) { 77 TEST(getcwd, manual_path_max) {
|
/external/chromium/net/http/ |
http_chunked_decoder_unittest.cc | 12 typedef testing::Test HttpChunkedDecoderTest; 57 TEST(HttpChunkedDecoderTest, Basic) { 64 TEST(HttpChunkedDecoderTest, OneChunk) { 71 TEST(HttpChunkedDecoderTest, Typical) { 81 TEST(HttpChunkedDecoderTest, Incremental) { 98 TEST(HttpChunkedDecoderTest, LF_InsteadOf_CRLF) { 111 TEST(HttpChunkedDecoderTest, Extensions) { 119 TEST(HttpChunkedDecoderTest, Trailers) { 130 TEST(HttpChunkedDecoderTest, TrailersUnfinished) { 139 TEST(HttpChunkedDecoderTest, InvalidChunkSize_TooBig) [all...] |
http_request_headers_unittest.cc | 13 TEST(HttpRequestHeaders, HasHeader) { 26 TEST(HttpRequestHeaders, SetHeader) { 32 TEST(HttpRequestHeaders, SetMultipleHeaders) { 40 TEST(HttpRequestHeaders, SetHeaderTwice) { 47 TEST(HttpRequestHeaders, SetHeaderTwiceCaseInsensitive) { 54 TEST(HttpRequestHeaders, SetHeaderTwiceSamePrefix) { 63 TEST(HttpRequestHeaders, SetEmptyHeader) { 70 TEST(HttpRequestHeaders, SetHeaderIfMissing) { 78 TEST(HttpRequestHeaders, RemoveHeader) { 85 TEST(HttpRequestHeaders, RemoveHeaderMissingHeader) [all...] |
/external/chromium/testing/gtest/test/ |
gtest-message_test.cc | 52 TEST(MessageTest, DefaultConstructor) { 58 TEST(MessageTest, CopyConstructor) { 65 TEST(MessageTest, ConstructsFromCString) { 71 TEST(MessageTest, StreamsFloat) { 79 TEST(MessageTest, StreamsDouble) { 88 TEST(MessageTest, StreamsPointer) { 95 TEST(MessageTest, StreamsNullPointer) { 101 TEST(MessageTest, StreamsCString) { 106 TEST(MessageTest, StreamsNullCString) { 112 TEST(MessageTest, StreamsString) [all...] |
gtest_sole_header_test.cc | 32 // This test verifies that it's possible to use Google Test by including 43 TEST(NoFatalFailureTest, ExpectNoFatalFailure) { 50 TEST(NoFatalFailureTest, AssertNoFatalFailure) {
|
/external/gtest/test/ |
gtest-message_test.cc | 52 TEST(MessageTest, DefaultConstructor) { 58 TEST(MessageTest, CopyConstructor) { 65 TEST(MessageTest, ConstructsFromCString) { 71 TEST(MessageTest, StreamsFloat) { 79 TEST(MessageTest, StreamsDouble) { 88 TEST(MessageTest, StreamsPointer) { 95 TEST(MessageTest, StreamsNullPointer) { 101 TEST(MessageTest, StreamsCString) { 106 TEST(MessageTest, StreamsNullCString) { 112 TEST(MessageTest, StreamsString) [all...] |
gtest_sole_header_test.cc | 32 // This test verifies that it's possible to use Google Test by including 43 TEST(NoFatalFailureTest, ExpectNoFatalFailure) { 50 TEST(NoFatalFailureTest, AssertNoFatalFailure) {
|
/external/chromium/testing/gtest/samples/ |
sample1_unittest.cc | 35 // This sample shows how to write a simple unit test for a function, 38 // Writing a unit test using Google C++ testing framework is easy as 1-2-3: 42 // test logic needs is declared. 51 // Step 2. Use the TEST macro to define your tests. 53 // TEST has two parameters: the test case name and the test name. 54 // After using the macro, you should define your test logic between a 56 // success or failure of a test. EXPECT_TRUE and EXPECT_EQ are 61 // In Google Test, tests are grouped into test cases. This is how w [all...] |
sample4_unittest.cc | 36 TEST(Counter, Increment) {
|
/external/gtest/samples/ |
sample1_unittest.cc | 35 // This sample shows how to write a simple unit test for a function, 38 // Writing a unit test using Google C++ testing framework is easy as 1-2-3: 42 // test logic needs is declared. 51 // Step 2. Use the TEST macro to define your tests. 53 // TEST has two parameters: the test case name and the test name. 54 // After using the macro, you should define your test logic between a 56 // success or failure of a test. EXPECT_TRUE and EXPECT_EQ are 61 // In Google Test, tests are grouped into test cases. This is how w [all...] |
sample4_unittest.cc | 36 TEST(Counter, Increment) {
|
/external/protobuf/gtest/samples/ |
sample1_unittest.cc | 35 // This sample shows how to write a simple unit test for a function, 38 // Writing a unit test using Google C++ testing framework is easy as 1-2-3: 42 // test logic needs is declared. 51 // Step 2. Use the TEST macro to define your tests. 53 // TEST has two parameters: the test case name and the test name. 54 // After using the macro, you should define your test logic between a 56 // success or failure of a test. EXPECT_TRUE and EXPECT_EQ are 61 // In Google Test, tests are grouped into test cases. This is how w [all...] |
/external/valgrind/main/memcheck/tests/ |
malloc_free_fill.c | 2 /* Test for correct functioning of the --malloc-fill and --free-fill 14 #define TEST(x, exp_x, desc) \ 23 fprintf(stderr, "test simple malloc/free:\n"); 26 TEST(a[4], 0x55555555, "malloc-filled"); 29 TEST(a[5], 0x77777777, " free-filled"); 35 TEST(r[25], 0x55555555, "malloc-filled"); 41 TEST(oldr[26], 0x77777777, " free-filled"); 42 TEST( r[35], 0x55555555, "malloc-filled"); 50 TEST(r[25], 0x55555555, "malloc-filled"); 56 TEST(oldr[26], 0x77777777, " free-filled") [all...] |
/external/chromium/net/base/ |
ssl_config_service_unittest.cc | 17 TEST(SSLConfigServiceTest, FalseStartDisabledHosts) { 23 TEST(SSLConfigServiceTest, FalseStartDisabledDomains) {
|
/external/compiler-rt/lib/tsan/unit_tests/ |
tsan_flags_test.cc | 19 TEST(Flags, Basic) { 27 TEST(Flags, DefaultValues) {
|
/external/protobuf/gtest/test/ |
gtest_sole_header_test.cc | 32 // This test verifies that it's possible to use Google Test by including 43 TEST(NoFatalFailureTest, ExpectNoFatalFailure) { 50 TEST(NoFatalFailureTest, AssertNoFatalFailure) {
|
gtest_xml_output_unittest_.cc | 32 // Unit test for Google Test XML output. 34 // A user can specify XML output in a Google Test program to run via 38 // This program will be invoked from a Python unit test. Don't run it 47 class SuccessfulTest : public testing::Test { 55 class FailedTest : public testing::Test { 62 class DisabledTest : public testing::Test { 66 FAIL() << "Unexpected failure: Disabled test should not be run"; 69 TEST(MixedResultTest, Succeeds) { 74 TEST(MixedResultTest, Fails) [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
js-test-post-function.js | 4 debug('<br><span class="pass">TEST COMPLETE</span>');
|
/external/clang/unittests/Tooling/ |
RecursiveASTVisitorTest.cpp | 108 TEST(RecursiveASTVisitor, VisitsBaseClassDeclarations) { 114 TEST(RecursiveASTVisitor, VisitsCXXBaseSpecifiersOfForwardDeclaredClass) { 123 TEST(RecursiveASTVisitor, VisitsCXXBaseSpecifiersWithIncompleteInnerClass) { 131 TEST(RecursiveASTVisitor, VisitsCXXBaseSpecifiersOfSelfReferentialType) { 139 TEST(RecursiveASTVisitor, VisitsBaseClassTemplateArguments) { 146 TEST(RecursiveASTVisitor, VisitsCXXForRangeStmtRange) { 155 TEST(RecursiveASTVisitor, VisitsCXXForRangeStmtLoopVariable) { 163 TEST(RecursiveASTVisitor, VisitsCallExpr) { 170 TEST(RecursiveASTVisitor, VisitsCallInTemplateInstantiation) { 181 TEST(RecursiveASTVisitor, VisitsCallInNestedFunctionTemplateInstantiation) [all...] |