Home
last modified time | relevance | path

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

1234

/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()
/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.h387 #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/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/python/cpython2/Lib/test/
Dtest_future4.py7 def assertType(self, obj, typ): argument
/external/python/cpython2/Doc/tools/extensions/
Dpyspecific.py59 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
68 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
167 def get_target_uri(self, docname, typ=None): argument
/external/python/cpython3/Lib/test/test_email/
Dtest_generator.py171 typ = str variable in TestGenerator
179 typ = lambda self, x: x.encode('ascii') member in TestBytesGenerator
/external/python/cpython2/Lib/ctypes/
D_endian.py6 def _other_endian(typ): argument
D__init__.py144 def _check_size(typ, typecode=None): argument
323 def ARRAY(typ, len): argument
498 def cast(obj, typ): argument
/external/python/cpython3/Lib/ctypes/
D_endian.py6 def _other_endian(typ): argument
D__init__.py139 def _check_size(typ, typecode=None): argument
305 def ARRAY(typ, len): argument
484 def cast(obj, typ): argument
/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py80 def issue_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
89 def source_role(typ, rawtext, text, lineno, inliner, options={}, content=[]): argument
295 def get_target_uri(self, docname, typ=None): argument
/external/boringssl/src/crypto/asn1/
Dtasn_fre.c203 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; in ASN1_primitive_free() local
Dtasn_new.c317 ASN1_TYPE *typ; in ASN1_primitive_new() local
/external/toolchain-utils/
Dfile_lock_machine.py55 def __exit__(self, typ, value, traceback): argument
181 def __exit__(self, typ, value, traceback): argument
/external/python/cpython2/Lib/
Ddummy_thread.py118 def __exit__(self, typ, val, tb): argument
/external/python/cpython3/Lib/
D_dummy_thread.py128 def __exit__(self, typ, val, tb): argument
/external/python/cpython2/PC/
D_winreg.c751 Py2Reg(PyObject *value, DWORD typ, BYTE **retDataBuf, DWORD *retDataSize) in Py2Reg()
918 Reg2Py(char *retDataBuf, DWORD retDataSize, DWORD typ) in Reg2Py()
1201 DWORD typ; in PyEnumValue() local
1474 DWORD typ; in PyQueryValueEx() local
1558 DWORD typ; in PySetValue() local
1607 DWORD typ; in PySetValueEx() local
/external/python/cpython3/Lib/test/
Dtest_collections.py530 def throw(self, typ, val=None, tb=None): argument
580 def throw(self, typ, val=None, tb=None): argument
608 def throw(self, typ, val=None, tb=None): argument
897 def throw(self, typ, val=None, tb=None): pass argument
908 def throw(self, typ, val=None, tb=None): pass argument
922 def throw(self, typ, val=None, tb=None): pass argument
927 def throw(self, typ, val=None, tb=None): argument
968 def athrow(self, typ, val=None, tb=None): pass argument
979 def athrow(self, typ, val=None, tb=None): pass argument
993 async def athrow(self, typ, val=None, tb=None): pass argument
[all …]

1234