/external/protobuf/gtest/test/ |
gtest_shuffle_test_.cc | 32 // Verifies that test shuffling works. 41 using ::testing::Test; 48 // The test methods are empty, as the sole purpose of this program is 49 // to print the test names before/after shuffling. 51 class A : public Test {}; 55 TEST(ADeathTest, A) {} 56 TEST(ADeathTest, B) {} 57 TEST(ADeathTest, C) {} 59 TEST(B, A) {} 60 TEST(B, B) { [all...] |
gtest_help_test_.cc | 38 // and exit with 0; otherwise the following test will be executed, 40 TEST(HelpFlagTest, ShouldNotBeRun) {
|
gtest_main_unittest.cc | 39 TEST(GTestMainTest, ShouldSucceed) {
|
gtest_uninitialized_test_.cc | 34 TEST(DummyTest, Dummy) { 35 // This test doesn't verify anything. We just need it to create a 36 // realistic stage for testing the behavior of Google Test when
|
gtest_list_tests_unittest_.cc | 32 // Unit test for Google Test's --gtest_list_tests flag. 34 // A user can ask Google Test to list all tests that will run 38 // This program will be invoked from a Python unit test. 45 // Several different test cases and tests that will be listed. 46 TEST(Foo, Bar1) { 49 TEST(Foo, Bar2) { 52 TEST(Foo, DISABLED_Bar3) { 55 TEST(Abc, Xyz) { 58 TEST(Abc, Def) [all...] |
gtest_filter_unittest_.cc | 32 // Unit test for Google Test test filters. 34 // A user can specify which test(s) in a Google Test program to run via 38 // The program will be invoked from a Python unit test. Don't run it 45 // Test case FooTest. 47 class FooTest : public testing::Test { 57 // Test case BarTest. 59 TEST(BarTest, TestOne) [all...] |
gtest-message_test.cc | 53 TEST(MessageTest, DefaultConstructor) { 59 TEST(MessageTest, CopyConstructor) { 66 TEST(MessageTest, ConstructsFromCString) { 72 TEST(MessageTest, StreamsPointer) { 79 TEST(MessageTest, StreamsNullPointer) { 85 TEST(MessageTest, StreamsCString) { 90 TEST(MessageTest, StreamsNullCString) { 100 // test this where std::string can be used. 101 TEST(MessageTest, StreamsString) { 107 TEST(MessageTest, StreamsStringWithEmbeddedNUL) [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_shuffle_test_.cc | 32 // Verifies that test shuffling works. 41 using ::testing::Test; 47 // The test methods are empty, as the sole purpose of this program is 48 // to print the test names before/after shuffling. 50 class A : public Test {}; 54 TEST(ADeathTest, A) {} 55 TEST(ADeathTest, B) {} 56 TEST(ADeathTest, C) {} 58 TEST(B, A) {} 59 TEST(B, B) { [all...] |
gtest_filter_unittest_.cc | 32 // Unit test for Google Test test filters. 34 // A user can specify which test(s) in a Google Test program to run via 38 // The program will be invoked from a Python unit test. Don't run it 45 // Test case FooTest. 47 class FooTest : public testing::Test { 57 // Test case BarTest. 59 TEST(BarTest, TestOne) [all...] |
/external/chromium_org/chrome/browser/metrics/ |
time_ticks_experiment_unittest.cc | 13 // Makes sure the test runs. Mostly so we don't break by using illegal functions 16 TEST(TimeTicksExperimentTest, RunTimeTicksExperiment) {
|
/external/chromium_org/media/base/ |
scoped_histogram_timer_unittest.cc | 11 TEST(ScopedHistogramTimer, TwoTimersOneScope) {
|
/external/chromium_org/ui/native_theme/ |
native_theme_win_unittest.cc | 11 TEST(NativeThemeTest, Init) {
|
/external/chromium/testing/gtest/test/ |
gtest_filter_unittest_.cc | 32 // Unit test for Google Test test filters. 34 // A user can specify which test(s) in a Google Test program to run via 38 // The program will be invoked from a Python unit test. Don't run it 45 // Test case FooTest. 47 class FooTest : public testing::Test { 57 // Test case BarTest. 59 TEST(BarTest, TestOne) [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest_filter_unittest_.cc | 32 // Unit test for Google Test test filters. 34 // A user can specify which test(s) in a Google Test program to run via 38 // The program will be invoked from a Python unit test. Don't run it 45 // Test case FooTest. 47 class FooTest : public testing::Test { 57 // Test case BarTest. 59 TEST(BarTest, TestOne) [all...] |
/external/clang/test/Sema/ |
__try.c | 6 #define TEST TEST2(test) 28 void TEST() { 43 void TEST() { 49 void TEST() { 56 void TEST() { 60 void TEST() { 68 void TEST() { 77 void TEST() { 107 void TEST() { [all...] |
/external/gtest/test/ |
gtest_filter_unittest_.cc | 32 // Unit test for Google Test test filters. 34 // A user can specify which test(s) in a Google Test program to run via 38 // The program will be invoked from a Python unit test. Don't run it 45 // Test case FooTest. 47 class FooTest : public testing::Test { 57 // Test case BarTest. 59 TEST(BarTest, TestOne) [all...] |
/bionic/tests/ |
math_test.cpp | 44 TEST(math, fpclassify) { 63 TEST(math, isfinite) { 71 TEST(math, isinf) { 78 TEST(math, isnan) { 85 TEST(math, isnormal) { 95 TEST(math, signbit) { 108 TEST(math, __fpclassifyd) { 118 TEST(math, __fpclassifyf) { 128 TEST(math, __fpclassifyl) { 137 TEST(math, finitef) [all...] |
/external/webrtc/src/system_wrappers/source/ |
unittest_utilities_unittest.cc | 20 TEST(UnittestUtilities, TraceOn) { 27 TEST(UnittestUtilities, TraceOff) {
|
/external/chromium_org/net/http/ |
http_status_code_unittest.cc | 13 TEST(HttpStatusCode, OK) {
|
/external/chromium_org/remoting/host/setup/ |
pin_validator_unittest.cc | 11 TEST(IsPinValidTest, Normal) { 15 TEST(IsPinValidTest, Short) { 19 TEST(IsPinValidTest, Long) { 23 TEST(IsPinValidTest, BadCharacter) {
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
KeyCodeConversionTestGtk.cpp | 42 TEST(KeyCodeConversionTest, KeyPadClear) 47 TEST(KeyCodeConversionTest, KeyPadInsert) 53 TEST(KeyCodeConversionTest, KeyPadDelete) 59 TEST(KeyCodeConversionTest, AltGr)
|
/external/chromium_org/v8/test/cctest/ |
test-cpu-ia32.cc | 36 TEST(RequiredFeaturesX64) { 37 // Test for the features required by every x86 CPU in compat/legacy mode.
|
/external/clang/test/CodeGen/ |
2003-11-19-AddressOfRegister.c | 7 int TEST(int nt) {
|
/external/chromium_org/base/ |
build_time_unittest.cc | 9 TEST(BuildTime, DateLooksValid) { 17 TEST(BuildTime, TimeLooksValid) { 25 TEST(BuildTime, DoesntCrash) { 27 // really test the value returned by it, except to check that it doesn't
|
/external/valgrind/unittest/ |
gtest_fixture_injection.h | 27 // This file is a part of a test suite for ThreadSanitizer, a race detector. 31 // after running each test case. 32 // This file contains a hack that replaces the googletest TEST macro and injects 33 // a custom fixture class instead of ::testing::Test for TEST tests 34 // (i.e. those test that don't have fixtures) 37 // not ::testing::Test 40 #ifndef TEST 44 class RacecheckFixture : public ::testing::Test { 51 #undef TEST [all...] |