Home
last modified time | relevance | path

Searched defs:ColumnType (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dslice_tables_py.h70 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 …]
Dtrack_tables_py.h64 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 …]
Dprofiler_tables_py.h63 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 …]
Dv8_tables_py.h64 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 …]
Dmetadata_tables_py.h57 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 …]
Dandroid_tables_py.h61 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 …]
Dwinscope_tables_py.h62 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 …]
Dsched_tables_py.h62 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 …]
Dperf_tables_py.h69 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 …]
Detm_tables_py.h65 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 …]
Dmemory_tables_py.h59 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 …]
Djit_tables_py.h63 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 …]
Dtrace_proto_tables_py.h60 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 …]
Dcounter_tables_py.h60 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
Dflow_tables_py.h60 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/
Dsql.go3208 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/
DUpsertTableRequest.java256 public @interface ColumnType {} annotation in UpsertTableRequest
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/
H A Dtypes.h154 enum class ColumnType { enum
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/db/
H A Dsqlite.h282 int ColumnType(int column) const TF_MUST_USE_RESULT { in ColumnType() function
/aosp_15_r20/development/tools/winscope/src/trace_processor/
H A Dquery_result.ts69 export type ColumnType = string|number|bigint|Uint8Array; alias
/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dquery_result.ts61 export type ColumnType = SqlValue; alias
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp106 Type *ColumnType = VectorType::get(EltType, NumRows); in computeColumnAddr() local
/aosp_15_r20/external/googleapis/google/spanner/executor/v1/
H A Dcloud_executor.proto1395 message ColumnType { message
/aosp_15_r20/external/aws-sdk-java-v2/services/cleanroomsml/src/main/resources/codegen-resources/
H A Dservice-2.json803 "ColumnType":{ object
/aosp_15_r20/external/aws-sdk-java-v2/services/iottwinmaker/src/main/resources/codegen-resources/
H A Dservice-2.json945 "ColumnType":{ object

12