Home
last modified time | relevance | path

Searched refs:test_ (Results 1 – 25 of 202) sorted by relevance

123456789

/external/googletest/googletest/test/
DBUILD.bazel56 "googletest-catch-exceptions-test_.cc",
57 "googletest-color-test_.cc",
58 "googletest-env-var-test_.cc",
62 "googletest-output-test_.cc",
64 "googletest-shuffle-test_.cc",
65 "googletest-uninitialized-test_.cc",
68 "googletest-throw-on-failure-test_.cc",
69 "googletest-param-test-invalid-name1-test_.cc",
70 "googletest-param-test-invalid-name2-test_.cc",
171 name = "googletest-output-test_",
[all …]
Dgoogletest-output-test-golden-lin.txt3 googletest-output-test_.cc:#: Failure
9 googletest-output-test_.cc:#: Failure
41 googletest-output-test_.cc:#: Failure
49 googletest-output-test_.cc:#: Failure
59 googletest-output-test_.cc:#: Failure
75 googletest-output-test_.cc:#: Failure
85 googletest-output-test_.cc:#: Failure
95 googletest-output-test_.cc:#: Failure
107 googletest-output-test_.cc:#: Failure
113 googletest-output-test_.cc:#: Failure
[all …]
/external/webrtc/webrtc/call/
Dbitrate_estimator_tests.cc164 : test_(test), in Stream()
172 test_->video_send_config_.rtp.ssrcs[0]++; in Stream()
173 test_->video_send_config_.encoder_settings.encoder = &fake_encoder_; in Stream()
174 send_stream_ = test_->sender_call_->CreateVideoSendStream( in Stream()
175 test_->video_send_config_, test_->video_encoder_config_); in Stream()
176 RTC_DCHECK_EQ(1u, test_->video_encoder_config_.streams.size()); in Stream()
178 send_stream_->Input(), test_->video_encoder_config_.streams[0].width, in Stream()
179 test_->video_encoder_config_.streams[0].height, 30, in Stream()
186 receive_config.rtp.remote_ssrc = test_->video_send_config_.rtp.ssrcs[0]; in Stream()
195 test_->receiver_call_->CreateAudioReceiveStream(receive_config); in Stream()
[all …]
/external/llvm/test/tools/llvm-cov/
Dllvm-cov.test67 RUN: llvm-cov gcov test.c -f | diff -u test_-f.output -
73 RUN: diff -aub test_-a.cpp.gcov test.cpp.gcov
74 RUN: diff -aub test_-a.h.gcov test.h.gcov
77 RUN: llvm-cov gcov test.c -a -b | diff -u test_-b.output -
78 RUN: diff -aub test_-a_-b.cpp.gcov test.cpp.gcov
79 RUN: diff -aub test_-a_-b.h.gcov test.h.gcov
86 RUN: llvm-cov gcov test.c -a -b -f | not diff -u test_-b_-f.output - >/dev/null
87 RUN: diff -aub test_-a_-b.cpp.gcov test.cpp.gcov
88 RUN: diff -aub test_-a_-b.h.gcov test.h.gcov
91 RUN: llvm-cov gcov test.c -a -b -u | diff -u test_-b.output -
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/
Dllvm-cov.test67 RUN: llvm-cov gcov test.c -f | diff -u test_-f.output -
73 RUN: diff -aub test_-a.cpp.gcov test.cpp.gcov
74 RUN: diff -aub test_-a.h.gcov test.h.gcov
77 RUN: llvm-cov gcov test.c -a -b | diff -u test_-b.output -
78 RUN: diff -aub test_-a_-b.cpp.gcov test.cpp.gcov
79 RUN: diff -aub test_-a_-b.h.gcov test.h.gcov
86 RUN: llvm-cov gcov test.c -a -b -f | not diff -u test_-b_-f.output - >/dev/null
87 RUN: diff -aub test_-a_-b.cpp.gcov test.cpp.gcov
88 RUN: diff -aub test_-a_-b.h.gcov test.h.gcov
91 RUN: llvm-cov gcov test.c -a -b -u | diff -u test_-b.output -
[all …]
/external/skia/tests/
DTest.h168 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
169 skiatest::TestRegistry name##TestRegistry(skiatest::Test(#name, false, test_##name)); \
170 void test_##name(skiatest::Reporter* reporter, const GrContextOptions&)
173 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
174 skiatest::TestRegistry name##TestRegistry(skiatest::Test(#name, true, test_##name)); \
175 void test_##name(skiatest::Reporter* reporter, const GrContextOptions& options)
178 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \
181 skiatest::RunWithGPUTestContexts(test_##name, context_filter, reporter, options); \
185 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)
/external/skqp/tests/
DTest.h180 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
181 skiatest::TestRegistry name##TestRegistry(skiatest::Test(#name, false, test_##name)); \
182 void test_##name(skiatest::Reporter* reporter, const GrContextOptions&)
185 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \
186 skiatest::TestRegistry name##TestRegistry(skiatest::Test(#name, true, test_##name)); \
187 void test_##name(skiatest::Reporter* reporter, const GrContextOptions& options)
190 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \
193 skiatest::RunWithGPUTestContexts(test_##name, context_filter, reporter, options); \
197 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)
/external/webrtc/webrtc/p2p/base/
Dstunrequest_unittest.cc79 : StunRequest(msg), test_(test) {} in StunRequestThunker()
80 explicit StunRequestThunker(StunRequestTest* test) : test_(test) {} in StunRequestThunker()
83 test_->OnResponse(res); in OnResponse()
86 test_->OnErrorResponse(res); in OnErrorResponse()
89 test_->OnTimeout(); in OnTimeout()
96 StunRequestTest* test_; member in StunRequestThunker
/external/googletest/googletest/
DCMakeLists.txt268 googletest-catch-exceptions-no-ex-test_
271 test/googletest-catch-exceptions-test_.cc)
275 googletest-catch-exceptions-ex-test_
278 test/googletest-catch-exceptions-test_.cc)
281 cxx_executable(googletest-color-test_ test gtest)
284 cxx_executable(googletest-env-var-test_ test gtest)
296 cxx_executable(googletest-output-test_ test gtest)
299 cxx_executable(googletest-shuffle-test_ test gtest)
304 cxx_executable(googletest-throw-on-failure-test_ test gtest_no_exception)
305 set_target_properties(googletest-throw-on-failure-test_
[all …]
DMakefile.am66 test/googletest-catch-exceptions-test_.cc \
67 test/googletest-color-test_.cc \
68 test/googletest-env-var-test_.cc \
75 test/googletest-output-test_.cc \
79 test/googletest-shuffle-test_.cc \
83 test/googletest-throw-on-failure-test_.cc \
84 test/googletest-uninitialized-test_.cc \
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3499 TestMathInt8::test_##op, I8_##filter, inputRange, WIDTH_DEFAULT, (extension)); \
3501 TestMathInt16::test_##op, I16_##filter, inputRange, WIDTH_DEFAULT, (extension)); \
3503 TestMathInt16::test_##op, I16_##filter, inputRange, WIDTH_DEFAULT, (extension), true); \
3505 TestMathInt32::test_##op, I32_##filter, inputRange, WIDTH_DEFAULT, (extension)); \
3507 TestMathInt64::test_##op, I64_##filter, inputRange, WIDTH_DEFAULT, (extension)); \
3514 TestMathInt8::test_##op, I8_##filter, inputRange, WIDTH_DEFAULT, (extension)); \
3516 TestMathInt16::test_##op, I16_##filter, inputRange, WIDTH_DEFAULT, (extension)); \
3518 TestMathInt16::test_##op, I16_##filter, inputRange, WIDTH_DEFAULT, (extension), true); \
3520 TestMathInt32::test_##op, I32_##filter, inputRange, WIDTH_DEFAULT, (extension)); \
3522 TestMathInt64::test_##op, I64_##filter, inputRange, WIDTH_DEFAULT, (extension)); \
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/syscalls/
Dipc_unmuxed.c23 static int test_##_name(void) \
41 FAIL_IF(test_##_name()); \ in ipc_unmuxed()
/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/asm/
Dppc_asm.h10 #define _GLOBAL(A) FUNC_START(test_ ## A)
11 #define _GLOBAL_TOC(A) FUNC_START(test_ ## A)
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel()
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
90 DeathTest* const test_;
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel()
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
90 DeathTest* const test_;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel()
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
90 DeathTest* const test_;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel()
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
90 DeathTest* const test_;
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel()
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
90 DeathTest* const test_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-death-test-internal.h89 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel()
90 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
92 DeathTest* const test_;
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel()
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
90 DeathTest* const test_;
/external/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h91 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel()
92 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
94 DeathTest* const test_;
/external/libchrome/base/message_loop/
Dmessage_loop_task_runner_unittest.cc302 : test_(test) {} in DeletedOnFile()
305 test_->AssertOnFileThread(); in ~DeletedOnFile()
306 test_->Quit(); in ~DeletedOnFile()
310 MessageLoopTaskRunnerThreadingTest* test_; member in base::MessageLoopTaskRunnerThreadingTest::DeletedOnFile
/external/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp68 { STR(inst), test_##inst, Subzero_::test_##inst } \ in testAtomicRMW()
189 { STR(inst), test_##inst, Subzero_::test_##inst } \ in testAtomicRMWThreads()
Dtest_bitmanip_main.cpp57 { STR(inst), test_##inst, Subzero_::test_##inst } \ in testBitManip()
/external/libevent/test/
Dregress.h103 { #name, test_## name, flags, &basic_setup, NULL }
107 test_## name }

123456789