Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A Dssl_identity.cc245 std::unique_ptr<SSLIdentity> SSLIdentity::CreateForTest( in CreateForTest() function in rtc::SSLIdentity
248 return BoringSSLIdentity::CreateForTest(params); in CreateForTest()
250 return OpenSSLIdentity::CreateForTest(params); in CreateForTest()
H A Dopenssl_identity.h35 static std::unique_ptr<OpenSSLIdentity> CreateForTest(
H A Dboringssl_identity.h37 static std::unique_ptr<BoringSSLIdentity> CreateForTest(
H A Dssl_identity.h122 static std::unique_ptr<SSLIdentity> CreateForTest(
H A Drtc_certificate_unittest.cc81 std::unique_ptr<SSLIdentity> identity(SSLIdentity::CreateForTest(params)); in GenerateCertificateWithExpires()
H A Dopenssl_identity.cc87 std::unique_ptr<OpenSSLIdentity> OpenSSLIdentity::CreateForTest( in CreateForTest() function in rtc::OpenSSLIdentity
H A Dboringssl_identity.cc85 std::unique_ptr<BoringSSLIdentity> BoringSSLIdentity::CreateForTest( in CreateForTest() function in rtc::BoringSSLIdentity
H A Dssl_stream_adapter_unittest.cc399 auto client_identity = rtc::SSLIdentity::CreateForTest(client_params); in ResetIdentitiesWithValidity()
406 auto server_identity = rtc::SSLIdentity::CreateForTest(server_params); in ResetIdentitiesWithValidity()
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dresource_loader.cc28 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in GetDataDependencyFilepath()
/aosp_15_r20/external/tink/cc/integration/awskms/internal/
H A Dtest_file_util_bazel.cc33 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in RunfilesPath()
/aosp_15_r20/external/tink/cc/internal/
H A Dtest_file_util_bazel.cc34 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in RunfilesPath()
/aosp_15_r20/external/boringssl/src/crypto/test/
H A Dtest_data.cc32 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in GetTestData()
/aosp_15_r20/external/jazzer-api/launcher/
H A Djvm_tooling_test.cpp39 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest()); in SetUpTestCase()
H A Dfuzzed_data_provider_test.cpp39 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest()); in SetUpTestCase()
/aosp_15_r20/external/openscreen/cast/sender/channel/
H A Dcast_auth_util.h40 static AuthContext CreateForTest(const std::string& nonce_data);
H A Dcast_auth_util.cc188 AuthContext AuthContext::CreateForTest(const std::string& nonce_data) { in CreateForTest() function in openscreen::cast::AuthContext
/aosp_15_r20/external/tink/cc/integration/gcpkms/
H A Dgcp_kms_aead_integration_test.cc41 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in RunfilesPath()
/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h63 static GuestThread* CreateForTest(ThreadState* state);
/aosp_15_r20/external/webrtc/
H A Dwebrtc_lib_link_test.cc33 media_deps.adm = AudioDeviceModule::CreateForTest( in CreateSomeMediaDeps()
/aosp_15_r20/external/webrtc/modules/audio_device/
H A 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
H A Daudio_device_unittest.cc592 return AudioDeviceModule::CreateForTest(audio_layer_, in CreateAudioDevice()
/aosp_15_r20/external/webrtc/modules/audio_device/include/
H A Daudio_device.h51 static rtc::scoped_refptr<AudioDeviceModuleForTest> CreateForTest(
/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread.cc151 GuestThread* GuestThread::CreateForTest(ThreadState* state) { in CreateForTest() function in berberis::GuestThread
/aosp_15_r20/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc2092 GuestThread::CreateForTest(&state_), GuestThread::Destroy); in TEST_F()