OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_chunk_size
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/app/
image_pre_reader_win.h
47
// The
max_chunk_size
indicates the number of bytes to read off the disk in
57
size_t
max_chunk_size
);
64
size_t
max_chunk_size
);
image_pre_reader_win.cc
193
size_t
max_chunk_size
) {
206
// Validate/setup
max_chunk_size
, imposing a 1MB minimum on the chunk size.
208
max_chunk_size
= std::max(
max_chunk_size
, kMinChunkSize);
257
::VirtualAlloc(NULL,
max_chunk_size
, MEM_COMMIT, PAGE_READWRITE)));
267
file, section, percentage, buffer.get(),
max_chunk_size
))
400
size_t
max_chunk_size
) {
407
return PreReadImage(file_path, 0,
max_chunk_size
);
413
return PartialPreReadImageOnDisk(file_path, percentage,
max_chunk_size
);
/external/chromium_org/media/base/
sinc_resampler_unittest.cc
55
int
max_chunk_size
= resampler.ChunkSize() * kChunks;
local
56
scoped_ptr<float[]> resampled_destination(new float[
max_chunk_size
]);
67
resampler.Resample(
max_chunk_size
, resampled_destination.get());
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py
484
max_chunk_size
= 10*1024*1024
488
chunk_size = min(size_remaining,
max_chunk_size
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py
484
max_chunk_size
= 10*1024*1024
488
chunk_size = min(size_remaining,
max_chunk_size
)
Completed in 157 milliseconds