Searched refs:cap (Results 76 - 100 of 317) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DEmptyPathTest.cpp48 ERRORF(reporter, "%s style[%d] cap[%d] join[%d] antialias[%d]"
73 for (size_t cap = 0; cap < SK_ARRAY_COUNT(gCaps); ++cap) {
79 paint.setStrokeCap(gCaps[cap]);
/external/chromium_org/third_party/re2/re2/
H A Donepass.cc152 // cap[0], cap[1] (the overall match position).
163 // Parameters used to skip over cap[0], cap[1].
190 // locations in cap[].
192 const char** cap, int ncap) {
195 cap[i] = p;
216 // Make sure we have at least cap[1],
222 const char* cap[kMaxCap]; local
224 cap[
191 ApplyCaptures(uint32 cond, const char* p, const char** cap, int ncap) argument
[all...]
H A Dbitstate.cc229 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/
H A Donepass.cc152 // cap[0], cap[1] (the overall match position).
163 // Parameters used to skip over cap[0], cap[1].
190 // locations in cap[].
192 const char** cap, int ncap) {
195 cap[i] = p;
216 // Make sure we have at least cap[1],
222 const char* cap[kMaxCap]; local
224 cap[
191 ApplyCaptures(uint32 cond, const char* p, const char** cap, int ncap) argument
[all...]
H A Dbitstate.cc229 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/chromium_org/third_party/mesa/src/src/glx/
H A Drender2.c326 __indirect_glEnable(GLenum cap) argument
334 switch (cap) {
343 __indirect_glEnableClientState(cap);
350 __GLX_PUT_LONG(4, cap);
355 __indirect_glDisable(GLenum cap) argument
363 switch (cap) {
372 __indirect_glDisableClientState(cap);
379 __GLX_PUT_LONG(4, cap);
/external/mesa3d/src/glx/
H A Drender2.c326 __indirect_glEnable(GLenum cap) argument
334 switch (cap) {
343 __indirect_glEnableClientState(cap);
350 __GLX_PUT_LONG(4, cap);
355 __indirect_glDisable(GLenum cap) argument
363 switch (cap) {
372 __indirect_glDisableClientState(cap);
379 __GLX_PUT_LONG(4, cap);
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Drst_index.py128 cap = True
131 if cap:
132 # If cap is True, we've already read one underscore. The second means
134 cap = False
136 cap = True
138 if cap:
140 cap = False
/external/llvm/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('ascii')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp48 bool CByteDynBuffer::EnsureCapacity(size_t cap) argument
50 if (cap <= _capacity)
59 cap = MyMax(_capacity + delta, cap);
60 Byte *buf = (Byte *)realloc(_buf, cap);
64 _capacity = cap;
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_factory_linux.cc97 v4l2_capability cap; local
98 if ((HANDLE_EINTR(ioctl(fd.get(), VIDIOC_QUERYCAP, &cap)) == 0) &&
99 (cap.capabilities & V4L2_CAP_VIDEO_CAPTURE) &&
100 !(cap.capabilities & V4L2_CAP_VIDEO_OUTPUT)) {
103 VideoCaptureDevice::Name device_name(base::StringPrintf("%s", cap.card),
/external/chromium_org/sandbox/linux/services/
H A Dcredentials.cc33 inline void operator()(cap_t cap) const {
34 int ret = cap_free(cap);
257 ScopedCap cap(cap_init());
258 CHECK(cap);
259 PCHECK(0 == cap_set_proc(cap.get()));
/external/chromium_org/third_party/re2/re2/testing/
H A Dbacktrack.cc187 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/
H A Dtinystr.h191 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/testing/
H A Dbacktrack.cc187 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/
H A Dtinystr.h191 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/tinyxml/
H A Dtinystr.h190 void reserve (size_type cap);
216 void init(size_type sz, size_type cap)
218 if (cap)
220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap));
222 rep_->capacity = cap;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp32 get_compute_param(pipe_screen *pipe, pipe_compute_cap cap) { argument
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/
H A Dfilecap.c29 #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/
H A Ddevice.cpp32 get_compute_param(pipe_screen *pipe, pipe_compute_cap cap) { argument
33 int sz = pipe->get_compute_param(pipe, cap, NULL);
36 pipe->get_compute_param(pipe, cap, &v.front());
/external/qemu/audio/
H A Daudio.h90 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/chromium_org/third_party/opus/src/celt/
H A Drate.c85 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, argument
597 psum += IMIN(bitsj, cap[
248 interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance, int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
[all...]
H A Drate.h98 int compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stero,
/external/libopus/celt/
H A Drate.c85 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, argument
597 psum += IMIN(bitsj, cap[
248 interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance, int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_frag.c332 isakmp_frag_addcap(buf, cap)
334 int cap;
342 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) {
352 *capp |= htonl(cap);

Completed in 550 milliseconds

1234567891011>>