Home
last modified time | relevance | path

Searched refs:mutable_ts (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/bionic/libc/bionic/
H A Dpoll.cpp65 timespec mutable_ts; in ppoll64() local
68 mutable_ts = *ts; in ppoll64()
69 mutable_ts_ptr = &mutable_ts; in ppoll64()
116 timespec mutable_ts; in pselect64() local
119 mutable_ts = *ts; in pselect64()
120 mutable_ts_ptr = &mutable_ts; in pselect64()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dwinscope_tables_py.h167 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
450 mutable_ts()->Append(row.ts); in Insert()
488 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
642 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
884 mutable_ts()->Append(row.ts); in Insert()
914 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
1056 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
1298 mutable_ts()->Append(row.ts); in Insert()
1328 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
1470 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
[all …]
Dsched_tables_py.h167 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
462 mutable_ts()->Append(row.ts); in Insert()
500 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
664 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
936 mutable_ts()->Append(row.ts); in Insert()
970 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
1178 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
1583 mutable_ts()->Append(row.ts); in Insert()
1637 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
Dcounter_tables_py.h147 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
392 mutable_ts()->Append(row.ts); in Insert()
422 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
Dperf_tables_py.h228 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
681 mutable_ts()->Append(row.ts); in Insert()
743 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
924 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
1142 mutable_ts()->Append(row.ts); in Insert()
1168 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
Dandroid_tables_py.h157 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
422 mutable_ts()->Append(row.ts); in Insert()
456 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
1925 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
2191 mutable_ts()->Append(row.ts); in Insert()
2228 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
2386 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
2652 mutable_ts()->Append(row.ts); in Insert()
2689 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
Dprofiler_tables_py.h1526 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
1770 mutable_ts()->Append(row.ts); in Insert()
1800 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
2136 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
2804 mutable_ts()->Append(row.ts); in Insert()
2920 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
5114 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
5360 mutable_ts()->Append(row.ts); in Insert()
5390 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
5553 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
[all …]
Dslice_tables_py.h247 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
760 mutable_ts()->Append(row.ts); in Insert()
830 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
1199 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
1945 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
2520 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
3373 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
3914 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
4444 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
4765 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
[all …]
Dmetadata_tables_py.h2256 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
2552 mutable_ts()->Append(row.ts); in Insert()
2590 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
3921 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
4185 mutable_ts()->Append(row.ts); in Insert()
4225 TypedColumn<std::optional<int64_t>>* mutable_ts() { in mutable_ts() function
4386 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
4681 mutable_ts()->Append(row.ts); in Insert()
4719 TypedColumn<int64_t>* mutable_ts() { in mutable_ts() function
4873 return mutable_table()->mutable_ts()->Set(row_number_, v); in set_ts()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc1105 google::protobuf::Timestamp* ts = out.mutable_ts(); in TEST_P()
1116 google::protobuf::Timestamp* ts = out.mutable_ts(); in TEST_P()
1149 out.mutable_ts()->set_seconds(0); in TEST_P()
H A Dprotostream_objectwriter_test.cc1256 google::protobuf::Timestamp* ts = timestamp.mutable_ts(); in TEST_P()
1269 google::protobuf::Timestamp* ts = timestamp.mutable_ts(); in TEST_P()
1282 google::protobuf::Timestamp* ts = timestamp.mutable_ts(); in TEST_P()
1295 google::protobuf::Timestamp* ts = timestamp.mutable_ts(); in TEST_P()
1308 google::protobuf::Timestamp* ts = timestamp.mutable_ts(); in TEST_P()
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc1105 google::protobuf::Timestamp* ts = out.mutable_ts(); in TEST_P()
1116 google::protobuf::Timestamp* ts = out.mutable_ts(); in TEST_P()
1149 out.mutable_ts()->set_seconds(0); in TEST_P()
H A Dprotostream_objectwriter_test.cc1256 google::protobuf::Timestamp* ts = timestamp.mutable_ts(); in TEST_P()
1269 google::protobuf::Timestamp* ts = timestamp.mutable_ts(); in TEST_P()
1282 google::protobuf::Timestamp* ts = timestamp.mutable_ts(); in TEST_P()
1295 google::protobuf::Timestamp* ts = timestamp.mutable_ts(); in TEST_P()
1308 google::protobuf::Timestamp* ts = timestamp.mutable_ts(); in TEST_P()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dflamegraph_construction_algorithms.cc303 tbl->mutable_ts()->Set(merged_idx, ts); in BuildFlamegraphTableCallstackSizeAndCount()