/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.cc | 68 static const char *conv(ReportType typ) { in conv() argument 69 if (typ == ReportTypeRace) in conv() 71 else if (typ == ReportTypeVptrRace) in conv() 73 else if (typ == ReportTypeUseAfterFree) in conv() 75 else if (typ == ReportTypeVptrUseAfterFree) in conv() 77 else if (typ == ReportTypeThreadLeak) in conv() 79 else if (typ == ReportTypeMutexDestroyLocked) in conv() 81 else if (typ == ReportTypeMutexDoubleLock) in conv() 83 else if (typ == ReportTypeMutexInvalidAccess) in conv() 85 else if (typ == ReportTypeMutexBadUnlock) in conv() [all …]
|
D | tsan_debugging.cc | 20 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription() argument 21 if (typ == ReportTypeRace) return "data-race"; in ReportTypeDescription() 22 if (typ == ReportTypeVptrRace) return "data-race-vptr"; in ReportTypeDescription() 23 if (typ == ReportTypeUseAfterFree) return "heap-use-after-free"; in ReportTypeDescription() 24 if (typ == ReportTypeVptrUseAfterFree) return "heap-use-after-free-vptr"; in ReportTypeDescription() 25 if (typ == ReportTypeThreadLeak) return "thread-leak"; in ReportTypeDescription() 26 if (typ == ReportTypeMutexDestroyLocked) return "locked-mutex-destroy"; in ReportTypeDescription() 27 if (typ == ReportTypeMutexDoubleLock) return "mutex-double-lock"; in ReportTypeDescription() 28 if (typ == ReportTypeMutexInvalidAccess) return "mutex-invalid-access"; in ReportTypeDescription() 29 if (typ == ReportTypeMutexBadUnlock) return "mutex-bad-unlock"; in ReportTypeDescription() [all …]
|
D | tsan_report.cc | 84 static const char *ReportTypeString(ReportType typ) { in ReportTypeString() argument 85 if (typ == ReportTypeRace) in ReportTypeString() 87 if (typ == ReportTypeVptrRace) in ReportTypeString() 89 if (typ == ReportTypeUseAfterFree) in ReportTypeString() 91 if (typ == ReportTypeVptrUseAfterFree) in ReportTypeString() 93 if (typ == ReportTypeThreadLeak) in ReportTypeString() 95 if (typ == ReportTypeMutexDestroyLocked) in ReportTypeString() 97 if (typ == ReportTypeMutexDoubleLock) in ReportTypeString() 99 if (typ == ReportTypeMutexInvalidAccess) in ReportTypeString() 101 if (typ == ReportTypeMutexBadUnlock) in ReportTypeString() [all …]
|
D | tsan_rtl_report.cc | 142 ScopedReport::ScopedReport(ReportType typ) { in ScopedReport() argument 146 rep_->typ = typ; in ScopedReport() 401 EventType typ = (EventType)(ev >> 61); in RestoreStack() local 403 DPrintf2(" %zu typ=%d pc=%zx\n", i, typ, pc); in RestoreStack() 404 if (typ == EventTypeMop) { in RestoreStack() 406 } else if (typ == EventTypeFuncEnter) { in RestoreStack() 410 } else if (typ == EventTypeFuncExit) { in RestoreStack() 415 if (typ == EventTypeLock) { in RestoreStack() 417 } else if (typ == EventTypeUnlock) { in RestoreStack() 419 } else if (typ == EventTypeRLock) { in RestoreStack() [all …]
|
D | tsan_suppressions.h | 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp); 34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 148 public int getVal(int typ) { in getVal() argument 149 validateType(typ); in getVal() 150 if (typ >= shifts.length) { in getVal() 153 return (info >>> shifts[typ]) & masks[typ]; in getVal() 163 public String get(int typ, boolean brief) { in get() argument 164 validateType(typ); in get() 165 String[] vals = brief ? shortNames[typ] : names[typ]; in get() 167 switch (typ) { in get() 175 int val = (info >>> shifts[typ]) & masks[typ]; in get() 184 public void setType(int typ, int val) { in setType() argument [all …]
|
D | CheckAPI.java | 99 public abstract int getVal(int typ); in getVal() argument 100 public abstract String get(int typ, boolean brief); in get() argument 112 public int getVal(int typ) { in getVal() argument 113 validateType(typ); in getVal() 114 return (info >> (typ*2)) & 0x3; in getVal() 117 public String get(int typ, boolean brief) { in get() argument 118 validateType(typ); in get() 119 String[] vals = brief ? shortNames[typ] : names[typ]; in get() 121 switch (typ) { in get() 129 int val = (info >> (typ*2)) & 0x3; in get() [all …]
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 386 #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 415 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *, int, typ) \ 419 int ctrl_id, typ data) { \ 433 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument 435 vpx_codec_ctx_t *, int, typ) DEPRECATED UNUSED; \ 438 vpx_codec_ctx_t *ctx, int ctrl_id, typ data) { \
|
/external/libvpx/libvpx/vpx_ports/ |
D | mem.h | 18 #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
|
D | mem_ops.h | 52 #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/chromium-trace/catapult/telemetry/telemetry/testing/ |
D | run_tests.py | 26 import typ 72 typ.ArgumentParser.add_option_group(parser, 76 typ.ArgumentParser.add_option_group(parser, 129 runner = typ.Runner() 193 runner.win_multiprocessing = typ.WinMultiprocessing.importable 212 typ.TestInput(name, 'skipped because matched --skip')) 221 test_set.tests_to_skip.append(typ.TestInput( 224 test_set.parallel_tests.append(typ.TestInput(name)) 230 typ.TestInput(name, 'skipped because matched --skip')) 240 test_set.tests_to_skip.append(typ.TestInput(name, msg=reason)) [all …]
|
D | run_browser_tests.py | 17 import typ 18 from typ import arg_parser 186 parser = typ.ArgumentParser(discovery=False, reporting=True, running=True) 230 typ.TestInput(name, 'skipped because matched --skip')) 233 test_set.isolated_tests.append(typ.TestInput(name)) 291 runner = typ.Runner() 320 runner.win_multiprocessing = typ.WinMultiprocessing.importable
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 984 …const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, c… in RegisterService() argument 995 printf("Registering Service %s.%s%s%s", nam[0] ? nam : "<<Default>>", typ, dom[0] ? "." : "", dom); in RegisterService() 1021 …return(DNSServiceRegister(sdref, flags, opinterface, nam, typ, dom, host, registerPort.NotAnIntege… in RegisterService() 1025 static char *gettype(char *buffer, char *typ) in gettype() argument 1027 if (!typ || !*typ || (typ[0] == '.' && typ[1] == 0)) typ = "_http._tcp"; in gettype() 1028 if (!strchr(typ, '.')) { snprintf(buffer, TypeBufferSize, "%s._tcp", typ); typ = buffer; } in gettype() 1029 return(typ); in gettype() 1035 char buffer[TypeBufferSize], *typ, *dom; in main() local 1120 case 'B': typ = (argc < opi+1) ? "" : argv[opi+0]; in main() 1122 typ = gettype(buffer, typ); in main() [all …]
|
/external/boringssl/src/ssl/test/runner/ |
D | dtls.go | 98 typ := recordType(b.data[0]) 103 if typ != recordTypeAlert { 154 if newPacket && typ == recordTypeChangeCipherSpec && c.rawInput == nil { 158 return typ, b, nil 171 func (c *Conn) dtlsWriteRecord(typ recordType, data []byte) (n int, err error) { 172 if typ != recordTypeHandshake { 174 n, err = c.dtlsWriteRawRecord(typ, data) 179 if typ == recordTypeChangeCipherSpec { 340 func (c *Conn) dtlsSealRecord(typ recordType, data []byte) (b *block, err error) { 370 b.data[0] = byte(typ) [all …]
|
D | conn.go | 548 func (hc *halfConn) encrypt(b *block, explicitIVLen int, typ recordType) (bool, alert) { 572 b.data[len(b.data)-paddingLen-1] = byte(typ) 753 typ := recordType(b.data[0]) 759 if want == recordTypeHandshake && typ == 0x80 { 770 if typ != recordTypeAlert { 798 if (typ != recordTypeAlert && typ != want) || vers >= 0x1000 || n >= 0x3000 { 825 if c.in.cipher == nil && typ == recordTypeApplicationData && c.skipEarlyData { 836 if typ != recordTypeApplicationData { 839 typ = encTyp 841 return typ, b, nil [all …]
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 366 #define VPX_CTRL_USE_TYPE(id, typ) \ argument 367 static VPX_INLINE typ id##__value(va_list args) { return va_arg(args, typ); } 370 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument 371 static VPX_INLINE typ id##__value(va_list args) { return va_arg(args, typ); }
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2016-04-17-combine.ll | 7 %typ = type { i32, i32 } 17 define signext i32 @_Z8access_pP1Tc(%typ* %p, i8 zeroext %type) { 18 %b = getelementptr inbounds %typ, %typ* %p, i64 0, i32 1
|
/external/llvm/bindings/ocaml/executionengine/ |
D | llvm_executionengine.mli | 79 (** [get_global_value_address id typ ee] returns a pointer to the 80 identifier [id] as type [typ], which will be a pointer type for a 85 val get_global_value_address : string -> 'a Ctypes.typ -> llexecutionengine -> 'a 87 (** [get_function_address fn typ ee] returns a pointer to the function 88 [fn] as type [typ], which will be a pointer type for a function 89 (e.g. [(int -> int) typ]), and which will be live as long as [fn] 93 val get_function_address : string -> 'a Ctypes.typ -> llexecutionengine -> 'a
|
D | llvm_executionengine.ml | 56 let get_global_value_address name typ ee = 59 let open Ctypes in !@ (coerce (ptr void) (ptr typ) (ptr_of_raw_address vptr)) 63 let get_function_address name typ ee = 66 let open Ctypes in coerce (ptr void) typ (ptr_of_raw_address fptr)
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_new.c | 316 ASN1_TYPE *typ; in ASN1_primitive_new() local 347 typ = OPENSSL_malloc(sizeof(ASN1_TYPE)); in ASN1_primitive_new() 348 if (!typ) in ASN1_primitive_new() 350 typ->value.ptr = NULL; in ASN1_primitive_new() 351 typ->type = -1; in ASN1_primitive_new() 352 *pval = (ASN1_VALUE *)typ; in ASN1_primitive_new()
|
D | tasn_dec.c | 847 ASN1_TYPE *typ = NULL; in asn1_ex_c2i() local 858 typ = ASN1_TYPE_new(); in asn1_ex_c2i() 859 if (typ == NULL) in asn1_ex_c2i() 861 *pval = (ASN1_VALUE *)typ; in asn1_ex_c2i() 863 typ = (ASN1_TYPE *)*pval; in asn1_ex_c2i() 865 if (utype != typ->type) in asn1_ex_c2i() 866 ASN1_TYPE_set(typ, utype, NULL); in asn1_ex_c2i() 868 pval = &typ->value.asn1_value; in asn1_ex_c2i() 965 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i() 966 typ->value.ptr = NULL; in asn1_ex_c2i() [all …]
|
/external/autotest/client/common_lib/test_utils/ |
D | mock.py | 306 def expect_new(typ, *args, **dargs): argument 307 obj = typ.make_new(*args, **dargs) 313 def __new__(typ, *args, **dargs): argument 318 def make_new(typ, *args, **dargs): argument 319 obj = super(cls_sub, typ).__new__(typ, *args, 322 typ.cls_count += 1 323 obj_name = "%s_%s" % (name, typ.cls_count) 329 if isinstance(getattr(typ, symbol, None), property):
|
/external/deqp/framework/delibs/coding_guidelines/ |
D | prettify.css | 1 …typ{color:#606}.lit{color:#066}.pun{color:#660}.pln{color:#000}.tag{color:#008}.atn{color:#606}.at…
|
/external/chromium-trace/catapult/devil/bin/ |
D | run_py_devicetests | 16 import typ 23 runner = typ.Runner()
|
/external/slf4j/slf4j-site/src/site/pages/css/ |
D | prettify.css | 4 .typ{color:#606} 23 .typ{color:#404;font-weight:bold}
|