OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readAllBytes
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp
48
static bool
readAllBytes
(const int fd, void* buffer, const size_t byteCount) {
92
bool read =
readAllBytes
(fd, (void*) &readInfo, sizeof(AndroidBitmapInfo));
124
read =
readAllBytes
(fd, (void*) pixels, byteCount);
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
X509CertPath.java
186
DerInputStream dis = new DerInputStream(
readAllBytes
(is));
229
is = new ByteArrayInputStream(
readAllBytes
(is));
258
private static byte[]
readAllBytes
(InputStream is) throws IOException {
/external/protobuf/benchmarks/
ProtoBench.java
90
final byte[] inputData =
readAllBytes
(file);
190
private static byte[]
readAllBytes
(String filename) throws IOException {
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Kerning.java
352
super(
readAllBytes
(input));
355
private static byte[]
readAllBytes
(InputStream input) throws IOException {
/prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar
Completed in 227 milliseconds