OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COPY_BUFFER_SIZE
(Results
1 - 5
of
5
) sorted by null
/external/sfntly/cpp/src/sfntly/data/
byte_array.cc
25
const int32_t ByteArray::
COPY_BUFFER_SIZE
= 8192;
110
ByteVector b(
COPY_BUFFER_SIZE
);
114
int32_t buffer_length = std::min<int32_t>(
COPY_BUFFER_SIZE
, length);
131
ByteVector b(
COPY_BUFFER_SIZE
);
134
int32_t buffer_length = std::min<int32_t>(
COPY_BUFFER_SIZE
, length);
144
ByteVector b(
COPY_BUFFER_SIZE
);
147
int32_t buffer_length = std::min<int32_t>(
COPY_BUFFER_SIZE
, length);
164
ByteVector b(
COPY_BUFFER_SIZE
);
167
int32_t buffer_length =
COPY_BUFFER_SIZE
;
byte_array.h
189
static const int32_t
COPY_BUFFER_SIZE
;
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java
55
private final static int
COPY_BUFFER_SIZE
= 8192;
210
final byte[] buffer = new byte[
COPY_BUFFER_SIZE
];
/packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapFolder.java
67
private static final int
COPY_BUFFER_SIZE
= 16*1024;
450
byte[] buffer = new byte[
COPY_BUFFER_SIZE
];
[
all
...]
/packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java
76
private static final int
COPY_BUFFER_SIZE
= 16*1024;
[
all
...]
Completed in 123 milliseconds