/external/webrtc/webrtc/p2p/base/ |
D | sessiondescription.h | 39 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,
|
D | sessiondescription.cc | 130 bool rejected, in AddContent() argument 132 contents_.push_back(ContentInfo(name, type, rejected, description)); in AddContent()
|
/external/webrtc/talk/session/media/ |
D | mediasession.cc | 1402 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/ |
D | antglob.py | 133 rejected = apply_filter( full_path, exclude_filter ) 134 if not included or rejected: # do not include entry ?
|
/external/llvm/test/MC/Mips/mips32r3/ |
D | invalid.s | 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
|
/external/llvm/test/MC/Mips/mips64r6/ |
D | invalid.s | 1 # Instructions that are available for the current ISA but should be rejected by
|
D | invalid-mips4-wrong-error.s | 1 # Instructions that are invalid and are correctly rejected but use the wrong
|
D | invalid-mips32-wrong-error.s | 1 # Instructions that are invalid and are correctly rejected but use the wrong
|
/external/llvm/test/MC/Mips/mips32r6/ |
D | invalid.s | 1 # Instructions that are available for the current ISA but should be rejected by
|
D | invalid-mips2-wrong-error.s | 1 # Instructions that are invalid and are correctly rejected but use the wrong
|
D | invalid-mips4-wrong-error.s | 1 # Instructions that are invalid and are correctly rejected but use the wrong
|
D | invalid-mips32-wrong-error.s | 1 # Instructions that are invalid and are correctly rejected but use the wrong
|
/external/llvm/test/MC/Mips/mips64r3/ |
D | invalid.s | 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
|
/external/llvm/test/MC/Mips/mips32r5/ |
D | invalid.s | 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
|
/external/llvm/test/MC/Mips/mips64r5/ |
D | invalid.s | 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
|
/external/llvm/test/MC/Mips/mips32r2/ |
D | invalid.s | 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
|
/external/llvm/test/MC/Mips/mips64r2/ |
D | invalid.s | 1 # Instructions that are valid for the current ISA but should be rejected by the assembler (e.g.
|
/external/llvm/test/MC/Mips/micromips-dsp/ |
D | invalid-wrong-error.s | 1 # Instructions that are correctly rejected but emit a wrong or misleading error.
|
/external/llvm/test/MC/Mips/mips3/ |
D | invalid-mips4-wrong-error.s | 1 # Instructions that are invalid and are correctly rejected but use the wrong
|
/external/llvm/test/Assembler/ |
D | getelementptr_vec_struct.ll | 3 ; Test that a vector struct index with non-equal elements is rejected.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CBackend/ |
D | 2002-05-21-MissingReturn.ll | 8 ; Which the Sun C compiler rejected, so now we are sure to put a return
|
/external/iptables/extensions/ |
D | libxt_AUDIT.man | 2 It can be used to record accepted, dropped, and rejected packets. See
|
/external/llvm/test/MC/Mips/mips2/ |
D | invalid-mips4-wrong-error.s | 1 # Instructions that are invalid and are correctly rejected but use the wrong
|
D | invalid-mips3-wrong-error.s | 1 # Instructions that are invalid and are correctly rejected but use the wrong
|
/external/autotest/client/site_tests/platform_DebugDaemonCupsAddPrinters/ |
D | control.ppd_error | 23 Verifies that invalid PPDs are rejected with the correct error code.
|