HomeSort by relevance Sort by last modified time
    Searched refs:cap (Results 201 - 225 of 832) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/re2/re2/testing/
backtrack.cc 187 if (0 <= ip->cap() && ip->cap() < arraysize(cap_)) {
189 const char* q = cap_[ip->cap()];
190 cap_[ip->cap()] = p;
193 cap_[ip->cap()] = q;
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinystr.h 191 void reserve (size_type cap);
217 void init(size_type sz, size_type cap)
219 if (cap)
222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap));
226 const size_type bytesNeeded = sizeof(Rep) + cap;
231 rep_->capacity = cap;
  /external/regex-re2/re2/
bitstate.cc 229 if (0 <= ip->cap() && ip->cap() < ncap_) {
231 Push(id, cap_[ip->cap()], 1); // come back when we're done
232 cap_[ip->cap()] = p;
239 cap_[ip->cap()] = p;
  /external/regex-re2/re2/testing/
backtrack.cc 187 if (0 <= ip->cap() && ip->cap() < arraysize(cap_)) {
189 const char* q = cap_[ip->cap()];
190 cap_[ip->cap()] = p;
193 cap_[ip->cap()] = q;
  /external/sfntly/cpp/src/test/tinyxml/
tinystr.h 191 void reserve (size_type cap);
217 void init(size_type sz, size_type cap)
219 if (cap)
222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap));
226 const size_type bytesNeeded = sizeof(Rep) + cap;
231 rep_->capacity = cap;
  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 60 public MultiTapKeyListener(Capitalize cap,
62 mCapitalize = cap;
71 Capitalize cap) {
72 int off = cap.ordinal() * 2 + (autotext ? 1 : 0);
75 sInstance[off] = new MultiTapKeyListener(cap, autotext);
  /cts/apps/CameraITS/tests/scene1/
test_crop_region_raw.py 80 for s, cap, cr_expected, err_delta in [
87 img = its.image.convert_capture_to_rgb_image(cap, props=props)
92 cr_reported = cap["metadata"]["android.scaler.cropRegion"]
test_crop_regions.py 73 for i,cap in enumerate(caps_regions):
74 a = cap["metadata"]["android.scaler.cropRegion"]
81 img_crop = its.image.convert_capture_to_rgb_image(cap)
test_dng_noise_model.py 68 cap = cam.do_capture(req, cam.CAP_RAW)
71 noise_profile = cap["metadata"]["android.sensor.noiseProfile"]
81 plane = its.image.convert_capture_to_planes(cap, props)[ch]
test_ev_compensation_advanced.py 63 cap = cam.do_capture(req)
64 y = its.image.convert_capture_to_planes(cap)[0]
test_exposure.py 58 cap = cam.do_capture(req)
59 img = its.image.convert_capture_to_rgb_image(cap)
test_linearity.py 73 cap = cam.do_capture(req)
74 img = its.image.convert_capture_to_rgb_image(cap)
test_locked_burst.py 54 for i,cap in enumerate(caps):
55 img = its.image.convert_capture_to_rgb_image(cap)
test_param_color_correction.py 73 cap = cam.do_capture(req)
74 img = its.image.convert_capture_to_rgb_image(cap)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
device.cpp 32 get_compute_param(pipe_screen *pipe, pipe_compute_cap cap) {
33 int sz = pipe->get_compute_param(pipe, cap, NULL);
36 pipe->get_compute_param(pipe, cap, &v.front());
  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.c 29 #include "cap-ng.h"
116 // Clear all capabilities in case cap strings
132 int cap = capng_name_to_capability(argv[i]);
133 if (cap >= 0) {
138 cap);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.cpp 32 get_compute_param(pipe_screen *pipe, pipe_compute_cap cap) {
33 int sz = pipe->get_compute_param(pipe, cap, NULL);
36 pipe->get_compute_param(pipe, cap, &v.front());
  /external/qemu/audio/
audio.h 90 void AUD_vlog (const char *cap, const char *fmt, va_list ap);
91 void AUD_log (const char *cap, const char *fmt, ...)
105 void AUD_del_capture (CaptureVoiceOut *cap, void *cb_opaque);
  /external/llvm/utils/lit/lit/
ProgressBar.py 146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('ascii')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
  /cts/apps/CameraITS/pymodules/its/
target.py 77 cap = its_session.do_capture(req)
80 yimg,uimg,vimg = its.image.convert_capture_to_planes(cap)
  /cts/apps/CameraITS/tests/inprog/
test_blc_lsc.py 74 for i,cap in enumerate(caps):
75 img = its.image.convert_capture_to_rgb_image(cap)
  /ndk/sources/cxx-stl/gabi++/src/
stdexcept.cc 41 std::size_t cap; member in struct:__anon43783::__libcpp_nmstr::_Rep_base
82 c->len = c->cap = len;
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 93 bool GLESv2Validate::capability(GLenum cap){
94 switch(cap){
  /external/chromium_org/third_party/opus/src/celt/
rate.c 85 unsigned char *cap; local
143 cache->caps = cap = (unsigned char *)opus_alloc(sizeof(cache->caps[0])*(LM+1)*2*m->nbEBands);
238 *cap++ = (unsigned char)max_bits;
249 const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance,
283 psum += IMIN(tmp, cap[j]);
309 tmp = IMIN(tmp, cap[j]);
444 excess = MAX32(bit-cap[j],0);
510 /* Save any remaining bits over the cap for the rebalancing in
526 int compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo,
597 psum += IMIN(bitsj, cap[j])
    [all...]
  /external/libopus/celt/
rate.c 85 unsigned char *cap; local
143 cache->caps = cap = (unsigned char *)opus_alloc(sizeof(cache->caps[0])*(LM+1)*2*m->nbEBands);
238 *cap++ = (unsigned char)max_bits;
249 const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance,
283 psum += IMIN(tmp, cap[j]);
309 tmp = IMIN(tmp, cap[j]);
444 excess = MAX32(bit-cap[j],0);
510 /* Save any remaining bits over the cap for the rebalancing in
526 int compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo,
597 psum += IMIN(bitsj, cap[j])
    [all...]

Completed in 4122 milliseconds

1 2 3 4 5 6 7 891011>>