Home
last modified time | relevance | path

Searched refs:captures (Results 1 – 25 of 76) sorted by relevance

1234

/external/chromium_org/v8/test/mjsunit/
Dstring-match.js33 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/
Dstring-match.js33 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/
Dnoalias-param.ll3 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/
Dtest-regexp.cc730 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/
Dtest-regexp.cc712 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/
Dtemplates.cpp19 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/
Darc-jump-block.m22 …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/
Dinterpreter-irregexp.h42 int* captures,
/external/chromium_org/v8/src/
Dinterpreter-irregexp.h42 int* captures,
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml25 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml28 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dast.ml31 (* 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/
Dtesting.properties29 #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/
Dtesting.properties.template30 #name of file that captures console output from running JUnit plug-in tests
/external/chromium_org/tools/gyp/tools/Xcode/Specifications/
Dgyp.xclangspec203 // 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/
Dbind.h.pump32 // objects (aka functors). It captures any arguments to the method by value
/external/llvm/docs/tutorial/
DOCamlLangImpl2.rst30 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
DLangImpl2.rst29 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/
DASTReaderDecl.cpp1015 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/
Darc-blocks.m328 // when the initialization captures the variable.
389 // assignment captures the variable.
/external/tcpdump/
DINSTALL24 read saved captures. Whether a user will be able to capture traffic
/external/srtp/doc/
DDoxyfile734 # 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

1234