Searched refs:brace (Results 1 – 25 of 36) sorted by relevance
12
/external/markdown/MarkdownTest/Tests_2004/ |
D | Backslash escapes.text | 11 Left brace: \{ 13 Right brace: \} 47 Left brace: \{ 49 Right brace: \} 82 Left brace: `\{` 84 Right brace: `\}`
|
/external/markdown/tests/markdown-test/ |
D | backlash-escapes.txt | 11 Left brace: \{ 13 Right brace: \} 47 Left brace: \{ 49 Right brace: \} 82 Left brace: `\{` 84 Right brace: `\}`
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Backslash escapes.text | 11 Left brace: \{ 13 Right brace: \} 47 Left brace: \{ 49 Right brace: \} 82 Left brace: `\{` 84 Right brace: `\}`
|
/external/e2fsprogs/e2fsck/ |
D | prof_err.et | 31 error_code PROF_EXTRA_CBRACE, "Extra closing brace in profile" 32 error_code PROF_MISSING_OBRACE, "Missing open brace in profile"
|
/external/webkit/Tools/android/webkitmerge/ |
D | webkitmerge.cpp | 270 int brace; member 300 char* brace = openBrace == NULL ? closeBrace : closeBrace == NULL ? openBrace : in CheckForBrace() local 307 if (quote && quote < brace) { in CheckForBrace()
|
/external/bison/ |
D | OChangeLog | 766 (parse_union_decl): Catch unmatched close-brace. 1434 * src/reader.c (copy_guard): Fix brace-counting for 1435 brace-surrounded guard.
|
D | ChangeLog | 5426 last brace in braced code when not in Yacc mode, for compatibility
|
/external/bluetooth/glib/po/ |
D | as.po | 742 "\\g ৰ পিছত এটা brace থকা নাম বা এটা বৈকল্পিক brace থকা শুণ্য নোহোৱা সংখ্যা নাই"
|
/external/bison/doc/ |
D | bison.texinfo | 493 `char', `plus-sign', `open-brace', `close-brace', `comma' and many more. 504 @{ /* @r{open-brace} */ 507 @} /* @r{close-brace} */ 514 @{ /* @r{open-brace} */ 516 @} /* @r{close-brace} */ 2907 Within braced code, the balanced-brace count is not affected by braces 3349 can coexist in a working parser because the parser can shift the open-brace 3377 when it has read no farther than the open-brace. In other words, it 3379 information to do it correctly. (The open-brace token is what is called 3402 does work is to put the action after the open-brace, like this: [all …]
|
D | bison.info | 803 `char', `plus-sign', `open-brace', `close-brace', `comma' and many more. 812 { /* open-brace */ 815 } /* close-brace */ 2951 Within braced code, the balanced-brace count is not affected by 3316 the open-brace token and look at what follows before deciding whether 3332 when it has read no farther than the open-brace. In other words, it 3334 information to do it correctly. (The open-brace token is what is called 3353 which does work is to put the action after the open-brace, like this: 3736 write a semicolon after the closing brace. 4055 brace-surrounded body fit for a `switch' statement.
|
/external/bison/build-aux/ |
D | texinfo.tex | 3758 % Swallow the left brace of the text (first parameter): 3763 \bgroup % Instead of the swallowed brace. 5213 % right brace, after last delimiter expect closing brace: 5812 % an opening brace, and that opening brace is not consumed. 6333 % pagealignmacro call if that space before the closing brace is 6430 % swallow the left brace
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 3762 % Swallow the left brace of the text (first parameter): 3767 \bgroup % Instead of the swallowed brace. 5225 % right brace, after last delimiter expect closing brace: 5824 % an opening brace, and that opening brace is not consumed. 6345 % pagealignmacro call if that space before the closing brace is 6442 % swallow the left brace
|
/external/libffi/ |
D | texinfo.tex | 3978 % Swallow the left brace of the text (first parameter): 3983 \bgroup % Instead of the swallowed brace. 5482 % right brace, after last delimiter expect closing brace: 6080 % an opening brace, and that opening brace is not consumed. 6601 % pagealignmacro call if that space before the closing brace is 6698 % swallow the left brace
|
/external/grub/docs/ |
D | texinfo.tex | 3672 % Swallow the left brace of the text (first parameter): 3677 \bgroup % Instead of the swallowed brace. 5103 % right brace, after last delimiter expect closing brace: 5694 % an opening brace, and that opening brace is not consumed. 6229 % pagealignmacro call if that space before the closing brace is 6326 % swallow the left brace
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 598 by including a circumflex between the opening brace and the property name. For 1521 matches "zz", "zzz", or "zzzz". A closing brace on its own is not a
|
/external/webkit/Tools/ |
D | ChangeLog | 7928 check-webkit-style: Misses brace style error when the line with the { has a } in it. 7931 * Scripts/webkitpy/style/checkers/cpp.py: Fixed the check for the close brace 7932 to only look after the last open brace, so that the open brace in this line
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 8160 (appendRunsForObject): Initialize BidiIterator object using brace notation. 8161 (buildCompactRuns): Initialize BidiIterator objects using brace notation and assignment. 8163 objects using brace notation and assignment. 8164 …(RenderBlock::findNextLineBreak): Initialize BidiIterator objects using brace notation and assignm…
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 2729 "flexible array requires brace-enclosed initializer">;
|
/external/pcre/doc/ |
D | pcre.txt | 3721 brace and the property name. For example, \p{^Lu} is the same as 4444 matches "zz", "zzz", or "zzzz". A closing brace on its own is not a
|
/external/elfutils/autom4te.cache/ |
D | output.0 | 1404 # It thinks the first close brace ends the variable substitution.
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog | 7998 - Fixed opening brace placement in class declaration
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 23216 - replaced NS_DURING with @try, and added opening brace if there wasn't one 23218 - removed NS_ENDHANDLER, and added a closing brace if there wasn't one
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 9627 a newline after the opening brace. 9630 (JSC::constructFunction): Add a newline after the opening brace of the 13312 Character position for open and closing brace was incorrectly referencing m_position to
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 14655 * webkit/webkitprivate.cpp: Typo fix in comment for the brace
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 4614 * glib/dbus-gvalue.c: Fix indentation and brace style.
|
12