Home
last modified time | relevance | path

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

12

/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/skia/tests/
DTest.h117 static void test_##name(skiatest::Reporter*, GrContextFactory*); \
119 skiatest::Test(#name, false, test_##name)); \
120 void test_##name(skiatest::Reporter* reporter, GrContextFactory*)
133 static void test_##name(skiatest::Reporter*, GrContextFactory*); \
135 skiatest::Test(#name, true, test_##name)); \
136 void test_##name(skiatest::Reporter* reporter, GrContextFactory* factory)
139 static void test_##name(skiatest::Reporter*, GPUTEST_CONTEXT_ARGS(__VA_ARGS__)); \
142 skiatest::RunWithGPUTestContexts(test_##name, contexts, reporter, factory); \
146 void test_##name(skiatest::Reporter* reporter, GPUTEST_CONTEXT_ARGS(__VA_ARGS__))
/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/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/valgrind/VEX/test/
Dtest-amd64-muldiv.h2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) in glue() argument
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) in glue() argument
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) in glue() argument
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) in glue() argument
Dtest-i386-muldiv.h2 void glue(glue(test_, OP), b)(int op0, int op1) in glue() argument
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1) in glue() argument
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1) in glue() argument
Dtest-i386-shift.h145 void glue(test_, OP)(void) in glue() argument
154 void *glue(_test_, OP) __init_call = glue(test_, OP);
Dtest-i386.h145 void glue(test_, OP)(void) in glue() argument
205 void *glue(_test_, OP) __init_call = glue(test_, OP);
Dtest-amd64-shift.h162 void glue(test_, OP)(void) in glue() argument
171 void *glue(_test_, OP) __init_call = glue(test_, OP);
Dtest-amd64.h139 void glue(test_, OP)(void) in glue() argument
224 void *glue(_test_, OP) __init_call = glue(test_, OP);
/external/eigen/test/eigen2/
Druntest.sh12 if make test_$1 > /dev/null 2> .runtest.log ; then
13 if ! ./test_$1 r20 > /dev/null 2> .runtest.log ; then
/external/v8/test/unittests/compiler/
Dinstruction-selector-unittest.h45 test_(test) {} in StreamBuilder()
53 test_(test) {} in StreamBuilder()
62 test_(test) {} in StreamBuilder()
72 test_(test) {} in StreamBuilder()
129 InstructionSelectorTest* test_;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-death-test-internal.h85 explicit ReturnSentinel(DeathTest* test) : test_(test) { } in ReturnSentinel()
86 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
88 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/vulkan-validation-layers/tests/gtest-1.7.0/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/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/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/libchrome/base/message_loop/
Dmessage_loop_task_runner_unittest.cc292 : test_(test) {} in DeletedOnFile()
295 test_->AssertOnFileThread(); in ~DeletedOnFile()
296 test_->Quit(); in ~DeletedOnFile()
300 MessageLoopTaskRunnerThreadingTest* test_; member in base::MessageLoopTaskRunnerThreadingTest::DeletedOnFile
/external/llvm/test/CodeGen/Generic/
Dexternally_available.ll1 ; RUN: llc < %s | not grep test_
/external/llvm/test/Transforms/GlobalDCE/
Dexternally_available.ll1 ; RUN: opt < %s -globaldce -S | not grep test_
/external/clang/test/CodeGenCXX/
Dwasm-args-returns.cpp13 void concat(test_, T)(void) { use(concat(def_, T)()); }
/external/valgrind/none/tests/x86/
Dmovbe.c44 __attribute__ ((noinline)) static void test_##_name ( void ) \
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl_locking_unittest.cc332 AudioProcessingImplLockTest* const test_ = nullptr; member in webrtc::__anon19b3723f0111::CaptureProcessor
378 AudioProcessingImplLockTest* const test_ = nullptr; member in webrtc::__anon19b3723f0111::RenderProcessor
623 test_(test_framework), in CaptureProcessor()
634 if (test_->MaybeEndTest()) { in Process()
884 test_(test_framework), in RenderProcessor()
903 if (test_->MaybeEndTest()) { in Process()
/external/webrtc/webrtc/base/
Dphysicalsocketserver_unittest.cc39 : test_(test) { in FakePhysicalSocketServer()
62 PhysicalSocketTest* GetTest() const { return test_; } in GetTest()
65 PhysicalSocketTest* test_; member in rtc::FakePhysicalSocketServer

12