Home
last modified time | relevance | path

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

/external/pcre/
Dpcrecpp.cc54 static const int kMaxArgs = 16; variable
55 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace
168 const Arg* args[kMaxArgs]; in FullMatch()
210 const Arg* args[kMaxArgs]; in PartialMatch()
252 const Arg* args[kMaxArgs]; in Consume()
300 const Arg* args[kMaxArgs]; in FindAndConsume()
/external/v8/src/
Dd8-posix.cc223 for (unsigned i = 0; i < kMaxArgs; i++) { in ~ExecArgs()
231 static const unsigned kMaxArgs = 1000; member in v8::ExecArgs
235 char* exec_args_[kMaxArgs + 1];
472 if (command_args->Length() > ExecArgs::kMaxArgs) { in System()