Home
last modified time | relevance | path

Searched refs:Bye (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dbye.cc34 Bye::Bye() : sender_ssrc_(0) {} in Bye() function in webrtc::rtcp::Bye
36 bool Bye::Parse(const RtcpCommonHeader& header, const uint8_t* payload) { in Parse()
76 bool Bye::Create(uint8_t* packet, in Create()
112 bool Bye::WithCsrc(uint32_t csrc) { in WithCsrc()
121 void Bye::WithReason(const std::string& reason) { in WithReason()
126 size_t Bye::BlockLength() const { in BlockLength()
Dbye.h24 class Bye : public RtcpPacket {
28 Bye();
29 virtual ~Bye() {} in ~Bye()
58 RTC_DISALLOW_COPY_AND_ASSIGN(Bye);
Dbye_unittest.cc19 using webrtc::rtcp::Bye;
44 Bye bye;
46 Bye parsed_bye;
49 TEST_F(RtcpPacketByeTest, Bye) { in TEST_F() argument
134 header.packet_type = Bye::kPacketType; in TEST_F()
Dcompound_packet_unittest.cc19 using webrtc::rtcp::Bye;
64 Bye bye; in TEST()
/external/clang/test/Misc/
Ddiag-special-chars.c7 #error Hi  Bye
/external/webrtc/webrtc/test/
Drtcp_packet_parser.h163 class Bye : public PacketType {
165 Bye() {} in Bye() function
166 virtual ~Bye() {} in ~Bye()
641 Bye* bye() { return &bye_; } in bye()
676 Bye bye_;
/external/python/cpython2/Lib/test/cjkencodings/
Dhz-utf8.txt2 The next sentence is in GB.己所不欲,勿施於人。Bye.
Dhz.txt2 The next sentence is in GB.~{<:Ky2;S{#,NpJ)l6HK!#~}Bye.
/external/python/cpython3/Lib/test/cjkencodings/
Dhz-utf8.txt2 The next sentence is in GB.己所不欲,勿施於人。Bye.
Dhz.txt2 The next sentence is in GB.~{<:Ky2;S{#,NpJ)l6HK!#~}Bye.
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.cc727 rtcp::Bye* bye = new rtcp::Bye(); in BuildBYE()
732 return rtc::scoped_ptr<rtcp::Bye>(bye); in BuildBYE()
Drtcp_receiver_unittest.cc469 rtcp::Bye bye; in TEST_F()
501 rtcp::Bye bye; in TEST_F()
Drtcp_packet_unittest.cc25 using webrtc::rtcp::Bye;
/external/python/cpython2/Doc/library/
Dnntplib.rst43 '205 Bye!'
53 '205 Bye!'
/external/python/cpython3/Doc/library/
Dnntplib.rst42 '205 Bye!'
52 '205 Bye!'
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
Drbbitst.txt427 <data>•"Sentence ending with a quote." •Bye.•</data>
462 •He said, "I can go there."\u2029•Bye, now.•</data>
474 …\u2494\u56d8\u4ec0\u60b1\u8560\u51ba\u611d\u57b6\u2510\u5d46\u97e5\u7751\u3002•Bye, now<100></data>
488 <data>•HELLO.Bye<100></data> # Rule 7
489 <data>•HELLO?•Bye<100></data>
/external/icu/icu4c/source/test/testdata/
Drbbitst.txt427 <data>•"Sentence ending with a quote." •Bye.•</data>
462 •He said, "I can go there."\u2029•Bye, now.•</data>
474 …\u2494\u56d8\u4ec0\u60b1\u8560\u51ba\u611d\u57b6\u2510\u5d46\u97e5\u7751\u3002•Bye, now<100></data>
488 <data>•HELLO.Bye<100></data> # Rule 7
489 <data>•HELLO?•Bye<100></data>
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
Drbbitst.txt427 <data>•"Sentence ending with a quote." •Bye.•</data>
462 •He said, "I can go there."\u2029•Bye, now.•</data>
474 …\u2494\u56d8\u4ec0\u60b1\u8560\u51ba\u611d\u57b6\u2510\u5d46\u97e5\u7751\u3002•Bye, now<100></data>
488 <data>•HELLO.Bye<100></data> # Rule 7
489 <data>•HELLO?•Bye<100></data>
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md410 impl.set_connection_error_handler(base::BindOnce([] { LOG(ERROR) << "Bye."; }));
417 `"Bye."`. Like all other bindings callbacks, a connection error handler will
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1006 >>> b''.join(encoder.encode(x) for x in '\u52ff\u65bd\u65bc\u4eba\u3002 Bye.')
1007 b'~{NpJ)l6HK!#~} Bye.'
1009 This example gives ``b'~{Np~}~{J)~}~{l6~}~{HK~}~{!#~} Bye.'`` with older Python
/external/googletest/googlemock/docs/
DCookBook.md3643 foo.DoThat(1, "Hi", "Bye"); // Will return "Hi".