OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:batch_size
(Results
1 - 3
of
3
) sorted by null
/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/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
...]
Completed in 368 milliseconds