/external/chromium_org/third_party/re2/re2/ |
onepass.cc | 192 const char** cap, int ncap) { 193 for (int i = 2; i < ncap; i++) 218 int ncap = 2*nmatch; local 219 if (ncap < 2) 220 ncap = 2; 223 for (int i = 0; i < ncap; i++) 227 for (int i = 0; i < ncap; i++) 300 ApplyCaptures(matchcond, p, matchcap, ncap); 317 ApplyCaptures(cond, p, cap, ncap); 326 ApplyCaptures(matchcond, p, cap, ncap); [all...] |
re2.cc | 574 int ncap = 1 + NumberOfCapturingGroups(); local 575 if (ncap > nsubmatch) 576 ncap = nsubmatch; 616 bool can_one_pass = (is_one_pass_ && ncap <= Prog::kMaxOnePassCapture); 701 (ncap > 1 || text.size() <= 8)) { 709 if (can_bit_state && text.size() <= bit_state_text_max && ncap > 1) { 736 if (!skipped_test && ncap <= 1) { 738 if (ncap == 1) 760 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) { 771 kind, submatch, ncap)) { 844 int ncap = NumberOfCapturingGroups(); local 847 VLOG(1) << "Asked for " << n << " but only have " << ncap; local [all...] |
/cts/apps/CameraITS/pymodules/its/ |
device.py | 462 ncap = len(cmd["captureRequests"]) 471 ncap, "s" if ncap>1 else "", nsurf, "s" if nsurf>1 else "", 475 # Wait for ncap*nsurf images and ncap metadata responses. 484 while nbufs < ncap*nsurf or len(mds) < ncap: 502 for i in range(ncap): 510 rets.append(objs if ncap>1 else objs[0])
|
/bionic/libc/kernel/uapi/linux/ |
nvme.h | 99 __le64 ncap; member in struct:nvme_id_ns
|
/external/kernel-headers/original/uapi/linux/ |
nvme.h | 90 __le64 ncap; member in struct:nvme_id_ns
|