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

1234567891011>>

/external/stlport/test/unit/
H A Dctype_header_test.c8 #include <ctype.h>
/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...]
/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/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/e2fsprogs/lib/ext2fs/
H A Dversion.c17 #include <ctype.h>
/external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
H A Dmywc.c4 #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/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/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/quake/quake/src/QW/server/
H A Dqwsvdef.h36 #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/webkit/Source/JavaScriptCore/
H A DJavaScriptCorePrefix.h7 #include <ctype.h>
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dincludes.h36 #include <ctype.h>
/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; \

Completed in 1870 milliseconds

1234567891011>>