/external/webrtc/webrtc/base/ |
macutils_unittest.cc | 14 TEST(MacUtilsTest, GetOsVersionName) { 20 TEST(MacUtilsTest, GetQuickTimeVersion) { 26 TEST(MacUtilsTest, RunAppleScriptCompileError) { 31 TEST(MacUtilsTest, RunAppleScriptRuntimeError) { 37 TEST(MacUtilsTest, DISABLED_RunAppleScriptSuccess) { 39 TEST(MacUtilsTest, RunAppleScriptSuccess) {
|
/prebuilts/ndk/r11/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...] |
sample4_unittest.cc | 36 TEST(Counter, Increment) {
|
/prebuilts/ndk/r13/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...] |
sample4_unittest.cc | 36 TEST(Counter, Increment) {
|
/system/core/base/ |
stringprintf_test.cpp | 23 TEST(StringPrintfTest, HexSizeT) { 29 TEST(StringPrintfTest, StringAppendF) { 35 TEST(StringPrintfTest, Errno) { 50 TEST(StringPrintfTest, At1023) { 54 TEST(StringPrintfTest, At1024) { 58 TEST(StringPrintfTest, At1025) {
|
errors_test.cpp | 24 // Error strings aren't consistent enough across systems to test the output, 27 TEST(ErrorsTest, TestSystemErrorString) {
|
/bionic/tests/ |
netinet_in_test.cpp | 33 TEST(netinet_in, bindresvport) { 34 // This isn't something we can usually test, so just check the symbol's there. 38 TEST(netinet_in, in6addr_any) { 43 TEST(netinet_in, in6addr_loopback) { 48 TEST(netinet_in, htons_function) { 52 TEST(netinet_in, htonl_function) { 56 TEST(netinet_in, htonq_macro) { 64 TEST(netinet_in, ntohs_function) { 68 TEST(netinet_in, ntohl_function) { 72 TEST(netinet_in, ntohq_macro) [all...] |
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) {
|
/external/valgrind/memcheck/tests/ |
malloc_free_fill.c | 2 /* Test for correct functioning of the --malloc-fill and --free-fill 14 #define TEST(x, exp_x, desc) \ 23 fprintf(stderr, "test simple malloc/free:\n"); 26 TEST(a[4], 0x55555555, "malloc-filled"); 29 TEST(a[5], 0x77777777, " free-filled"); 35 TEST(r[25], 0x55555555, "malloc-filled"); 41 TEST(oldr[26], 0x77777777, " free-filled"); 42 TEST( r[35], 0x55555555, "malloc-filled"); 50 TEST(r[25], 0x55555555, "malloc-filled"); 56 TEST(oldr[26], 0x77777777, " free-filled") [all...] |
/system/chre/platform/slpi/tests/ |
platform_sensor_util_test.cc | 27 TEST(SmgrSamplingRateTest, Zero) { 32 TEST(SmgrSamplingRateTest, FiftyHertz) { 38 TEST(SmgrSamplingRateTest, ZeroPointFiveHertz) { 44 TEST(SmgrSamplingRateTest, MinisculeRate) { 50 TEST(SmgrSamplingRateTest, HugeRate) { 56 TEST(SmgrQ16ReportRateTest, Zero) { 61 TEST(SmgrQ16ReportRateTest, FiftyHertz) { 67 TEST(SmgrQ16ReportRateTest, ZeroPointFiveHertz) { 73 TEST(SmgrQ16ReportRateTest, OneNanosecond) {
|
/external/autotest/client/site_tests/example_UnitTest/src/ |
main.cc | 7 TEST(ExampleTest, All) { 8 // Test something
|
/external/clang/test/CodeGenCXX/ |
arm-swiftcall.cpp | 15 #define TEST(TYPE) \ 32 TEST(struct_empty); 48 TEST(struct_1); 110 TEST(struct_indirect_1)
|
/external/clang/test/Sema/ |
__try.c | 7 #define TEST TEST2(test) 31 void TEST() { 46 void TEST() { 52 void TEST() { 59 void TEST() { 63 void TEST() { 71 void TEST() { 80 void TEST() { 110 void TEST() { [all...] |
/external/google-breakpad/src/testing/gtest/samples/ |
sample4_unittest.cc | 36 TEST(Counter, Increment) {
|
/external/googletest/googletest/samples/ |
sample4_unittest.cc | 36 TEST(Counter, Increment) {
|
/external/libchrome/base/strings/ |
nullable_string16_unittest.cc | 11 TEST(NullableString16Test, DefaultConstructor) { 17 TEST(NullableString16Test, Equals) { 23 TEST(NullableString16Test, NotEquals) { 29 TEST(NullableString16Test, NotEqualsNull) {
|
/external/libchrome/base/win/ |
windows_version_unittest.cc | 13 TEST(WindowsVersion, GetVersionExAndKernelVersionMatch) {
|
/external/v8/testing/gtest/samples/ |
sample4_unittest.cc | 36 TEST(Counter, Increment) {
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
sample4_unittest.cc | 36 TEST(Counter, Increment) {
|
/hardware/interfaces/audio/effect/2.0/vts/functional/ |
ValidateAudioEffectsConfiguration.cpp | 21 TEST(CheckConfig, audioEffectsConfigurationValidation) {
|
/packages/inputmethods/LatinIME/native/dicttoolkit/tests/command_executors/ |
diff_executor_test.cpp | 25 TEST(DiffExecutorTests, TestArguemntSpecs) {
|
header_executor_test.cpp | 25 TEST(HeaderExecutorTests, TestArguemntSpecs) {
|
info_executor_test.cpp | 25 TEST(InfoExecutorTests, TestArguemntSpecs) {
|
makedict_executor_test.cpp | 25 TEST(MakedictExecutorTests, TestArguemntSpecs) {
|