HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 26 - 50 of 2774) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/dbus/
util_unittest.cc 10 TEST(UtilTest, GetAbsoluteMemberName) {
  /external/chromium_org/media/base/
scoped_histogram_timer_unittest.cc 11 TEST(ScopedHistogramTimer, TwoTimersOneScope) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
post_decode_vad_unittest.cc 19 TEST(PostDecodeVad, CreateAndDestroy) {
random_vector_unittest.cc 19 TEST(RandomVector, CreateAndDestroy) {
background_noise_unittest.cc 19 TEST(BackgroundNoise, CreateAndDestroy) {
  /external/protobuf/gtest/test/
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...]
  /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/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/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/core/animation/animatable/
AnimatableNeutralTest.cpp 40 TEST(AnimationAnimatableNeutralTest, Create)
  /external/chromium_org/url/
origin_unittest.cc 12 // Each test examines the Origin is constructed correctly without
14 TEST(OriginTest, constructEmpty) {
19 TEST(OriginTest, constructNull) {
24 TEST(OriginTest, constructValidOrigin) {
29 TEST(OriginTest, constructValidOriginWithoutPort) {
  /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/chromium_org/v8/src/base/
sys-info-unittest.cc 17 TEST(SysInfoTest, NumberOfProcessors) {
22 TEST(SysInfoTest, DISABLE_ON_NACL(AmountOfPhysicalMemory)) {
27 TEST(SysInfoTest, AmountOfVirtualMemory) {
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 12 // Search this file for WRONG to see test cases that are producing something
174 TEST(DeclPrinter, TestTypedef1) {
182 TEST(DeclPrinter, TestTypedef2) {
190 TEST(DeclPrinter, TestTypedef3) {
199 TEST(DeclPrinter, TestTypedef4) {
208 TEST(DeclPrinter, TestNamespace1) {
216 TEST(DeclPrinter, TestNamespace2) {
224 TEST(DeclPrinter, TestNamespaceAlias1) {
233 TEST(DeclPrinter, TestNamespaceAlias2) {
242 TEST(DeclPrinter, TestCXXRecordDecl1)
    [all...]

Completed in 3221 milliseconds

12 3 4 5 6 7 8 91011>>