Home
last modified time | relevance | path

Searched refs:CreateForTest (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/default/
Dresource_loader.cc28 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in GetDataDependencyFilepath()
/external/webrtc/test/fuzzers/utils/
Drtp_replayer.cc177 RtpHeaderParser::CreateForTest()); in ReplayPackets()
191 RtpHeaderParser::CreateForTest()); in ReplayPackets()
/external/webrtc/test/
Drtp_header_parser.h24 static std::unique_ptr<RtpHeaderParser> CreateForTest();
Drtp_header_parser.cc41 std::unique_ptr<RtpHeaderParser> RtpHeaderParser::CreateForTest() { in CreateForTest() function in webrtc::RtpHeaderParser
/external/webrtc/rtc_base/
Dssl_identity.cc235 std::unique_ptr<SSLIdentity> SSLIdentity::CreateForTest( in CreateForTest() function in rtc::SSLIdentity
237 return OpenSSLIdentity::CreateForTest(params); in CreateForTest()
Dopenssl_identity.h67 static std::unique_ptr<OpenSSLIdentity> CreateForTest(
Dssl_identity.h121 static std::unique_ptr<SSLIdentity> CreateForTest(
Drtc_certificate_unittest.cc81 std::unique_ptr<SSLIdentity> identity(SSLIdentity::CreateForTest(params)); in GenerateCertificateWithExpires()
Dopenssl_identity.cc244 std::unique_ptr<OpenSSLIdentity> OpenSSLIdentity::CreateForTest( in CreateForTest() function in rtc::OpenSSLIdentity
Dssl_stream_adapter_unittest.cc372 auto client_identity = rtc::SSLIdentity::CreateForTest(client_params); in ResetIdentitiesWithValidity()
379 auto server_identity = rtc::SSLIdentity::CreateForTest(server_params); in ResetIdentitiesWithValidity()
/external/webrtc/test/fuzzers/
Drtp_header_parser_fuzzer.cc28 RtpHeaderParser::CreateForTest()); in FuzzOneInput()
/external/openscreen/cast/sender/channel/
Dcast_auth_util.h40 static AuthContext CreateForTest(const std::string& nonce_data);
Dcast_auth_util.cc188 AuthContext AuthContext::CreateForTest(const std::string& nonce_data) { in CreateForTest() function in openscreen::cast::AuthContext
/external/webrtc/
Dwebrtc_lib_link_test.cc33 media_deps.adm = AudioDeviceModule::CreateForTest( in CreateSomeMediaDeps()
/external/webrtc/modules/remote_bitrate_estimator/tools/
Dbwe_rtp.cc112 auto parser = webrtc::RtpHeaderParser::CreateForTest(); in ParseArgsAndSetupEstimator()
/external/webrtc/modules/audio_device/include/
Daudio_device.h51 static rtc::scoped_refptr<AudioDeviceModuleForTest> CreateForTest(
/external/webrtc/rtc_tools/
Dvideo_replay.cc468 RtpHeaderParser::CreateForTest()); in ReplayPackets()
480 RtpHeaderParser::CreateForTest()); in ReplayPackets()
/external/jazzer-api/driver/
Djvm_tooling_test.cpp55 Runfiles *runfiles = Runfiles::CreateForTest(); in SetUpTestCase()
Dfuzzed_data_provider_test.cpp121 Runfiles* runfiles = Runfiles::CreateForTest(); in SetUpTestCase()
/external/webrtc/modules/audio_device/
Daudio_device_impl.cc77 return AudioDeviceModule::CreateForTest(audio_layer, task_queue_factory); in Create()
81 rtc::scoped_refptr<AudioDeviceModuleForTest> AudioDeviceModule::CreateForTest( in CreateForTest() function in webrtc::AudioDeviceModule
Daudio_device_unittest.cc593 return AudioDeviceModule::CreateForTest(audio_layer_, in CreateAudioDevice()
/external/webrtc/test/scenario/
Dcall_client.cc208 header_parser_(RtpHeaderParser::CreateForTest()), in CallClient()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl_unittest.cc69 std::unique_ptr<RtpHeaderParser> parser(RtpHeaderParser::CreateForTest()); in SendRtp()
Drtp_rtcp_impl2_unittest.cc71 std::unique_ptr<RtpHeaderParser> parser(RtpHeaderParser::CreateForTest()); in SendRtp()
/external/webrtc/video/end_to_end_tests/
Dstats_tests.cc616 RtpHeaderParser::CreateForTest()); in TEST_F()

12