Searched defs:ctype (Results 1 - 25 of 34) 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.c358 int ctype, band, ctx; local
359 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
362 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
363 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/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.cpp198 L->name = string("LC_CTYPE=") + _Locale_extract_ctype_name((c & locale::ctype) ? ctype_name : name, buf, 0, &__err_code) + ";";
272 if (c & locale::ctype)
313 if (c & ctype) {
314 impl->insert( i2, _STLP_STD::ctype<char>::id);
317 impl->insert( i2, _STLP_STD::ctype<wchar_t>::id);
436 const locale::category locale::ctype; member in class:locale
/external/bluetooth/glib/gobject/
H A Dglib-genmarshal.c52 const gchar *ctype; /* C type name [gchar*] */ member in struct:__anon971
59 const gchar *ctype; /* C type name [gchar*] */ member in struct:__anon972
185 /* keyword sig_name ctype getter */
217 iarg->ctype = args[i].ctype;
229 /* keyword sig_name ctype setter */
261 oarg->ctype = args[i].ctype;
387 ind = g_fprintf (fout, " typedef %s (*GMarshalFunc_%s) (", sig->rarg->ctype, signame);
394 g_fprintf (fout, "%s%s arg_%d,\n", indent (ind), pad (iarg->ctype),
[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;
H A Dprint-rsvp.c78 u_int8_t ctype; member in struct:rsvp_object_header
217 * on objects offsetted by the ctype
643 rsvp_obj_ctype=rsvp_obj_header->ctype;
/external/bluetooth/bluez/health/
H A Dhdp_util.c81 int ctype, i; local
85 ctype = dbus_message_iter_get_arg_type(&entry);
86 if (ctype != DBUS_TYPE_STRING) {
110 int ctype; local
113 ctype = dbus_message_iter_get_arg_type(iter);
114 if (ctype != DBUS_TYPE_ARRAY) {
121 while ((ctype = dbus_message_iter_get_arg_type(&dict)) !=
123 if (ctype != DBUS_TYPE_DICT_ENTRY) {
147 int ctype; local
149 ctype
175 int ctype; local
216 int ctype; local
248 int ctype; local
[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.cpp3194 int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster. local
3195 UBool success = (ctype == U_DECIMAL_DIGIT_NUMBER);
4897 int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster.
4898 UBool success = (ctype == U_DECIMAL_DIGIT_NUMBER);
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c28 #include <ctype.h>
180 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype* ctype) argument
193 /* ctype */

Completed in 483 milliseconds

12