/external/webrtc/pc/ |
D | peer_connection_jsep_unittest.cc | 256 auto callee = CreatePeerConnection(); in TEST_F() local 258 ASSERT_TRUE(callee->SetRemoteDescription(caller->CreateOfferAndSetAsLocal())); in TEST_F() 260 auto transceivers = callee->pc()->GetTransceivers(); in TEST_F() 283 auto callee = CreatePeerConnection(); in TEST_F() local 284 callee->AddAudioTrack("a"); in TEST_F() 286 ASSERT_TRUE(callee->SetRemoteDescription(caller->CreateOfferAndSetAsLocal())); in TEST_F() 288 auto transceivers = callee->pc()->GetTransceivers(); in TEST_F() 304 auto callee = CreatePeerConnection(); in TEST_F() local 305 callee->AddAudioTrack("a"); in TEST_F() 307 ASSERT_TRUE(callee->SetRemoteDescription(caller->CreateOfferAndSetAsLocal())); in TEST_F() [all …]
|
D | peer_connection_rtp_unittest.cc | 174 auto callee = CreatePeerConnection(); in TEST_P() local 177 ASSERT_TRUE(callee->SetRemoteDescription(caller->CreateOfferAndSetAsLocal())); in TEST_P() 179 ASSERT_EQ(callee->observer()->add_track_events_.size(), 1u); in TEST_P() 180 const auto& add_track_event = callee->observer()->add_track_events_[0]; in TEST_P() 195 auto callee = CreatePeerConnection(); in TEST_P() local 198 ASSERT_TRUE(callee->SetRemoteDescription(caller->CreateOfferAndSetAsLocal())); in TEST_P() 200 ASSERT_EQ(callee->observer()->add_track_events_.size(), 1u); in TEST_P() 201 auto& add_track_event = callee->observer()->add_track_events_[0]; in TEST_P() 210 auto callee = CreatePeerConnection(); in TEST_P() local 213 ASSERT_TRUE(callee->SetRemoteDescription(caller->CreateOfferAndSetAsLocal())); in TEST_P() [all …]
|
D | peer_connection_ice_unittest.cc | 345 auto callee = CreatePeerConnectionWithAudioVideo(); in TEST_P() local 348 ASSERT_TRUE(callee->SetRemoteDescription(caller->CreateOfferAndSetAsLocal())); in TEST_P() 349 ASSERT_TRUE(callee->SetLocalDescription(callee->CreateAnswer())); in TEST_P() 351 EXPECT_TRUE_WAIT(callee->IsIceGatheringDone(), kIceCandidatesTimeout); in TEST_P() 353 auto* answer = callee->pc()->local_description(); in TEST_P() 355 EXPECT_EQ(callee->observer()->GetCandidatesByMline(0).size(), in TEST_P() 358 EXPECT_EQ(callee->observer()->GetCandidatesByMline(1).size(), in TEST_P() 367 auto callee = CreatePeerConnectionWithAudioVideo(); in TEST_P() local 373 ASSERT_TRUE(callee->SetRemoteDescription(std::move(offer))); in TEST_P() 374 auto remote_candidates = callee->GetIceCandidatesFromRemoteDescription(); in TEST_P() [all …]
|
D | peer_connection_bundle_unittest.cc | 292 auto callee = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local 293 callee->network()->AddInterface(kCalleeAddress); in TEST_P() 295 ASSERT_TRUE(callee->SetRemoteDescription(caller->CreateOfferAndSetAsLocal())); in TEST_P() 298 auto answer = callee->CreateAnswer(options_no_bundle); in TEST_P() 301 callee->SetLocalDescription(CloneSessionDescription(answer.get()))); in TEST_P() 316 EXPECT_TRUE_WAIT(callee->IsIceGatheringDone(), kDefaultTimeout); in TEST_P() 318 GetCandidateComponents(callee->observer()->GetCandidatesByMline(0)), in TEST_P() 322 GetCandidateComponents(callee->observer()->GetCandidatesByMline(1)), in TEST_P() 335 auto callee = CreatePeerConnectionWithAudioVideo(); in TEST_P() local 337 ASSERT_TRUE(callee->SetRemoteDescription(caller->CreateOfferAndSetAsLocal())); in TEST_P() [all …]
|
D | peer_connection_media_unittest.cc | 203 auto callee = CreatePeerConnectionWithAudioVideo(); in TEST_P() local 204 callee->media_engine()->set_fail_create_channel(true); in TEST_P() 207 ASSERT_FALSE(callee->SetRemoteDescription(caller->CreateOffer(), &error)); in TEST_P() 246 auto callee = CreatePeerConnection(); in TEST_P() local 247 callee->AddAudioTrack(kCalleeAudioId); in TEST_P() 248 callee->AddVideoTrack(kCalleeVideoId); in TEST_P() 250 ASSERT_TRUE(callee->SetRemoteDescription(caller->CreateOfferAndSetAsLocal())); in TEST_P() 252 caller->SetRemoteDescription(callee->CreateAnswerAndSetAsLocal())); in TEST_P() 266 auto* callee_voice = callee->media_engine()->GetVoiceChannel(0); in TEST_P() 272 auto* callee_video = callee->media_engine()->GetVideoChannel(0); in TEST_P() [all …]
|
D | peer_connection_signaling_unittest.cc | 184 auto callee = CreatePeerConnection(); in TEST_P() local 186 EXPECT_TRUE(callee->SetRemoteDescription(caller->CreateOffer())); in TEST_P() 187 EXPECT_TRUE(callee->SetRemoteDescription(caller->CreateOffer())); in TEST_P() 265 auto callee = CreatePeerConnectionWithAudioVideo(GetConfig()); in CreatePeerConnectionInState() local 266 callee->SetRemoteDescription(wrapper->CreateOfferAndSetAsLocal()); in CreatePeerConnectionInState() 267 auto answer = callee->CreateAnswer(); in CreatePeerConnectionInState() 449 auto callee = CreatePeerConnection(); in TEST_P() local 451 ASSERT_TRUE(caller->ExchangeOfferAnswerWith(callee.get())); in TEST_P() 456 ASSERT_EQ(SignalingState::kStable, callee->signaling_state()); in TEST_P() 457 EXPECT_FALSE(callee->CreateAnswer()); in TEST_P() [all …]
|
D | peer_connection_crypto_unittest.cc | 200 auto callee = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local 202 callee->SetRemoteDescription(caller->CreateOffer()); in TEST_P() 203 auto answer = callee->CreateAnswer(); in TEST_P() 233 auto callee = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local 235 callee->SetRemoteDescription(caller->CreateOffer()); in TEST_P() 236 auto answer = callee->CreateAnswer(); in TEST_P() 274 auto callee = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local 276 callee->SetRemoteDescription(caller->CreateOffer()); in TEST_P() 277 auto answer = callee->CreateAnswer(); in TEST_P() 337 auto callee = CreatePeerConnectionWithAudioVideo(config); in TEST_P() local [all …]
|
D | peer_connection_integrationtest.cc | 1265 return (callee()->ice_connection_state() == in DtlsConnected() 1267 callee()->ice_connection_state() == in DtlsConnected() 1537 PeerConnectionWrapper* callee() { return callee_.get(); } in callee() function in webrtc::__anonb00edc420111::PeerConnectionIntegrationBaseTest 1554 callee()->port_allocator(), callee_flags)); in SetPortAllocatorFlags() 1579 int total_callee_audio_frames_expected = callee()->audio_frames_received(); in ExpectNewFrames() 1586 callee()->min_video_frames_received_per_track(); in ExpectNewFrames() 1598 callee()->audio_frames_received() >= in ExpectNewFrames() 1600 callee()->min_video_frames_received_per_track() >= in ExpectNewFrames() 1608 callee()->audio_frames_received() >= in ExpectNewFrames() 1610 callee()->min_video_frames_received_per_track() >= in ExpectNewFrames() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrCall.td | 14 // TODO: addr64: These currently assume the callee address is 32-bit. 29 I<(outs rt:$dst), (ins function32_op:$callee, variable_ops), 30 (outs), (ins function32_op:$callee), 31 [(set (vt rt:$dst), (WebAssemblycall1 (i32 imm:$callee)))], 32 !strconcat(prefix, "call\t$dst, $callee"), 33 !strconcat(prefix, "call\t$callee"), 39 I<(outs rt:$dst), (ins I32:$callee, variable_ops), 40 (outs), (ins I32:$callee), 41 [(set (vt rt:$dst), (WebAssemblycall1 I32:$callee))], 42 "PSEUDO CALL INDIRECT\t$callee", [all …]
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrCall.td | 15 // TODO: addr64: These currently assume the callee address is 32-bit. 29 def CALL_#vt : I<(outs vt:$dst), (ins i32imm:$callee, variable_ops), 30 [(set vt:$dst, (WebAssemblycall1 (i32 imm:$callee)))], 31 !strconcat(prefix, "call\t$dst, $callee")>; 32 def CALL_INDIRECT_#vt : I<(outs vt:$dst), (ins I32:$callee, variable_ops), 33 [(set vt:$dst, (WebAssemblycall1 I32:$callee))], 34 !strconcat(prefix, "call_indirect\t$dst, $callee")>; 42 def CALL_VOID : I<(outs), (ins i32imm:$callee, variable_ops), 43 [(WebAssemblycall0 (i32 imm:$callee))], 44 "call \t$callee">; [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | callback_annotated.c | 4 __attribute__((callback(1, 2))) void *broker0(void *(*callee)(void *), void *payload) { in broker0() 5 return callee(payload); in broker0() 9 __attribute__((callback(callee, payload))) void *broker1(void *payload, void *(*callee)(void *)) { in broker1() 10 return broker0(callee, payload); in broker1() 13 void *broker2(void (*callee)(void)); 16 __attribute__((callback(callee))) void *broker2(void (*callee)(void)); 18 void *broker2(void (*callee)(void)); 21 __attribute__((callback(4, 1, 2, c))) void *broker3(int, int, int c, int (*callee)(int, int, int), … 24 __attribute__((callback(4, -1, a, __))) void *broker4(int a, int, int, int (*callee)(int, int, int)… 27 __attribute__((callback(4, d, 5, 2))) void *broker5(int, int, int, int (*callee)(int, int, int), in…
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | call_graph.cpp | 61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local 74 if (!known_callees.count(callee) || in BuildGraphAndGetDepthOfFunctionCalls() 75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls() 78 {{function.result_id(), callee}, loop_nesting_depth}); in BuildGraphAndGetDepthOfFunctionCalls() 81 if (known_callees.count(callee)) { in BuildGraphAndGetDepthOfFunctionCalls() 86 function_in_degree_[callee]++; in BuildGraphAndGetDepthOfFunctionCalls() 87 call_graph_edges_[function.result_id()].insert(callee); in BuildGraphAndGetDepthOfFunctionCalls() 89 known_callees.insert(callee); in BuildGraphAndGetDepthOfFunctionCalls() 146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local 149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | call_graph.cpp | 61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local 74 if (!known_callees.count(callee) || in BuildGraphAndGetDepthOfFunctionCalls() 75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls() 78 {{function.result_id(), callee}, loop_nesting_depth}); in BuildGraphAndGetDepthOfFunctionCalls() 81 if (known_callees.count(callee)) { in BuildGraphAndGetDepthOfFunctionCalls() 86 function_in_degree_[callee]++; in BuildGraphAndGetDepthOfFunctionCalls() 87 call_graph_edges_[function.result_id()].insert(callee); in BuildGraphAndGetDepthOfFunctionCalls() 89 known_callees.insert(callee); in BuildGraphAndGetDepthOfFunctionCalls() 146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local 149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | call_graph.cpp | 61 uint32_t callee = instruction.GetSingleWordInOperand(0); in BuildGraphAndGetDepthOfFunctionCalls() local 74 if (!known_callees.count(callee) || in BuildGraphAndGetDepthOfFunctionCalls() 75 call_to_max_depth->at({function.result_id(), callee}) < in BuildGraphAndGetDepthOfFunctionCalls() 78 {{function.result_id(), callee}, loop_nesting_depth}); in BuildGraphAndGetDepthOfFunctionCalls() 81 if (known_callees.count(callee)) { in BuildGraphAndGetDepthOfFunctionCalls() 86 function_in_degree_[callee]++; in BuildGraphAndGetDepthOfFunctionCalls() 87 call_graph_edges_[function.result_id()].insert(callee); in BuildGraphAndGetDepthOfFunctionCalls() 89 known_callees.insert(callee); in BuildGraphAndGetDepthOfFunctionCalls() 146 for (uint32_t callee : callees) { in ComputeInterproceduralFunctionCallDepths() local 149 call_to_max_depth.at({function_id, callee}); in ComputeInterproceduralFunctionCallDepths() [all …]
|
/external/bcc/src/cc/frontends/p4/compiler/ |
D | ebpfAction.py | 175 def serializeCallee(self, caller, callee, arguments, argument 185 assert isinstance(callee, p4_action) 188 if callee.name in EbpfAction.unsupported: 189 raise NotSupportedException("{0}", callee) 200 if callee.name == "modify_field": 204 size = self.checkSize(callee, 210 callee) 228 elif (callee.name == "add" or 229 callee.name == "bit_and" or 230 callee.name == "bit_or" or [all …]
|
/external/llvm-project/llvm/test/CodeGen/MIR/AArch64/ |
D | mirCanonCopyCopyProp.mir | 9 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 13 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 17 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 21 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 25 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 29 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 33 stack-id: default, callee-saved-register: '', callee-saved-restored: true,
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | wineh3.mir | 60 stack-id: default, callee-saved-register: '$x19', callee-saved-restored: true, 63 stack-id: default, callee-saved-register: '$x20', callee-saved-restored: true, 66 stack-id: default, callee-saved-register: '$x21', callee-saved-restored: true, 69 stack-id: default, callee-saved-register: '$x22', callee-saved-restored: true, 72 stack-id: default, callee-saved-register: '$x23', callee-saved-restored: true, 75 stack-id: default, callee-saved-register: '$x24', callee-saved-restored: true, 78 stack-id: default, callee-saved-register: '$x25', callee-saved-restored: true, 81 stack-id: default, callee-saved-register: '$x26', callee-saved-restored: true, 84 stack-id: default, callee-saved-register: '$x27', callee-saved-restored: true, 87 stack-id: default, callee-saved-register: '$x28', callee-saved-restored: true, [all …]
|
D | wineh6.mir | 62 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 66 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 70 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 74 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 78 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 82 alignment: 1, stack-id: default, callee-saved-register: '', callee-saved-restored: true, 86 stack-id: default, callee-saved-register: '', callee-saved-restored: true, 89 stack-id: default, callee-saved-register: '$fp', callee-saved-restored: true, 92 stack-id: default, callee-saved-register: '$lr', callee-saved-restored: true,
|
D | wineh2.mir | 78 stack-id: default, callee-saved-register: '$x19', callee-saved-restored: true, 81 stack-id: default, callee-saved-register: '$x20', callee-saved-restored: true, 84 stack-id: default, callee-saved-register: '$x21', callee-saved-restored: true, 87 stack-id: default, callee-saved-register: '$x22', callee-saved-restored: true, 90 stack-id: default, callee-saved-register: '$x23', callee-saved-restored: true, 93 stack-id: default, callee-saved-register: '$x24', callee-saved-restored: true, 96 stack-id: default, callee-saved-register: '$x25', callee-saved-restored: true, 99 stack-id: default, callee-saved-register: '$x26', callee-saved-restored: true, 102 stack-id: default, callee-saved-register: '$x27', callee-saved-restored: true, 105 stack-id: default, callee-saved-register: '$x28', callee-saved-restored: true, [all …]
|
/external/llvm-project/llvm/test/Transforms/CallSiteSplitting/ |
D | callsite-split-or-phi.ll | 12 ;CHECK: %[[CALL1:.*]] = call i32 @callee(i32* null, i32 %v, i32 1) 16 ;CHECK: %[[CALL2:.*]] = call i32 @callee(i32* nonnull %a, i32 1, i32 2) 31 %r = call i32 @callee(i32* %a, i32 %v, i32 %p) 40 ;CHECK: %[[CALL1:.*]] = call i32 @callee(i32* %a, i32 %v, i32 10) 42 ;CHECK: %[[CALL2:.*]] = call i32 @callee(i32* %a, i32 1, i32 %p) 60 %r = call i32 @callee(i32* %a, i32 %v, i32 %p) 69 ;CHECK: %[[CALL1:.*]] = call i32 @callee(i32* %a, i32 222, i32 %p) 71 ;CHECK: %[[CALL2:.*]] = call i32 @callee(i32* %a, i32 333, i32 %p) 89 %r = call i32 @callee(i32* %a, i32 %v, i32 %p) 98 ;CHECK: %[[CALL1:.*]] = call i32 @callee(i32* nonnull %a, i32 %v, i32 1) [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | disable-tail-calls.ll | 9 ; NO-OPTION: bl {{\_?}}callee 12 ; DISABLE-FALSE: b {{\_?}}callee 15 ; DISABLE-TRUE: bl {{\_?}}callee 19 %call = tail call i32 @callee(i32 %a) 24 ; NO-OPTION: b {{\_?}}callee 27 ; DISABLE-FALSE: b {{\_?}}callee 30 ; DISABLE-TRUE: bl {{\_?}}callee 34 %call = tail call i32 @callee(i32 %a) 38 declare i32 @callee(i32)
|
/external/llvm/test/CodeGen/X86/ |
D | disable-tail-calls.ll | 9 ; NO-OPTION: callq {{\_?}}callee 12 ; DISABLE-FALSE: jmp {{\_?}}callee 15 ; DISABLE-TRUE: callq {{\_?}}callee 19 %call = tail call i32 @callee(i32 %a) 24 ; NO-OPTION: jmp {{\_?}}callee 27 ; DISABLE-FALSE: jmp {{\_?}}callee 30 ; DISABLE-TRUE: callq {{\_?}}callee 34 %call = tail call i32 @callee(i32 %a) 38 declare i32 @callee(i32)
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | disable-tail-calls.ll | 9 ; NO-OPTION: callq {{\_?}}callee 12 ; DISABLE-FALSE: jmp {{\_?}}callee 15 ; DISABLE-TRUE: callq {{\_?}}callee 19 %call = tail call i32 @callee(i32 %a) 24 ; NO-OPTION: jmp {{\_?}}callee 27 ; DISABLE-FALSE: jmp {{\_?}}callee 30 ; DISABLE-TRUE: callq {{\_?}}callee 34 %call = tail call i32 @callee(i32 %a) 38 declare i32 @callee(i32)
|
D | tailcc-disable-tail-calls.ll | 9 ; NO-OPTION: callq {{\_?}}callee 12 ; DISABLE-FALSE: jmp {{\_?}}callee 15 ; DISABLE-TRUE: callq {{\_?}}callee 19 %call = tail call tailcc i32 @callee(i32 %a) 24 ; NO-OPTION: jmp {{\_?}}callee 27 ; DISABLE-FALSE: jmp {{\_?}}callee 30 ; DISABLE-TRUE: callq {{\_?}}callee 34 %call = tail call tailcc i32 @callee(i32 %a) 38 declare tailcc i32 @callee(i32)
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | disable-tail-calls.ll | 9 ; NO-OPTION: bl {{\_?}}callee 12 ; DISABLE-FALSE: b {{\_?}}callee 15 ; DISABLE-TRUE: bl {{\_?}}callee 19 %call = tail call i32 @callee(i32 %a) 24 ; NO-OPTION: b {{\_?}}callee 27 ; DISABLE-FALSE: b {{\_?}}callee 30 ; DISABLE-TRUE: bl {{\_?}}callee 34 %call = tail call i32 @callee(i32 %a) 38 declare i32 @callee(i32)
|