Searched defs:typ (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium-trace/catapult/devil/bin/
H A Drun_py_devicetests13 _TYP_PATH = os.path.abspath(os.path.join(_CATAPULT_PATH, 'third_party', 'typ'))
16 import typ namespace
23 runner = typ.Runner()
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc68 static const char *conv(ReportType typ) { argument
69 if (typ == ReportTypeRace)
71 else if (typ == ReportTypeVptrRace)
73 else if (typ == ReportTypeUseAfterFree)
75 else if (typ == ReportTypeVptrUseAfterFree)
77 else if (typ == ReportTypeThreadLeak)
79 else if (typ == ReportTypeMutexDestroyLocked)
81 else if (typ == ReportTypeMutexDoubleLock)
83 else if (typ == ReportTypeMutexInvalidAccess)
85 else if (typ
113 IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) argument
132 IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) argument
[all...]
H A Dtsan_vector.h27 explicit Vector(MBlockType typ) argument
28 : typ_(typ)
H A Dtsan_debugging.cc20 static const char *ReportTypeDescription(ReportType typ) { argument
21 if (typ == ReportTypeRace) return "data-race";
22 if (typ == ReportTypeVptrRace) return "data-race-vptr";
23 if (typ == ReportTypeUseAfterFree) return "heap-use-after-free";
24 if (typ == ReportTypeVptrUseAfterFree) return "heap-use-after-free-vptr";
25 if (typ == ReportTypeThreadLeak) return "thread-leak";
26 if (typ == ReportTypeMutexDestroyLocked) return "locked-mutex-destroy";
27 if (typ == ReportTypeMutexDoubleLock) return "mutex-double-lock";
28 if (typ == ReportTypeMutexInvalidAccess) return "mutex-invalid-access";
29 if (typ
38 ReportLocationTypeDescription(ReportLocationType typ) argument
[all...]
H A Dtsan_mman.cc242 void *internal_alloc(MBlockType typ, uptr sz) { argument
H A Dtsan_report.h106 ReportType typ; member in class:__tsan::ReportDesc
H A Dtsan_rtl_mutex.cc49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, argument
56 ScopedReport rep(typ);
H A Dtsan_report.cc84 static const char *ReportTypeString(ReportType typ) { argument
85 if (typ == ReportTypeRace)
87 if (typ == ReportTypeVptrRace)
89 if (typ == ReportTypeUseAfterFree)
91 if (typ == ReportTypeVptrUseAfterFree)
93 if (typ == ReportTypeThreadLeak)
95 if (typ == ReportTypeMutexDestroyLocked)
97 if (typ == ReportTypeMutexDoubleLock)
99 if (typ == ReportTypeMutexInvalidAccess)
101 if (typ
[all...]
/external/boringssl/src/crypto/asn1/
H A Dtasn_fre.c203 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
204 utype = typ->type;
205 pval = &typ->value.asn1_value;
H A Dtasn_new.c317 ASN1_TYPE *typ; local
348 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
349 if (!typ)
351 typ->value.ptr = NULL;
352 typ->type = -1;
353 *pval = (ASN1_VALUE *)typ;
H A Dtasn_dec.c847 ASN1_TYPE *typ = NULL; local
858 typ = ASN1_TYPE_new();
859 if (typ == NULL)
861 *pval = (ASN1_VALUE *)typ;
863 typ = (ASN1_TYPE *)*pval;
865 if (utype != typ->type)
866 ASN1_TYPE_set(typ, utype, NULL);
868 pval = &typ->value.asn1_value;
965 if (typ && (utype == V_ASN1_NULL))
966 typ
[all...]
H A Dtasn_enc.c573 ASN1_TYPE *typ; local
574 typ = (ASN1_TYPE *)*pval;
575 utype = typ->type;
577 pval = &typ->value.asn1_value;
/external/python/cpython2/Objects/
H A Dgenobject.c214 "throw(typ[,val[,tb]]) -> raise exception in generator,\n\
220 PyObject *typ; local
224 if (!PyArg_UnpackTuple(args, "throw", 1, 3, &typ, &val, &tb))
237 Py_INCREF(typ);
241 if (PyExceptionClass_Check(typ)) {
242 PyErr_NormalizeException(&typ, &val, &tb);
245 else if (PyExceptionInstance_Check(typ)) {
255 val = typ;
256 typ = PyExceptionInstance_Class(typ);
[all...]
H A Dstructseq.c241 PyTypeObject *typ = Py_TYPE(obj); local
255 len = strlen(typ->tp_name) > TYPE_MAXSIZE ? TYPE_MAXSIZE :
256 strlen(typ->tp_name);
257 strncpy(pbuf, typ->tp_name, len);
265 cname = typ->tp_members[i].name;
/external/python/cpython3/Lib/test/test_email/
H A Dtest_generator.py88 msg = self.msgmaker(self.typ(self.refold_long_expected[0]))
92 self.assertEqual(s.getvalue(), self.typ(self.refold_long_expected[n]))
95 msg = self.msgmaker(self.typ(self.refold_long_expected[0]))
99 self.assertEqual(s.getvalue(), self.typ(self.refold_long_expected[n]))
102 msg = self.msgmaker(self.typ(self.refold_long_expected[0]))
107 self.assertEqual(s.getvalue(), self.typ(self.refold_long_expected[n]))
110 msg = self.msgmaker(self.typ(self.refold_long_expected[0]))
115 self.assertEqual(s.getvalue(), self.typ(self.refold_long_expected[0]))
118 msg = self.msgmaker(self.typ(self.refold_long_expected[0]))
123 self.assertEqual(s.getvalue(), self.typ(sel
171 typ = str variable in class:TestGenerator
179 typ = lambda self, x: x.encode('ascii') variable in class:TestBytesGenerator
[all...]
/external/boringssl/src/crypto/x509v3/
H A Dv3_conf.c314 ASN1_TYPE *typ; local
316 typ = ASN1_generate_v3(value, ctx);
317 if (typ == NULL)
319 *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
320 ASN1_TYPE_free(typ);
/external/cn-cbor/src/
H A Dcn-encoder.c79 static void _write_positive(cn_write_state *ws, cn_cbor_type typ, uint64_t val) { argument
82 assert((size_t)typ < sizeof(_xlate));
84 ib = _xlate[typ];
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DReportAPI.java68 public int getVal(int typ) { argument
69 return added.getVal(typ);
73 public String get(int typ, boolean brief) { argument
74 return added.get(typ, brief);
H A DCheckAPI.java99 public abstract int getVal(int typ); argument
100 public abstract String get(int typ, boolean brief); argument
112 public int getVal(int typ) { argument
113 validateType(typ);
114 return (info >> (typ*2)) & 0x3;
117 public String get(int typ, boolean brief) { argument
118 validateType(typ);
119 String[] vals = brief ? shortNames[typ] : names[typ];
121 switch (typ) {
133 setType(int typ, int val) argument
139 setType(int typ, String val) argument
500 validateType(int typ) argument
520 getVal(int typ) argument
524 get(int typ, boolean brief) argument
[all...]
/external/python/cpython3/Objects/
H A Dstructseq.c166 PyTypeObject *typ = Py_TYPE(obj); local
177 len = strlen(typ->tp_name) > TYPE_MAXSIZE ? TYPE_MAXSIZE :
178 strlen(typ->tp_name);
179 strncpy(pbuf, typ->tp_name, len);
187 cname = typ->tp_members[i].name;
190 " for type %.500s", i, typ->tp_name);
/external/tcpdump/
H A Dprint-domain.c362 register u_short typ, len; local
376 typ = EXTRACT_16BITS(cp);
385 if (class != C_IN && typ != T_OPT)
392 if (typ == T_OPT) {
414 ND_PRINT((ndo, " %s", tok2str(ns_type2str, "Type%d", typ)));
418 switch (typ) {
/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc31 void *internal_alloc(MBlockType typ, uptr sz) { argument
/external/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp160 static const char *formattableType(Formattable::Type typ) { argument
169 if (typ<0 || typ>Formattable::kObject) {
172 return types[typ];
/external/boringssl/src/crypto/x509/
H A Dasn1_gen.c487 ASN1_TYPE *typ = local
490 if (!typ)
492 if (!sk_ASN1_TYPE_push(sk, typ))
/external/pdfium/third_party/libopenjpeg20/
H A Djp2.h94 OPJ_UINT16 cn, typ, asoc; member in struct:opj_jp2_cdef_info

Completed in 595 milliseconds

12