/external/perfetto/src/trace_processor/ |
D | ftrace_descriptors.cc | 20 {"ip", ProtoSchemaType::kUint64}, 78 {"state", ProtoSchemaType::kUint64}, 79 {"cpu_id", ProtoSchemaType::kUint64}, 88 {"state", ProtoSchemaType::kUint64}, 89 {"cpu_id", ProtoSchemaType::kUint64}, 98 {"state", ProtoSchemaType::kUint64}, 99 {"cpu_id", ProtoSchemaType::kUint64}, 120 {"caller", ProtoSchemaType::kUint64}, 359 {"dev", ProtoSchemaType::kUint64}, 360 {"ino", ProtoSchemaType::kUint64}, [all …]
|
D | proto_trace_parser.cc | 1017 case ProtoSchemaType::kUint64: in ParseTypedFtraceToRaw()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | event_info.cc | 88 MakeField("data_size", 1, ProtoSchemaType::kUint64)); in GetStaticEventInfo() 91 MakeField("offsets_size", 3, ProtoSchemaType::kUint64)); in GetStaticEventInfo() 100 event->fields.push_back(MakeField("dev", 1, ProtoSchemaType::kUint64)); in GetStaticEventInfo() 101 event->fields.push_back(MakeField("sector", 2, ProtoSchemaType::kUint64)); in GetStaticEventInfo() 116 event->fields.push_back(MakeField("dev", 1, ProtoSchemaType::kUint64)); in GetStaticEventInfo() 117 event->fields.push_back(MakeField("sector", 2, ProtoSchemaType::kUint64)); in GetStaticEventInfo() 130 event->fields.push_back(MakeField("dev", 1, ProtoSchemaType::kUint64)); in GetStaticEventInfo() 131 event->fields.push_back(MakeField("sector", 2, ProtoSchemaType::kUint64)); in GetStaticEventInfo() 144 event->fields.push_back(MakeField("dev", 1, ProtoSchemaType::kUint64)); in GetStaticEventInfo() 145 event->fields.push_back(MakeField("sector", 2, ProtoSchemaType::kUint64)); in GetStaticEventInfo() [all …]
|
D | event_info_constants.cc | 45 } else if (ftrace == kFtraceInode32 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy() 47 } else if (ftrace == kFtraceInode64 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy() 53 } else if (ftrace == kFtraceDevId32 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy() 55 } else if (ftrace == kFtraceDevId64 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy() 59 } else if (ftrace == kFtraceUint8 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy() 63 } else if (ftrace == kFtraceUint16 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy() 67 } else if (ftrace == kFtraceUint32 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy() 69 } else if (ftrace == kFtraceUint64 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy() 94 } else if (ftrace == kFtraceBool && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
|
D | event_info_unittest.cc | 74 ASSERT_FALSE(SetTranslationStrategy(kFtraceCString, ProtoSchemaType::kUint64, in TEST() 83 ASSERT_TRUE(SetTranslationStrategy(kFtraceInode32, ProtoSchemaType::kUint64, in TEST() 86 ASSERT_TRUE(SetTranslationStrategy(kFtraceInode64, ProtoSchemaType::kUint64, in TEST() 89 ASSERT_TRUE(SetTranslationStrategy(kFtraceDevId32, ProtoSchemaType::kUint64, in TEST() 92 ASSERT_TRUE(SetTranslationStrategy(kFtraceDevId64, ProtoSchemaType::kUint64, in TEST()
|
D | proto_translation_table_unittest.cc | 219 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_P() 429 EXPECT_EQ(bool_field.proto_field_type, ProtoSchemaType::kUint64); in TEST() 449 EXPECT_EQ(uint_field.proto_field_type, ProtoSchemaType::kUint64); in TEST()
|
D | cpu_reader_unittest.cc | 763 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_F() 774 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_F() 785 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_F() 796 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_F()
|
D | proto_translation_table.cc | 241 *proto_type = ProtoSchemaType::kUint64; in SetProtoType()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | quantization_util.cc | 66 case ArrayDataType::kUint64: in GetQuantizedDataType() 116 case ArrayDataType::kUint64: in ChooseQuantizationParamsForArrayAndQuantizedDataType() 118 ArrayDataType::kUint64>(array, quantization_params); in ChooseQuantizationParamsForArrayAndQuantizedDataType()
|
D | resolve_constant_reshape.cc | 92 case ArrayDataType::kUint64: in Run() 93 CopyArrayBuffer<ArrayDataType::kUint64>(input_array, &output_array); in Run()
|
D | resolve_constant_fake_quant.cc | 53 case ArrayDataType::kUint64: in GetBoundsForQuantizedDataType() 54 return GetBoundsForQuantizedDataType<ArrayDataType::kUint64>(min, max); in GetBoundsForQuantizedDataType()
|
/external/perfetto/include/perfetto/protozero/ |
D | proto_utils.h | 48 kUint64, enumerator 75 case ProtoSchemaType::kUint64: in ProtoSchemaToString()
|
/external/v8/src/ |
D | machine-type.h | 48 kUint64, enumerator 90 semantic() == MachineSemantic::kUint64; in IsUnsigned() 132 MachineSemantic::kUint64); in Uint64()
|
D | machine-type.cc | 69 case MachineSemantic::kUint64: in operator <<()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | tooling_util.cc | 84 case ArrayDataType::kUint64: in ArrayDataTypeName() 818 case ArrayDataType::kUint64: in CompareConstantArrays() 819 return CompareArrayBuffers<ArrayDataType::kUint64>(lhs_array, rhs_array); in CompareConstantArrays() 1429 case ArrayDataType::kUint64: in CloneArray() 1430 CopyArrayBuffer<ArrayDataType::kUint64>(source_array, &target_array); in CloneArray() 1749 case ArrayDataType::kUint64: in ElementSize()
|
D | model.h | 220 kUint64, // 10 enumerator 269 struct DataTypeImpl<ArrayDataType::kUint64> {
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 1587 case MachineSemantic::kUint64: in Min() 1602 case MachineSemantic::kUint64: in Max()
|