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

1 2

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
KeyGeneratorFunctionalTest.java 21 public void test_() throws Exception { method in class:KeyGeneratorFunctionalTest
SecretKeyFactoryFunctionalTest.java 21 public void test_() throws Exception { method in class:SecretKeyFactoryFunctionalTest
  /external/webrtc/webrtc/p2p/base/
stunrequest_unittest.cc 79 : StunRequest(msg), test_(test) {}
80 explicit StunRequestThunker(StunRequestTest* test) : test_(test) {}
83 test_->OnResponse(res);
86 test_->OnErrorResponse(res);
89 test_->OnTimeout();
96 StunRequestTest* test_; member in class:StunRequestThunker
  /system/nvram/core/tests/
gtest_stubs.h 76 test_.Run();
79 TestCase test_; member in class:testing::detail::TestInstance
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 85 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
86 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
88 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /external/libchrome/base/message_loop/
message_loop_task_runner_unittest.cc 300 : test_(test) {}
303 test_->AssertOnFileThread();
304 test_->Quit();
308 MessageLoopTaskRunnerThreadingTest* test_; member in class:base::MessageLoopTaskRunnerThreadingTest::DeletedOnFile
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /external/v8/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /external/webrtc/webrtc/base/
physicalsocketserver_unittest.cc 39 : test_(test) {
62 PhysicalSocketTest* GetTest() const { return test_; }
65 PhysicalSocketTest* test_; member in class:rtc::FakePhysicalSocketServer
  /external/webrtc/webrtc/call/
bitrate_estimator_tests.cc 164 : test_(test),
172 test_->video_send_config_.rtp.ssrcs[0]++;
173 test_->video_send_config_.encoder_settings.encoder = &fake_encoder_;
174 send_stream_ = test_->sender_call_->CreateVideoSendStream(
175 test_->video_send_config_, test_->video_encoder_config_);
176 RTC_DCHECK_EQ(1u, test_->video_encoder_config_.streams.size());
178 send_stream_->Input(), test_->video_encoder_config_.streams[0].width,
179 test_->video_encoder_config_.streams[0].height, 30,
186 receive_config.rtp.remote_ssrc = test_->video_send_config_.rtp.ssrcs[0]
242 BitrateEstimatorTest* test_; member in class:webrtc::BitrateEstimatorTest::Stream
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 332 AudioProcessingImplLockTest* const test_ = nullptr; member in class:webrtc::__anon37209::CaptureProcessor
378 AudioProcessingImplLockTest* const test_ = nullptr; member in class:webrtc::__anon37209::RenderProcessor
623 test_(test_framework),
634 if (test_->MaybeEndTest()) {
884 test_(test_framework),
    [all...]
audio_processing_performance_unittest.cc 244 test_(test_framework),
440 CallSimulator* test_ = nullptr; member in class:webrtc::__anon37210::TimedThreadApiProcessor
707 return !test_->MaybeEndTest();
  /system/update_engine/common/
http_fetcher_unittest.cc 382 T test_; member in class:chromeos_update_engine::HttpFetcherTest
459 unique_ptr<HttpFetcher> fetcher(this->test_.NewSmallFetcher());
462 unique_ptr<HttpServer> server(this->test_.CreateServer());
468 this->test_.SmallUrl(server->GetPort())));
475 unique_ptr<HttpFetcher> fetcher(this->test_.NewLargeFetcher());
478 unique_ptr<HttpServer> server(this->test_.CreateServer());
484 this->test_.BigUrl(server->GetPort())));
492 if (this->test_.IsMock() || this->test_.IsMulti())
499 unique_ptr<HttpFetcher> fetcher(this->test_.NewSmallFetcher())
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 1128 public void test_() throws Exception { method in class:CipherTest
    [all...]
  /test/vts/web/dashboard/src/main/java/com/android/vts/proto/
VtsReportMessage.java 11257 private com.google.protobuf.ByteString test_; field in class:VtsReportMessage.TestReportMessage
12521 private com.google.protobuf.ByteString test_ = com.google.protobuf.ByteString.EMPTY; field in class:VtsReportMessage.TestReportMessage.Builder
    [all...]
  /external/fmtlib/test/gtest/
gtest.h 8247 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 7443 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
    [all...]

Completed in 756 milliseconds

1 2