Searched refs:cap_ (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/media/audio/
H A Dsimple_sources.cc24 cap_(0),
40 int max_frames = cap_ > 0 ?
41 std::min(audio_bus->frames(), cap_ - time_state_) : audio_bus->frames();
58 cap_ = cap;
H A Dsimple_sources.h42 int cap_; member in class:media::SineWaveAudioSource
/external/chromium_org/third_party/re2/re2/
H A Dbitstate.cc59 const char** cap_; // capture registers member in class:re2::BitState
78 cap_(NULL),
90 delete[] cap_;
231 Push(id, cap_[ip->cap()], 1); // come back when we're done
232 cap_[ip->cap()] = p;
239 cap_[ip->cap()] = p;
269 cap_[1] = p;
273 submatch_[i] = StringPiece(cap_[2*i], cap_[2*i+1] - cap_[
[all...]
H A Dprog.h54 kInstCapture, // capturing parenthesis number cap_
102 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; }
146 int32 cap_; // opcode == kInstCapture member in union:re2::Prog::Inst::__anon14895
H A Dprog.cc34 cap_ = cap;
76 return StringPrintf("capture %d -> %d", cap_, out());
H A Dsimplify.cc237 nre->cap_ = re->cap_;
H A Dregexp.h124 // Parenthesized (capturing) subexpression. Index is cap_.
330 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; }
552 int cap_; member in struct:re2::Regexp::__anon14898::__anon14900
H A Dparse.cc505 re->cap_ = ++ncap_;
514 re->cap_ = -1;
613 if (re->cap_ > 0) {
615 // re->cap_ is already set
H A Dregexp.cc270 re->cap_ = cap;
/external/regex-re2/re2/
H A Dbitstate.cc59 const char** cap_; // capture registers member in class:re2::BitState
78 cap_(NULL),
90 delete[] cap_;
231 Push(id, cap_[ip->cap()], 1); // come back when we're done
232 cap_[ip->cap()] = p;
239 cap_[ip->cap()] = p;
269 cap_[1] = p;
273 submatch_[i] = StringPiece(cap_[2*i], cap_[2*i+1] - cap_[
[all...]
H A Dprog.h54 kInstCapture, // capturing parenthesis number cap_
102 int cap() { DCHECK_EQ(opcode(), kInstCapture); return cap_; }
146 int32 cap_; // opcode == kInstCapture member in union:re2::Prog::Inst::__anon30305
H A Dprog.cc34 cap_ = cap;
76 return StringPrintf("capture %d -> %d", cap_, out());
H A Dsimplify.cc237 nre->cap_ = re->cap_;
H A Dregexp.h124 // Parenthesized (capturing) subexpression. Index is cap_.
330 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; }
552 int cap_; member in struct:re2::Regexp::__anon30308::__anon30310
H A Dparse.cc505 re->cap_ = ++ncap_;
514 re->cap_ = -1;
613 if (re->cap_ > 0) {
615 // re->cap_ is already set
H A Dregexp.cc270 re->cap_ = cap;
/external/chromium_org/third_party/re2/re2/testing/
H A Dbacktrack.cc37 // parenthesis was passed. cap_[0] and cap_[1] are the
38 // left and right parenthesis in $0, cap_[2] and cap_[3] in $1, etc.
73 const char* cap_[64]; // capture registers member in class:re2::Backtracker
110 CHECK(2*nsubmatch_ < arraysize(cap_));
111 memset(cap_, 0, sizeof cap_);
131 cap_[0] = text.begin();
139 cap_[
[all...]
/external/regex-re2/re2/testing/
H A Dbacktrack.cc37 // parenthesis was passed. cap_[0] and cap_[1] are the
38 // left and right parenthesis in $0, cap_[2] and cap_[3] in $1, etc.
73 const char* cap_[64]; // capture registers member in class:re2::Backtracker
110 CHECK(2*nsubmatch_ < arraysize(cap_));
111 memset(cap_, 0, sizeof cap_);
131 cap_[0] = text.begin();
139 cap_[
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideocapturemodule.h80 cap_ = cap;
97 settings = cap_;
131 return cap_;
142 webrtc::VideoCaptureCapability cap_; member in class:FakeWebRtcVideoCaptureModule
/external/libcxx/src/
H A Ddebug.cpp413 std::swap(p1->cap_, p2->cap_);
430 if (end_ == cap_)
432 size_t nc = 2*static_cast<size_t>(cap_ - beg_);
448 cap_ = beg_ + nc;

Completed in 1990 milliseconds