HomeSort by relevance Sort by last modified time
    Searched refs:ptype (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/libmtp/examples/
pathutils.c 132 char *ptype; local
136 ptype = strrchr(filename, '.');
138 ptype = rindex(filename,'.');
141 if (!ptype) {
142 ptype = "";
144 ++ptype;
148 if (!strcasecmp (ptype, "wav")) {
150 } else if (!strcasecmp (ptype, "mp3")) {
152 } else if (!strcasecmp (ptype, "wma")) {
154 } else if (!strcasecmp (ptype, "ogg"))
    [all...]
  /bionic/libc/kernel/uapi/linux/tc_act/
tc_gact.h 35 __u16 ptype; member in struct:tc_gact_p
  /development/ndk/platforms/android-L/include/linux/tc_act/
tc_gact.h 35 __u16 ptype; member in struct:tc_gact_p
  /external/iproute2/include/linux/tc_act/
tc_gact.h 18 __u16 ptype; member in struct:tc_gact_p
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_gact.h 18 __u16 ptype; member in struct:tc_gact_p
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/tc_act/
tc_gact.h 20 __u16 ptype; member in struct:tc_gact_p
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_act/
tc_gact.h 20 __u16 ptype; member in struct:tc_gact_p
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/tc_act/
tc_gact.h 35 __u16 ptype; member in struct:tc_gact_p
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/tc_act/
tc_gact.h 35 __u16 ptype; member in struct:tc_gact_p
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/tc_act/
tc_gact.h 35 __u16 ptype; member in struct:tc_gact_p
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_algor.c 80 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
84 if (ptype != V_ASN1_UNDEF)
97 if (ptype == 0)
99 if (ptype == V_ASN1_UNDEF)
108 ASN1_TYPE_set(alg->parameter, ptype, pval);
  /external/openssl/crypto/asn1/
x_algor.c 80 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
84 if (ptype != V_ASN1_UNDEF)
97 if (ptype == 0)
99 if (ptype == V_ASN1_UNDEF)
108 ASN1_TYPE_set(alg->parameter, ptype, pval);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
push.h 52 // to PTYPE in the direction defined by RTYPE. Weight needs to be
57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) {
59 if (ptype == kPushWeights) {
62 } else if (ptype & kPushLabels) {
69 if (ptype == (kPushWeights | kPushLabels)) {
  /hardware/qcom/display/msm8974/libqdutils/
mdp_version.cpp 99 char * ptype = strstr(fb_finfo.id, "_"); local
100 if (!ptype || (*(++ptype) == '\0')) {
102 ptype = fb_finfo.id;
104 panel_type = *ptype;
  /external/qemu/android/
hw-events.c 134 int *ptype,
144 *ptype = 0;
154 *ptype = eventList_findCodeByName( _ev_types_tab, p, q-p );
155 if (*ptype < 0) {
156 *ptype = (int) strtol( p, &end, 0 );
169 list = eventList_findByType( *ptype );
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_ameth.c 107 int ptype; local
111 if (!eckey_param2type(&ptype, &pval, ec_key))
127 ptype, pval, penc, penclen))
130 if (ptype == V_ASN1_OBJECT)
139 static EC_KEY *eckey_type2param(int ptype, void *pval)
142 if (ptype == V_ASN1_SEQUENCE)
155 else if (ptype == V_ASN1_OBJECT)
194 int ptype, pklen; local
200 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
202 eckey = eckey_type2param(ptype, pval)
244 int ptype, pklen; local
316 int eplen, ptype; local
    [all...]
  /external/openssl/crypto/ec/
ec_ameth.c 107 int ptype; local
111 if (!eckey_param2type(&ptype, &pval, ec_key))
127 ptype, pval, penc, penclen))
130 if (ptype == V_ASN1_OBJECT)
139 static EC_KEY *eckey_type2param(int ptype, void *pval)
142 if (ptype == V_ASN1_SEQUENCE)
155 else if (ptype == V_ASN1_OBJECT)
194 int ptype, pklen; local
200 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
202 eckey = eckey_type2param(ptype, pval)
244 int ptype, pklen; local
316 int eplen, ptype; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_arp.h 20 __be16 ptype; member in struct:ebt_arp_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_arp.h 20 __be16 ptype; member in struct:ebt_arp_info
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyapi.swg 24 swig_type_info **ptype;
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_ameth.c 75 int ptype; local
85 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
87 if (ptype != V_ASN1_SEQUENCE)
133 int ptype; local
149 ptype = V_ASN1_SEQUENCE;
166 ptype, pval, penc, penclen))
188 int ptype; local
199 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
201 if (ptype != V_ASN1_SEQUENCE)
317 ASN1_PCTX *ctx, int ptype)
    [all...]
  /external/openssl/crypto/dh/
dh_ameth.c 75 int ptype; local
85 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
87 if (ptype != V_ASN1_SEQUENCE)
133 int ptype; local
149 ptype = V_ASN1_SEQUENCE;
166 ptype, pval, penc, penclen))
188 int ptype; local
199 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
201 if (ptype != V_ASN1_SEQUENCE)
317 ASN1_PCTX *ctx, int ptype)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_ameth.c 73 int ptype; local
83 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
86 if (ptype == V_ASN1_SEQUENCE)
99 else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF))
142 int ptype; local
158 ptype = V_ASN1_SEQUENCE;
161 ptype = V_ASN1_UNDEF;
174 ptype, pval, penc, penclen))
194 int ptype; local
    [all...]
  /external/openssl/crypto/dsa/
dsa_ameth.c 73 int ptype; local
83 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
86 if (ptype == V_ASN1_SEQUENCE)
99 else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF))
142 int ptype; local
158 ptype = V_ASN1_SEQUENCE;
161 ptype = V_ASN1_UNDEF;
174 ptype, pval, penc, penclen))
194 int ptype; local
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_arp.h 39 __be16 ptype; member in struct:ebt_arp_info

Completed in 822 milliseconds

1 2 3 4 5 6 7 8