Home
last modified time | relevance | path

Searched refs:brace (Results 1 – 25 of 36) sorted by relevance

12

/external/markdown/MarkdownTest/Tests_2004/
DBackslash escapes.text11 Left brace: \{
13 Right brace: \}
47 Left brace: \{
49 Right brace: \}
82 Left brace: `\{`
84 Right brace: `\}`
/external/markdown/tests/markdown-test/
Dbacklash-escapes.txt11 Left brace: \{
13 Right brace: \}
47 Left brace: \{
49 Right brace: \}
82 Left brace: `\{`
84 Right brace: `\}`
/external/markdown/MarkdownTest/Tests_2007/
DBackslash escapes.text11 Left brace: \{
13 Right brace: \}
47 Left brace: \{
49 Right brace: \}
82 Left brace: `\{`
84 Right brace: `\}`
/external/e2fsprogs/e2fsck/
Dprof_err.et31 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/
Dwebkitmerge.cpp270 int brace; member
300 char* brace = openBrace == NULL ? closeBrace : closeBrace == NULL ? openBrace : in CheckForBrace() local
307 if (quote && quote < brace) { in CheckForBrace()
/external/bison/
DOChangeLog766 (parse_union_decl): Catch unmatched close-brace.
1434 * src/reader.c (copy_guard): Fix brace-counting for
1435 brace-surrounded guard.
DChangeLog5426 last brace in braced code when not in Yacc mode, for compatibility
/external/bluetooth/glib/po/
Das.po742 "\\g ৰ পিছত এটা brace থকা নাম বা এটা বৈকল্পিক brace থকা শুণ্য নোহোৱা সংখ্যা নাই"
/external/bison/doc/
Dbison.texinfo493 `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 …]
Dbison.info803 `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/
Dtexinfo.tex3758 % 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/
Dtexinfo.tex3762 % 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/
Dtexinfo.tex3978 % 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/
Dtexinfo.tex3672 % 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/
Dregex-syntax.sgml598 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/
DChangeLog7928 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/
DChangeLog-2003-10-258160 (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/
DDiagnosticSemaKinds.td2729 "flexible array requires brace-enclosed initializer">;
/external/pcre/doc/
Dpcre.txt3721 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/
Doutput.01404 # It thinks the first close brace ends the variable substitution.
/external/webkit/Source/WebKit/win/
DChangeLog7998 - Fixed opening brace placement in class declaration
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2923216 - 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/
DChangeLog-2009-06-169627 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/
DChangeLog14655 * webkit/webkitprivate.cpp: Typo fix in comment for the brace
/external/dbus/
DChangeLog.pre-1-04614 * glib/dbus-gvalue.c: Fix indentation and brace style.

12