Home
last modified time | relevance | path

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

123456

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dttyent.cpp10 struct ttyent *typ = getttyent(); in test1() local
21 struct ttyent *typ = getttynam("console"); in test2() local
35 struct ttyent *typ = getttyent(); in test3() local
49 struct ttyent *typ = getttyent(); in test4() local
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cpp67 static const char *conv(ReportType typ) { in conv()
106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed()
125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed()
/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_clock.cc86 # define CPP_STAT_INC(typ) StatInc(cur_thread(), typ) argument
88 # define CPP_STAT_INC(typ) (void)0 argument
Dtsan_vector.h27 explicit Vector(MBlockType typ) in Vector()
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.java150 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/libaom/libaom/aom_ports/
Dmem.h19 #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
Dmem_ops.h53 #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/python/cpython2/Doc/tools/extensions/
Dpyspecific.py61 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/python/cpython2/Lib/test/
Dtest_future4.py7 def assertType(self, obj, typ): argument
/external/bcc/tools/
Dbpflist.py42 def parse_probes(typ): argument
/external/python/cpython3/Lib/test/test_email/
Dtest_generator.py225 typ = str variable in TestGenerator
233 typ = lambda self, x: x.encode('ascii') member in TestBytesGenerator
/external/harfbuzz_ng/src/
Dgen-emoji-table.py21 rang, typ = [s.strip() for s in line.split('#')[0].split(';')[:2]] variable
/external/crosvm/devices/src/virtio/video/
Devent.rs24 pub typ: EvtType, field
/external/python/cpython2/Lib/ctypes/
D_endian.py6 def _other_endian(typ): argument
/external/python/cpython3/Lib/ctypes/
D_endian.py6 def _other_endian(typ): argument
/external/tensorflow/tensorflow/python/framework/experimental/
Dtape.py55 def __exit__(self, typ, value, traceback): argument
/external/tensorflow/tensorflow/python/distribute/parallel_device/
Dparallel_device.py167 def __exit__(self, typ, exc, tb): argument
/external/pigweed/pw_protobuf/py/pw_protobuf/
Doutput_file.py79 def __exit__(self, typ, value, traceback): argument
/external/tensorflow/tensorflow/python/eager/
Dprofiler.py192 def __exit__(self, typ, value, tb): argument

123456