HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 51 - 75 of 3394) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/protobuf/gtest/test/
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...]
  /external/webrtc/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) {
  /tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/
TradeFedNativeTestSample2_test.cpp 24 TEST(CelciusToFarenheitTest, testNegative) {
28 TEST(CelciusToFarenheitTest, testPositive) {
32 TEST(FarenheitToCelciusTest, testExactFail) {
36 TEST(FarenheitToCelciusTest, testApproximatePass) {
  /external/vixl/test/
test-aborts.cc 29 #include "test-runner.h"
40 #define TEST(name, code, expected_prefix) \
59 TEST(abort, VIXL_ABORT(), "Aborting in ")
60 TEST(abort_with_msg, VIXL_ABORT_WITH_MSG("message\n"), "message\nin ")
61 TEST(check_simple, VIXL_CHECK(false), "Assertion failed (false)\nin ")
62 TEST(check_expression, VIXL_CHECK(1 == 2), "Assertion failed (1 == 2)\nin ")
64 TEST(unimplemented, VIXL_UNIMPLEMENTED(), "UNIMPLEMENTED in ")
65 TEST(unreachable, VIXL_UNREACHABLE(), "UNREACHABLE in ")
  /external/google-breakpad/src/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/googletest/googletest/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/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/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...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/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/
utmp_test.cpp 21 TEST(utmp, login_tty) {
23 // This test just checks that we're exporting the symbol independently.
27 TEST(utmp, setutent_getutent_endutent) {
sys_sysmacros_test.cpp 21 TEST(sys_sysmacros, makedev) {
25 TEST(sys_sysmacros, major) {
29 TEST(sys_sysmacros, minor) {
  /external/clang/test/Preprocessor/
expr_define_expansion.c 14 #define TEST(a) (defined(m_##a) && a)
21 #if TEST(foo)
  /frameworks/base/tools/aapt2/
SdkConstants_test.cpp 23 TEST(SdkConstantsTest, FirstAttributeIsSdk1) {
27 TEST(SdkConstantsTest, NonFrameworkAttributeIsSdk0) {
  /system/core/libmetricslogger/
metrics_logger_test.cpp 21 TEST(MetricsLoggerTest, AddSingleBootEvent) {
26 TEST(MetricsLoggerTest, AddCounterVal) {
  /system/extras/tests/kernel.config/
multicast_test.cpp 20 TEST(kernel_config, CONFIG_IPV6) {
24 TEST(kernel_config, CONFIG_IP_MULTICAST) {
  /tools/tradefederation/core/tests/test-apps/TradeFedNativeTestApp/
TradeFedNativeTestApp_test.cpp 22 TEST(TradeFedNativeAppTest, testNullPointerCrash) {
23 // Force test to crash via Seg Fault
28 TEST(TradeFedNativeAppTest, testInfiniteLoop) {
  /external/clang/test/CodeGen/
2003-11-19-AddressOfRegister.c 7 int TEST(int nt) {
  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/
dict_toolkit_defines_test.cpp 25 // Initial trivial test case.
26 TEST(DictToolkitDefinesTest, TestKeycodeSpace) {
  /platform_testing/tests/example/native/
HelloWorldTest.cpp 21 TEST(HelloWorldTest, PrintHelloWorld) {

Completed in 4663 milliseconds

1 23 4 5 6 7 8 91011>>