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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/third_party/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...]
  /prebuilts/ndk/r16/sources/third_party/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) {}
gtest_main_unittest.cc 39 TEST(GTestMainTest, ShouldSucceed) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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) {}
  /system/core/libkeyutils/
keyutils_test.cpp 35 TEST(keyutils, smoke) {
  /system/core/libmetricslogger/
metrics_logger_test.cpp 21 TEST(MetricsLoggerTest, AddSingleBootEvent) {
26 TEST(MetricsLoggerTest, AddCounterVal) {
  /system/extras/tests/kernel.config/
logger_test.cpp 20 TEST(kernel_config, NOT_CONFIG_ANDROID_LOGGER) {
mmc_max_speed_test.cpp 20 TEST(kernel_config, CONFIG_MMC_BLOCK_MAX_SPEED) {
multicast_test.cpp 20 TEST(kernel_config, CONFIG_IPV6) {
24 TEST(kernel_config, CONFIG_IP_MULTICAST) {
pstore_test.cpp 21 TEST(kernel_config, CONFIG_PSTORE) {
25 TEST(kernel_config, CONFIG_PSTORE_CONSOLE) {
30 TEST(kernel_config, CONFIG_PSTORE_PMSG) {
  /bionic/linker/tests/
linker_sleb128_test.cpp 37 TEST(linker_sleb128, smoke) {
  /bionic/tests/
alloca_test.cpp 23 TEST(alloca, alloca) {
assert_test.cpp 22 TEST(assert, assert_true) {
26 TEST(assert, assert_false) {
37 TEST(assert, assert_true_NDEBUG) {
41 TEST(assert, assert_false_NDEBUG) {
elf_test.cpp 22 TEST(elf, have_ELF_ST_INFO_macros) {
nl_types_test.cpp 22 TEST(nl_types, smoke) {
stdarg_test.cpp 21 TEST(stdarg, smoke) {
sys_personality_test.cpp 21 TEST(sys_personality, current_persona) {
sys_quota_test.cpp 21 TEST(sys_quota, quotactl_dqblk) {
28 TEST(sys_quota, quotactl_dqinfo) {
sys_timex_test.cpp 23 TEST(sys_timex, adjtimex_smoke) {
30 TEST(sys_timex, adjtimex_EFAULT) {
36 TEST(sys_timex, clock_adjtime_smoke) {
43 TEST(sys_timex, clock_adjtime_EFAULT) {
sys_ttydefaults_test.cpp 22 TEST(sys_ttydefaults, flags) {
31 TEST(sys_ttydefaults, correct_CEOL) {
termios_test.cpp 44 TEST(termios, cfgetispeed_cfsetispeed) {
50 TEST(termios, cfsetispeed_EINVAL) {
57 TEST(termios, cfgetospeed_cfsetospeed) {
63 TEST(termios, cfsetospeed_EINVAL) {
70 TEST(termios, cfsetspeed) {
77 TEST(termios, cfsetspeed_EINVAL) {
86 TEST(termios, cfmakeraw) {
  /external/autotest/client/site_tests/example_UnitTest/src/
main.cc 7 TEST(ExampleTest, All) {
8 // Test something
  /external/boringssl/src/crypto/fipsmodule/modes/
gcm_test.cc 66 #include "../../test/file_test.h"
67 #include "../../test/test_util.h"
70 TEST(GCMTest, TestVectors) {
116 TEST(GCMTest, ByteSwap) {
  /external/boringssl/src/crypto/hmac_extra/
hmac_test.cc 66 #include "../test/file_test.h"
67 #include "../test/test_util.h"
87 TEST(HMACTest, TestVectors) {
100 // Test using the one-shot API.
108 // Test using HMAC_CTX.
116 // Test that an HMAC_CTX may be reset with the same key.
122 // Test feeding the input in byte by byte.
  /external/boringssl/src/crypto/pool/
pool_test.cc 19 #include "../test/test_util.h"
22 TEST(PoolTest, Unpooled) {
31 // Test that reference-counting works properly.
36 TEST(PoolTest, Empty) {
44 TEST(PoolTest, Pooled) {

Completed in 967 milliseconds

1 23 4 5 6 7 8 91011>>