/external/rust/cxx/syntax/ |
D | qualified.rs | 17 let colons: Option<Token![::]> = input.parse()?; in parse_unquoted() localVariable 18 trailing_punct = colons.is_some(); in parse_unquoted()
|
/external/markdown/docs/extensions/ |
D | CodeHilite.txt | 70 If the first line begins with three or more colons, the text following the 71 colons identifies the language. The first line is removed from the code block 107 If you want every code block to have line numbers, even when using colons
|
/external/skqp/tools/bookmaker/ |
D | bookmaker.cpp | 363 size_t colons = fName.rfind("::"); in copyToParent() local 364 string topName = string::npos == colons ? fName : fName.substr(colons + 2); in copyToParent()
|
/external/tagsoup/ |
D | CHANGES | 28 Modify PI targets containing colons to have underscores instead 93 Made translate-colons feature actually work 125 Added --nocolons switch and translate-colons feature to convert ":" 174 Correctly cope with unexpected characters around colons, also with multiple colons 305 Don't suppress colons in element names.
|
D | README | 203 change explicit colons in element and attribute names to 273 http://www.ccil.org/~cowan/tagsoup/features/translate-colons 275 colons into underscores in names.
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.switch.txt | 32 - Missing colons, opening or closing braces etc.
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 70 int colons=7; /* Number of colons in IPv6 address */ in plen_to_mask() local 72 for(i=0;i<=colons;i++) { in plen_to_mask()
|
/external/openscreen/build/config/ |
D | BUILD.gn | 140 # Warn on extra semi-colons.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-DPP | 108 separating colons. The channel list includes the possible channels on which the
|
/external/llvm-project/llvm/test/Assembler/ |
D | thinlto-summary.ll | 103 ; after summary parsing, which handles colons differently.
|
/external/google-breakpad/docs/ |
D | symbol_files.md | 469 spaces, but their tokens may not end with colons. When an expression mentions a 478 The register names preceding the expressions are always followed by colons. The 479 expressions themselves never contain tokens ending with colons.
|
/external/deqp-deps/SPIRV-Tools/ |
D | CMakeLists.txt | 306 # Warning about extra semi-colons.
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | Python.g | 40 * except for the (sometimes optional) trailing commas and semi-colons.
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CMakeLists.txt | 306 # Warning about extra semi-colons.
|
/external/python/pycparser/ |
D | CHANGES | 45 - Issue #117: Fix parsing of extra semi-colons inside structure declarations.
|
/external/llvm-project/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 150 can be assigned in the same string, separated by colons.
|
D | GwpAsan.rst | 151 can be assigned in the same string, separated by colons.
|
D | CMakePrimer.rst | 119 you avoid using semi-colons in lists; it doesn't go smoothly. A few examples of
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | tfcompile.bzl | 76 class name, separated by double-colons. The class will be generated in
|
/external/icu/icu4c/source/data/curr/ |
D | rm.txt | 1423 one{"colons da la Costa Rica"} 1424 other{"colons da la Costa Rica"}
|
D | pt_PT.txt | 830 other{"colons costa-riquenho"}
|
/external/ltp/ |
D | INSTALL | 61 source directory are as basic as possible: no commas, colons, semicolons,
|
/external/python/cpython3/Doc/faq/ |
D | design.rst | 704 Why are colons required for the if/while/def/class statements? 722 highlighting; they can look for colons to decide when indentation needs to be
|
/external/llvm/docs/ |
D | CMakePrimer.rst | 146 you avoid using semi-colons in lists; it doesn't go smoothly. A few examples of
|
/external/python/cpython2/Doc/faq/ |
D | design.rst | 787 Why are colons required for the if/while/def/class statements? 805 highlighting; they can look for colons to decide when indentation needs to be
|