/external/webrtc/webrtc/test/ |
D | direct_transport.cc | 36 void DirectTransport::SetConfig(const FakeNetworkPipe::Config& config) { in SetConfig() function in webrtc::test::DirectTransport 37 fake_network_.SetConfig(config); in SetConfig()
|
D | direct_transport.h | 38 void SetConfig(const FakeNetworkPipe::Config& config);
|
D | fake_network_pipe.h | 56 void SetConfig(const FakeNetworkPipe::Config& config);
|
D | fake_network_pipe_unittest.cc | 231 pipe->SetConfig(config); in TEST_F() 278 pipe->SetConfig(config); in TEST_F()
|
D | fake_network_pipe.cc | 98 void FakeNetworkPipe::SetConfig(const FakeNetworkPipe::Config& config) { in SetConfig() function in webrtc::FakeNetworkPipe
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_throttle.h | 103 void SetConfig(GcsThrottleConfig config);
|
D | gcs_throttle.cc | 43 void GcsThrottle::SetConfig(GcsThrottleConfig config) { in SetConfig() function in tensorflow::GcsThrottle
|
D | gcs_throttle_test.cc | 41 throttle_.SetConfig(config_); in GcsThrottleTest()
|
D | gcs_file_system.cc | 798 throttle_.SetConfig(config); in GcsFileSystem()
|
/external/libvpx/libvpx/test/ |
D | svc_test.h | 41 virtual void SetConfig(const int num_temporal_layer) = 0;
|
D | svc_end_to_end_test.cc | 61 virtual void SetConfig(const int /*num_temporal_layer*/) {} in SetConfig() function in svc_test::__anonc9c6a83e0111::ScalePartitionOnePassCbrSvc 204 virtual void SetConfig(const int num_temporal_layer) { in SetConfig() function in svc_test::__anonc9c6a83e0111::SyncFrameOnePassCbrSvc
|
D | svc_test.cc | 16 SetConfig(num_temporal_layer); in SetSvcConfig()
|
D | svc_datarate_test.cc | 540 virtual void SetConfig(const int num_temporal_layer) { in SetConfig() function in svc_test::__anon72426d350111::DatarateOnePassCbrSvc
|
/external/webrtc/webrtc/call/ |
D | rampup_tests.cc | 390 send_transport_->SetConfig(forward_transport_config_); in EvolveTestState() 407 send_transport_->SetConfig(forward_transport_config_); in EvolveTestState()
|
/external/python/cpython2/Modules/ |
D | almodule.c | 246 SetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig, int)) in SetConfig() function 280 return SetConfig(self, args, alSetWidth); in alc_SetWidth() 301 return SetConfig(self, args, alSetSampFmt); in alc_SetSampFmt() 322 return SetConfig(self, args, alSetChannels); in alc_SetChannels() 375 return SetConfig(self, args, alSetDevice); in alc_SetDevice() 395 return SetConfig(self, args, alSetQueueSize); in alc_SetQueueSize()
|
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/ |
D | vid_enc.c | 171 comp->SetConfig = vid_enc_SetConfig; in vid_enc_Constructor()
|