HomeSort by relevance Sort by last modified time
    Searched defs:ctype (Results 1 - 25 of 36) sorted by null

1 2

  /external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
table.pass.cpp 12 // template <> class ctype<char>
21 typedef std::ctype<char> F;
23 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
28 std::ctype<char>::mask table[256];
29 std::locale l(std::locale::classic(), new std::ctype<char>(table));
  /external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
dtor.pass.cpp 12 // template <> class ctype<char>
14 // ~ctype();
37 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
42 std::ctype<char>::mask table[256];
44 std::locale l(std::locale::classic(), new std::ctype<char>(table));
51 new std::ctype<char>(new std::ctype<char>::mask[256], true));
  /external/openssl/crypto/cms/
cms_ess.c 381 ASN1_OBJECT *ctype; local
396 ctype = CMS_signed_get0_data_by_OBJ(si,
399 if (!ctype)
406 rct.contentType = ctype;
cms_sd.c 640 ASN1_OBJECT *ctype = local
652 V_ASN1_OBJECT, ctype, -1) <= 0)
  /external/chromium_org/third_party/libsrtp/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)
303 kernel_cipher_type_t *ctype, *new_ctype; local
444 kernel_cipher_type_t *ctype; local
    [all...]
  /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/chromium_org/third_party/libwebp/enc/
cost.c 354 int ctype, band, ctx; local
358 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
361 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
362 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
  /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
ssl3.h 517 char ctype[SSL3_CT_NUMBER]; member in struct:ssl3_state_st::__anon7945
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 360 char ctype[MAX_ESCAPED_DOMAIN_NAME]; local
376 ConvertDomainNameToCString(&type, ctype);
379 x->callback((DNSServiceRef)x, flags, 0, 0, cname, ctype, cdom, x->context);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 157 Type ctype = Type.getObjectType(owner); local
158 current.setLocal(local++, interpreter.newValue(ctype));
  /art/runtime/interpreter/
interpreter_common.cc 879 Class* ctype = shadow_frame->GetVRegReference(arg_offset)->GetClass()->GetComponentType(); local
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 783 p_vendor->hdr.ctype = BTA_AV_RSP_NOT_IMPL;
786 else if (!AVRC_IsValidAvcType(pdu, p_vendor->hdr.ctype) )
788 APPL_TRACE_DEBUG("Invalid pdu/ctype: 0x%x, %d", pdu, p_vendor->hdr.ctype);
870 BOOLEAN is_inquiry = ((p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_SPEC_INQ) || p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_GEN_INQ);
873 UINT8 ctype = 0; local
882 if ((p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_CTRL) ||
883 (p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_SPEC_INQ) ||
884 (p_data->rc_msg.msg.hdr.ctype == AVRC_CMD_GEN_INQ
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 110 LLVMTypeRef ctype; local
116 ctype = LLVMInt32TypeInContext(ctx);
120 ctype = LLVMFloatTypeInContext(ctx);
123 ctype = 0;
128 return LLVMConstBitCast(bld->immediates[reg->Register.Index][swizzle], ctype);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c 855 GLenum ctype = 0; /* color type */ local
887 ctype = GL_UNSIGNED_BYTE;
895 ctype = GL_UNSIGNED_BYTE;
903 ctype = GL_FLOAT;
918 ctype = GL_FLOAT;
939 ctype = GL_UNSIGNED_BYTE;
947 ctype = GL_FLOAT;
962 ctype = GL_FLOAT;
971 ctype = GL_FLOAT;
1003 _mesa_ColorPointer( ccomps, ctype, stride
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 110 LLVMTypeRef ctype; local
116 ctype = LLVMInt32TypeInContext(ctx);
120 ctype = LLVMFloatTypeInContext(ctx);
123 ctype = 0;
128 return LLVMConstBitCast(bld->immediates[reg->Register.Index][swizzle], ctype);
    [all...]
  /external/mesa3d/src/mesa/main/
varray.c 855 GLenum ctype = 0; /* color type */ local
887 ctype = GL_UNSIGNED_BYTE;
895 ctype = GL_UNSIGNED_BYTE;
903 ctype = GL_FLOAT;
918 ctype = GL_FLOAT;
939 ctype = GL_UNSIGNED_BYTE;
947 ctype = GL_FLOAT;
962 ctype = GL_FLOAT;
971 ctype = GL_FLOAT;
1003 _mesa_ColorPointer( ccomps, ctype, stride
    [all...]
  /external/libcxx/src/
locale.cpp 121 const locale::category locale::ctype; member in class:locale
180 install(&make<_VSTD::ctype<char> >(nullptr, false, 1u));
181 install(&make<_VSTD::ctype<wchar_t> >(1u));
291 if (c & locale::ctype)
362 if (c & locale::ctype)
364 install_from<_VSTD::ctype<char> >(one);
365 install_from<_VSTD::ctype<wchar_t> >(one);
756 // template <> class ctype<wchar_t>;
771 locale::id ctype<wchar_t>::id;
773 ctype<wchar_t>::~ctype(
901 ctype<char>::ctype(const mask* tab, bool del, size_t refs) function in class:ctype
    [all...]
  /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:__anon5713
204 static void btif_rc_upstreams_evt(UINT16 event, tAVRC_COMMAND* p_param, UINT8 ctype, UINT8 label);
205 static void btif_rc_upstreams_rsp_evt(UINT16 event, tAVRC_RESPONSE *pavrc_resp, UINT8 ctype, UINT8 label);
863 remote_cmd.hdr.ctype = AVRC_CMD_CTRL;
887 UINT8 ctype = AVRC_RSP_REJ local
919 UINT8 ctype; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 3132 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/icu/icu4c/source/i18n/
rematch.cpp 3089 int8_t ctype = u_charType(c); \/\/ TODO: make a unicode set for this. Will be faster. local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
parse-filter.c 633 enum filter_cmp_type *ctype,
638 *ctype = FILTER_CMP_NONE;
679 *ctype = FILTER_CMP_EQ;
681 *ctype = FILTER_CMP_NE;
683 *ctype = FILTER_CMP_LT;
685 *ctype = FILTER_CMP_GT;
687 *ctype = FILTER_CMP_LE;
689 *ctype = FILTER_CMP_GE;
691 *ctype = FILTER_CMP_REGEX;
693 *ctype = FILTER_CMP_NOT_REGEX
900 enum filter_cmp_type ctype; local
    [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...]

Completed in 797 milliseconds

1 2