Searched refs:parens (Results 1 – 25 of 49) sorted by relevance
12
/external/markdown/MarkdownTest/Tests_2007/ |
D | Links, inline style.text | 17 [With parens in the URL](http://en.wikipedia.org/wiki/WIMP_(computing)) 19 (With outer parens and [parens in url](/foo(bar))) 22 [With parens in the URL](/foo(bar) "and a title") 24 (With outer parens and [parens in url](/foo(bar) "and a title"))
|
D | Images.text | 17 ![this is a stupid URL](http://example.com/(parens).jpg)
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 022-define-func-arg-with-parens.c.expected | 2 (argument(including parens)for the win)
|
D | 022-define-func-arg-with-parens.c | 2 foo(argument(including parens)for the win)
|
/external/jemalloc/doc/ |
D | stylesheet.xsl | 3 <xsl:param name="function.parens" select="0"/>
|
/external/clang/test/SemaCXX/ |
D | return.cpp | 56 (((parens())));
|
/external/llvm/test/FileCheck/ |
D | var-ref-same-line.txt | 14 ; Test that parens inside the regex don't confuse FileCheck
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-1.cpp | 5 int parens : (J);
|
/external/libcups/filter/ |
D | interpret.c | 1049 int parens; /* Parenthesis nesting level */ in scan_ps() local 1092 for (cur ++, parens = 1, valptr = obj.value.string, in scan_ps() 1097 if (*cur == ')' && parens == 1) in scan_ps() 1101 parens ++; in scan_ps() 1103 parens --; in scan_ps()
|
/external/bison/examples/ |
D | extexi | 80 # The parens around the output file seem to be required
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 121 if (ParenExpr *parens = dyn_cast<ParenExpr>(e)) { in rebuild() local 122 e = rebuild(parens->getSubExpr()); in rebuild() 123 return new (S.Context) ParenExpr(parens->getLParen(), in rebuild() 124 parens->getRParen(), in rebuild()
|
/external/tcpdump/ |
D | README | 118 for acks). The number in parens following an ack is 120 ack. A number in parens following a send is the
|
D | README.md | 118 for acks). The number in parens following an ack is 120 ack. A number in parens following a send is the
|
/external/python/cpython2/Lib/idlelib/ |
D | README.txt | 161 Show surrounding parens # ParenMatch (& Hyperparser)
|
/external/pcre/dist2/ |
D | configure.ac | 264 # Handle --with-parens-nest-limit=N 265 AC_ARG_WITH(parens-nest-limit, 266 AS_HELP_STRING([--with-parens-nest-limit=N],
|
/external/bison/tests/ |
D | torture.at | 385 # A grammar of parens growing the stack thanks to right recursion.
|
/external/mksh/src/ |
D | check.t | 2934 these parens ( ) are not a problem 2938 = these parens ( ) are not a problem = 2945 these parens \( ) are a problem 2949 = these parens \( ) are a problem = 9882 name: bash-function-parens 12379 name: better-parens-1a 12392 name: better-parens-1b 12400 name: better-parens-1c 12408 name: better-parens-2a 12421 name: better-parens-2b [all …]
|
/external/icu/icu4c/source/i18n/ |
D | regexcst.txt | 109 # Open parens from expr-quant come here; anything but a (?# comment
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | jsilver.sablecc | 518 | {parens} paren_open expression_list paren_close // (x.y, a.b, d.e)
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.v1 | 307 * ffi.h.in: The SGI assember is very picky about parens. Redefined
|
/external/python/cpython2/Doc/library/ |
D | csv.rst | 444 out surrounded by parens. This may cause some problems for other programs which
|
D | idle.rst | 151 Show surrounding parens
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 1095 # With a better look, you realize that the parens are more a pain than 1097 # with always using an outermost pair of parens and an outermost pair 1098 # of quotes. Rejecting the parens both eases the implementation, and 2049 # which means `if the macro named `AC_LANG_COMPILER(C)' (the parens are
|
/external/okhttp/ |
D | CHANGELOG.md | 170 parens, and other characters.
|
/external/netperf/doc/ |
D | texinfo.tex | 4976 {\activeparens % Now, smart parens don't turn on until &foo (see \amprm) 4979 % if the fn name has parens in it, \boldbrax will not be in effect yet, 4986 % This is used to turn on special parens 4996 % This is the definition of ( when already inside a level of parens. 5008 %% These parens (in \boldbrax) actually are a little bolder than the 5167 % except that they do not make parens into active characters.
|
12