Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 25 of 40) sorted by relevance

12

/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cc68 static const char *conv(ReportType typ) { in conv()
113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
Dtsan_vector.h27 explicit Vector(MBlockType typ) in Vector()
Dtsan_clock.cc86 # define CPP_STAT_INC(typ) StatInc(cur_thread(), typ) argument
88 # define CPP_STAT_INC(typ) (void)0 argument
Dtsan_debugging.cc20 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription()
38 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()
Dtsan_rtl_report.cc142 ScopedReport::ScopedReport(ReportType typ) { in ScopedReport()
401 EventType typ = (EventType)(ev >> 61); in RestoreStack() local
614 ReportType typ = ReportTypeRace; in ReportRace() local
Dtsan_report.cc84 static const char *ReportTypeString(ReportType typ) { in ReportTypeString()
Dtsan_mman.cc242 void *internal_alloc(MBlockType typ, uptr sz) { in internal_alloc()
/external/libvpx/libvpx/vpx_ports/
Dmem.h18 #define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) argument
20 #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val argument
23 #define DECLARE_ALIGNED(n, typ, val) typ val argument
Dmem_ops.h52 #define mem_ops_wrap_symbol2(fn, typ) mem_ops_wrap_symbol3(fn, typ) argument
54 #define mem_ops_wrap_symbol3(fn, typ) fn##_as_##typ argument
/external/libvpx/libvpx/vpx/
Dvpx_codec.h386 #define VPX_CTRL_USE_TYPE(id, typ) argument
387 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) argument
388 #define VPX_CTRL_VOID(id, typ) argument
414 #define VPX_CTRL_USE_TYPE(id, typ) \ argument
433 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCheckAPI.java99 public abstract int getVal(int typ); in getVal()
100 public abstract String get(int typ, boolean brief); in get()
112 public int getVal(int typ) { in getVal()
117 public String get(int typ, boolean brief) { in get()
133 private void setType(int typ, int val) { in setType()
139 private void setType(int typ, String val) { in setType()
500 private static void validateType(int typ) { in validateType()
520 public int getVal(int typ) { in getVal()
524 public String get(int typ, boolean brief) { in get()
DAPIInfo.java148 public int getVal(int typ) { in getVal()
163 public String get(int typ, boolean brief) { in get()
184 public void setType(int typ, int val) { in setType()
198 private void setType(int typ, String val) { in setType()
582 public static final String getTypeValName(int typ, int val) { in getTypeValName()
621 private static void validateType(int typ) { in validateType()
DReportAPI.java68 public int getVal(int typ) { in getVal()
73 public String get(int typ, boolean brief) { in get()
/external/boringssl/src/crypto/asn1/
Dtasn_fre.c205 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local
Dtasn_new.c316 ASN1_TYPE *typ; in ASN1_primitive_new() local
Dtasn_enc.c579 ASN1_TYPE *typ; in asn1_ex_i2c() local
/external/toolchain-utils/
Dfile_lock_machine.py55 def __exit__(self, typ, value, traceback): argument
180 def __exit__(self, typ, value, traceback): argument
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DICUTestCase.java265 Class<?> typ = cls.getComponentType(); in cloneComplex() local
/external/autotest/client/common_lib/test_utils/
Dmock.py306 def expect_new(typ, *args, **dargs): argument
313 def __new__(typ, *args, **dargs): argument
318 def make_new(typ, *args, **dargs): argument
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h366 #define VPX_CTRL_USE_TYPE(id, typ) \ argument
370 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
/external/tcpdump/
Dprint-domain.c359 register u_short typ, len; in ns_rprint() local
/external/openssh/
Daudit-bsm.c258 bsm_audit_record(int typ, char *string, au_event_t event_no) in bsm_audit_record()
/external/icu/icu4c/source/test/intltest/
Ddcfmtest.cpp160 static const char *formattableType(Formattable::Type typ) { in formattableType()
/external/mdnsresponder/Clients/
Ddns-sd.c984 …const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, c… in RegisterService()
1025 static char *gettype(char *buffer, char *typ) in gettype()
1035 char buffer[TypeBufferSize], *typ, *dom; in main() local
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c314 ASN1_TYPE *typ; in generic_asn1() local

12