/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_audio.cc | 215 bool ended = false; in SendAudio() local 224 ended = true; in SendAudio() 231 SendTelephoneEventPacket(ended, dtmf_timestamp_, in SendAudio() 240 ended, dtmf_timestamp_, in SendAudio() 243 if (!SendTelephoneEventPacket(ended, dtmf_timestamp_, in SendAudio() 343 bool RTPSenderAudio::SendTelephoneEventPacket(bool ended, in SendTelephoneEventPacket() argument 350 if (ended) { in SendTelephoneEventPacket() 383 uint8_t E = ended ? 0x80 : 0x00; in SendTelephoneEventPacket()
|
/external/zstd/tests/ |
D | bigdict.c | 29 int ended = 0; in compress() local 31 while (!ended && (in.pos < in.size || out.pos > 0)) { in compress() 38 ended = 1; in compress() 53 if (ended && rc != 0) { in compress()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/ |
D | stress.c | 89 long long canceled, ended; variable 138 ended++; in threaded() 219 output(" - %llu threads ended\n", ended); in main()
|
/external/llvm/test/MC/AsmParser/ |
D | inline-comments.ll | 56 call void asm sideeffect "nop /* after explicit ended nop */", "~{dirflag},~{fpsr},~{flags}"() #0 58 ;CHECK: nop # after explicit ended nop 60 call void asm sideeffect "nop # after explicit ended nop", "~{dirflag},~{fpsr},~{flags}"() #0 62 ;CHECK: nop # after explicit ended nop
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | inline-comments.ll | 56 call void asm sideeffect "nop /* after explicit ended nop */", "~{dirflag},~{fpsr},~{flags}"() #0 58 ;CHECK: nop # after explicit ended nop 60 call void asm sideeffect "nop # after explicit ended nop", "~{dirflag},~{fpsr},~{flags}"() #0 62 ;CHECK: nop # after explicit ended nop
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | initial_packet_inserter_neteq_input.cc | 70 bool InitialPacketInserterNetEqInput::ended() const { in ended() function in webrtc::test::InitialPacketInserterNetEqInput 71 return source_->ended(); in ended()
|
D | neteq_input.cc | 77 bool TimeLimitedNetEqInput::ended() const { in ended() function in webrtc::test::TimeLimitedNetEqInput 78 return ended_ || input_->ended(); in ended()
|
D | neteq_input.h | 75 virtual bool ended() const = 0; 93 bool ended() const override;
|
D | neteq_replacement_input.cc | 62 bool NetEqReplacementInput::ended() const { in ended() function in webrtc::test::NetEqReplacementInput 63 return source_->ended(); in ended()
|
D | initial_packet_inserter_neteq_input.h | 34 bool ended() const override;
|
D | neteq_replacement_input.h | 35 bool ended() const override;
|
D | encode_neteq_input.h | 48 bool ended() const override;
|
D | neteq_packet_source_input.h | 36 bool ended() const override { return !next_output_event_ms_; } in ended() function
|
D | encode_neteq_input.cc | 55 bool EncodeNetEqInput::ended() const { in ended() function in webrtc::test::EncodeNetEqInput
|
/external/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
D | parse_delay_file.m | 33 error('File ending is not correct. Seems like the simulation ended abnormally.'); 52 ended = 0; variable 60 while not(ended) 115 ended = 1; variable
|
/external/webrtc/modules/audio_coding/neteq/ |
D | neteq_decoder_plc_unittest.cc | 130 bool ended() const override { return input_->ended(); } in ended() function in webrtc::test::__anonf78052b90111::LossyInput
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | LottieValueAnimator.java | 93 boolean ended = !MiscUtils.contains(frame, getMinFrame(), getMaxFrame()); in doFrame() 99 if (ended) { in doFrame()
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | debug-info-nested-blocks.m | 2 // This code triggered a bug where a dbg.declare intrinsic ended up with the
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-nested-blocks.m | 2 // This code triggered a bug where a dbg.declare intrinsic ended up with the
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-sitofp-combine-chains.ll | 5 ; operations in this function both ended up direct successors to the EntryToken
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-sitofp-combine-chains.ll | 5 ; operations in this function both ended up direct successors to the EntryToken
|
/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | Queries.md | 32 In Vulkan, a query cannot be paused or resumed, only begun and ended. This means that GL queries 82 Similarly, when a transform feedback query is ended, the Vulkan query is ended as usual and then:
|
/external/python/cpython3/Doc/library/ |
D | datatypes.rst | 8 types such as dates and times, fixed-type arrays, heap queues, double-ended
|
/external/perfetto/ui/src/frontend/ |
D | video_panel.ts | 34 if (globals.state.flagPauseEnabled && !(elem.ended)) {
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | load-arm.ll | 4 ; We ended up feeding a deleted node back to TableGen when we converted "Off *
|