/external/oprofile/module/ |
op_init.c | 6 * @remark Read the file COPYING
|
op_util.h | 6 * @remark Read the file COPYING
|
/external/oprofile/module/x86/ |
op_arch.h | 6 * @remark Read the file COPYING
|
/external/proguard/src/proguard/io/ |
JarReader.java | 27 * This DataEntryReader lets a given DataEntryReader read all data entries of 28 * the read jar/war/zip data entries. 48 public void read(DataEntry dataEntry) throws IOException method in class:JarReader 65 dataEntryReader.read(new ZipDataEntry(dataEntry,
|
/external/qemu/android/ |
sync-utils.h | 72 * Prepares the socket for read. 84 * Note: this routine must be called after all expected data has been read from 119 * be called to read all necessary data from the socket. When all necessary data 120 * has been read, syncsocket_stop_read must be called. 123 * buf - Buffer where to read data. 124 * size - Number of bytes to read. 127 * Number of bytes read on success, or -1 on failure. 138 * be called to read all necessary data from the socket. When all necessary data 139 * has been read, syncsocket_stop_read must be called. 142 * buf - Buffer where to read data [all...] |
/external/sepolicy/ |
net.te | 15 allow netdomain self:netlink_route_socket { create bind read nlmsg_read };
|
/external/skia/src/images/ |
SkFDStream.cpp | 36 size_t SkFDStream::read(void* buffer, size_t size) { function in class:SkFDStream 78 } else { // read 79 ssize_t actual = ::read(fFD, buffer, size); 83 SkDebugf("xxxxxxxxxxxxx read failed %d actual %d\n", size, actual);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
util.h | 30 // Read some types from an input stream. 35 return strm.read(reinterpret_cast<char *>(t), sizeof(T)); 42 strm.read(reinterpret_cast<char *>(&ns), sizeof(ns)); 45 strm.read(&c, 1);
|
/external/valgrind/main/exp-sgcheck/tests/ |
preen_invars.stderr.exp-glibc28-amd64 | 2 Invalid read of size 1
|
/external/valgrind/main/gdbserver_tests/ |
watchpoints.c | 15 read watchpoint at 0, 16 read/write watchpoints at 4 21 /* We verify read watchpoints are triggered at 0 and 4, not at 8 */ 51 /* after having remove the watchpoints, check we can read and write
|
/external/valgrind/main/helgrind/tests/ |
hg06_readshared.c | 1 /* All OK - test allowed read sharing */
|
/external/valgrind/main/none/tests/s390x/ |
fold_And16.c | 13 /* Write P to stdout; should read "hh\n" */
|
/external/webkit/Source/WebCore/manual-tests/ |
liveconnect-applet-get-boolean.html | 5 <input type="button" name="test" value="Read applet" onClick="alert('return value: '+document.Checker.checkVersion())"/>
|
/external/zlib/contrib/ada/ |
zlib.gpr | 6 for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo");
|
/frameworks/av/cmds/stagefright/ |
SineSource.h | 19 virtual status_t read(
|
/frameworks/av/services/audioflinger/ |
LibsndfileSource.cpp | 46 ssize_t LibsndfileSource::read(void *buffer, size_t count) function in class:android::LibsndfileSource 55 // Detect EOF by zero frames read, not by mFramesUntilEOF as it could be inaccurate 62 // We didn't read any frames during the current loop cycle, so disable 63 // further looping to prevent the caller from busy waiting at read().
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
file_wrapper_input.h | 32 // Tries to read the requested number of bytes into the buffer. Returns the 33 // actual number of bytes read. 34 virtual size_t Read(uint8_t* buffer, size_t wanted); 36 // until Read is called, and returns 0.
|
in_memory_wrapper_input.h | 32 // Tries to read the requested number of bytes into the buffer. Returns the 33 // actual number of bytes read. 34 virtual size_t Read(uint8_t* buffer, size_t wanted); 36 // until Read is called, and returns 0.
|
wrapper_input.h | 34 // Tries to read the requested number of bytes into the buffer. Returns the 35 // actual number of bytes read. 36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0; 38 // Read is called, and returns 0.
|
/libcore/luni/src/main/java/java/io/ |
DataInputStream.java | 29 * be read include byte, 16-bit short, 32-bit int, 32-bit float, 64-bit long, 41 * reads are then filtered through this stream. Note that data read by this 58 @Override public final int read(byte[] buffer) throws IOException { method in class:DataInputStream 59 return super.read(buffer); 65 * number of bytes that have been read or -1 if no bytes have been read and 69 * the byte array in which to store the bytes read. 72 * read from this stream. 75 * @return the number of bytes that have been read or -1 if the end of the 83 public final int read(byte[] buffer, int offset, int length) throws IOException method in class:DataInputStream [all...] |
/libcore/luni/src/main/java/libcore/net/url/ |
FtpURLInputStream.java | 41 public int read() throws IOException { method in class:FtpURLInputStream 42 return is.read(); 46 public int read(byte[] buf, int off, int nbytes) throws IOException { method in class:FtpURLInputStream 47 return is.read(buf, off, nbytes);
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
SSLBufferedInput.java | 25 * Among with the read functionality it provides info 68 public int read() throws IOException { method in class:SSLBufferedInput 69 // TODO: implement optimized read(int) 70 // and read(byte[], int, int) methods
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapMemoryLiteral.java | 41 int read = in.read(mData, pos, mData.length - pos); local 42 if (read < 0) { 45 pos += read;
|
/sdk/emulator/qtools/ |
decoder.h | 14 void Read(char *dest, int len);
|
/system/core/libcutils/ |
debugger.c | 39 if (TEMP_FAILURE_RETRY(read(s, &ack, 1)) != 1) { 43 ssize_t n = TEMP_FAILURE_RETRY(read(s, pathbuf, pathlen - 1)); 72 if (TEMP_FAILURE_RETRY(read(s, &ack, 1)) != 1) { 77 while ((n = TEMP_FAILURE_RETRY(read(s, buffer, sizeof(buffer)))) > 0) {
|