/external/angle/build/android/pylib/instrumentation/ |
D | json_perf_parser.py | 86 val_type = None 88 if not val_type: 90 val_type = 'mem' 97 val_type = 'ts' 106 if not val_type in entry: 108 'information: %s' % (val_type, entry))
|
/external/cronet/build/android/pylib/instrumentation/ |
D | json_perf_parser.py | 86 val_type = None 88 if not val_type: 90 val_type = 'mem' 97 val_type = 'ts' 106 if not val_type in entry: 108 'information: %s' % (val_type, entry))
|
/external/protobuf/php/ext/google/protobuf/ |
D | map.c | 61 return a.key_type == b.key_type && TypeInfo_Eq(a.val_type, b.val_type); in MapType_Eq() 140 upb_Map_New(arena, intern->type.key_type, intern->type.val_type.type); in MapField_clone_obj() 193 upb_Map *map = upb_Map_New(arena, type.key_type, type.val_type.type); in MapField_GetUpbMap() 211 !Convert_PhpToUpbAutoWrap(php_val, &upb_val, type.val_type, arena)) { in MapField_GetUpbMap() 249 if (!ValueEq(val1, val2, type.val_type)) return false; in MapEq() 269 zend_long key_type, val_type; in PHP_METHOD() local 272 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll|C", &key_type, &val_type, in PHP_METHOD() 278 intern->type.val_type.type = pbphp_dtype_to_type(val_type); in PHP_METHOD() 279 intern->type.val_type.desc = Descriptor_GetFromClassEntry(klass); in PHP_METHOD() 296 if (intern->type.val_type.type == kUpb_CType_Message && klass == NULL) { in PHP_METHOD() [all …]
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | map.c | 61 return a.key_type == b.key_type && TypeInfo_Eq(a.val_type, b.val_type); in MapType_Eq() 140 upb_Map_New(arena, intern->type.key_type, intern->type.val_type.type); in MapField_clone_obj() 193 upb_Map *map = upb_Map_New(arena, type.key_type, type.val_type.type); in MapField_GetUpbMap() 211 !Convert_PhpToUpbAutoWrap(php_val, &upb_val, type.val_type, arena)) { in MapField_GetUpbMap() 249 if (!ValueEq(val1, val2, type.val_type)) return false; in MapEq() 269 zend_long key_type, val_type; in PHP_METHOD() local 272 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll|C", &key_type, &val_type, in PHP_METHOD() 278 intern->type.val_type.type = pbphp_dtype_to_type(val_type); in PHP_METHOD() 279 intern->type.val_type.desc = Descriptor_GetFromClassEntry(klass); in PHP_METHOD() 296 if (intern->type.val_type.type == kUpb_CType_Message && klass == NULL) { in PHP_METHOD() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | bcast_ops.cc | 59 DataType val_type = ctx->expected_output_dtype(0); in Compile() local 61 Tensor output(val_type, TensorShape({len})); in Compile() 63 if (val_type == DT_INT32) { in Compile() 122 DataType val_type = ctx->expected_output_dtype(idx); in Output() local 123 Tensor constant(val_type, TensorShape({len})); in Output() 125 if (val_type == DT_INT32) { in Output()
|
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/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_qgroup_inherit_flags.in | 1 #val_type uint64_t
|
D | btrfs_scrub_flags.in | 1 #val_type uint64_t
|
D | btrfs_dev_stats_flags.in | 1 #val_type uint64_t
|
D | uffd_copy_flags.in | 1 #val_type uint64_t
|
D | uffd_zeropage_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 | uffd_register_ioctl_flags.in | 1 #val_type uint64_t
|
D | btrfs_qgroup_ctl_cmds.in | 1 #val_type uint64_t
|
D | btrfs_snap_flags_v2.in | 1 #val_type uint64_t
|
D | btrfs_dev_replace_cmds.in | 1 #val_type uint64_t
|
D | uffd_api_flags.in | 1 #val_type uint64_t
|
D | btrfs_qgroup_status_flags.in | 1 #val_type uint64_t
|
D | btrfs_dev_replace_results.in | 1 #val_type uint64_t
|
/external/bcc/libbpf-tools/ |
D | trace_helpers.h | 56 void print_log2_hist(unsigned int *vals, int vals_size, const char *val_type); 58 unsigned int step, const char *val_type);
|
/external/bcc/src/python/bcc/ |
D | table.py | 111 def _print_json_hist(vals, val_type, section_bucket=None): argument 131 histogram = {"ts": strftime("%Y-%m-%d %H:%M:%S"), "val_type": val_type, "data": hist_list} 136 def _print_log2_hist(vals, val_type, strip_leading_zero): argument 156 print(header % val_type) 174 def _print_linear_hist(vals, val_type, strip_leading_zero): argument 189 print(header % val_type) 677 def print_json_hist(self, val_type="value", section_header="Bucket ptr", argument 705 _print_json_hist(vals, val_type, section_bucket) 711 _print_json_hist(vals, val_type) 713 def print_log2_hist(self, val_type="value", section_header="Bucket ptr", argument [all …]
|
/external/bcc/tools/ |
D | biolatency_example.txt | 326 {'ts': '2020-12-30 14:33:03', 'val_type': 'usecs', 'data': [{'interval-start': 0, 'interval-end': 1… 333 {'ts': '2020-12-30 14:37:59', 'val_type': 'usecs', 'data': [{'interval-start': 0, 'interval-end': 1… 334 {'ts': '2020-12-30 14:37:59', 'val_type': 'usecs', 'data': [{'interval-start': 0, 'interval-end': 1… 335 {'ts': '2020-12-30 14:37:59', 'val_type': 'usecs', 'data': [{'interval-start': 0, 'interval-end': 1… 336 {'ts': '2020-12-30 14:37:59', 'val_type': 'usecs', 'data': [{'interval-start': 0, 'interval-end': 1… 342 {'ts': '2020-12-30 14:40:00', 'val_type': 'usecs', 'data': [{'interval-start': 0, 'interval-end': 1… 348 {'ts': '2020-12-30 14:42:03', 'val_type': 'msecs', 'data': [{'interval-start': 0, 'interval-end': 1…
|
/external/autotest/tko/parsers/ |
D | version_1.py | 83 key, val_type, value = "", "", "" 88 key, val_type, value = typed_match.groups() 94 val_type = 'perf' 98 if val_type == 'attr': 100 elif val_type == 'perf':
|