/external/boringssl/src/crypto/asn1/ |
tasn_fre.c | 194 int utype; local 206 utype = typ->type; 211 utype = -1; 215 utype = it->utype; 216 if ((utype != V_ASN1_BOOLEAN) && !*pval) 220 switch (utype) {
|
tasn_new.c | 318 int utype; local 330 utype = -1; 332 utype = it->utype; 333 switch (utype) { 356 str = ASN1_STRING_type_new(utype); 369 int utype; local 379 utype = -1; 381 utype = it->utype; [all...] |
tasn_enc.c | 494 int utype; local 498 utype = it->utype; 504 len = asn1_ex_i2c(pval, NULL, &utype, it); 509 * call to asn1_ex_i2c() could change utype. 511 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || 512 (utype == V_ASN1_OTHER)) 530 tag = utype; 536 asn1_ex_i2c(pval, *out, &utype, it) 556 int utype; local [all...] |
tasn_dec.c | 231 if (!(ASN1_tag2bit(otag) & it->utype)) { 254 exptag = it->utype; 291 | it->utype); 714 int ret = 0, utype; local 727 utype = tag; 730 utype = it->utype; 732 if (utype == V_ASN1_ANY) { 744 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, 751 utype = V_ASN1_OTHER [all...] |
/external/strace/ |
msghdr.c | 211 const unsigned int utype = cmsg_type; local 215 if (utype < ARRAY_SIZE(cmsg_socket_printers) 216 && cmsg_socket_printers[utype].printer 217 && data_len >= cmsg_socket_printers[utype].min_len) { 219 cmsg_socket_printers[utype].printer(tcp, cmsg_data, data_len); 224 if (utype < ARRAY_SIZE(cmsg_ip_printers) 225 && cmsg_ip_printers[utype].printer 226 && data_len >= cmsg_ip_printers[utype].min_len) { 228 cmsg_ip_printers[utype].printer(tcp, cmsg_data, data_len);
|
/external/boringssl/src/crypto/x509/ |
asn1_gen.c | 116 int utype; member in struct:__anon13334 129 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf); 130 static ASN1_TYPE *asn1_str2type(const char *str, int format, int utype); 168 if ((asn1_tags.utype == V_ASN1_SEQUENCE) 169 || (asn1_tags.utype == V_ASN1_SET)) { 174 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf); 176 ret = asn1_str2type(asn1_tags.str, asn1_tags.format, asn1_tags.utype); 285 int utype; local 304 utype = asn1_str2tag(elem, len); 306 if (utype == -1) [all...] |
/external/flatbuffers/src/ |
reflection.cpp | 27 case reflection::UType: 114 case reflection::UType: 531 case reflection::UType: 618 case reflection::UType: 680 auto utype = table->GetField<uint8_t>(utype_offset, 0); local 681 if (utype != 0) { 684 auto child_obj = fb_enum->values()->Get(utype)->object();
|
/external/boringssl/src/include/openssl/ |
asn1t.h | 516 long utype; /* underlying type */ member in struct:ASN1_ITEM_st 560 * structure. In this case the 'utype' field 617 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 872 int asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
|
/prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/ |
javac-9-dev-r3297-4.jar | |
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
javac_extractor.jar | |
/prebuilts/tools/linux-x86_64/kythe/indexers/ |
java_indexer.jar | |