OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kValueSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/db/
autocompact_test.cc
52
static const int
kValueSize
= 200 * 1024;
54
static const int kCount = kTotalSize /
kValueSize
;
59
std::string value(
kValueSize
, 'x');
corruption_test.cc
25
static const int
kValueSize
= 1000;
198
return test::RandomString(&r,
kValueSize
, storage);
222
const int num = 3 + (Options().write_buffer_size /
kValueSize
);
248
options_.block_size = 2 *
kValueSize
; // Limit scope of corruption
/ndk/sources/host-tools/ndk-depends/
ndk-depends.cc
661
static const Off
kValueSize
= kTagSize;
662
static const Off kEntrySize = kTagSize +
kValueSize
;
[
all
...]
Completed in 61 milliseconds