Searched defs:cap (Results 1 - 25 of 188) sorted by relevance

12345678

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-3184.js53 String.prototype.cap = function() {
57 String.prototype.cap = String.prototype.cap.wrap(
62 return value.cap();
81 assertEquals("Test1 test1", "test1 test1".cap());
82 assertEquals("Test2 Test2", "test2 test2".cap(true));
/external/chromium_org/gpu/command_buffer/client/
H A Dclient_context_state_impl_autogen.h27 bool ClientContextState::SetCapabilityState(GLenum cap, argument
31 switch (cap) {
90 bool ClientContextState::GetEnabled(GLenum cap, bool* enabled) const { argument
91 switch (cap) {
/external/libcxx/test/utilities/function.objects/func.memfn/
H A Dmember_data.fail.cpp33 const A* cap = ap; local
34 assert(f(cap) == f(ap));
35 f(cap) = 7;
H A Dmember_data.pass.cpp33 const A* cap = ap; local
34 assert(f(cap) == f(ap));
H A Dmember_function_const.pass.cpp34 const A* cap = &a; local
35 assert(f(cap) == 'a');
50 const A* cap = &a; local
51 assert(f(cap, 2) == 'b');
66 const A* cap = &a; local
67 assert(f(cap, 2, 3.5) == 'c');
H A Dmember_function_const_volatile.pass.cpp34 const volatile A* cap = &a; local
35 assert(f(cap) == 'a');
50 const volatile A* cap = &a; local
51 assert(f(cap, 2) == 'b');
66 const volatile A* cap = &a; local
67 assert(f(cap, 2, 3.5) == 'c');
H A Dmember_function_volatile.pass.cpp34 volatile A* cap = &a; local
35 assert(f(cap) == 'a');
50 volatile A* cap = &a; local
51 assert(f(cap, 2) == 'b');
66 volatile A* cap = &a; local
67 assert(f(cap, 2, 3.5) == 'c');
/external/chromium_org/media/audio/
H A Dsimple_sources.cc55 void SineWaveAudioSource::CapSamples(int cap) { argument
57 DCHECK_GT(cap, 0);
58 cap_ = cap;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsTypes.cpp106 bool parseLineCap(const String& s, LineCap& cap) argument
109 cap = ButtCap;
113 cap = RoundCap;
117 cap = SquareCap;
123 String lineCapName(LineCap cap) argument
125 ASSERT(cap >= 0);
126 ASSERT(cap < 3);
128 return names[cap];
H A DStrokeData.h64 void setLineCap(LineCap cap) { m_lineCap = (SkPaint::Cap)cap; } argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsmatch.cpp59 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const argument
62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideocapturemodule.h78 const webrtc::VideoCaptureCapability& cap) OVERRIDE {
80 cap_ = cap;
130 const webrtc::VideoCaptureCapability& cap() const { function in class:FakeWebRtcVideoCaptureModule
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp37 void TiXmlString::reserve (size_type cap) argument
39 if (cap > capacity())
42 tmp.init(length(), cap); local
51 size_type cap = capacity(); local
52 if (len > cap || cap > 3*(len + 8))
/external/icu/icu4c/source/i18n/
H A Dcsmatch.cpp59 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const argument
62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
/external/openssl/crypto/pkcs7/
H A Dpk7_attr.c69 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) argument
76 seq->length = ASN1_item_i2d((ASN1_VALUE *)cap,&seq->data,
84 ASN1_TYPE *cap; local
87 cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
88 if (!cap || (cap->type != V_ASN1_SEQUENCE))
90 p = cap->value.sequence->data;
92 ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp37 void TiXmlString::reserve (size_type cap) argument
39 if (cap > capacity())
42 tmp.init(length(), cap); local
51 size_type cap = capacity(); local
52 if (len > cap || cap > 3*(len + 8))
/external/tinyxml/
H A Dtinystr.cpp41 void TiXmlString::reserve (size_type cap) argument
43 if (cap > capacity())
46 tmp.init(length(), cap); local
55 size_type cap = capacity(); local
56 if (len > cap || cap > 3*(len + 8))
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_vcgen_stroke.cpp65 static inline void calc_butt_cap(FX_FLOAT* cap, argument
73 cap[0] = v0.x - dx;
74 cap[1] = v0.y + dy;
75 cap[2] = v0.x + dx;
76 cap[3] = v0.y - dy;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_vht.c24 struct ieee80211_vht_capabilities *cap; local
32 *pos++ = sizeof(*cap);
34 cap = (struct ieee80211_vht_capabilities *) pos;
35 os_memset(cap, 0, sizeof(*cap));
36 cap->vht_capabilities_info = host_to_le32(
40 os_memcpy(&cap->vht_supported_mcs_set,
43 pos += sizeof(*cap);
130 u32 cap, own_cap, sym_caps; local
136 cap
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_vht.c24 struct ieee80211_vht_capabilities *cap; local
32 *pos++ = sizeof(*cap);
34 cap = (struct ieee80211_vht_capabilities *) pos;
35 os_memset(cap, 0, sizeof(*cap));
36 cap->vht_capabilities_info = host_to_le32(
40 os_memcpy(&cap->vht_supported_mcs_set,
43 pos += sizeof(*cap);
130 u32 cap, own_cap, sym_caps; local
136 cap
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_vht.c24 struct ieee80211_vht_capabilities *cap; local
32 *pos++ = sizeof(*cap);
34 cap = (struct ieee80211_vht_capabilities *) pos;
35 os_memset(cap, 0, sizeof(*cap));
36 cap->vht_capabilities_info = host_to_le32(
40 os_memcpy(&cap->vht_supported_mcs_set,
43 pos += sizeof(*cap);
130 u32 cap, own_cap, sym_caps; local
136 cap
[all...]
/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/third_party/boringssl/src/include/openssl/
H A Dbytestring.h180 size_t cap; /* The size of buf. */ member in struct:cbb_buffer_st
/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/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPath.cpp67 inline GrGLenum cap_to_gl_cap(SkPaint::Cap cap) { argument
73 return gSkCapsToGrGLCaps[cap];
125 GrGLenum cap = cap_to_gl_cap(stroke.getCap()); local
127 PathParameteri(pathID, GR_GL_PATH_INITIAL_END_CAP, cap));
129 PathParameteri(pathID, GR_GL_PATH_TERMINAL_END_CAP, cap));

Completed in 1681 milliseconds

12345678