/external/rust/crates/syn/1.0.7/src/ |
D | attr.rs | 283 bracketed!(content in input); in enter_args() 498 bracket_token: bracketed!(content in input), in single_parse_inner() 509 bracket_token: bracketed!(content in input), in single_parse_outer()
|
D | group.rs | 268 macro_rules! bracketed { macro
|
D | path.rs | 84 PathArguments::AngleBracketed(bracketed) => bracketed.args.is_empty(), in is_empty()
|
D | ty.rs | 637 let bracket_token = bracketed!(content in input); in ambig_ty() 673 bracket_token: bracketed!(content in input), in parse() 683 bracket_token: bracketed!(content in input), in parse()
|
D | pat.rs | 721 let bracket_token = bracketed!(content in input); in pat_slice()
|
D | expr.rs | 1592 bracket_token: bracketed!(content in input), in trailer_helper() 1634 bracket_token: bracketed!(content in input), in trailer_expr() 1836 let bracket_token = bracketed!(content in input); in array_or_repeat()
|
/external/markdown/docs/extensions/ |
D | WikiLinks.txt | 8 ``[[bracketed]]`` word is converted to a link. 17 A ``[[bracketed]]`` word is any combination of upper or lower case letters,
|
/external/python/cpython3/Lib/urllib/ |
D | parse.py | 199 _, have_open_br, bracketed = hostinfo.partition('[') 201 hostname, _, port = bracketed.partition(']') 229 _, have_open_br, bracketed = hostinfo.partition(b'[') 231 hostname, _, port = bracketed.partition(b']')
|
/external/rust/crates/syn/0.15.42/src/ |
D | group.rs | 274 macro_rules! bracketed { macro
|
D | attr.rs | 555 bracket_token: bracketed!(content in input), in single_parse_inner() 566 bracket_token: bracketed!(content in input), in single_parse_outer()
|
D | ty.rs | 476 let bracket_token = bracketed!(content in input); in ambig_ty() 512 bracket_token: bracketed!(content in input), in parse() 522 bracket_token: bracketed!(content in input), in parse()
|
D | path.rs | 84 PathArguments::AngleBracketed(ref bracketed) => bracketed.args.is_empty(), in is_empty()
|
D | expr.rs | 1381 bracket_token: bracketed!(content in input), in trailer_helper() 1422 bracket_token: bracketed!(content in input), in trailer_expr() 1624 let bracket_token = bracketed!(content in input); in array_or_repeat() 2963 let bracket_token = bracketed!(content in input); in pat_slice()
|
/external/deqp-deps/amber/ |
D | CMakeLists.txt | 21 # quoted or bracketed.
|
/external/markdown/docs/ |
D | CHANGE_LOG | 25 with wikilinks (note the s) ext (uses bracketed links instead of CamelCase)
|
/external/angle/third_party/spirv-tools/src/ |
D | CMakeLists.txt | 21 # quoted or bracketed.
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CMakeLists.txt | 21 # quoted or bracketed.
|
/external/deqp-deps/SPIRV-Tools/ |
D | CMakeLists.txt | 21 # quoted or bracketed.
|
/external/protobuf/objectivec/Tests/ |
D | GPBUtilitiesTests.m | 183 // of the bracketed extension name.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 438 ExtWarn<"angle-bracketed include <%0> cannot be aliased to double-quoted " 441 ExtWarn<"double-quoted include \"%0\" cannot be aliased to angle-bracketed "
|
/external/skqp/docs/ |
D | usingBookmaker.bmh | 262 Descriptions may contain code and formulas, each bracketed by markup.
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 2706 bool bracketed = false; in DebugString() local 2708 bracketed = true; in DebugString() 2713 if (!bracketed) { in DebugString() 2714 bracketed = true; in DebugString() 2727 contents->append(bracketed ? ", " : " ["); in DebugString() 2728 bracketed = true; in DebugString() 2732 if (bracketed) { in DebugString()
|
/external/u-boot/doc/driver-model/ |
D | of-plat.rst | 310 prevents them being used inadvertently. All usage must be bracketed with
|
/external/skqp/site/user/api/ |
D | usingBookmaker.md | 233 Descriptions may contain code and formulas, each bracketed by markup.
|
/external/pcre/dist2/ |
D | HACKING | 686 compiled as (abc)(abc)((abc)((abc)(abc)?)?)?, except that each bracketed group 781 bracketed groups. From 10.30 onwards, repeated recursions are duplicated for
|