/external/webrtc/pc/ |
D | webrtc_sdp_unittest.cc | 1026 desc_.AddContent(kAudioContentName, MediaProtocolType::kRtp, in WebRtcSdpTest() 1042 desc_.AddContent(kVideoContentName, MediaProtocolType::kRtp, in WebRtcSdpTest() 1046 desc_.AddTransportInfo(TransportInfo( in WebRtcSdpTest() 1048 desc_.AddTransportInfo(TransportInfo( in WebRtcSdpTest() 1143 jdesc_.Initialize(desc_.Clone(), kSessionId, kSessionVersion); in WebRtcSdpTest() 1177 desc_.transport_infos()[1].description.ice_ufrag.clear(); in MakeBundleOnlyDescription() 1178 desc_.transport_infos()[1].description.ice_pwd.clear(); in MakeBundleOnlyDescription() 1179 desc_.transport_infos()[1].description.connection_role = in MakeBundleOnlyDescription() 1183 desc_.contents()[1].bundle_only = true; in MakeBundleOnlyDescription() 1189 desc_.AddGroup(group); in MakeBundleOnlyDescription() [all …]
|
/external/webrtc/modules/desktop_capture/win/ |
D | dxgi_output_duplicator.cc | 88 if (desc_.DesktopImageInSystemMemory) { in Initialize() 112 memset(&desc_, 0, sizeof(desc_)); in DuplicateOutput() 113 duplication_->GetDesc(&desc_); in DuplicateOutput() 114 if (desc_.ModeDesc.Format != DXGI_FORMAT_B8G8R8A8_UNORM) { in DuplicateOutput() 118 << desc_.ModeDesc.Format; in DuplicateOutput() 122 if (static_cast<int>(desc_.ModeDesc.Width) != desktop_rect_.width() || in DuplicateOutput() 123 static_cast<int>(desc_.ModeDesc.Height) != desktop_rect_.height()) { in DuplicateOutput() 127 << desc_.ModeDesc.Width << " x " << desc_.ModeDesc.Height in DuplicateOutput() 133 rotation_ = DxgiRotationToRotation(desc_.Rotation); in DuplicateOutput()
|
D | dxgi_output_duplicator.h | 121 DXGI_OUTDUPL_DESC desc_; variable
|
/external/grpc-grpc/src/core/lib/profiling/ |
D | timers.h | 75 : desc_(desc) { in ProfileScope() 76 gpr_timer_begin(desc_, important ? 1 : 0, file, line); in ProfileScope() 78 ~ProfileScope() { gpr_timer_end(desc_, 0, "n/a", 0); } in ~ProfileScope() 81 const char* const desc_;
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/profiling/ |
D | timers.h | 75 : desc_(desc) { in ProfileScope() 76 gpr_timer_begin(desc_, important ? 1 : 0, file, line); in ProfileScope() 78 ~ProfileScope() { gpr_timer_end(desc_, 0, "n/a", 0); } in ~ProfileScope() 81 const char* const desc_;
|
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 80 … char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(na… in init() 152 …har* const name_, const char* const desc_, int numTextures_, const Probs& probs_ = Probs()) : name… in init() 209 …Case (const char* const name_, const char* const desc_, const int calls, const int tris, const Pro… in init() 210 …: name(name_), desc(desc_), drawCallsPerIteration(calls), numTrisPerDrawCall(tris), probs(probs_) … in init() 258 … (const char* const name_, const char* const desc_, const Probs& probs_ = Probs()) : name(name_), … in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 80 … char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(na… in init() 152 …har* const name_, const char* const desc_, int numTextures_, const Probs& probs_ = Probs()) : name… in init() 209 …Case (const char* const name_, const char* const desc_, const int calls, const int tris, const Pro… in init() 210 …: name(name_), desc(desc_), drawCallsPerIteration(calls), numTrisPerDrawCall(tris), probs(probs_) … in init() 258 … (const char* const name_, const char* const desc_, const Probs& probs_ = Probs()) : name(name_), … in init()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 1245 desc_ = TF_NewOperation(graph_, "AddN", "add"); in SetUp() 1247 TF_AddInputList(desc_, inputs, TF_ARRAYSIZE(inputs)); in SetUp() 1306 TF_Operation* op = TF_FinishOperation(desc_, s_); in FinishAndVerify() 1316 TF_OperationDescription* desc_; member in tensorflow::__anon4051605d0111::CApiColocationTest 1320 TF_ColocateWith(desc_, feed1_); in TEST_F() 1321 FinishAndVerify(desc_, {"loc:@feed1"}); in TEST_F() 1325 SetViaStringList(desc_, {"loc:@feed1"}); in TEST_F() 1326 FinishAndVerify(desc_, {"loc:@feed1"}); in TEST_F() 1330 SetViaProto(desc_, {"loc:@feed1"}); in TEST_F() 1331 FinishAndVerify(desc_, {"loc:@feed1"}); in TEST_F() [all …]
|
/external/webrtc/pc/test/ |
D | mock_peer_connection_observers.h | 252 desc_.reset(desc); in OnSuccess() 262 return std::move(desc_); in MoveDescription() 268 std::unique_ptr<SessionDescriptionInterface> desc_; variable
|
/external/openssh/regress/ |
D | servcfginclude.sh | 94 fail "$desc_ host $_host include fail: expected $_exp got $_got"
|
/external/fmtlib/include/fmt/ |
D | core.h | 1838 unsigned long long desc_; 1849 bool is_packed() const { return (desc_ & detail::is_unpacked_bit) == 0; } 1851 return (desc_ & detail::has_named_args_bit) != 0; 1857 return static_cast<detail::type>((desc_ >> shift) & mask); 1862 : desc_(desc), values_(values) {} 1864 : desc_(desc), args_(args) {} 1867 basic_format_args() : desc_(0) {} 1928 : desc_ & ~detail::is_unpacked_bit);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | xsmm_conv2d.cc | 122 libxsmm_dnn_registry_key(const libxsmm_dnn_conv_desc& desc_) in libxsmm_dnn_registry_key() 123 : descriptor(desc_) {} in libxsmm_dnn_registry_key()
|