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

  /external/v8/src/
interpreter-irregexp.h 42 int* captures,
string.js 253 // Compute the number of captures; see ECMA-262, 15.5.4.11, p. 102.
286 // the captures, we use it instead of the single digit
298 // Because of the captures range check in the parsing of two
301 // captures.
438 // Compute the parameter list consisting of the match, captures, index,
440 // The number of captures plus one for the match.
444 // No captures, only the match, which is always valid.
regexp.js 298 // on the captures array of the last successful match and the subject string
318 if (length <= 2) return ''; // There were no captures.
messages.js 510 // 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 173 // size will be the number of captures of a RegExp.
  /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 411 // Check that we don't allow more than kMaxCapture captures
413 const char* kTooManyCaptures = "Too many captures";
705 int* captures) {
712 captures,
730 int captures[4] = {42, 37, 87, 117}; local
742 captures);
745 CHECK_EQ(-1, captures[0]);
746 CHECK_EQ(-1, captures[1]);
747 CHECK_EQ(-1, captures[2]);
748 CHECK_EQ(-1, captures[3])
775 int captures[4] = {42, 37, 87, 117}; local
832 int captures[4] = {42, 37, 87, 117}; local
1289 int captures[2]; local
1351 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/clang/lib/Serialization/
ASTReaderDecl.cpp 778 SmallVector<BlockDecl::Capture, 16> captures; local
779 captures.reserve(numCaptures);
787 captures.push_back(BlockDecl::Capture(decl, byRef, nested, copyExpr));
789 BD->setCaptures(Reader.getContext(), captures.begin(),
790 captures.end(), capturesCXXThis);
    [all...]
  /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/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...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/jdiff/
xerces.jar 

Completed in 389 milliseconds