HomeSort by relevance Sort by last modified time
    Searched refs:ptype (Results 1 - 25 of 186) 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...]
  /external/iproute2/tc/
m_skbedit.c 37 "PT = ptype PACKETYPE\n"
61 __u16 queue_mapping, ptype; local
96 } else if (matches(*argv, "ptype") == 0) {
100 ptype = PACKET_HOST;
102 ptype = PACKET_BROADCAST;
104 ptype = PACKET_MULTICAST;
106 ptype = PACKET_OTHERHOST;
108 fprintf(stderr, "Illegal ptype (%s)\n",
159 &ptype, sizeof(ptype));
174 __u16 *queue_mapping, *ptype; local
    [all...]
m_gact.c 106 pp.ptype = PGACT_NETRAND;
109 pp.ptype = PGACT_DETERM;
194 fprintf(f, "\n\t random type %s", prob_n2a(pp->ptype));
  /external/tensorflow/tensorflow/python/lib/core/
py_util.cc 47 PyObject* ptype; local
50 PyErr_Fetch(&ptype, &pvalue, &ptraceback);
51 PyErr_NormalizeException(&ptype, &pvalue, &ptraceback);
52 string err = ClassName(ptype);
65 Py_DECREF(ptype);
  /bionic/libc/kernel/uapi/linux/tc_act/
tc_gact.h 32 __u16 ptype; member in struct:tc_gact_p
  /external/iproute2/include/uapi/linux/tc_act/
tc_gact.h 19 __u16 ptype; member in struct:tc_gact_p
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_gact.h 19 __u16 ptype; member in struct:tc_gact_p
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_act/
tc_gact.h 18 __u16 ptype; member in struct:tc_gact_p
  /external/boringssl/src/crypto/x509/
x_algor.c 80 int X509_ALGOR_set0(X509_ALGOR *alg, const ASN1_OBJECT *aobj, int ptype,
85 if (ptype != V_ASN1_UNDEF) {
96 if (ptype == 0)
98 if (ptype == V_ASN1_UNDEF) {
104 ASN1_TYPE_set(alg->parameter, ptype, pval);
x509.c 69 int ptype, void *pval, uint8_t *penc, int penclen) {
96 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval)) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
hsw_queryobj.c 192 GLenum pname, GLenum ptype)
285 uint32_t offset, GLenum ptype, uint64_t imm)
287 switch (ptype) {
327 uint32_t offset, GLenum ptype, uint32_t reg,
331 uint32_t dwords = (ptype == GL_INT || ptype == GL_UNSIGNED_INT) ? 1 : 2;
354 GLenum pname, GLenum ptype)
362 store_query_result_imm(brw, bo->buffer, offset, ptype,
366 store_query_result_imm(brw, bo->buffer, offset, ptype, 1ull);
374 hsw_result_to_gpr0(ctx, query, buf, offset, pname, ptype);
    [all...]
  /external/python/cpython2/Demo/tkinter/ttk/
dirbrowser.py 21 ptype = None
23 if os.path.isdir(p): ptype = "directory"
24 elif os.path.isfile(p): ptype = "file"
27 id = tree.insert(node, "end", text=fname, values=[p, ptype])
29 if ptype == 'directory':
33 elif ptype == 'file':
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyapi.swg 24 swig_type_info **ptype;
  /external/mesa3d/src/gallium/state_trackers/nine/
query9.c 80 const unsigned ptype = d3dquerytype_to_pipe_query(screen, type); local
82 user_assert(ptype != ~0, D3DERR_INVALIDCALL);
84 if (ptype == PIPE_QUERY_TYPES) {
98 const unsigned ptype = d3dquerytype_to_pipe_query(device->screen, Type); local
110 user_assert(ptype != ~0, D3DERR_INVALIDCALL);
112 if (ptype < PIPE_QUERY_TYPES) {
113 This->pq = nine_context_create_query(device, ptype);
  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DiscoveryTest.py 46 def create_base_config(self, caps, is_publish, ptype, stype, payload_size,
53 ptype: unsolicited or solicited (used if is_publish is True)
64 config[aconsts.DISCOVERY_KEY_DISCOVERY_TYPE] = ptype
97 def create_publish_config(self, caps, ptype, payload_size, ttl, term_ind_on,
103 ptype: unsolicited or solicited
111 return self.create_base_config(caps, True, ptype, None, payload_size, ttl,
131 def positive_discovery_test_utility(self, ptype, stype, payload_size):
139 ptype: Publish discovery type
158 ptype,
194 if ptype == aconsts.PUBLISH_TYPE_UNSOLICITED els
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
stabs.c     [all...]
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_arp.h 35 __be16 ptype; member in struct:ebt_arp_info
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_arp.h 24 __be16 ptype; member in struct:ebt_arp_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_arp.h 22 __be16 ptype; member in struct:ebt_arp_info
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_pic_com_adv.c 59 VC1_GET_BITS9(1, picLayerHeader->PTYPE);
60 if (picLayerHeader->PTYPE)
62 VC1_GET_BITS9(1, picLayerHeader->PTYPE);
63 if (picLayerHeader->PTYPE)
65 VC1_GET_BITS9(1, picLayerHeader->PTYPE);
66 if (picLayerHeader->PTYPE)
68 VC1_GET_BITS9(1, picLayerHeader->PTYPE);
69 if (picLayerHeader->PTYPE)
70 picLayerHeader->PTYPE = VC1_SKIPPED_FRAME;
72 picLayerHeader->PTYPE = VC1_BI_FRAME;
383 int ptype; local
    [all...]
  /system/nfc/src/nfc/llcp/
llcp_link.cc 72 static void llcp_link_proc_rx_pdu(uint8_t dsap, uint8_t ptype, uint8_t ssap,
89 static std::string llcp_pdu_type(uint8_t ptype);
1095 uint8_t dsap, ptype, ssap; local
1256 uint8_t dsap, ptype, ssap; local
1472 uint8_t *p, ptype; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
batchnorm_expander.cc 164 PrimitiveType ptype = operand_shape.element_type(); local
171 elements_per_feature_literal->Convert(ptype));
180 TF_ASSIGN_OR_RETURN(zero_literal, zero_literal->Convert(ptype));
184 TF_ASSIGN_OR_RETURN(epsilon_literal, epsilon_literal->Convert(ptype));
202 GetScalarBinaryComputation(ptype, HloOpcode::kAdd);
258 TF_ASSIGN_OR_RETURN(neg_half_literal, neg_half_literal->Convert(ptype));
313 PrimitiveType ptype = operand_shape.element_type(); local
322 TF_ASSIGN_OR_RETURN(epsilon_literal, epsilon_literal->Convert(ptype));
359 TF_ASSIGN_OR_RETURN(neg_half_literal, neg_half_literal->Convert(ptype));
429 PrimitiveType ptype = activation_shape.element_type() local
    [all...]
  /external/boringssl/src/crypto/pem/
pem_info.c 103 unsigned int i, raw, ptype; local
118 ptype = 0;
174 ptype = EVP_PKEY_RSA;
194 ptype = EVP_PKEY_DSA;
214 ptype = EVP_PKEY_EC;
232 if (ptype) {
233 if (!d2i_PrivateKey(ptype, pp, &p, len)) {
  /external/syslinux/com32/modules/
prdhcp.c 139 int ptype[3] = {PXENV_PACKET_TYPE_DHCP_DISCOVER, PXENV_PACKET_TYPE_DHCP_ACK, PXENV_PACKET_TYPE_CACHED_REPLY}; local
142 if (!pxe_get_cached_info(ptype[i],
144 dprintf("Got packet #%d/%d\n", (i + 1), ptype[i]);
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodType.java 91 private static final long serialVersionUID = 292L; // {rtype, {ptype...}}
168 private static void checkPtype(Class<?> ptype) {
169 Objects.requireNonNull(ptype);
170 if (ptype == void.class)
176 for (Class<?> ptype : ptypes) {
177 checkPtype(ptype);
178 if (ptype == double.class || ptype == long.class) {
509 Class<?> ptype; local
511 (ptype = ptypes[0]).isPrimitive()
    [all...]

Completed in 989 milliseconds

1 2 3 4 5 6 7 8