Home
last modified time | relevance | path

Searched refs:rejected (Results 1 – 25 of 114) sorted by relevance

12345

/external/webrtc/webrtc/p2p/base/
Dsessiondescription.h39 name(name), type(type), rejected(false), description(description) {} in ContentInfo()
42 bool rejected, in ContentInfo()
44 name(name), type(type), rejected(rejected), description(description) {} in ContentInfo()
47 bool rejected; member
128 bool rejected,
Dsessiondescription.cc130 bool rejected, in AddContent() argument
132 contents_.push_back(ContentInfo(name, type, rejected, description)); in AddContent()
/external/webrtc/talk/session/media/
Dmediasession.cc1402 if (!content->rejected && offer_bundle->HasContentName(content->name)) { in CreateAnswer()
1779 bool rejected = !options.has_audio() || audio_content->rejected || in AddAudioContentForAnswer() local
1783 if (!rejected) { in AddAudioContentForAnswer()
1791 answer->AddContent(audio_content->name, audio_content->type, rejected, in AddAudioContentForAnswer()
1831 bool rejected = !options.has_video() || video_content->rejected || in AddVideoContentForAnswer() local
1835 if (!rejected) { in AddVideoContentForAnswer()
1846 answer->AddContent(video_content->name, video_content->type, rejected, in AddVideoContentForAnswer()
1890 bool rejected = !options.has_data() || data_content->rejected || in AddDataContentForAnswer() local
1894 if (!rejected) { in AddDataContentForAnswer()
1905 answer->AddContent(data_content->name, data_content->type, rejected, in AddDataContentForAnswer()
/external/jsoncpp/devtools/
Dantglob.py133 rejected = apply_filter( full_path, exclude_filter )
134 if not included or rejected: # do not include entry ?
/external/llvm/test/MC/Mips/mips32r3/
Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips64r6/
Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
Dinvalid-mips4-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
Dinvalid-mips32-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
/external/llvm/test/MC/Mips/mips32r6/
Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
Dinvalid-mips2-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
Dinvalid-mips4-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
Dinvalid-mips32-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
/external/llvm/test/MC/Mips/mips64r3/
Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips32r5/
Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips64r5/
Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips32r2/
Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/mips64r2/
Dinvalid.s1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
/external/llvm/test/MC/Mips/micromips-dsp/
Dinvalid-wrong-error.s1 # Instructions that are correctly rejected but emit a wrong or misleading error.
/external/llvm/test/MC/Mips/mips3/
Dinvalid-mips4-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
/external/llvm/test/Assembler/
Dgetelementptr_vec_struct.ll3 ; Test that a vector struct index with non-equal elements is rejected.
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/
D2002-05-21-MissingReturn.ll8 ; Which the Sun C compiler rejected, so now we are sure to put a return
/external/iptables/extensions/
Dlibxt_AUDIT.man2 It can be used to record accepted, dropped, and rejected packets. See
/external/llvm/test/MC/Mips/mips2/
Dinvalid-mips4-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
Dinvalid-mips3-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/
Dcontrol.ppd_error23 Verifies that invalid PPDs are rejected with the correct error code.

12345