HomeSort by relevance Sort by last modified time
    Searched refs:ctype (Results 76 - 100 of 1405) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
ctype_inline.h 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
35 // functions go in ctype.cc
42 ctype<char>::
47 ctype<char>::
56 ctype<char>::
65 ctype<char>::
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
ctype_inline.h 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
35 // functions go in ctype.cc
42 ctype<char>::
47 ctype<char>::
56 ctype<char>::
65 ctype<char>::
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
ctype_inline.h 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
35 // functions go in ctype.cc
42 ctype<char>::
47 ctype<char>::
56 ctype<char>::
65 ctype<char>::
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
ctype_inline.h 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
35 // functions go in ctype.cc
42 ctype<char>::
47 ctype<char>::
56 ctype<char>::
65 ctype<char>::
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
ctype_inline.h 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
35 // functions go in ctype.cc
42 ctype<char>::
47 ctype<char>::
56 ctype<char>::
65 ctype<char>::
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
ctype_inline.h 34 // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*)
35 // functions go in ctype.cc
42 ctype<char>::
47 ctype<char>::
56 ctype<char>::
65 ctype<char>::
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
base.py 25 ctype = '%s/%s' % (_maintype, _subtype)
26 self.add_header('Content-Type', ctype, **_params)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
base.py 25 ctype = '%s/%s' % (_maintype, _subtype)
26 self.add_header('Content-Type', ctype, **_params)
  /frameworks/native/opengl/libs/
egl_impl.h 20 #include <ctype.h>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
types.pass.cpp 14 // : public ctype<CharT>
36 assert(&std::use_facet<std::ctype<char> >(l)
41 assert(&std::use_facet<std::ctype<wchar_t> >(l)
49 assert(&std::use_facet<std::ctype<char> >(l)
54 assert(&std::use_facet<std::ctype<wchar_t> >(l)
62 assert(&std::use_facet<std::ctype<char> >(l)
67 assert(&std::use_facet<std::ctype<wchar_t> >(l)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_noninline.h 36 // Information as gleaned from /usr/include/ctype.h
40 ctype<char>::classic_table() throw()
44 ctype<char>::classic_table() throw()
71 ctype<char>::ctype(__c_locale __cloc, const mask* __table, bool __del, function in class:ctype
84 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
118 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
130 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs function in class:ctype
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
ctype_noninline.h 36 // Information as gleaned from /usr/include/ctype.h
40 ctype<char>::classic_table() throw()
44 ctype<char>::classic_table() throw()
71 ctype<char>::ctype(__c_locale __cloc, const mask* __table, bool __del, function in class:ctype
84 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
118 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
130 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs function in class:ctype
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_noninline.h 36 // Information as gleaned from /usr/include/ctype.h
40 ctype<char>::classic_table() throw()
44 ctype<char>::classic_table() throw()
71 ctype<char>::ctype(__c_locale __cloc, const mask* __table, bool __del, function in class:ctype
84 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
118 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
130 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs function in class:ctype
    [all...]
  /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...]
  /ndk/sources/android/support/
Android.mk 31 src/musl-ctype/iswalnum.c \
32 src/musl-ctype/iswalpha.c \
33 src/musl-ctype/iswblank.c \
34 src/musl-ctype/iswcntrl.c \
35 src/musl-ctype/iswctype.c \
36 src/musl-ctype/iswdigit.c \
37 src/musl-ctype/iswgraph.c \
38 src/musl-ctype/iswlower.c \
39 src/musl-ctype/iswprint.c \
40 src/musl-ctype/iswpunct.c
    [all...]
  /bionic/libc/stdlib/
strtoll.c 33 #include <ctype.h>
strtoull.c 33 #include <ctype.h>
  /external/qemu/distrib/sdl-1.2.15/test/
testkeys.c 5 #include <ctype.h>
  /ndk/sources/android/support/src/musl-ctype/
iswspace.c 3 #include <ctype.h>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.category/
category.pass.cpp 32 assert(std::locale::ctype);
38 & std::locale::ctype
44 | std::locale::ctype
53 test(std::locale::ctype);
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_ct.c 60 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/
locale 84 { 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<_CharT> >(loc)).is(ctype_base::alnum, c);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
locale 84 { 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<_CharT> >(loc)).is(ctype_base::alnum, c);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
locale 84 { 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<_CharT> >(loc)).is(ctype_base::alnum, c);
    [all...]

Completed in 930 milliseconds

1 2 34 5 6 7 8 91011>>