Home
last modified time | relevance | path

Searched refs:Show (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/external/clang/include/clang/Basic/
DDiagnosticOptions.def51 DIAGOPT(ShowColumn, 1, 1) /// Show column number on diagnostics.
52 DIAGOPT(ShowLocation, 1, 1) /// Show source location information.
53 DIAGOPT(ShowCarets, 1, 1) /// Show carets in diagnostics.
54 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
55 DIAGOPT(ShowSourceRanges, 1, 0) /// Show source ranges in numeric form.
56 DIAGOPT(ShowParseableFixits, 1, 0) /// Show machine parseable fix-its.
57 DIAGOPT(ShowPresumedLoc, 1, 0) /// Show presumed location for diagnostics.
58 DIAGOPT(ShowOptionNames, 1, 0) /// Show the option name for mappable
60 DIAGOPT(ShowNoteIncludeStack, 1, 0) /// Show include stacks for notes.
61 VALUE_DIAGOPT(ShowCategories, 2, 0) /// Show categories: 0 -> none, 1 -> Number,
[all …]
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md76 `-max_depth`: Show nodes that are at most this number of hops from starting node in the data struct…
78 `-min_bytes`: Show nodes that request at least this number of bytes.
80 `-min_peak_bytes`: Show nodes that using at least this number of bytes during peak memory usage.
82 `-min_residual_bytes`: Show nodes that have at least this number of bytes not being de-allocated af…
84 `-min_output_bytes`: Show nodes that have at least this number of bytes output (no necessarily allo…
86 `-min_micros`: Show nodes that spend at least this number of microseconds to run. It sums
89 `-min_accelerator_micros`: Show nodes that spend at least this number of microseconds to run on acc…
91 `-min_cpu_micros`: Show nodes that spend at least this number of microseconds to run on CPU.
93 `-min_params`: Show nodes that contains at least this number of parameters.
95 `-min_float_ops`: Show nodes that contain at least this number of float operations. Only available …
[all …]
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dveor.ll1 ; Show that we know how to translate veor. Does this by noting that
10 ; Show bytes in assembled standalone code.
19 ; Show bytes in assembled integrated code.
Dvcvt.u32.f64.ll1 ; Show that we know how to translate converting double to unsigned integer.
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Dvcvt.s32.f64.ll1 ; Show that we know how to translate converting double to signed integer.
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Dvcvt.f64.s32.ll1 ; Show that we know how to translate converting signed integer to double.
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Dvcvt.f64.u32.ll1 ; Show that we know how to translate converting unsigned integer to double.
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Dvmov-cast.ll1 ; Show that we know how to translate vmov for casts.
12 ; Show bytes in assembled standalone code.
23 ; Show bytes in assembled integrated code.
Drbit.ll1 ; Show that we know how to translate rbit.
11 ; Show bytes in assembled standalone code.
19 ; Show bytes in assembled integrated code.
Dvabs-vec.ll1 ; Show that we know how to translate the fabs intrinsic on float vectors.
10 ; Show bytes in assembled standalone code.
21 ; Show bytes in assembled integrated code.
Dvcvt.u32.f32.ll1 ; Show that we know how to translate converting float to unsigned integer.
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Dvcvt.f32.s32.ll1 ; Show that we know how to translate converting signed integer to floast.
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Dvcvt.s32.f32.ll1 ; Show that we know how to translate converting float to signed integer.
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Dtrap.ll1 ; Show that we can translate IR instruction "trap".
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Drsc.ll1 ; Show that we know how to translate rsc
11 ; Show bytes in assembled standalone code.
19 ; Show bytes in assembled integrated code.
Dvpush.ll1 ; Show that we know how to translate vpush and vpop.
13 ; Show bytes in assembled standalone code.
22 ; Show bytes in assembled integrated code.
Dvcvt.f32.u32.ll1 ; Show that we know how to translate converting unsigned integer to float.
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Dvstr.ll1 ; Show that we know how to translate (floating point) vstr.
10 ; Show bytes in assembled standalone code.
21 ; Show bytes in assembled integrated code.
Drev.ll1 ; Show that we know how to translate rev (used in bswap).
11 ; Show bytes in assembled standalone code.
19 ; Show bytes in assembled integrated code.
Dvsqrt.ll1 ; Show that we can translate intrinsic vsqrt into a binary instruction.
9 ; Show bytes in assembled standalone code.
18 ; Show bytes in assembled integrated code.
Dvldr.ll1 ; Show that we know how to translate (floating point) vldr.
10 ; Show bytes in assembled standalone code.
21 ; Show bytes in assembled integrated code.
Dvadd.ll1 ; Show that we know how to translate vadd.
13 ; Show bytes in assembled standalone code.
24 ; Show bytes in assembled integrated code.
Dvmov-fp.ll1 ; Show that we know how to move between floating point registers.
14 ; Show bytes in assembled standalone code.
25 ; Show bytes in assembled integrated code.
Dvmul.ll1 ; Show that we know how to translate vmul.
11 ; Show bytes in assembled standalone code.
19 ; Show bytes in assembled integrated code.
/external/webrtc/webrtc/libjingle/xmpp/
Dpresencestatus.h28 enum Show { enum
40 Show show() const { return show_; } in show()
58 void set_show(Show show) { show_ = show; } in set_show()
161 Show show_;

12345678910>>...18