Home
last modified time | relevance | path

Searched refs:colons (Results 1 – 25 of 61) sorted by relevance

123

/external/rust/cxx/syntax/
Dqualified.rs17 let colons: Option<Token![::]> = input.parse()?; in parse_unquoted() localVariable
18 trailing_punct = colons.is_some(); in parse_unquoted()
/external/markdown/docs/extensions/
DCodeHilite.txt70 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/
Dbookmaker.cpp363 size_t colons = fName.rfind("::"); in copyToParent() local
364 string topName = string::npos == colons ? fName : fName.substr(colons + 2); in copyToParent()
/external/tagsoup/
DCHANGES28 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.
DREADME203 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/
Dfunctional.shaders.switch.txt32 - Missing colons, opening or closing braces etc.
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c70 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/
DBUILD.gn140 # Warn on extra semi-colons.
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-DPP108 separating colons. The channel list includes the possible channels on which the
/external/llvm-project/llvm/test/Assembler/
Dthinlto-summary.ll103 ; after summary parsing, which handles colons differently.
/external/google-breakpad/docs/
Dsymbol_files.md469 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/
DCMakeLists.txt306 # Warning about extra semi-colons.
/external/antlr/runtime/JavaScript/tests/functional/
DPython.g40 * except for the (sometimes optional) trailing commas and semi-colons.
/external/swiftshader/third_party/SPIRV-Tools/
DCMakeLists.txt306 # Warning about extra semi-colons.
/external/python/pycparser/
DCHANGES45 - Issue #117: Fix parsing of extra semi-colons inside structure declarations.
/external/llvm-project/llvm/docs/
DScudoHardenedAllocator.rst150 can be assigned in the same string, separated by colons.
DGwpAsan.rst151 can be assigned in the same string, separated by colons.
DCMakePrimer.rst119 you avoid using semi-colons in lists; it doesn't go smoothly. A few examples of
/external/tensorflow/tensorflow/compiler/aot/
Dtfcompile.bzl76 class name, separated by double-colons. The class will be generated in
/external/icu/icu4c/source/data/curr/
Drm.txt1423 one{"colons da la Costa Rica"}
1424 other{"colons da la Costa Rica"}
Dpt_PT.txt830 other{"colons costa-riquenho"}
/external/ltp/
DINSTALL61 source directory are as basic as possible: no commas, colons, semicolons,
/external/python/cpython3/Doc/faq/
Ddesign.rst704 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/
DCMakePrimer.rst146 you avoid using semi-colons in lists; it doesn't go smoothly. A few examples of
/external/python/cpython2/Doc/faq/
Ddesign.rst787 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

123