HomeSort by relevance Sort by last modified time
    Searched defs:batch_size (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/sync/engine/
commit.cc 78 const size_t batch_size = session->context()->max_commit_batch_size(); local
81 batch_size,
process_commit_response_command_unittest.cc 267 int batch_size = 25; local
270 for (; i < batch_size; ++i) {
288 for (; i < 2*batch_size; ++i) {
342 if (child_count < batch_size) {
361 ASSERT_EQ(batch_size*2, child_count)
  /external/chromium/chrome/browser/history/
visit_database.cc 495 const size_t batch_size = 500; local
501 end_index = end_index + batch_size < visits_size ? end_index + batch_size
  /external/chromium_org/chrome/browser/history/
visit_database.cc 556 const size_t batch_size = 500; local
562 end_index = end_index + batch_size < visits_size ? end_index + batch_size
  /external/chromium_org/chrome/test/perf/
generate_profile.cc 122 // Insert a batch of |batch_size| URLs, starting at pageid |page_id|.
125 int batch_size,
153 printf("Inserting %d URLs...\n", batch_size);
156 const int end_page_id = page_id + batch_size;
242 const int batch_size = std::min(kBatchSize, url_count - page_id); local
243 InsertURLBatch(&profile, page_id, batch_size, types);
246 page_id += batch_size;
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 295 int batch_size = 25; local
297 for (; i < batch_size; ++i) {
307 for (; i < 2*batch_size; ++i) {
348 if (child_count < batch_size) {
367 ASSERT_EQ(batch_size*2, child_count)
syncapi_unittest.cc 1078 size_t batch_size = 5; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 160 const int batch_size = Static::sizemap()->num_objects_to_move(cl);
162 const int num_to_move = min<int>(list->max_length(), batch_size);
176 // Increase max length slowly up to batch_size. After that,
177 // increase by batch_size in one shot so that the length is a
178 // multiple of batch_size.
179 if (list->max_length() < batch_size) {
185 int new_length = min<int>(list->max_length() + batch_size,
187 // The list's max_length must always be a multiple of batch_size,
189 // of batch_size.
190 new_length -= new_length % batch_size;
198 const int batch_size = Static::sizemap()->num_objects_to_move(cl); local
229 int batch_size = Static::sizemap()->num_objects_to_move(cl); local
265 const int batch_size = Static::sizemap()->num_objects_to_move(cl); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 157 const int batch_size = Static::sizemap()->num_objects_to_move(cl);
159 const int num_to_move = min<int>(list->max_length(), batch_size);
170 // Increase max length slowly up to batch_size. After that,
171 // increase by batch_size in one shot so that the length is a
172 // multiple of batch_size.
173 if (list->max_length() < batch_size) {
179 int new_length = min<int>(list->max_length() + batch_size,
181 // The list's max_length must always be a multiple of batch_size,
183 // of batch_size.
184 new_length -= new_length % batch_size;
192 const int batch_size = Static::sizemap()->num_objects_to_move(cl); local
223 int batch_size = Static::sizemap()->num_objects_to_move(cl); local
259 const int batch_size = Static::sizemap()->num_objects_to_move(cl); local
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 1491 size_t batch_size = 5; local
    [all...]

Completed in 397 milliseconds