/external/guava/guava-tests/test/com/google/common/io/ |
FilesTest.java | 727 byte[] result = Files.readBytes(asciiFile, processor); 752 byte[] result = Files.readBytes(asciiFile, processor);
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/ |
FileWrapper.java | 198 public byte[] readBytes () {
238 public int readBytes (byte[] bytes, int offset, int size) {
|
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/ |
FileDescriptor.java | 198 public byte[] readBytes () {
238 public int readBytes (byte[] bytes, int offset, int size) {
|
/libcore/ojluni/src/main/java/java/sql/ |
SQLInput.java | 34 * (<code>readLong</code>, <code>readBytes</code>, and so on) 183 byte[] readBytes() throws SQLException;
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
ProviderPerfActivity.java | 398 int readBytes = is.read(buf, 0, 100); 400 //value = new String(buf, 0, readBytes);
|
/libcore/ojluni/src/main/java/java/net/ |
URLConnection.java | [all...] |
/prebuilts/go/darwin-x86/src/bufio/ |
bufio_test.go | 46 func readBytes(buf *Reader) string { 67 if s := readBytes(b); s != "hello world" { 72 if s := readBytes(b); s != "uryyb jbeyq" { 133 {"bytes", readBytes}, 351 (*Reader).ReadBytes, [all...] |
/prebuilts/go/linux-x86/src/bufio/ |
bufio_test.go | 46 func readBytes(buf *Reader) string { 67 if s := readBytes(b); s != "hello world" { 72 if s := readBytes(b); s != "uryyb jbeyq" { 133 {"bytes", readBytes}, 351 (*Reader).ReadBytes, [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_string_field.cc | 412 "com.google.protobuf.ByteString bs = input.readBytes();\n" 664 "com.google.protobuf.ByteString bs = input.readBytes();\n" [all...] |
/libcore/ojluni/src/main/java/java/io/ |
RandomAccessFile.java | 324 private int readBytes(byte b[], int off, int len) throws IOException { 354 return readBytes(b, off, len); 377 return readBytes(b, 0, b.length); [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/ |
bufio.a | 25 func (@"".b·3 *@"".Reader "esc:0x10a") ReadBytes (@"".delim·4 byte) (@"".line·1 []byte, @"".err·2 error) [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/ |
bufio.a | 25 func (@"".b·3 *@"".Reader "esc:0x10a") ReadBytes (@"".delim·4 byte) (@"".line·1 []byte, @"".err·2 error) [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
Pixmap.java | 145 byte[] bytes = file.readBytes();
|
/external/parameter-framework/upstream/parameter/ |
ConfigurableElement.cpp | 237 parameterAccessContext.getParameterBlackboard()->readBytes(
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite.cc | 462 bool WireFormatLite::ReadBytes(io::CodedInputStream* input,
|
/external/sfntly/cpp/src/sfntly/data/ |
readable_font_data.h | 90 virtual int32_t ReadBytes(int32_t index,
|
/external/svox/pico/lib/ |
picoos.h | 269 /* Remark: 'ReadByte', 'ReadBytes' and 'ReadVar' may be mixed;
|
/external/v8/test/cctest/ |
test-serialize.cc | 162 byte* str = ReadBytes(snapshot_file, &len); 369 byte* snapshot = ReadBytes(file_name, &snapshot_size); 482 byte* snapshot = ReadBytes(file_name, &snapshot_size); 615 byte* snapshot = ReadBytes(file_name, &snapshot_size); [all...] |
/prebuilts/go/darwin-x86/src/cmd/pack/ |
pack.go | 432 line, err := rbuf.ReadBytes('\n')
|
/prebuilts/go/linux-x86/src/cmd/pack/ |
pack.go | 432 line, err := rbuf.ReadBytes('\n')
|
/external/google-breakpad/src/google_breakpad/processor/ |
minidump.h | [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/files/ |
FileHandle.java | 221 public byte[] readBytes () {
242 public int readBytes (byte[] bytes, int offset, int size) {
|
/frameworks/base/core/tests/coretests/src/android/os/ |
MemoryFileTest.java | 35 throw new Exception("readBytes did not read back what writeBytes wrote"); 57 file.readBytes(testString, 0, 0, testString.length); 79 file.readBytes(buffer, 2000, 0, testString.length); 117 file.readBytes(copy, 0, 0, file.length()); 207 assertEquals(128, file.readBytes(data, 0, 0, 128)); 208 fail("readBytes() after close() did not throw IOException."); [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/ |
netty-codec-4.1.0.CR3.jar | |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 570 int readBytes =0; 591 if((readBytes = Read_Buffer(pBuffer)) > 0) { 592 pBuffer->nFilledLen = readBytes; 601 pBuffer->nFilledLen = readBytes; [all...] |