/external/v8/test/mjsunit/ |
D | string-match.js | 33 function testMatch(name, input, regexp, result, captures, from, to) { argument 40 var lastParen = captures.length > 0 ? captures[captures.length - 1] : ""; 49 assertEquals(captures.length + 1, matchResult.length, name + "-cap-return"); 51 assertEquals(captures[i - 1], matchResult[i], name + "-cap-return-" + i); 60 if (i <= captures.length) { 61 assertEquals(captures[i - 1], RegExp["$" + i], name + "-capture-" + i);
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 705 int* captures) { in Execute() argument 712 captures, in Execute() 730 int captures[4] = {42, 37, 87, 117}; in TEST() local 742 captures); in TEST() 745 CHECK_EQ(-1, captures[0]); in TEST() 746 CHECK_EQ(-1, captures[1]); in TEST() 747 CHECK_EQ(-1, captures[2]); in TEST() 748 CHECK_EQ(-1, captures[3]); in TEST() 775 int captures[4] = {42, 37, 87, 117}; in TEST() local 786 captures); in TEST() [all …]
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/ |
D | split-002.js | 190 cap = z.captures; // 14 229 return { endIndex : reResult.index + reResult[0].length, captures : cap }; 242 return { endIndex : q + r, captures : cap }; // 7
|
/external/clang/test/SemaObjC/ |
D | arc-jump-block.m | 22 …eLeft]; }); // expected-note 3 {{jump enters lifetime of block which strongly captures a variable}} 25 …Right]; }); // expected-note 2 {{jump enters lifetime of block which strongly captures a variable}}
|
/external/v8/src/ |
D | interpreter-irregexp.h | 42 int* captures,
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | ast.ml | 25 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | ast.ml | 28 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | ast.ml | 31 (* proto - This type represents the "prototype" for a function, which captures
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 767 llvm::SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local 768 captures.reserve(numCaptures); in VisitBlockDecl() 776 captures.push_back(BlockDecl::Capture(decl, byRef, nested, copyExpr)); in VisitBlockDecl() 778 BD->setCaptures(*Reader.getContext(), captures.begin(), in VisitBlockDecl() 779 captures.end(), capturesCXXThis); in VisitBlockDecl()
|
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.cpp | 401 if (functionBody->captures(ident)) { in BytecodeGenerator() 413 if (functionBody->captures(ident)) in BytecodeGenerator() 429 if (!functionBody->captures(ident)) { in BytecodeGenerator() 445 if (!functionBody->captures(ident)) in BytecodeGenerator()
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.pod | 223 The first check line matches a regex (<tt>%[a-z]+</tt>) and captures it into
|
/external/tcpdump/ |
D | INSTALL | 24 read saved captures. Whether a user will be able to capture traffic
|
D | CHANGES | 190 Clarified when Solaris can do captures as non-root. 270 captures on the "any" device won't be done in promiscuous mode
|
/external/srtp/doc/ |
D | Doxyfile | 734 # generate an XML file that captures the structure of 759 # that captures the structure of the code including all 770 # generate a Perl module file that captures the structure of
|
/external/dropbear/libtomcrypt/ |
D | Doxyfile | 831 # generate an XML file that captures the structure of 867 # that captures the structure of the code including all 878 # generate a Perl module file that captures the structure of
|
/external/clang/docs/ |
D | doxygen.cfg.in | 877 # generate an XML file that captures the structure of 913 # that captures the structure of the code including all 924 # generate a Perl module file that captures the structure of
|
/external/libvpx/ |
D | libs.doxy_template | 947 # generate an XML file that captures the structure of 983 # that captures the structure of the code including all 994 # generate a Perl module file that captures the structure of
|
/external/srec/doc/ |
D | srec.doxygen | 969 # generate an XML file that captures the structure of 1005 # that captures the structure of the code including all 1016 # generate a Perl module file that captures the structure of
|
/external/llvm/docs/ |
D | doxygen.cfg.in | 1039 # generate an XML file that captures the structure of 1075 # that captures the structure of the code including all 1086 # generate a Perl module file that captures the structure of
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | Nodes.h | 1424 …bool captures(const Identifier& ident) { return m_data->m_capturedVariables.contains(ident.impl())… in captures() function
|
/external/libvpx/nestegg/docs/ |
D | Doxyfile.in | 1171 # generate an XML file that captures the structure of 1207 # that captures the structure of the code including all 1218 # generate a Perl module file that captures the structure of
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 2517 "jump enters lifetime of block which captures a destructible c++ object">; 2519 "jump enters lifetime of block which strongly captures a variable">; 2521 "jump enters lifetime of block which weakly captures a variable">; 2546 "jump exits lifetime of block which captures a destructible c++ object">; 2548 "jump exits lifetime of block which strongly captures a variable">; 2550 "jump exits lifetime of block which weakly captures a variable">;
|