Searched refs:num_updates (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/dbus/
H A Dproperty_unittest.cc120 void WaitForUpdates(size_t num_updates) { argument
121 while (updated_properties_.size() < num_updates) {
125 for (size_t i = 0; i < num_updates; ++i)
/external/chromium_org/cc/layers/
H A Dscrollbar_layer_unittest.cc698 void TestResourceUpload(int num_updates, argument
748 for (int update_counter = 0; update_counter < num_updates; update_counter++)
770 int num_updates[3] = {1, 5, 10}; local
772 TestResourceUpload(num_updates[j],
774 num_updates[j] * 2,
775 (num_updates[j] - 1) * 2,
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dqm_select_unittest.cc49 void UpdateQmEncodedFrame(int* encoded_size, int num_updates);
55 int num_updates);
1265 void QmSelectTest::UpdateQmEncodedFrame(int* encoded_size, int num_updates) { argument
1267 for (int i = 0; i < num_updates; ++i) {
1278 int num_updates) {
1279 for (int i = 0; i < num_updates; ++i) {
1274 UpdateQmRateData(int* target_rate, int* encoder_sent_rate, int* incoming_frame_rate, uint8_t* fraction_lost, int num_updates) argument
/external/srec/srec/crec/
H A Dsrec.c2265 int num_updates; local
2293 num_updates = update_from_hmms_to_fsmnodes(rec, current_prune_delta, current_best_cost);
2294 if (num_updates == 0)
2296 num_updates = update_from_hmms_to_fsmnodes(rec, 2 * current_prune_delta, current_best_cost);

Completed in 150 milliseconds