Searched refs:history (Results 1 – 11 of 11) 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/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/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/prebuilts/api/30.0/private/ |
D | property_contexts | 251 # tracked by buffer queue's frame event timing history. The property is set 253 # history size.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | property_contexts | 308 # tracked by buffer queue's frame event timing history. The property is set 310 # history size.
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | property_contexts | 309 # tracked by buffer queue's frame event timing history. The property is set 311 # history size.
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | property_contexts | 339 # tracked by buffer queue's frame event timing history. The property is set 341 # history size.
|
/system/sepolicy/private/ |
D | property_contexts | 360 # tracked by buffer queue's frame event timing history. The property is set 362 # history size.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | property_contexts | 360 # tracked by buffer queue's frame event timing history. The property is set 362 # history size.
|
/system/core/rootdir/ |
D | init.rc | 995 mkdir /data/rollback-history 0700 system system encryption=DeleteIfNecessary
|