/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_suppressions.cc | 68 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()
|
D | tsan_vector.h | 27 explicit Vector(MBlockType typ) in Vector()
|
D | tsan_clock.cc | 86 # define CPP_STAT_INC(typ) StatInc(cur_thread(), typ) argument 88 # define CPP_STAT_INC(typ) (void)0 argument
|
/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/syzkaller/executor/ |
D | common_kvm_arm64.h | 9 uintptr_t typ; member 15 uint64 typ; member 53 uint64 typ = 0; in syz_kvm_setup_cpu() local
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 387 #define VPX_CTRL_USE_TYPE(id, typ) argument 388 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) argument 389 #define VPX_CTRL_VOID(id, typ) argument 415 #define VPX_CTRL_USE_TYPE(id, typ) \ argument 434 #define VPX_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
|
/external/syzkaller/sys/linux/ |
D | init_alg_test.go | 183 typ [14]byte member 189 func testAlg(t *testing.T, typ, name string) (ok, skip bool) { argument
|
/external/libaom/libaom/aom/ |
D | aom_codec.h | 400 #define AOM_CTRL_USE_TYPE(id, typ) argument 401 #define AOM_CTRL_USE_TYPE_DEPRECATED(id, typ) argument 402 #define AOM_CTRL_VOID(id, typ) argument 428 #define AOM_CTRL_USE_TYPE(id, typ) \ argument 447 #define AOM_CTRL_USE_TYPE_DEPRECATED(id, typ) \ argument
|
/external/libaom/libaom/aom_ports/ |
D | mem.h | 19 #define DECLARE_ALIGNED(n, typ, val) typ val __attribute__((aligned(n))) argument 21 #define DECLARE_ALIGNED(n, typ, val) __declspec(align(n)) typ val argument 24 #define DECLARE_ALIGNED(n, typ, val) typ val argument
|
D | mem_ops.h | 53 #define mem_ops_wrap_symbol2(fn, typ) mem_ops_wrap_symbol3(fn, typ) argument 55 #define mem_ops_wrap_symbol3(fn, typ) fn##_as_##typ argument
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CheckAPI.java | 99 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()
|
D | APIInfo.java | 150 public int getVal(int typ) { in getVal() 165 public String get(int typ, boolean brief) { in get() 186 public void setType(int typ, int val) { in setType() 200 private void setType(int typ, String val) { in setType() 591 public static final String getTypeValName(int typ, int val) { in getTypeValName() 630 private static void validateType(int typ) { in validateType()
|
/external/python/cpython2/Lib/test/ |
D | test_future4.py | 7 def assertType(self, obj, typ): argument
|
/external/python/cpython2/Doc/tools/extensions/ |
D | pyspecific.py | 61 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument 70 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument 172 def get_target_uri(self, docname, typ=None): argument
|
/external/harfbuzz_ng/src/ |
D | gen-emoji-table.py | 20 rang, typ = [s.strip() for s in line.split('#')[0].split(';')[:2]] variable
|
/external/bcc/tools/ |
D | bpflist.py | 42 def parse_probes(typ): argument
|
/external/python/cpython3/Lib/test/test_email/ |
D | test_generator.py | 224 typ = str variable in TestGenerator 232 typ = lambda self, x: x.encode('ascii') member in TestBytesGenerator
|
/external/python/cpython2/Lib/ctypes/ |
D | _endian.py | 6 def _other_endian(typ): argument
|
/external/python/cpython3/Lib/ctypes/ |
D | _endian.py | 6 def _other_endian(typ): argument
|
/external/syzkaller/pkg/serializer/ |
D | serializer.go | 131 func (w *writer) typ(t reflect.Type) { func
|
/external/tensorflow/tensorflow/python/eager/ |
D | profiler.py | 187 def __exit__(self, typ, value, tb): argument
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/ |
D | options.go | 170 typ reflect.Type // T member 245 typ reflect.Type // T member 300 typ reflect.Type // T member
|
/external/python/cpython3/Doc/tools/extensions/ |
D | pyspecific.py | 82 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument 91 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument 349 def get_target_uri(self, docname, typ=None): argument
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_fre.c | 203 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local
|