HomeSort by relevance Sort by last modified time
    Searched defs:TEST (Results 1 - 25 of 3068) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
gtest_test.cc 19 // Sanity test that gtest alone works on host and target
20 TEST(GTest, Nop) {}
  /bionic/tests/
ctype_test.cpp 21 TEST(ctype, isalnum) {
29 TEST(ctype, isalnum_l) {
37 TEST(ctype, isalpha) {
45 TEST(ctype, isalpha_l) {
53 TEST(ctype, isascii) {
58 TEST(ctype, isblank) {
64 TEST(ctype, isblank_l) {
70 TEST(ctype, iscntrl) {
75 TEST(ctype, iscntrl_l) {
80 TEST(ctype, isdigit)
    [all...]
float_test.cpp 21 TEST(float_h, macros) {
115 // TODO: FLT_HAS_SUBNORM currently missing from clang. Negate this test when fixed.
119 // TODO: DBL_HAS_SUBNORM currently missing from clang. Negate this test when fixed.
123 // TODO: LDBL_HAS_SUBNORM currently missing from clang. Negate this test when fixed.
langinfo_test.cpp 33 TEST(langinfo, category_CTYPE) {
39 TEST(langinfo, category_TIME) {
99 TEST(langinfo, category_NUMERIC) {
106 TEST(langinfo, category_MESSAGES) {
113 TEST(langinfo, category_MONETARY) {
129 TEST(langinfo, invalid) {
137 TEST(langinfo, matches_localeconv) {
143 // (See comment in category_MONETARY test.)
libdl_test.cpp 24 TEST(libdl, application_sdk_versions_smoke) {
limits_test.cpp 21 TEST(limits, macros) {
stdalign_test.cpp 21 TEST(stdalign, smoke) {
stdint_test.cpp 21 TEST(stdint_types, type_sizes) {
sys_syscall_test.cpp 21 TEST(unistd, syscall) {
sys_sysmacros_test.cpp 21 TEST(sys_sysmacros, makedev) {
25 TEST(sys_sysmacros, major) {
29 TEST(sys_sysmacros, minor) {
sys_types_test.cpp 21 TEST(sys_types, type_sizes) {
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) {
  /bootable/recovery/tests/unit/
locale_test.cpp 21 TEST(LocaleTest, Misc) {
  /build/soong/cc/libbuildversion/tests/
build_version_test.cpp 25 TEST(BuildNumber, binary) {
32 TEST(BuildNumber, library) {
  /device/google/cuttlefish_common/common/vsoc/lib/
graphics_test.cpp 20 TEST(GraphicsTest, Basic) {
22 // If this can compile then the test has passed.
  /external/boringssl/src/crypto/
self_test.cc 20 TEST(SelfTests, KAT) {
  /external/clang/unittests/Basic/
CharInfoTest.cpp 17 TEST(CharInfoTest, validateInfoTable) {
43 TEST(CharInfoTest, isASCII) {
54 TEST(CharInfoTest, isIdentifierHead) {
74 TEST(CharInfoTest, isIdentifierBody) {
94 TEST(CharInfoTest, isHorizontalWhitespace) {
116 TEST(CharInfoTest, isVerticalWhitespace) {
138 TEST(CharInfoTest, isWhitespace) {
160 TEST(CharInfoTest, isDigit) {
181 TEST(CharInfoTest, isHexDigit) {
202 TEST(CharInfoTest, isLetter)
    [all...]
DiagnosticTest.cpp 20 TEST(DiagnosticTest, suppressAndTrap) {
50 TEST(DiagnosticTest, fatalsAsErrors) {
  /external/google-breakpad/src/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...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_help_test_.cc 38 // and exit with 0; otherwise the following test will be executed,
40 TEST(HelpFlagTest, ShouldNotBeRun) {
45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
gtest_main_unittest.cc 39 TEST(GTestMainTest, ShouldSucceed) {
  /external/google-breakpad/src/testing/test/
gmock-port_test.cc 40 // test here to make references to symbols in the gtest library and avoid
43 TEST(DummyTest, Dummy) {}
  /external/googletest/googlemock/test/
gmock-port_test.cc 40 // test here to make references to symbols in the gtest library and avoid
43 TEST(DummyTest, Dummy) {}
  /external/googletest/googletest/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/googletest/googletest/test/
gtest_help_test_.cc 38 // and exit with 0; otherwise the following test will be executed,
40 TEST(HelpFlagTest, ShouldNotBeRun) {
45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}

Completed in 466 milliseconds

1 2 3 4 5 6 7 8 91011>>