/external/chromium_org/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/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/llvm/test/Analysis/BasicAA/ |
D | noalias-param.ll | 3 declare i32* @captures(i32* %cap) nounwind readonly 8 %cap = call i32* @captures(i32* %a) nounwind readonly 18 %cap = call i32* @captures(i32* %c) nounwind readonly
|
/external/chromium_org/v8/test/cctest/ |
D | test-regexp.cc | 730 int* captures) { in Execute() argument 737 captures, in Execute() 758 int captures[4] = {42, 37, 87, 117}; in TEST() local 770 captures); in TEST() 773 CHECK_EQ(-1, captures[0]); in TEST() 774 CHECK_EQ(-1, captures[1]); in TEST() 775 CHECK_EQ(-1, captures[2]); in TEST() 776 CHECK_EQ(-1, captures[3]); in TEST() 812 int captures[4] = {42, 37, 87, 117}; in TEST() local 823 captures); in TEST() [all …]
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 712 int* captures) { in Execute() argument 719 captures, in Execute() 737 int captures[4] = {42, 37, 87, 117}; in TEST() local 749 captures); in TEST() 752 CHECK_EQ(-1, captures[0]); in TEST() 753 CHECK_EQ(-1, captures[1]); in TEST() 754 CHECK_EQ(-1, captures[2]); in TEST() 755 CHECK_EQ(-1, captures[3]); in TEST() 782 int captures[4] = {42, 37, 87, 117}; in TEST() local 793 captures); in TEST() [all …]
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | templates.cpp | 19 T captures(T x, T y) { in captures() function 35 template int captures(int, int); 36 template X captures(X, X);
|
/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/chromium_org/v8/src/ |
D | interpreter-irregexp.h | 42 int* 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/Chapter3/ |
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/ |
D | testing.properties | 29 #name of file that captures console output from running JUnit plug-in tests
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
D | testing.properties.template | 30 #name of file that captures console output from running JUnit plug-in tests
|
/external/chromium_org/tools/gyp/tools/Xcode/Specifications/ |
D | gyp.xclangspec | 203 // This is the order of captures. All of the match strings above need the same order.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | bind.h.pump | 32 // objects (aka functors). It captures any arguments to the method by value
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl2.rst | 30 The AST for a program captures its behavior in such a way that it is 46 about this code is that the Number variant captures the numeric value of 69 expressions. One thing that is nice about our AST is that it captures 82 (* proto - This type represents the "prototype" for a function, which captures 698 (* proto - This type represents the "prototype" for a function, which captures
|
D | LangImpl2.rst | 29 The AST for a program captures its behavior in such a way that it is 53 about this code is that the NumberExprAST class captures the numeric 93 expressions. One thing that is nice about our AST is that it captures 107 /// which captures its name, and its argument names (thus implicitly the number
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1015 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local 1016 captures.reserve(numCaptures); in VisitBlockDecl() 1024 captures.push_back(BlockDecl::Capture(decl, byRef, nested, copyExpr)); in VisitBlockDecl() 1026 BD->setCaptures(Reader.getContext(), captures.begin(), in VisitBlockDecl() 1027 captures.end(), capturesCXXThis); in VisitBlockDecl()
|
/external/clang/test/CodeGenObjC/ |
D | arc-blocks.m | 328 // when the initialization captures the variable. 389 // assignment captures the variable.
|
/external/tcpdump/ |
D | INSTALL | 24 read saved captures. Whether a user will be able to capture traffic
|
/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
|