Searched refs:history (Results 1 – 9 of 9) sorted by relevance
/system/core/storaged/tests/ |
D | storaged_test.cpp | 405 vector<int> history = si.get_perf_history(); in TEST() local 406 EXPECT_EQ(history.size(), 66UL); in TEST() 408 EXPECT_EQ(history[i++], 4); in TEST() 409 EXPECT_EQ(history[i++], 7); // 7 days in TEST() 410 EXPECT_EQ(history[i++], 52); // 52 weeks in TEST() 412 EXPECT_EQ(history[i++], 375); in TEST() 413 EXPECT_EQ(history[i++], 370); in TEST() 414 EXPECT_EQ(history[i++], 365); in TEST() 415 EXPECT_EQ(history[i++], 360); in TEST() 417 EXPECT_EQ(history[i++], 347); in TEST() [all …]
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
D | tracker_filter.cc | 109 for (const auto &history : tracker_report.historian) { in EncodeTrackerReport() local 113 history_proto.found_count = history.found_count; in EncodeTrackerReport() 115 history_proto.first_found_time_ms = history.first_found_time_ms; in EncodeTrackerReport() 117 history_proto.last_found_time_ms = history.last_found_time_ms; in EncodeTrackerReport() 119 history_proto.lost_time_ms = history.lost_time_ms; in EncodeTrackerReport() 122 history.state == TrackerState::kPresent in EncodeTrackerReport()
|
/system/chre/util/tests/ |
D | atomic_spsc_queue_test.cc | 378 void PrintTo(const ArrayQueue<HistoryEntry, kHistorySize> &history, in PrintTo() argument 381 for (const HistoryEntry &entry : history) { in PrintTo() 401 ArrayQueue<HistoryEntry, kHistorySize> history; in TEST() local 434 history.kick_push(HistoryEntry(Op::kPush, pushCount, count - 1)); in TEST() 451 history.kick_push(HistoryEntry(Op::kPull, extracted, last)); in TEST() 473 << testing::PrintToString(history) in TEST()
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/ |
D | nearby_extension.proto | 95 // Minimum sampling interval to update tracker history. 108 // Timeout for tracker history to be considered lost. 238 // Found and lost history for the tracker 268 // The latest state of the tracker history.
|
/system/chre/doc/ |
D | framework_debugging.md | 44 state, history, vital statistics, etc. The debug dump is especially useful for
|
/system/core/storaged/ |
D | storaged_uid_monitor.cpp | 202 const std::map<uint64_t, struct uid_records>& history) in history_size() argument 205 for (auto const& it : history) { in history_size()
|
/system/sepolicy/private/ |
D | property_contexts | 397 # tracked by buffer queue's frame event timing history. The property is set 399 # history size.
|
D | domain.te | 516 # Binderfs transaction history is less sensitive than transactions, but it
|
/system/core/rootdir/ |
D | init.rc | 1017 mkdir /data/rollback-history 0700 system system encryption=DeleteIfNecessary
|