Home
last modified time | relevance | path

Searched refs:num_ops (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_main.cc82 rw_cb.stats.num_ops++; in rw_main_update_tx_stats()
151 rw_cb.stats.num_ops, rw_cb.stats.num_retries, rw_cb.stats.num_fail, in rw_main_log_stats()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc615 size_t num_ops = aops->size(); in DeltaMovedAndZeroBlocks() local
644 LOG(INFO) << "Produced " << (aops->size() - num_ops) << " operations for " in DeltaMovedAndZeroBlocks()
648 num_ops = aops->size(); in DeltaMovedAndZeroBlocks()
686 LOG(INFO) << "Produced " << (aops->size() - num_ops) << " operations for " in DeltaMovedAndZeroBlocks()
Dinplace_generator_unittest.cc688 const size_t num_ops = 3; in TEST_F() local
689 for (size_t i = 0; i < num_ops; i++) { in TEST_F()
694 StoreExtents({ExtentForRange(1 + 2 * ((i + 1) % num_ops), 2)}, in TEST_F()
/system/nfc/src/nfc/include/
Drw_int.h600 uint32_t num_ops; /* Number of operations since activation */ member