HomeSort by relevance Sort by last modified time
    Searched full:capture_count (Results 1 - 13 of 13) sorted by null

  /external/v8/src/runtime/
runtime-regexp.cc 25 bool Compile(Handle<String> replacement, int capture_count,
94 Vector<Char> characters, int capture_count,
155 if (capture_ref > capture_count) {
165 if (double_digit_ref <= capture_count) {
176 DCHECK(capture_ref <= capture_count);
206 bool CompiledReplacement::Compile(Handle<String> replacement, int capture_count,
215 capture_count, subject_length, zone());
219 capture_count, subject_length, zone());
475 int capture_count = regexp->CaptureCount();
482 compiled_replacement.Compile(replacement, capture_count, subject_length)
    [all...]
runtime-strings.cc 342 int capture_count = regexp->CaptureCount(); local
361 RegExpImpl::SetLastMatchInfo(regexp_info, subject, capture_count,
    [all...]
  /external/v8/src/regexp/
regexp-ast.h 448 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count,
452 capture_count_(capture_count),
466 int capture_count() { return capture_count_; } function in class:v8::internal::final
regexp-parser.cc 644 int capture_count = captures_started(); local
666 if (current() != '?') capture_count++;
670 capture_count_ = capture_count;
1497 int capture_count = parser.captures_started(); local
    [all...]
jsregexp.cc 169 !(flags & JSRegExp::kSticky) && parse_result.capture_count == 0) {
183 IrregexpInitialize(re, pattern, flags, parse_result.capture_count);
452 int capture_count) {
458 capture_count);
607 int capture_count = local
610 last_match_info, subject, capture_count, output_registers);
630 int capture_count,
633 int capture_register_count = (capture_count + 1) * 2;
    [all...]
jsregexp.h 117 int capture_count,
1537 int capture_count; member in struct:v8::internal::RegExpCompileData
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl_locking_unittest.cc 273 capture_count++;
278 return capture_count;
288 return capture_count - render_count;
297 return (render_count > threshold && capture_count > threshold);
303 int capture_count GUARDED_BY(crit_) = 0;
    [all...]
  /external/v8/src/
factory.h 679 int capture_count);
factory.cc     [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 1776 uint32_t capture_count; member in struct:msm_camera_vfe_params_t
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camera.h 2082 uint32_t capture_count; member in struct:msm_camera_vfe_params_t
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 1899 uint32_t capture_count; member in struct:msm_camera_vfe_params_t
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camera.h 2025 uint32_t capture_count; member in struct:msm_camera_vfe_params_t
    [all...]

Completed in 704 milliseconds