/external/markdown/MarkdownTest/Tests_2004/ |
D | Backslash escapes.text | 19 Left paren: \( 21 Right paren: \) 55 Left paren: \( 57 Right paren: \) 90 Left paren: `\(` 92 Right paren: `\)`
|
/external/markdown/tests/markdown-test/ |
D | backlash-escapes.txt | 19 Left paren: \( 21 Right paren: \) 55 Left paren: \( 57 Right paren: \) 90 Left paren: `\(` 92 Right paren: `\)`
|
/external/icu/icu4c/source/i18n/ |
D | regexcst.txt | 71 '(' n open-paren 92 '(' n open-paren-quant 107 # open-paren-quant Special case handling for comments appearing before a quantifier, 112 open-paren-quant: 113 '?' n open-paren-quant2 doSuppressComments 114 default open-paren 116 open-paren-quant2: 117 '#' n paren-comment ^expr-quant 118 default open-paren-extended 122 # open-paren We've got an open paren. We need to scan further to [all …]
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Backslash escapes.text | 19 Left paren: \( 21 Right paren: \) 55 Left paren: \( 57 Right paren: \) 90 Left paren: `\(` 92 Right paren: `\)`
|
/external/python/cpython2/Lib/distutils/ |
D | versionpredicate.py | 108 self.name, paren = match.groups() 109 paren = paren.strip() 110 if paren: 111 match = re_paren.match(paren) 113 raise ValueError("expected parenthesized list: %r" % paren)
|
/external/selinux/libsepol/cil/src/ |
D | cil_write_ast.c | 13 static int cil_unfill_expr(struct cil_list *expr_str, char **out_str, int paren); 14 static int cil_unfill_classperms_list(struct cil_list *classperms, char **out_str, int paren); 19 static int __cil_strlist_concat(struct cil_list *str_list, char **out_str, int paren) { in __cil_strlist_concat() argument 20 size_t len = paren ? 3 : 1; in __cil_strlist_concat() 36 if (paren) in __cil_strlist_concat() 45 if (paren) in __cil_strlist_concat() 52 struct cil_list_item **next, char **out_str, int paren) { in __cil_unfill_expr_helper() argument 60 rc = cil_unfill_expr((struct cil_list *)curr->data, &str, paren); in __cil_unfill_expr_helper() 137 rc = __cil_unfill_expr_helper(curr->next, next, &operand1, paren); in __cil_unfill_expr_helper() 145 rc = __cil_unfill_expr_helper(curr->next, next, &operand1, paren); in __cil_unfill_expr_helper() [all …]
|
/external/libpcap/ |
D | grammar.y | 292 %type <blk> and or paren not null prog 366 | paren pid ')' { $$ = $2; } 426 paren: '(' { $$ = $<blk>0; } 447 | paren expr ')' { $$.b = $2.b; $$.q = $1.q; } 685 | paren narth ')' { $$ = $2; } 695 | paren pnum ')' { $$ = $2; } 717 | paren atmlistvalue ')' { $$.b = $2.b; $$.q = qerr; } 750 | paren mtp3listvalue ')' { $$.b = $2.b; $$.q = qerr; }
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | MacroExpander.cpp | 92 bool paren = false; in lex() local 96 paren = true; in lex() 108 if (paren) in lex()
|
/external/llvm/test/MC/ARM/ |
D | symbol-variants-errors.s | 10 @ check for missing closed paren
|
/external/python/cpython2/Lib/idlelib/ |
D | config-extensions.def | 79 flash-paren=<Control-Key-0> 81 paren-closed=<KeyRelease-parenright> <KeyRelease-bracketright> <KeyRelease-braceright>
|
D | NEWS.txt | 687 - Avoid occasional failure to detect closing paren properly.
|
/external/harfbuzz_ng/src/ |
D | hb-private.hh | 655 const char *paren = strchr (func, '('); in _hb_print_func() local 656 if (paren) in _hb_print_func() 657 func_len = paren - func; in _hb_print_func()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 399 int paren = 0; in MigrateBlockOrFunctionPointerTypeVariable() local 404 paren++; in MigrateBlockOrFunctionPointerTypeVariable() 408 paren--; in MigrateBlockOrFunctionPointerTypeVariable() 413 if (paren == 1) { in MigrateBlockOrFunctionPointerTypeVariable()
|
/external/python/cpython2/Doc/library/ |
D | 2to3.rst | 350 .. 2to3fixer:: paren
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.css | 315 /* extra space between end of method name and open-paren */
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2262 int paren = 0; in RewriteBlockPointerTypeVariable() local 2267 paren++; in RewriteBlockPointerTypeVariable() 2271 paren--; in RewriteBlockPointerTypeVariable() 2275 if (paren == 1) in RewriteBlockPointerTypeVariable()
|
D | RewriteModernObjC.cpp | 2351 int paren = 0; in RewriteBlockPointerTypeVariable() local 2356 paren++; in RewriteBlockPointerTypeVariable() 2360 paren--; in RewriteBlockPointerTypeVariable() 2364 if (paren == 1) in RewriteBlockPointerTypeVariable()
|
/external/v8/src/asmjs/ |
D | asm-wasm-builder.cc | 299 void VisitEmptyParentheses(EmptyParentheses* paren) { UNREACHABLE(); } in VisitEmptyParentheses() argument
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 5349 } else if (const ParenType *paren = dyn_cast<ParenType>(type)) { in hasDirectOwnershipQualifier() local 5350 type = paren->getInnerType(); in hasDirectOwnershipQualifier()
|
/external/doclava/res/assets/templates-sdk/assets/ |
D | android-developer-docs.css | 1504 /* extra space between end of method name and open-paren */
|
/external/pcre/dist2/doc/ |
D | pcre2grep.txt | 597 -o3 -o1 -o3 causes the substrings matched by capturing paren-
|
D | pcre2.txt | 1381 If this option is set, it disables the use of numbered capturing paren- 6734 not all, of one of a number of alternatives. Inside a (?| group, paren- 8473 When a pattern begins with .* not in atomic parentheses, nor in paren-
|
/external/mksh/src/ |
D | check.t | 2923 this paren ) is a problem 2927 = this paren ) is a problem =
|
/external/bison/doc/ |
D | bison.texi | 563 square (int x) /* @r{identifier, open-paren, keyword `int',} 564 @r{identifier, close-paren} */ 12309 @c LocalWords: const int paren ifnotinfo AC noindent emph expr stmt findex lr
|
/external/netperf/doc/ |
D | texinfo.tex | 4999 \gdef\clrm{% Print a paren in roman if it is taking us back to depth of 0.
|