Searched defs:ctype (Results 1 - 25 of 38) sorted by relevance

12

/external/stlport/stlport/stl/
H A D_num_get.h129 typedef ctype<_CharT> _Ctype;
201 _Initialize_get_float(const ctype<char>&, argument
212 void _STLP_DECLSPEC _STLP_CALL _Initialize_get_float(const ctype<wchar_t>&,
H A D_ctype.h56 // ctype<> template
58 template <class charT> class ctype {}; class
61 //ctype specializations
64 class _STLP_CLASS_DECLSPEC ctype<char> : public locale::facet, public ctype_base { class in inherits:locale::facet,ctype_base
67 typedef ctype<wchar_t> _Wctype;
70 friend class ctype<wchar_t>;
77 explicit ctype(const mask* __tab = 0, bool __del = false, size_t __refs = 0);
121 ~ctype();
147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> {
177 class _STLP_CLASS_DECLSPEC ctype<wchar_ class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
[all...]
/external/stlport/test/unit/
H A Dctype_facets_test.cpp29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
30 ctype<char> const& ct = use_facet<ctype<char> >(loc);
173 CPPUNIT_ASSERT( has_facet<ctype<wchar_t> >(loc) );
174 ctype<wchar_t> const& wct = use_facet<ctype<wchar_t> >(loc);
341 locale tmp(locale::classic(), tested_locales[i], locale::ctype); member in class:locale
428 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
429 ctype<char> const& ct = use_facet<ctype<cha
[all...]
H A Dcodecvt_test.cpp529 locale loc(locale::classic(), ".936", locale::ctype); member in class:locale
/external/webp/src/enc/
H A Dcost.c356 int ctype, band, ctx; local
360 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
363 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
364 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c178 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; local
193 while(ctype != NULL) {
194 printf("cipher: %s\n", ctype->cipher_type->description);
195 printf(" instance count: %d\n", ctype->cipher_type->ref_count);
197 status = cipher_type_self_test(ctype->cipher_type);
203 ctype = ctype->next;
262 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; local
263 crypto_kernel.cipher_type_list = ctype->next;
266 ctype
302 kernel_cipher_type_t *ctype, *new_ctype; local
394 kernel_cipher_type_t *ctype; local
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeEngineDRTWin.cpp60 WebThemeControlDRTWin::Type ctype,
63 WebThemeControlDRTWin control(canvas, webRectToSkIRect(rect), ctype, cstate);
69 WebThemeControlDRTWin::Type ctype,
75 WebThemeControlDRTWin control(canvas, webRectToSkIRect(rect), ctype, cstate);
80 WebThemeControlDRTWin::Type ctype,
85 WebThemeControlDRTWin control(canvas, webRectToSkIRect(barRect), ctype, cstate);
97 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
104 ctype = WebThemeControlDRTWin::UncheckedBoxType;
110 ctype = WebThemeControlDRTWin::UncheckedBoxType;
116 ctype
58 drawControl(WebCanvas* canvas, const WebRect& rect, WebThemeControlDRTWin::Type ctype, WebThemeControlDRTWin::State cstate) argument
67 drawTextField(WebCanvas* canvas, const WebRect& rect, WebThemeControlDRTWin::Type ctype, WebThemeControlDRTWin::State cstate, bool drawEdges, bool fillContentArea, WebColor color) argument
79 drawProgressBar(WebCanvas* canvas, WebThemeControlDRTWin::Type ctype, WebThemeControlDRTWin::State cstate, const WebRect& barRect, const WebRect& fillRect) argument
284 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
326 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
464 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
529 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
592 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
653 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
704 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
753 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::ProgressBarType; local
[all...]
H A DWebThemeControlDRTWin.cpp65 static SkIRect validate(const SkIRect& rect, WebThemeControlDRTWin::Type ctype) argument
67 switch (ctype) {
97 Type ctype,
100 , m_irect(validate(irect, ctype))
101 , m_type(ctype)
95 WebThemeControlDRTWin(SkCanvas* canvas, const SkIRect& irect, Type ctype, State cstate) argument
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c418 p_msg->hdr.ctype = p_msg->p_vendor_data[0] & AVRC_CTYPE_MASK;
419 /* 6 = ctype, subunit*, opcode & CO_ID */
512 msg.hdr.ctype = p_data[0] & AVRC_CTYPE_MASK;
513 AVRC_TRACE_DEBUG4("avrc_msg_cback handle:%d, ctype:%d, offset:%d, len: %d",
514 handle, msg.hdr.ctype, p_pkt->offset, p_pkt->len);
533 /* 3 bytes: ctype, subunit*, opcode */
548 p_data += 4; /* 3 bytes: ctype, subunit*, opcode + octet 3 (is 7)*/
577 p_data += AVRC_AVC_HDR_SIZE; /* 3 bytes: ctype, subunit*, opcode */
593 if (p_pkt->len < AVRC_VENDOR_HDR_SIZE) /* 6 = ctype, subunit*, opcode & CO_ID */
601 p_data += AVRC_AVC_HDR_SIZE; /* skip the first 3 bytes: ctype, subuni
888 AVRC_MsgReq(UINT8 handle, UINT8 label, UINT8 ctype, BT_HDR *p_pkt) argument
[all...]
/external/openssl/crypto/krb5/
H A Dkrb5_asn.h158 ASN1_INTEGER *ctype; member in struct:krb5_checksum_st
/external/openssl/include/openssl/
H A Dkrb5_asn.h158 ASN1_INTEGER *ctype; member in struct:krb5_checksum_st
/external/openssl/ssl/
H A Ds2_srvr.c925 int i,j,ctype,ret= -1; local
1009 ctype= *(p++);
1010 if (ctype != SSL2_AT_MD5_WITH_RSA_ENCRYPTION)
/external/srtp/crypto/test/
H A Dcipher_driver.c92 cipher_type_t *ctype, int klen);
340 * cipher_array_alloc_init(ctype, array, num_ciphers) creates an array
341 * of cipher_t of type ctype
346 cipher_type_t *ctype, int klen) {
371 status = cipher_type_alloc(ctype, cipher_array, klen);
345 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers, cipher_type_t *ctype, int klen) argument
/external/stlport/src/
H A Dlocale.cpp199 L->name = string("LC_CTYPE=") + _Locale_extract_ctype_name((c & locale::ctype) ? ctype_name : name, buf, 0, &__err_code) + ";";
273 if (c & locale::ctype)
314 if (c & ctype) {
315 impl->insert( i2, _STLP_STD::ctype<char>::id);
318 impl->insert( i2, _STLP_STD::ctype<wchar_t>::id);
437 const locale::category locale::ctype; member in class:locale
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c70 #define FILL_PDU_QUEUE(index, ctype, label, pending) \
72 btif_rc_cb.rc_pdu_info[index].ctype = ctype; \
85 btif_rc_cb.rc_pdu_info[index].ctype, avrc_rsp); \
86 btif_rc_cb.rc_pdu_info[index].ctype = 0; \
102 UINT8 ctype; member in struct:__anon986
150 static void btif_rc_upstreams_evt(UINT16 event, tAVRC_COMMAND* p_param, UINT8 ctype, UINT8 label);
630 remote_cmd.hdr.ctype = AVRC_CMD_CTRL;
654 UINT8 ctype = AVRC_RSP_REJ; local
667 BTA_AvMetaRsp(rc_handle, label, ctype, p_ms
686 UINT8 ctype; local
813 btif_rc_upstreams_evt(UINT16 event, tAVRC_COMMAND *pavrc_cmd, UINT8 ctype, UINT8 label) argument
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c360 char ctype[MAX_ESCAPED_DOMAIN_NAME]; local
376 ConvertDomainNameToCString(&type, ctype);
379 x->callback((DNSServiceRef)x, flags, 0, 0, cname, ctype, cdom, x->context);
/external/openssh/
H A Dchannels.h131 char *ctype; /* type */ member in struct:Channel
H A Dserverloop.c1051 char *ctype; local
1055 ctype = packet_get_string(&len);
1060 debug("server_input_channel_open: ctype %s rchan %d win %d max %d",
1061 ctype, rchan, rwindow, rmaxpack);
1063 if (strcmp(ctype, "session") == 0) {
1065 } else if (strcmp(ctype, "direct-tcpip") == 0) {
1067 } else if (strcmp(ctype, "tun@openssh.com") == 0) {
1071 debug("server_input_channel_open: confirm %s", ctype);
1084 debug("server_input_channel_open: failure %s", ctype);
1094 xfree(ctype);
[all...]
H A Dclientloop.c75 #include <ctype.h>
1875 char *ctype; local
1879 ctype = packet_get_string(&len);
1884 debug("client_input_channel_open: ctype %s rchan %d win %d max %d",
1885 ctype, rchan, rwindow, rmaxpack);
1887 if (strcmp(ctype, "forwarded-tcpip") == 0) {
1888 c = client_request_forwarded_tcpip(ctype, rchan);
1889 } else if (strcmp(ctype, "x11") == 0) {
1890 c = client_request_x11(ctype, rchan);
1891 } else if (strcmp(ctype, "aut
[all...]
/external/tcpdump/
H A Dprint-lmp.c221 u_int8_t ctype; member in struct:lmp_object_header
313 * on objects offsetted by the ctype
419 lmp_obj_ctype=(lmp_obj_header->ctype)&0x7f;
433 (lmp_obj_header->ctype)&0x80 ? "" : "non-",
H A Dprint-icmp.c306 u_int8_t ctype; member in struct:icmp_mpls_ext_object_header_t
635 obj_ctype = icmp_mpls_ext_object_header->ctype;
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c774 p_vendor->hdr.ctype = BTA_AV_RSP_NOT_IMPL;
777 else if (!AVRC_IsValidAvcType(pdu, p_vendor->hdr.ctype) )
779 APPL_TRACE_DEBUG2("Invalid pdu/ctype: 0x%x, %d", pdu, p_vendor->hdr.ctype);
861 BOOLEAN is_inquiry = ((p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_SPEC_INQ) || p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_GEN_INQ);
864 UINT8 ctype; local
873 if ((p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_CTRL) ||
874 (p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_SPEC_INQ) ||
875 (p_data->rc_msg.msg.hdr.ctype
[all...]
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c265 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype* ctype) argument
278 /* ctype */
/external/icu4c/i18n/
H A Drematch.cpp3132 int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster. local
3133 UBool success = (ctype == U_DECIMAL_DIGIT_NUMBER);
4620 int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster.
4621 UBool success = (ctype == U_DECIMAL_DIGIT_NUMBER);
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c28 #include <ctype.h>
184 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype* ctype) argument
197 /* ctype */

Completed in 9084 milliseconds

12