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

1 2 34 5

  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 72 #define FILL_PDU_QUEUE(index, ctype, label, pending) \
74 btif_rc_cb.rc_pdu_info[index].ctype = ctype; \
87 btif_rc_cb.rc_pdu_info[index].ctype, avrc_rsp); \
88 btif_rc_cb.rc_pdu_info[index].ctype = 0; \
104 UINT8 ctype; member in struct:__anon3399
199 static void btif_rc_upstreams_evt(UINT16 event, tAVRC_COMMAND* p_param, UINT8 ctype, UINT8 label);
200 static void btif_rc_upstreams_rsp_evt(UINT16 event, tAVRC_RESPONSE *pavrc_resp, UINT8 ctype, UINT8 label);
778 remote_cmd.hdr.ctype = AVRC_CMD_CTRL;
802 UINT8 ctype = AVRC_RSP_REJ local
834 UINT8 ctype; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 3153 int8_t ctype = u_charType(c); \/\/ TODO: make a unicode set for this. Will be faster. local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 109 def ctype(self): # anon_clone member in class:Node
111 #print "%s.ctype()"%self
115 l.append(x.ctype())
122 " return ctype with all TypeAlias's replaced "
204 # def ctype(self):
272 return [ AbstractDeclarator().init_from( arg.ctype() ) for arg in self[:-1]]
283 def ctype(self): member in class:Function
284 return Function(*self.arg_types()+[self[-1]]) # XX self[-1].ctype
376 def ctype(self): member in class:Taged
386 return self.ctype() # is this enough ??
414 def ctype(self): member in class:Compound
623 def ctype(self): member in class:Declarator
1119 ctype = None variable in class:TransUnit
    [all...]
  /external/icu4c/i18n/
rematch.cpp 3132 int8_t ctype = u_charType(c); \/\/ TODO: make a unicode set for this. Will be faster. local
    [all...]
  /external/openssh/
clientloop.c 75 #include <ctype.h>
1875 char *ctype; local
    [all...]
  /external/tcpdump/
print-icmp.c 306 u_int8_t ctype; member in struct:icmp_mpls_ext_object_header_t
635 obj_ctype = icmp_mpls_ext_object_header->ctype;
print-rsvp.c 78 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;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 132 // 22.2.1.1 Template class ctype
133 // Include host and configuration specific ctype enums for ctype_base.
136 * @brief Common base for ctype facet
156 * It does so by returning the value of ctype<char_type>::do_is().
172 * ctype<char_type>::do_is().
188 * ctype<char_type>::do_scan_is().
204 * ctype<char_type>::do_scan_not().
220 * so by returning ctype<char_type>::do_toupper().
234 * by returning ctype<char_type>:: do_toupper(lo, hi).
249 * by returning ctype<char_type>::do_tolower(c)
606 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
617 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
675 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1189 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 132 // 22.2.1.1 Template class ctype
133 // Include host and configuration specific ctype enums for ctype_base.
136 * @brief Common base for ctype facet
156 * It does so by returning the value of ctype<char_type>::do_is().
172 * ctype<char_type>::do_is().
188 * ctype<char_type>::do_scan_is().
204 * ctype<char_type>::do_scan_not().
220 * so by returning ctype<char_type>::do_toupper().
234 * by returning ctype<char_type>:: do_toupper(lo, hi).
249 * by returning ctype<char_type>::do_tolower(c)
606 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
617 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
675 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1189 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 132 // 22.2.1.1 Template class ctype
133 // Include host and configuration specific ctype enums for ctype_base.
136 * @brief Common base for ctype facet
156 * It does so by returning the value of ctype<char_type>::do_is().
172 * ctype<char_type>::do_is().
188 * ctype<char_type>::do_scan_is().
204 * ctype<char_type>::do_scan_not().
220 * so by returning ctype<char_type>::do_toupper().
234 * by returning ctype<char_type>:: do_toupper(lo, hi).
249 * by returning ctype<char_type>::do_tolower(c)
606 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
617 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
675 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1176 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 132 // 22.2.1.1 Template class ctype
133 // Include host and configuration specific ctype enums for ctype_base.
136 * @brief Common base for ctype facet
157 * ctype<char_type>::do_is().
173 * ctype<char_type>::do_is().
189 * ctype<char_type>::do_scan_is().
205 * ctype<char_type>::do_scan_not().
221 * so by returning ctype<char_type>::do_toupper().
235 * by returning ctype<char_type>:: do_toupper(lo, hi).
250 * by returning ctype<char_type>::do_tolower(c)
607 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
618 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
676 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1177 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 132 // 22.2.1.1 Template class ctype
133 // Include host and configuration specific ctype enums for ctype_base.
136 * @brief Common base for ctype facet
156 * It does so by returning the value of ctype<char_type>::do_is().
172 * ctype<char_type>::do_is().
188 * ctype<char_type>::do_scan_is().
204 * ctype<char_type>::do_scan_not().
220 * so by returning ctype<char_type>::do_toupper().
234 * by returning ctype<char_type>:: do_toupper(lo, hi).
249 * by returning ctype<char_type>::do_tolower(c)
606 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
617 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
675 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1176 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 132 // 22.2.1.1 Template class ctype
133 // Include host and configuration specific ctype enums for ctype_base.
136 * @brief Common base for ctype facet
157 * ctype<char_type>::do_is().
173 * ctype<char_type>::do_is().
189 * ctype<char_type>::do_scan_is().
205 * ctype<char_type>::do_scan_not().
221 * so by returning ctype<char_type>::do_toupper().
235 * by returning ctype<char_type>:: do_toupper(lo, hi).
250 * by returning ctype<char_type>::do_tolower(c)
607 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
618 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
676 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1177 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
134 * @brief Common base for ctype facet
155 * ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi).
248 * by returning ctype<char_type>::do_tolower(c)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 572 const char *ctype = local
575 if (!ctype) {
577 case SQLITE_INTEGER: ctype = "integer"; break;
578 case SQLITE_FLOAT: ctype = "double"; break;
587 ctype = "text"; break;
588 case SQLITE_BLOB: ctype = "blob"; break;
589 case SQLITE_NULL: ctype = "null"; break;
592 if (ctype) {
595 trans2utf(env, 1, 0, ctype, &ty);
691 const char *ctype = sqlite3_column_decltype(h->stmt, i) local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl3.h 511 char ctype[SSL3_CT_NUMBER]; member in struct:ssl3_state_st::__anon15656
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl3.h 511 char ctype[SSL3_CT_NUMBER]; member in struct:ssl3_state_st::__anon15670
  /external/openssl/include/openssl/
ssl3.h 511 char ctype[SSL3_CT_NUMBER]; member in struct:ssl3_state_st::__anon26104
  /external/openssl/ssl/
ssl3.h 511 char ctype[SSL3_CT_NUMBER]; member in struct:ssl3_state_st::__anon26118
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 31 #include <ctype.h>
2998 const uint16_t ctype = dtohs(chunk->type); local
5218 const uint16_t ctype = dtohs(chunk->type); local
    [all...]

Completed in 865 milliseconds

1 2 34 5