/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/ |
D | slice_tables_py.h | 70 struct ColumnType { struct 71 using id = IdColumn<SliceTable::Id>; 72 using type = TypedColumn<StringPool::Id>; 73 using ts = TypedColumn<int64_t>; 74 using dur = TypedColumn<int64_t>; 75 using track_id = TypedColumn<TrackTable::Id>; 76 using category = TypedColumn<std::optional<StringPool::Id>>; 77 using name = TypedColumn<std::optional<StringPool::Id>>; 78 using depth = TypedColumn<uint32_t>; 79 using stack_id = TypedColumn<int64_t>; [all …]
|
D | track_tables_py.h | 64 struct ColumnType { struct 65 using id = IdColumn<TrackTable::Id>; 66 using type = TypedColumn<StringPool::Id>; 67 using name = TypedColumn<StringPool::Id>; 68 using parent_id = TypedColumn<std::optional<TrackTable::Id>>; 69 using source_arg_set_id = TypedColumn<std::optional<uint32_t>>; 70 using machine_id = TypedColumn<std::optional<MachineTable::Id>>; 71 using classification = TypedColumn<StringPool::Id>; 72 using dimension_arg_set_id = TypedColumn<std::optional<uint32_t>>; 73 using event_type = TypedColumn<StringPool::Id>; [all …]
|
D | profiler_tables_py.h | 63 struct ColumnType { struct 64 using id = IdColumn<StackProfileMappingTable::Id>; 65 using type = TypedColumn<StringPool::Id>; 66 using build_id = TypedColumn<StringPool::Id>; 67 using exact_offset = TypedColumn<int64_t>; 68 using start_offset = TypedColumn<int64_t>; 69 using start = TypedColumn<int64_t>; 70 using end = TypedColumn<int64_t>; 71 using load_bias = TypedColumn<int64_t>; 72 using name = TypedColumn<StringPool::Id>; [all …]
|
D | v8_tables_py.h | 64 struct ColumnType { struct 65 using id = IdColumn<V8IsolateTable::Id>; 66 using type = TypedColumn<StringPool::Id>; 67 using upid = TypedColumn<uint32_t>; 68 using internal_isolate_id = TypedColumn<int32_t>; 69 using embedded_blob_code_start_address = TypedColumn<int64_t>; 70 using embedded_blob_code_size = TypedColumn<int64_t>; 71 using code_range_base_address = TypedColumn<std::optional<int64_t>>; 72 using code_range_size = TypedColumn<std::optional<int64_t>>; 73 using shared_code_range = TypedColumn<std::optional<uint32_t>>; [all …]
|
D | metadata_tables_py.h | 57 struct ColumnType { struct 72 return type() == other.type() && ColumnType::raw_id::Equals(raw_id, other.raw_id); argument 341 struct ColumnType { struct 342 using id = IdColumn<ProcessTable::Id>; 343 using type = TypedColumn<StringPool::Id>; 344 using pid = TypedColumn<uint32_t>; 345 using name = TypedColumn<std::optional<StringPool::Id>>; 346 using start_ts = TypedColumn<std::optional<int64_t>>; 347 using end_ts = TypedColumn<std::optional<int64_t>>; 348 using parent_upid = TypedColumn<std::optional<uint32_t>>; [all …]
|
D | android_tables_py.h | 61 struct ColumnType { struct 62 using id = IdColumn<AndroidLogTable::Id>; 63 using type = TypedColumn<StringPool::Id>; 64 using ts = TypedColumn<int64_t>; 65 using utid = TypedColumn<uint32_t>; 66 using prio = TypedColumn<uint32_t>; 67 using tag = TypedColumn<std::optional<StringPool::Id>>; 68 using msg = TypedColumn<StringPool::Id>; 516 struct ColumnType { struct 539 return type() == other.type() && ColumnType::section::Equals(section, other.section) && argument [all …]
|
D | winscope_tables_py.h | 62 struct ColumnType { struct 63 using id = IdColumn<ProtoLogTable::Id>; 64 using type = TypedColumn<StringPool::Id>; 65 using ts = TypedColumn<int64_t>; 66 using level = TypedColumn<StringPool::Id>; 67 using tag = TypedColumn<StringPool::Id>; 68 using message = TypedColumn<StringPool::Id>; 69 using stacktrace = TypedColumn<StringPool::Id>; 70 using location = TypedColumn<StringPool::Id>; 555 struct ColumnType { struct [all …]
|
D | sched_tables_py.h | 62 struct ColumnType { struct 63 using id = IdColumn<SchedSliceTable::Id>; 64 using type = TypedColumn<StringPool::Id>; 65 using ts = TypedColumn<int64_t>; 66 using dur = TypedColumn<int64_t>; 67 using utid = TypedColumn<uint32_t>; 68 using end_state = TypedColumn<StringPool::Id>; 69 using priority = TypedColumn<int32_t>; 70 using ucpu = TypedColumn<CpuTable::Id>; 568 struct ColumnType { struct [all …]
|
D | perf_tables_py.h | 69 struct ColumnType { struct 70 using id = IdColumn<SpeRecordTable::Id>; 71 using type = TypedColumn<StringPool::Id>; 72 using ts = TypedColumn<int64_t>; 73 using utid = TypedColumn<std::optional<uint32_t>>; 74 using exception_level = TypedColumn<StringPool::Id>; 75 using instruction_frame_id = TypedColumn<std::optional<StackProfileFrameTable::Id>>; 76 using operation = TypedColumn<StringPool::Id>; 77 using data_virtual_address = TypedColumn<int64_t>; 78 using data_physical_address = TypedColumn<int64_t>; [all …]
|
D | etm_tables_py.h | 65 struct ColumnType { struct 66 using id = IdColumn<EtmV4ConfigurationTable::Id>; 67 using type = TypedColumn<StringPool::Id>; 68 using set_id = TypedColumn<uint32_t>; 69 using cpu = TypedColumn<uint32_t>; 70 using cs_trace_id = TypedColumn<uint32_t>; 71 using core_profile = TypedColumn<StringPool::Id>; 72 using arch_version = TypedColumn<StringPool::Id>; 73 using major_version = TypedColumn<uint32_t>; 74 using minor_version = TypedColumn<uint32_t>; [all …]
|
D | memory_tables_py.h | 59 struct ColumnType { struct 82 return type() == other.type() && ColumnType::timestamp::Equals(timestamp, other.timestamp) && argument 424 struct ColumnType { struct 443 …return type() == other.type() && ColumnType::snapshot_id::Equals(snapshot_id, other.snapshot_id) && argument 750 struct ColumnType { struct 751 using id = IdColumn<MemorySnapshotNodeTable::Id>; 752 using type = TypedColumn<StringPool::Id>; 753 using process_snapshot_id = TypedColumn<ProcessMemorySnapshotTable::Id>; 754 using parent_node_id = TypedColumn<std::optional<MemorySnapshotNodeTable::Id>>; 755 using path = TypedColumn<StringPool::Id>; [all …]
|
D | jit_tables_py.h | 63 struct ColumnType { struct 64 using id = IdColumn<JitCodeTable::Id>; 65 using type = TypedColumn<StringPool::Id>; 66 using create_ts = TypedColumn<int64_t>; 67 using estimated_delete_ts = TypedColumn<std::optional<int64_t>>; 68 using utid = TypedColumn<uint32_t>; 69 using start_address = TypedColumn<int64_t>; 70 using size = TypedColumn<int64_t>; 71 using function_name = TypedColumn<StringPool::Id>; 72 using native_code_base64 = TypedColumn<std::optional<StringPool::Id>>; [all …]
|
D | trace_proto_tables_py.h | 60 struct ColumnType { struct 61 using id = IdColumn<ExperimentalProtoPathTable::Id>; 62 using type = TypedColumn<StringPool::Id>; 63 using parent_id = TypedColumn<std::optional<ExperimentalProtoPathTable::Id>>; 87 return type() == other.type() && ColumnType::parent_id::Equals(parent_id, other.parent_id) && argument 474 struct ColumnType { struct 475 using id = IdColumn<ExperimentalProtoContentTable::Id>; 476 using type = TypedColumn<StringPool::Id>; 477 using path = TypedColumn<StringPool::Id>; 478 using path_id = TypedColumn<ExperimentalProtoPathTable::Id>; [all …]
|
D | counter_tables_py.h | 60 struct ColumnType { struct 61 using id = IdColumn<CounterTable::Id>; 62 using type = TypedColumn<StringPool::Id>; 63 using ts = TypedColumn<int64_t>; 87 return type() == other.type() && ColumnType::ts::Equals(ts, other.ts) && argument
|
D | flow_tables_py.h | 60 struct ColumnType { struct 61 using id = IdColumn<FlowTable::Id>; 62 using type = TypedColumn<StringPool::Id>; 63 using slice_out = TypedColumn<SliceTable::Id>; 87 return type() == other.type() && ColumnType::slice_out::Equals(slice_out, other.slice_out) && argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/ |
D | sql.go | 3208 type ColumnType struct { struct 3209 name string 3211 hasNullable bool 3212 hasLength bool 3213 hasPrecisionScale bool 3215 nullable bool 3216 length int64 3217 databaseType string 3218 precision int64 3219 scale int64 [all …]
|
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/ |
D | UpsertTableRequest.java | 256 public @interface ColumnType {} annotation in UpsertTableRequest
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/ |
H A D | types.h | 154 enum class ColumnType { enum
|
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/db/ |
H A D | sqlite.h | 282 int ColumnType(int column) const TF_MUST_USE_RESULT { in ColumnType() function
|
/aosp_15_r20/development/tools/winscope/src/trace_processor/ |
H A D | query_result.ts | 69 export type ColumnType = string|number|bigint|Uint8Array; alias
|
/aosp_15_r20/external/perfetto/ui/src/trace_processor/ |
H A D | query_result.ts | 61 export type ColumnType = SqlValue; alias
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 106 Type *ColumnType = VectorType::get(EltType, NumRows); in computeColumnAddr() local
|
/aosp_15_r20/external/googleapis/google/spanner/executor/v1/ |
H A D | cloud_executor.proto | 1395 message ColumnType { message
|
/aosp_15_r20/external/aws-sdk-java-v2/services/cleanroomsml/src/main/resources/codegen-resources/ |
H A D | service-2.json | 803 "ColumnType":{ object
|
/aosp_15_r20/external/aws-sdk-java-v2/services/iottwinmaker/src/main/resources/codegen-resources/ |
H A D | service-2.json | 945 "ColumnType":{ object
|