HomeSort by relevance Sort by last modified time
    Searched defs:test_ (Results 1 - 25 of 30) 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
  /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
  /system/connectivity/shill/
external_task_unittest.cc 124 ExternalTaskTest* test_; member in class:shill::__anon74101::TestRPCTask
129 test_(test) {
130 test_->set_test_rpc_task_destroyed(false);
134 test_->set_test_rpc_task_destroyed(true);
135 test_ = nullptr;
  /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/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/libchrome/base/message_loop/
message_loop_task_runner_unittest.cc 292 : test_(test) {}
295 test_->AssertOnFileThread();
296 test_->Quit();
300 MessageLoopTaskRunnerThreadingTest* test_; member in class:base::MessageLoopTaskRunnerThreadingTest::DeletedOnFile
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.h 45 test_(test) {}
53 test_(test) {}
62 test_(test) {}
72 test_(test) {}
129 InstructionSelectorTest* test_; member in class:v8::internal::compiler::InstructionSelectorTest::final
  /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...]
  /ndk/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
  /system/connectivity/shill/cellular/
cellular_capability_universal_cdma_unittest.cc 145 : test_(test) {}
152 return test_->modem_3gpp_proxy_.release();
158 return test_->modem_cdma_proxy_.release();
164 return test_->modem_proxy_.release();
170 return test_->modem_simple_proxy_.release();
176 return test_->sim_proxy_.release();
182 return test_->properties_proxy_.release();
186 CellularCapabilityUniversalCDMATest* test_; member in class:shill::CellularCapabilityUniversalCDMATest::TestControl
cellular_capability_classic_unittest.cc 173 explicit TestControl(CellularCapabilityTest* test) : test_(test) {}
178 return test_->proxy_.release();
184 return test_->simple_proxy_.release();
190 return test_->cdma_proxy_.release();
200 return test_->create_gsm_card_proxy_from_factory_ ?
201 test_->gsm_card_proxy_.release() : nullptr;
207 return test_->gsm_network_proxy_.release();
213 return test_->gobi_proxy_.release();
217 CellularCapabilityTest* test_; member in class:shill::CellularCapabilityTest::TestControl
cellular_capability_gsm_unittest.cc 196 explicit TestControl(CellularCapabilityGSMTest* test) : test_(test) {}
201 return test_->proxy_.release();
207 return test_->simple_proxy_.release();
217 return test_->create_card_proxy_from_factory_ ?
218 test_->card_proxy_.release() : nullptr;
224 return test_->network_proxy_.release();
228 CellularCapabilityGSMTest* test_; member in class:shill::CellularCapabilityGSMTest::TestControl
cellular_capability_universal_unittest.cc 257 : test_(test) {
281 return test_->modem_3gpp_proxy_.release();
287 return test_->modem_cdma_proxy_.release();
293 return test_->modem_proxy_.release();
299 return test_->modem_simple_proxy_.release();
305 mm1::MockSimProxy* sim_proxy = test_->sim_proxy_.release();
306 test_->sim_proxy_.reset(new mm1::MockSimProxy());
314 test_->properties_proxy_.release();
324 test_->properties_proxy_.reset(new MockDBusPropertiesProxy());
329 CellularCapabilityUniversalTest* test_; member in class:shill::CellularCapabilityUniversalTest::TestControl
    [all...]
cellular_unittest.cc 479 explicit TestControl(CellularTest* test) : test_(test) {}
484 CHECK(test_->dbus_properties_proxy_);
485 return test_->dbus_properties_proxy_.release();
491 CHECK(test_->proxy_);
492 return test_->proxy_.release();
498 CHECK(test_->simple_proxy_);
499 return test_->simple_proxy_.release();
505 CHECK(test_->cdma_proxy_);
506 return test_->cdma_proxy_.release();
516 CHECK(!test_->create_gsm_card_proxy_from_factory_ |
551 CellularTest* test_; member in class:shill::CellularTest::TestControl
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 332 AudioProcessingImplLockTest* const test_ = nullptr; member in class:webrtc::__anon26563::CaptureProcessor
378 AudioProcessingImplLockTest* const test_ = nullptr; member in class:webrtc::__anon26563::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::__anon26564::TimedThreadApiProcessor
707 return !test_->MaybeEndTest();
  /system/update_engine/common/
http_fetcher_unittest.cc 384 T test_; member in class:chromeos_update_engine::HttpFetcherTest
462 unique_ptr<HttpFetcher> fetcher(this->test_.NewSmallFetcher());
465 unique_ptr<HttpServer> server(this->test_.CreateServer());
471 this->test_.SmallUrl(server->GetPort())));
477 unique_ptr<HttpFetcher> fetcher(this->test_.NewLargeFetcher());
480 unique_ptr<HttpServer> server(this->test_.CreateServer());
486 this->test_.BigUrl(server->GetPort())));
493 if (this->test_.IsMock() || this->test_.IsMulti())
500 unique_ptr<HttpFetcher> fetcher(this->test_.NewSmallFetcher())
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 1127 public void test_() throws Exception { method in class:CipherTest
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 8247 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
    [all...]

Completed in 4191 milliseconds

1 2