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

  /external/v8/src/objects/
regexp-match-info.h 49 Handle<RegExpMatchInfo> match_info, int capture_count);
  /external/v8/src/runtime/
runtime-regexp.cc 26 bool Compile(Handle<String> replacement, int capture_count,
95 Vector<Char> characters, int capture_count,
156 if (capture_ref > capture_count) {
166 if (double_digit_ref <= capture_count) {
177 DCHECK(capture_ref <= capture_count);
207 bool CompiledReplacement::Compile(Handle<String> replacement, int capture_count,
216 capture_count, subject_length, zone());
220 capture_count, subject_length, zone());
489 int capture_count = regexp->CaptureCount();
496 compiled_replacement.Compile(replacement, capture_count, subject_length)
    [all...]
  /external/v8/src/regexp/
regexp-parser.cc 647 int capture_count = captures_started(); local
669 if (current() != '?') capture_count++;
673 capture_count_ = capture_count;
1505 int capture_count = parser.captures_started(); local
    [all...]
regexp-ast.h 468 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count,
472 capture_count_(capture_count),
486 int capture_count() { return capture_count_; } function in class:v8::internal::final
jsregexp.cc 166 !(flags & JSRegExp::kSticky) && parse_result.capture_count == 0) {
180 IrregexpInitialize(re, pattern, flags, parse_result.capture_count);
442 int capture_count) {
448 capture_count);
597 int capture_count = local
600 last_match_info, subject, capture_count, output_registers);
612 int capture_count, int32_t* match) {
618 int capture_register_count = (capture_count + 1) * 2;
    [all...]
jsregexp.h 111 int capture_count, int32_t* match);
1486 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     [all...]
factory.cc     [all...]
objects.cc     [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/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/kernel-headers/media/
msm_camera.h 2025 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/msm8998/kernel-headers/media/
msm_camera.h 2025 uint32_t capture_count; member in struct:msm_camera_vfe_params_t
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_camera.h 2082 uint32_t capture_count; member in struct:msm_camera_vfe_params_t
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 3865 uint32_t backrefmax, bsr_convention, capture_count, first_ctype, first_cunit, local
    [all...]

Completed in 651 milliseconds