Home
last modified time | relevance | path

Searched refs:kMaxArgs (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist/
Dpcrecpp.cc55 static const int kMaxArgs = 16; variable
56 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace
169 const Arg* args[kMaxArgs]; in FullMatch()
211 const Arg* args[kMaxArgs]; in PartialMatch()
253 const Arg* args[kMaxArgs]; in Consume()
301 const Arg* args[kMaxArgs]; in FindAndConsume()
/external/regex-re2/util/
Dpcre.cc28 static const int kMaxArgs = 16; variable
29 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace
160 const Arg* args[kMaxArgs]; in operator ()()
203 const Arg* args[kMaxArgs]; in operator ()()
246 const Arg* args[kMaxArgs]; in operator ()()
295 const Arg* args[kMaxArgs]; in operator ()()
/external/v8/src/
Dd8-posix.cc204 for (unsigned i = 0; i < kMaxArgs; i++) { in ~ExecArgs()
212 static const unsigned kMaxArgs = 1000; member in v8::ExecArgs
217 char* exec_args_[kMaxArgs + 1];
456 if (command_args->Length() > ExecArgs::kMaxArgs) { in System()
/external/regex-re2/re2/
Dre2.cc26 static const int kMaxArgs = 16; variable
27 static const int kVecSize = 1+kMaxArgs;