Home
last modified time | relevance | path

Searched refs:ended (Results 1 – 25 of 77) sorted by relevance

1234

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_audio.cc212 bool ended = false; in SendAudio() local
221 ended = true; in SendAudio()
228 SendTelephoneEventPacket(ended, dtmf_payload_type, _dtmfTimestamp, in SendAudio()
237 ended, dtmf_payload_type, _dtmfTimestamp, in SendAudio()
240 if (SendTelephoneEventPacket(ended, dtmf_payload_type, _dtmfTimestamp, in SendAudio()
411 int32_t RTPSenderAudio::SendTelephoneEventPacket(bool ended, in SendTelephoneEventPacket() argument
420 if (ended) { in SendTelephoneEventPacket()
446 uint8_t E = ended ? 0x80 : 0x00; in SendTelephoneEventPacket()
Drtp_sender_audio.h65 bool ended,
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
Dstress.c92 long long canceled, ended; variable
141 ended++; in threaded()
222 output(" - %llu threads ended\n", ended); in main()
/external/llvm/test/MC/AsmParser/
Dinline-comments.ll56 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/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dparse_delay_file.m23 error('File ending is not correct. Seems like the simulation ended abnormally.');
42 ended = 0; variable
50 while not(ended)
105 ended = 1; variable
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/
Dvideo_ChromeVidResChangeHWDecode.py50 if (player.paused() or player.ended()):
56 lambda: player.ended(),
/external/clang/test/CodeGenObjC/
Ddebug-info-nested-blocks.m2 // This code triggered a bug where a dbg.declare intrinsic ended up with the
/external/llvm/test/CodeGen/AArch64/
Darm64-sitofp-combine-chains.ll5 ; operations in this function both ended up direct successors to the EntryToken
/external/autotest/client/cros/video/
Dnative_html5_player.py72 def ended(self): member in NativeHtml5Player
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
Drationale.txt20 That idea ended up getting thrown out, but one thing I want to document is
/external/autotest/client/site_tests/video_YouTubePage/files/
Dvideo_YouTubePageCommon.js57 if (videoElement.ended) {
/external/llvm/test/CodeGen/AMDGPU/
Dbranch-uniformity.ll5 ; which ended up in an assertion (or incorrect code) because
/external/llvm/test/DebugInfo/X86/
Dstringpool.ll17 ; Verify that "yyyy" ended up in the stringpool.
/external/guava/
DREADME15 For open-ended questions and discussion:
/external/owasp/sanitizer/lib/guava-libraries/
DREADME15 For open-ended questions and discussion:
/external/testng/
DNOTES24 I ended up doing the launch configuration, and just for information, here are the parameters:
/external/llvm/test/CodeGen/PowerPC/
Dresolvefi-disp.ll3 ; Due to a bug in isFrameOffsetLegal we ended up with resolveFrameIndex creating
/external/clang/include/clang/Basic/
DDiagnosticCommentKinds.td21 "HTML start tag prematurely ended, expected attribute name or '>'">,
/external/llvm/docs/
DReportingGuide.rst73 situation has ended and that everyone is physically safe.
DHowToSubmitABug.rst147 checker tool. Many of the "LLVM bugs" that we have chased down ended up
/external/llvm/lib/Support/
Dregengine.inc682 static const char * /* where tentative match ended, or NULL */
767 static const char * /* where it ended */
779 const char *matchp; /* last p at which a match ended */
/external/swiftshader/third_party/LLVM/lib/Support/
Dregengine.inc682 static const char * /* where tentative match ended, or NULL */
767 static const char * /* where it ended */
779 const char *matchp; /* last p at which a match ended */
/external/flatbuffers/docs/source/
DSchemas.md158 open-ended way, for example for use as files, see the file identification
223 Note that this is best for open-ended uses such as files. If you simply wanted
395 truely open-ended. If you can, always use an enum instead.
/external/valgrind/docs/internals/
Dt-chaining-notes.txt211 guest_generic_bb_to_IR.c), that the block has ended. This then
/external/clang/docs/
DUndefinedBehaviorSanitizer.rst125 begun or has ended. Incompatible with ``-fno-rtti``. Link must

1234