HomeSort by relevance Sort by last modified time
    Searched defs:ctype (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineWin.cpp 60 void drawControl(WebCanvas* canvas, const WebRect& rect, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate)
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)
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)
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 = WebTestThemeControlWin::UncheckedBoxType
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/chromium_org/third_party/libwebp/enc/
cost.c 358 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/
cost.c 358 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/srtp/crypto/kernel/
crypto_kernel.c 178 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->cipher_type->description)
302 kernel_cipher_type_t *ctype, *new_ctype; local
394 kernel_cipher_type_t *ctype; local
    [all...]
  /external/stlport/test/unit/
ctype_facets_test.cpp 29 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<char> >(loc)
    [all...]
codecvt_test.cpp 529 locale loc(locale::classic(), ".936", locale::ctype); member in class:locale
  /ndk/tests/device/test-gnustl-full/unit/
ctype_facets_test.cpp 29 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<char> >(loc)
    [all...]
codecvt_test.cpp 531 locale loc(locale::classic(), ".936", locale::ctype); member in class:locale
  /ndk/tests/device/test-stlport/unit/
ctype_facets_test.cpp 29 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<char> >(loc)
    [all...]
codecvt_test.cpp 531 locale loc(locale::classic(), ".936", locale::ctype); member in class:locale
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_srvr.c 925 int i,j,ctype,ret= -1; local
1009 ctype= *(p++);
1010 if (ctype != SSL2_AT_MD5_WITH_RSA_ENCRYPTION)
  /external/openssl/ssl/
s2_srvr.c 925 int i,j,ctype,ret= -1; local
1009 ctype= *(p++);
1010 if (ctype != SSL2_AT_MD5_WITH_RSA_ENCRYPTION)
  /external/stlport/stlport/stl/
_ctype.h 56 // 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_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 56 // 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_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 56 // 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_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 56 // 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_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 56 // 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_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 56 // 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_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctype.h 56 // 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_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/krb5/
krb5_asn.h 158 ASN1_INTEGER *ctype; member in struct:krb5_checksum_st
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
krb5_asn.h 158 ASN1_INTEGER *ctype; member in struct:krb5_checksum_st
  /external/openssl/crypto/krb5/
krb5_asn.h 158 ASN1_INTEGER *ctype; member in struct:krb5_checksum_st
  /external/openssl/include/openssl/
krb5_asn.h 158 ASN1_INTEGER *ctype; member in struct:krb5_checksum_st
  /external/stlport/src/
locale.cpp 199 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
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 199 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

Completed in 1954 milliseconds

12 3 4 5