Home
last modified time | relevance | path

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

123

/external/angle/build/android/pylib/instrumentation/
Djson_perf_parser.py86 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/
Djson_perf_parser.py86 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/
Dmap.c61 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/
Dmap.c61 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/
Dbcast_ops.cc59 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()
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/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_qgroup_inherit_flags.in1 #val_type uint64_t
Dbtrfs_scrub_flags.in1 #val_type uint64_t
Dbtrfs_dev_stats_flags.in1 #val_type uint64_t
Duffd_copy_flags.in1 #val_type uint64_t
Duffd_zeropage_flags.in1 #val_type uint64_t
Duffd_register_mode_flags.in1 #val_type uint64_t
Dbtrfs_defrag_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_snap_flags_v2.in1 #val_type uint64_t
Dbtrfs_dev_replace_cmds.in1 #val_type uint64_t
Duffd_api_flags.in1 #val_type uint64_t
Dbtrfs_qgroup_status_flags.in1 #val_type uint64_t
Dbtrfs_dev_replace_results.in1 #val_type uint64_t
/external/bcc/libbpf-tools/
Dtrace_helpers.h56 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/
Dtable.py111 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/
Dbiolatency_example.txt326 {'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/
Dversion_1.py83 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':

123