Searched refs:rejected (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessiondescription.h56 name(name), type(type), rejected(false), description(description) {}
59 bool rejected,
61 name(name), type(type), rejected(rejected), description(description) {}
64 bool rejected; member in struct:cricket::ContentInfo
145 bool rejected,
57 ContentInfo(const std::string& name, const std::string& type, bool rejected, ContentDescription* description) argument
H A Dsessiondescription.cc149 bool rejected,
151 contents_.push_back(ContentInfo(name, type, rejected, description));
147 AddContent(const std::string& name, const std::string& type, bool rejected, ContentDescription* description) argument
H A Dsessionmessages.cc743 if (contents.front().rejected) {
758 if (contents.at(0).rejected || contents.at(1).rejected) {
804 if (content->rejected) {
834 if (content->rejected) {
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DOffer.java52 private boolean rejected = false; field in class:Offer
100 rejected = true;
183 * Return true if the agent rejected this offer.
185 * @return true if the agent rejected this offer.
188 return rejected;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc1215 bool rejected = !options.has_audio || audio_content->rejected || local
1218 if (!rejected) {
1227 answer->AddContent(audio_content->name, audio_content->type, rejected,
1263 bool rejected = !options.has_video || video_content->rejected || local
1265 if (!rejected) {
1276 answer->AddContent(video_content->name, video_content->type, rejected,
1312 bool rejected = !options.has_data() || data_content->rejected || local
[all...]
H A Dmediasession_unittest.cc718 // Test that a data content with an unknown protocol is rejected in an answer.
740 EXPECT_TRUE(dc_answer->rejected);
766 EXPECT_FALSE(ac_answer->rejected);
969 EXPECT_TRUE(vc->rejected);
986 EXPECT_TRUE(dc->rejected);
989 // Create an answer that rejects the contents which are rejected in the offer.
1004 ac->rejected = true;
1005 vc->rejected = true;
1006 dc->rejected = true;
1015 EXPECT_TRUE(ac->rejected);
[all...]
H A Dchannel.cc830 if (content_desc && content_info && !content_info->rejected &&
843 if (content_desc && content_info && !content_info->rejected &&
H A Dmediasessionclient.cc136 bool audio_rejected = (!audio_content) ? true : audio_content->rejected;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc109 // Checks that each non-rejected content has SDES crypto keys or a DTLS
120 if (cinfo->rejected) {
124 // If the content isn't rejected, crypto must be present.
351 if (cinfo->rejected) {
354 // If the content isn't rejected, check if ufrag and password has
570 // rejected.
633 // rejected.
1249 if ((!voice_info || voice_info->rejected) && voice_channel_) {
1259 if ((!video_info || video_info->rejected) && video_channel_) {
1269 if ((!data_info || data_info->rejected)
[all...]
H A Dpeerconnection_unittest.cc266 // Verifies that the SessionDescription have rejected the appropriate media
280 EXPECT_EQ(can_receive_audio(), !audio_content->rejected);
287 EXPECT_EQ(can_receive_video(), !video_content->rejected);
304 if (contents[index].rejected)
585 offer->description()->GetContentByName("audio")->rejected = !audio;
588 offer->description()->GetContentByName("video")->rejected = !video;
1114 // being rejected. Once the re-negotiation is done, the video flow should stop
H A Dpeerconnectioninterface_unittest.cc907 // Verify that the channel we initially offered has been rejected.
1069 // This test that data channels can be rejected in an answer.
1080 // Create an answer where the m-line for data channels are rejected.
1088 data_info->rejected = true;
1115 EXPECT_FALSE(content->rejected);
1120 EXPECT_FALSE(content->rejected);
1125 EXPECT_TRUE(content->rejected);
H A Dwebrtcsession_unittest.cc1625 EXPECT_FALSE(content->rejected);
1629 EXPECT_FALSE(content->rejected);
1651 EXPECT_FALSE(content->rejected);
1670 EXPECT_FALSE(content->rejected);
1674 EXPECT_FALSE(content->rejected);
1694 EXPECT_TRUE(content->rejected);
1698 EXPECT_TRUE(content->rejected);
1722 EXPECT_FALSE(content->rejected);
1727 EXPECT_FALSE(content->rejected);
H A Dmediastreamsignaling.cc405 if (audio_content->rejected) {
417 if (video_content->rejected) {
H A Dmediastreamsignaling_unittest.cc768 video_info->rejected = true;
776 audio_info->rejected = true;
H A Dwebrtcsdp.cc1193 const std::string port = content_info->rejected ?
2018 bool rejected = false; local
2023 rejected = true;
2099 rejected,
/external/chromium_org/third_party/ply/
H A Dyacc.py3247 for state, rule, rejected in lr.rr_conflicts:
3248 if (state,id(rule),id(rejected)) in already_reported:
3251 debuglog.warning("rejected rule (%s) in state %d", rejected,state)
3253 errorlog.warning("rejected rule (%s) in state %d", rejected, state)
3254 already_reported[state,id(rule),id(rejected)] = 1
3257 for state, rule, rejected in lr.rr_conflicts:
3258 if not rejected.reduced and (rejected no
[all...]
/external/srec/tools/cmd/
H A Dsrecres2utd.pl72 if(/<rejected/i || /<FAILED/i) {
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dmux.py190 encoding=0, rejected=False,
195 flags = (rejected << 2) | encoding
1240 encoding=0, rejected=True)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dmux_client_for_testing.py165 block.rejected = (first_byte >> 4) & 1
593 if response.rejected:
594 raise Exception('The server rejected AddChannelRequest')
H A Dtest_mux.py346 rejected=False)
352 rejected=True)
757 # This request should be rejected.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dmux.py164 encoding=0, rejected=False):
169 (rejected << 4) | encoding)
1588 encoding=0, rejected=True)
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4892 is rejected and ultimately incremented to test the next number the residues are updated without using multi-word precision
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 777 milliseconds