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

1 2 3 4 5

  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 101 static uptr IsSuppressed(const char *stype, const AddressInfo &info,
103 if (suppression_ctx->Match(info.function, stype, sp) ||
104 suppression_ctx->Match(info.file, stype, sp) ||
105 suppression_ctx->Match(info.module, stype, sp)) {
118 const char *stype = conv(typ); local
119 if (0 == internal_strcmp(stype, kSuppressionNone))
123 uptr pc = IsSuppressed(stype, frame->info, sp);
127 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr)
137 const char *stype = conv(typ); local
138 if (0 == internal_strcmp(stype, kSuppressionNone)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.h 76 enum tgsi_return_type stype,
82 enum tgsi_return_type stype,
123 enum tgsi_return_type stype,
145 enum tgsi_return_type stype);
151 enum tgsi_return_type stype);
u_simple_shaders.c 226 enum tgsi_return_type stype,
235 assert((stype == TGSI_RETURN_TYPE_FLOAT) == (dtype == TGSI_RETURN_TYPE_FLOAT));
245 ureg_DECL_sampler_view(ureg, 0, tex_target, stype, stype, stype, stype);
272 if (stype != dtype) {
273 if (stype == TGSI_RETURN_TYPE_SINT) {
278 assert(stype == TGSI_RETURN_TYPE_UINT);
301 enum tgsi_return_type stype,
    [all...]
u_blit.c 166 enum tgsi_return_type stype; local
170 stype = TGSI_RETURN_TYPE_UINT;
173 stype = TGSI_RETURN_TYPE_SINT;
176 stype = TGSI_RETURN_TYPE_FLOAT;
189 stype, stype);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 154 enum xa_surface_type stype; local
175 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype)
176 num_formats += num_preferred[stype];
187 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) {
188 unsigned int bind = stype_bind[stype];
192 for (i = 0; i < num_preferred[stype]; ++i)
    [all...]
xa_tracker.h 169 enum xa_surface_type stype,
177 enum xa_surface_type stype,
186 enum xa_surface_type stype,
202 enum xa_surface_type stype,
  /tools/test/connectivity/acts/tests/google/wifi/aware/functional/
DiscoveryTest.py 46 def create_base_config(self, caps, is_publish, ptype, stype, payload_size,
54 stype: passive or active (used if is_publish is False)
66 config[aconsts.DISCOVERY_KEY_DISCOVERY_TYPE] = stype
114 def create_subscribe_config(self, caps, stype, payload_size, ttl, term_ind_on,
120 stype: passive or active
128 return self.create_base_config(caps, False, None, stype, payload_size, ttl,
131 def positive_discovery_test_utility(self, ptype, stype, payload_size):
140 stype: Subscribe discovery type
169 stype,
262 stype,
    [all...]
DataPathTest.py 81 def set_up_discovery(self, ptype, stype, get_peer_id):
86 stype: Subscribe discovery type
106 s_disc_id = s_dut.droid.wifiAwareSubscribe(s_id, self.create_config(stype))
132 stype,
140 stype: Subscribe discovery type
148 peer_id_on_pub) = self.set_up_discovery(ptype, stype, use_peer_id)
454 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE,
466 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE,
478 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE,
490 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE
    [all...]
  /external/mksh/src/
eval.c 202 short stype; /* [=+-?%#] action after expanded word */ member in struct:SubType
378 int stype; local
383 type = varsub(&x, varname, sp, &stype, &slen);
415 st->stype = stype;
430 if (stype)
432 switch (stype & 0x17F) {
508 if (!(stype & 0x180) &&
514 if (!(stype & 0x100)) {
534 if ((stype & 0x180) &
1115 int stype; \/* substitution type *\/ local
    [all...]
  /system/sepolicy/tools/sepolicy-analyze/
dups.c 21 struct type_datum *stype, *ttype, *stype2, *ttype2; local
35 stype = policydb->type_val_to_struct[k->source_type - 1];
37 attrib1 = stype->flavor || ttype->flavor;
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 101 int domain, stype; local
113 stype = SOCK_RAW;
116 stype = SOCK_PACKET;
119 if ((fd = socket(domain, stype, htons(type))) < 0) {
  /external/iproute2/ip/
tcp_metrics.c 100 int family, i, atype, stype, dlen = 0, slen = 0; local
145 stype = TCP_METRICS_ATTR_SADDR_IPV4;
154 stype = TCP_METRICS_ATTR_SADDR_IPV6;
176 addattr_l(&req2.n, sizeof(req2), stype, &saddr.data,
313 int atype = -1, stype = -1; local
345 stype = TCP_METRICS_ATTR_SADDR_IPV4;
347 stype = TCP_METRICS_ATTR_SADDR_IPV6;
350 if (stype < 0) {
421 if (stype >= 0)
422 addattr_l(&req.n, sizeof(req), stype, &f.saddr.data
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 205 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(opcode); local
207 if (!tgsi_type_is_64bit(dtype) && !tgsi_type_is_64bit(stype))
212 if (tgsi_type_is_64bit(stype))
335 enum tgsi_opcode_type stype = tgsi_opcode_infer_src_type(inst->Instruction.Opcode); local
350 res = bld_base->emit_fetch_funcs[reg->Register.File](bld_base, reg, stype,
358 switch (stype) {
378 switch (stype) {
431 enum tgsi_opcode_type stype = TGSI_TYPE_SIGNED; local
451 res = bld_base->emit_fetch_funcs[off->File](bld_base, &reg, stype,
lp_bld_tgsi_soa.c     [all...]
  /external/selinux/python/audit2allow/
sepolgen-ifgen-attr-helper.c 90 char *stype, *ttype, *tclass; local
91 stype = p->p_type_val_to_name[key->source_type - 1];
94 if (stype && ttype) {
95 fprintf(fp, "%s,%s,%s", stype, ttype, tclass);
  /external/selinux/libsepol/src/
assertion.c 40 unsigned int stype, unsigned int ttype,
46 p->p_type_val_to_name[stype],
52 avrule->line, p->p_type_val_to_name[stype],
58 p->p_type_val_to_name[stype],
142 unsigned int stype, unsigned int ttype,
150 ebitmap_t *sattr = &p->type_attr_map[stype];
200 p->p_type_val_to_name[stype],
332 unsigned int stype, unsigned int ttype,
339 ebitmap_t *sattr = &p->type_attr_map[stype];
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 95 int stype = flags ? (SOCK_STREAM | SOCK_CLOEXEC) : SOCK_STREAM; local
98 if (socketpair(AF_LOCAL, stype, 0, pdes) < 0)
  /toolchain/binutils/binutils-2.25/bfd/
tekhex.c 425 char stype = (*src); local
443 if (stype <= '4')
447 if (stype == '2' || stype == '6')
449 else if (stype == '3' || stype == '7')
466 else if (stype == '4' || stype == '8')
  /external/selinux/checkpolicy/test/
dispol.c 65 char *stype, *ttype, *tclass; local
66 stype = p->p_type_val_to_name[key->source_type - 1];
69 if (stype && ttype)
70 fprintf(fp, "%s %s : %s ", stype, ttype, tclass);
71 else if (stype)
72 fprintf(fp, "%s %u : %s ", stype, key->target_type, tclass);
348 display_id(p, fp, SYM_TYPES, ft->stype - 1, "");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
traceback.py 175 stype = etype.__name__
178 return [_format_final_exc_line(stype, value)]
200 lines.append(_format_final_exc_line(stype, value))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
traceback.py 175 stype = etype.__name__
178 return [_format_final_exc_line(stype, value)]
199 lines.append(_format_final_exc_line(stype, value))
  /external/iproute2/include/
xtables.h 42 #define XTOPT_POINTER(stype, member) \
43 .ptroff = offsetof(stype, member), \
44 .size = sizeof(((stype *)NULL)->member)
  /external/iptables/include/
xtables.h 42 #define XTOPT_POINTER(stype, member) \
43 .ptroff = offsetof(stype, member), \
44 .size = sizeof(((stype *)NULL)->member)
  /external/python/cpython2/Lib/
traceback.py 175 stype = etype.__name__
178 return [_format_final_exc_line(stype, value)]
200 lines.append(_format_final_exc_line(stype, value))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
traceback.py 175 stype = etype.__name__
178 return [_format_final_exc_line(stype, value)]
199 lines.append(_format_final_exc_line(stype, value))

Completed in 678 milliseconds

1 2 3 4 5