Home
last modified time | relevance | path

Searched refs:batch_size (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
Dsync_session_context.h82 void set_max_commit_batch_size(int batch_size) { in set_max_commit_batch_size() argument
83 max_commit_batch_size_ = batch_size; in set_max_commit_batch_size()
/external/chromium/chrome/browser/sync/engine/
Dprocess_commit_response_command_unittest.cc295 int batch_size = 25; in TEST_F() local
297 for (; i < batch_size; ++i) { in TEST_F()
307 for (; i < 2*batch_size; ++i) { in TEST_F()
348 if (child_count < batch_size) { in TEST_F()
367 ASSERT_EQ(batch_size*2, child_count) in TEST_F()
Dsyncapi_unittest.cc1078 size_t batch_size = 5; in TEST_F() local
1088 for (i = 0; i < batch_size; ++i) { in TEST_F()
1093 for (; i < 2*batch_size; ++i) { in TEST_F()
1099 for (; i < 3*batch_size; ++i) { in TEST_F()
/external/chromium/chrome/browser/history/
Dvisit_database.cc495 const size_t batch_size = 500; in GetVisitsSource() local
501 end_index = end_index + batch_size < visits_size ? end_index + batch_size in GetVisitsSource()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dworker_mixin.py56 self._batch_size = self._options.batch_size
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2930 int batch_size = num_objects_to_move[cl]; in ReleaseToCentralCache() local
2931 while (N > batch_size) { in ReleaseToCentralCache()
2933 src->PopRange(batch_size, &head, &tail); in ReleaseToCentralCache()
2934 central_cache[cl].InsertRange(head, tail, batch_size); in ReleaseToCentralCache()
2935 N -= batch_size; in ReleaseToCentralCache()
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto364 optional int32 batch_size = 5; field
/external/webkit/Tools/
DChangeLog-2010-05-24705 - Add a FIXME about options.singly and options.batch_size being different.