HomeSort by relevance Sort by last modified time
    Searched refs:captures (Results 1 - 24 of 24) sorted by null

  /external/v8/src/
interpreter-irregexp.h 42 int* captures,
string.js 297 // Compute the number of captures; see ECMA-262, 15.5.4.11, p. 102.
330 // the captures, we use it instead of the single digit
342 // Because of the captures range check in the parsing of two
345 // captures.
483 // Compute the parameter list consisting of the match, captures, index,
485 // The number of captures plus one for the match.
490 // No captures, only the match, which is always valid.
regexp.js 295 // on the captures array of the last successful match and the subject string
315 if (length <= 2) return ''; // There were no captures.
messages.js 558 // for four captures (array with length one longer than the index
    [all...]
d8.js     [all...]
  /external/v8/test/mjsunit/
string-match.js 33 function testMatch(name, input, regexp, result, captures, from, to) {
40 var lastParen = captures.length > 0 ? captures[captures.length - 1] : "";
47 // Returns array of match and captures.
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);
search-string-multiple.js 39 // Arg 0 is the match, n captures follow, n + 1 is offset of match, n + 2 is
fuzz-natives.js 183 // size will be the number of captures of a RegExp.
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 19 T captures(T x, T y) { function
35 template int captures(int, int);
36 template X captures(X, X);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
  /external/v8/test/cctest/
test-regexp.cc 418 // Check that we don't allow more than kMaxCapture captures
420 const char* kTooManyCaptures = "Too many captures";
712 int* captures) {
719 captures,
737 int captures[4] = {42, 37, 87, 117}; local
749 captures);
752 CHECK_EQ(-1, captures[0]);
753 CHECK_EQ(-1, captures[1]);
754 CHECK_EQ(-1, captures[2]);
755 CHECK_EQ(-1, captures[3])
782 int captures[4] = {42, 37, 87, 117}; local
839 int captures[4] = {42, 37, 87, 117}; local
1298 int captures[2]; local
1360 int captures[5]; local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 25 (* proto - This type represents the "prototype" for a function, which captures
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 28 (* proto - This type represents the "prototype" for a function, which captures
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 31 (* proto - This type represents the "prototype" for a function, which captures
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
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/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 401 if (functionBody->captures(ident)) {
413 if (functionBody->captures(ident))
429 if (!functionBody->captures(ident)) {
445 if (!functionBody->captures(ident))
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 976 SmallVector<BlockDecl::Capture, 16> captures; local
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 1424 bool captures(const Identifier& ident) { return m_data->m_capturedVariables.contains(ident.impl()); } function in class:JSC::ScopeNode
    [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 1172 milliseconds