Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 25 of 49) sorted by relevance

12

/external/strace/xlat/
Dgen.sh76 echo " XLAT_TYPE(${val_type}, ${val}),"
90 echo " XLAT_TYPE_PAIR(${val_type}, ${val}, \"${str}\"),"
218 unconditional= val_type=
235 val_type="${line#\#val_type }"
Dbtrfs_dev_stats_flags.in1 #val_type uint64_t
Dbtrfs_scrub_flags.in1 #val_type uint64_t
Dbtrfs_qgroup_inherit_flags.in1 #val_type uint64_t
Duffd_zeropage_flags.in1 #val_type uint64_t
Duffd_copy_flags.in1 #val_type uint64_t
Duffd_register_mode_flags.in1 #val_type uint64_t
Dbtrfs_defrag_flags.in1 #val_type uint64_t
Dbtrfs_dev_replace_cmds.in1 #val_type uint64_t
Dbtrfs_snap_flags_v2.in1 #val_type uint64_t
Duffd_api_flags.in1 #val_type uint64_t
Duffd_register_ioctl_flags.in1 #val_type uint64_t
Dbtrfs_qgroup_ctl_cmds.in1 #val_type uint64_t
Dbtrfs_features_compat_ro.in1 #val_type uint64_t
Dbtrfs_qgroup_status_flags.in1 #val_type uint64_t
Dsa_handler_values.in1 #val_type unsigned long
Dbtrfs_dev_replace_results.in1 #val_type uint64_t
Dbtrfs_dev_replace_state.in1 #val_type uint64_t
Dbtrfs_dev_stats_values.in1 #val_type uint64_t
Dkey_spec.in1 #val_type int
Duffd_api_features.in1 #val_type uint64_t
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dlistdiff_op.cc49 DataType val_type = context->expected_output_dtype(0); in Compile() local
53 switch (val_type) { in Compile()
65 DataTypeString(val_type)); in Compile()
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/
Dcontrol.py387 val_type = DebugValueType(ptr.Type)
401 if val_type not in extract_map:
402 raise Exception("Unexpected debug value type {} when evalutaing".format(val_type))
406 return getattr(ptr.U, extract_map[val_type][0]), extract_map[val_type][1]
/external/bcc/src/python/bcc/
Dtable.py65 def _print_log2_hist(vals, val_type, strip_leading_zero): argument
85 print(header % val_type)
103 def _print_linear_hist(vals, val_type): argument
118 print(header % val_type);
294 def print_log2_hist(self, val_type="value", section_header="Bucket ptr", argument
339 _print_log2_hist(vals, val_type, strip_leading_zero)
344 _print_log2_hist(vals, val_type, strip_leading_zero)
346 def print_linear_hist(self, val_type="value", section_header="Bucket ptr", argument
388 _print_linear_hist(vals, val_type)
399 _print_linear_hist(vals, val_type)
/external/autotest/tko/parsers/
Dversion_1.py76 key, val_type, value = "", "", ""
81 key, val_type, value = typed_match.groups()
87 val_type = 'perf'
91 if val_type == 'attr':
93 elif val_type == 'perf':

12