Searched defs:capture_count (Results 1 - 7 of 7) sorted by relevance

/external/qemu/
H A Dtcpdump.c20 static uint64_t capture_count; variable
104 capture_count = 0;
137 capture_count += 1;
144 *pcount = capture_count;
/external/v8/src/
H A Dfactory.cc1384 int capture_count) {
1396 Smi::FromInt(capture_count));
1380 SetRegExpIrregexpData(Handle<JSRegExp> regexp, JSRegExp::Type type, Handle<String> source, JSRegExp::Flags flags, int capture_count) argument
H A Djsregexp.h1431 capture_count(0) { }
1437 int capture_count; member in struct:v8::internal::RegExpCompileData
H A Dast.h2476 int capture_count,
2480 capture_count_(capture_count),
2494 int capture_count() { return capture_count_; } function in class:v8::internal::RegExpLookahead
2474 RegExpLookahead(RegExpTree* body, bool is_positive, int capture_count, int capture_from) argument
H A Djsregexp.cc149 parse_result.capture_count == 0) {
156 IrregexpInitialize(re, pattern, flags, parse_result.capture_count);
422 int capture_count) {
428 capture_count);
789 RegExpCompiler(int capture_count, bool ignore_case, bool is_ascii);
801 int capture_count,
861 RegExpCompiler::RegExpCompiler(int capture_count, bool ignore_case, bool ascii) argument
862 : next_register_(2 * (capture_count + 1)),
877 int capture_count,
5258 if ((data->capture_count
419 IrregexpInitialize(Handle<JSRegExp> re, Handle<String> pattern, JSRegExp::Flags flags, int capture_count) argument
874 Assemble( RegExpMacroAssembler* macro_assembler, RegExpNode* start, int capture_count, Handle<String> pattern) argument
[all...]
H A Dparser.cc5468 int capture_count = captures_started(); local
5490 if (current() != '?') capture_count++;
5494 capture_count_ = capture_count;
5969 int capture_count = parser.captures_started(); local
5970 result->simple = tree->IsAtom() && parser.simple() && capture_count == 0;
5972 result->capture_count = capture_count;
/external/kernel-headers/original/media/
H A Dmsm_camera.h1788 uint32_t capture_count; member in struct:msm_camera_vfe_params_t

Completed in 135 milliseconds