Searched refs:val_type (Results 1 – 25 of 49) sorted by relevance
12
/external/strace/xlat/ |
D | gen.sh | 76 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 }"
|
D | btrfs_dev_stats_flags.in | 1 #val_type uint64_t
|
D | btrfs_scrub_flags.in | 1 #val_type uint64_t
|
D | btrfs_qgroup_inherit_flags.in | 1 #val_type uint64_t
|
D | uffd_zeropage_flags.in | 1 #val_type uint64_t
|
D | uffd_copy_flags.in | 1 #val_type uint64_t
|
D | uffd_register_mode_flags.in | 1 #val_type uint64_t
|
D | btrfs_defrag_flags.in | 1 #val_type uint64_t
|
D | btrfs_dev_replace_cmds.in | 1 #val_type uint64_t
|
D | btrfs_snap_flags_v2.in | 1 #val_type uint64_t
|
D | uffd_api_flags.in | 1 #val_type uint64_t
|
D | uffd_register_ioctl_flags.in | 1 #val_type uint64_t
|
D | btrfs_qgroup_ctl_cmds.in | 1 #val_type uint64_t
|
D | btrfs_features_compat_ro.in | 1 #val_type uint64_t
|
D | btrfs_qgroup_status_flags.in | 1 #val_type uint64_t
|
D | sa_handler_values.in | 1 #val_type unsigned long
|
D | btrfs_dev_replace_results.in | 1 #val_type uint64_t
|
D | btrfs_dev_replace_state.in | 1 #val_type uint64_t
|
D | btrfs_dev_stats_values.in | 1 #val_type uint64_t
|
D | key_spec.in | 1 #val_type int
|
D | uffd_api_features.in | 1 #val_type uint64_t
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | listdiff_op.cc | 49 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/ |
D | control.py | 387 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/ |
D | table.py | 65 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/ |
D | version_1.py | 76 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