Searched refs:ctype (Results 1 - 25 of 768) sorted by relevance

1234567891011>>

/external/stlport/test/unit/
H A Dctype_header_test.c8 #include <ctype.h>
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestThemeEngineWin.cpp60 void drawControl(WebCanvas* canvas, const WebRect& rect, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate) argument
62 WebTestThemeControlWin control(canvas, webRectToSkIRect(rect), ctype, cstate);
66 void drawTextField(WebCanvas* canvas, const WebRect& rect, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate, bool drawEdges, bool fillContentArea, WebColor color) argument
68 WebTestThemeControlWin control(canvas, webRectToSkIRect(rect), ctype, cstate);
72 void drawProgressBar(WebCanvas* canvas, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate, const WebRect& barRect, const WebRect& fillRect) argument
74 WebTestThemeControlWin control(canvas, webRectToSkIRect(barRect), ctype, cstate);
82 WebTestThemeControlWin::Type ctype = WebTestThemeControlWin::UnknownType; local
89 ctype = WebTestThemeControlWin::UncheckedBoxType;
95 ctype = WebTestThemeControlWin::UncheckedBoxType;
101 ctype
263 WebTestThemeControlWin::Type ctype = WebTestThemeControlWin::UnknownType; local
301 WebTestThemeControlWin::Type ctype = WebTestThemeControlWin::UnknownType; local
435 WebTestThemeControlWin::Type ctype = WebTestThemeControlWin::UnknownType; local
495 WebTestThemeControlWin::Type ctype = WebTestThemeControlWin::UnknownType; local
554 WebTestThemeControlWin::Type ctype = WebTestThemeControlWin::UnknownType; local
608 WebTestThemeControlWin::Type ctype = WebTestThemeControlWin::UnknownType; local
655 WebTestThemeControlWin::Type ctype = WebTestThemeControlWin::UnknownType; local
731 WebTestThemeControlWin::Type ctype = WebTestThemeControlWin::ProgressBarType; local
[all...]
/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/qemu/distrib/sdl-1.2.15/test/
H A Dtestkeys.c5 #include <ctype.h>
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_pars_ct.c60 AVRC_TRACE_DEBUG4("avrc_pars_vendor_rsp() ctype:0x%x pdu:0x%x, len:%d/0x%x", p_msg->hdr.ctype, p_result->pdu, len, len);
61 if (p_msg->hdr.ctype == AVRC_RSP_REJ)
87 && (AVRC_RSP_CHANGED==p_msg->hdr.ctype || AVRC_RSP_INTERIM==p_msg->hdr.ctype
88 || AVRC_RSP_REJ==p_msg->hdr.ctype || AVRC_RSP_NOT_IMPL==p_msg->hdr.ctype))
90 p_result->reg_notif.status=p_msg->hdr.ctype;
/external/stlport/stlport/
H A Dlocale84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
100 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::lower, c); }
104 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::alpha, c); }
108 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::digit, c); }
112 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::punct, c); }
116 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::xdigit, c); }
120 { return (use_facet<ctype<_Char
[all...]
/external/srtp/doc/
H A Dcrypto_kernel.txt28 cipher_type_alloc(cipher_type_t *ctype, cipher_t **cipher,
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.c2 #include <ctype.h>
/external/e2fsprogs/lib/ext2fs/
H A Dversion.c17 #include <ctype.h>
/external/stlport/src/
H A Dctype.cpp30 // ctype<char>
36 const size_t ctype<char>::table_size;
43 ctype<char>::classic_table() _STLP_NOTHROW {
200 const unsigned char _S_upper[ctype<char>::table_size] =
236 const unsigned char _S_lower[ctype<char>::table_size] =
298 // Some helper functions used in ctype<>::scan_is and scan_is_not.
316 ctype<char>::ctype(const ctype_base::mask * __tab, bool __del, size_t __refs) :
322 ctype<char>::~ctype() {
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dcost.c358 int ctype, band, ctx; local
362 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
365 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
366 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
/external/webp/src/enc/
H A Dcost.c358 int ctype, band, ctx; local
362 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
365 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
366 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
/external/chromium/android/
H A Dprefix.h60 #include <ctype.h>
/external/e2fsprogs/lib/blkid/
H A Dversion.c17 #include <ctype.h>
/external/mdnsresponder/Clients/
H A DClientCommon.c41 #include <ctype.h>
/external/opencv/otherlibs/highgui/
H A D_highgui.h52 #include <ctype.h>
/external/ppp/pppd/plugins/radius/
H A Dincludes.h19 #include <ctype.h>
/external/stlport/stlport/stl/
H A D_cctype.h26 # include <ctype.h>
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...]
H A Dc_locale.h33 # include <ctype.h>
77 # include <ctype.h>
105 /* This section uses macros defined in the gnu libc ctype.h header */
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dincludes.h30 #include <ctype.h>
/external/wpa_supplicant_8/src/utils/
H A Dincludes.h30 #include <ctype.h>
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dincludes.h30 #include <ctype.h>
/external/qemu/android/utils/
H A Dvector.h18 #define AVECTOR_DECL(ctype,name) \
19 ctype* name; \
/external/v8/src/
H A Dflag-definitions.h40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
41 extern ctype FLAG_##nam;
42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \
43 static ctype const FLAG_##nam = def;
49 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
50 ctype FLAG_##nam = def;
51 #define FLAG_READONLY(ftype, ctype, nam, def, cmt)
58 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
59 static ctype const FLAGDEFAULT_##nam = def;
60 #define FLAG_READONLY(ftype, ctype, na
[all...]

Completed in 627 milliseconds

1234567891011>>