/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);
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapMemoryLiteral.java | 40 int read = in.read(mData, pos, mData.length - pos); local 41 if (read < 0) { 44 pos += read;
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
cStringIO.h | 32 /* Read a string from an input object. If the last argument 33 is -1, the remainder will be read. 37 /* Read a line from an input object. Returns the length of the read
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_execfile.py | 33 # Construct open().read(). 36 read = [Node(syms.trailer, [Dot(), Name(u'read')]), 38 open_expr = [open_call] + read
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
cStringIO.h | 32 /* Read a string from an input object. If the last argument 33 is -1, the remainder will be read. 37 /* Read a line from an input object. Returns the length of the read
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_execfile.py | 33 # Construct open().read(). 36 read = [Node(syms.trailer, [Dot(), Name(u'read')]), 38 open_expr = [open_call] + 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) {
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
ByteUtils.java | 52 * The input stream to read from 66 // Read the byte content into the output stream first 67 while ((byteCount = inputStream.read(buffer)) > 0) { 111 * Read in a short from an InputStream 114 * The InputStream used to read the short 122 // Read in the next 2 bytes 123 inputStream.read(byteArray); 173 * Read in an integer from an InputStream 176 * The InputStream used to read the integer 184 // Read in the next 4 byte [all...] |
/art/runtime/base/unix_file/ |
random_access_file_test.h | 57 while ((n = f->Read(buf, sizeof(buf), offset)) > 0) { 70 ASSERT_EQ(0, file->Read(buf, 0, 0)); 71 ASSERT_EQ(0, file->Read(buf, 123, 0)); 82 // Can't read from a negative offset. 83 ASSERT_EQ(-EINVAL, file->Read(buf.get(), 0, -123)); 86 ASSERT_EQ(content.size(), file->Read(buf.get(), buf_size, 0)); 92 ASSERT_EQ(short_request, file->Read(buf.get(), short_request, 0)); 100 file->Read(buf.get(), short_request, non_zero_offset)); 105 ASSERT_EQ(0, file->Read(buf.get(), buf_size, file->GetLength())); 106 ASSERT_EQ(0, file->Read(buf.get(), buf_size, file->GetLength() + 1)) [all...] |
/art/runtime/ |
os.h | 32 // Open an existing file with read only access. 35 // Open an existing file with read/write access. 38 // Create an empty file with read/write access.
|
/dalvik/libdex/ |
DexClass.cpp | 39 /* Read and verify the header of a class_data_item. This updates the 40 * given data pointer to point past the end of the read data and 52 /* Read and verify an encoded_field. This updates the 53 * given data pointer to point past the end of the read data and 57 * a list is read. It is updated as fields are read and used in the 73 /* Read and verify an encoded_method. This updates the 74 * given data pointer to point past the end of the read data and 78 * a list is read. It is updated as fields are read and used in th [all...] |
/development/host/windows/usb/api/ |
adb_legacy_endpoint_object.h | 57 /** \brief Common code for async read / write
59 @param[in] is_read Read or write selector.
60 @param[in,out] buffer Pointer to the buffer for read / write.
61 @param[in] bytes_to_transfer Number of bytes to be read / written.
62 @param[out] bytes_transferred Number of bytes read / written. Can be NULL.
79 /** \brief Common code for sync read / write
81 @param[in] is_read Read or write selector.
82 @param[in,out] buffer Pointer to the buffer for read / write.
83 @param[in] bytes_to_transfer Number of bytes to be read / written.
84 @param[out] bytes_transferred Number of bytes read / written. Can be NULL. [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FilterInputStreamTest.java | 59 is.read(); 60 fail("Able to read from closed stream"); 81 * @tests java.io.FilterInputStream#read() 84 int c = is.read(); 85 assertTrue("read returned incorrect char", c == fileString.charAt(0)); 89 * @tests java.io.FilterInputStream#read(byte[]) 93 is.read(buf1); 94 assertTrue("Failed to read correct data", new String(buf1, 0, 99 * @tests java.io.FilterInputStream#read(byte[], int, int) 105 is.read(buf1, 0, buf1.length) [all...] |
/external/chromium/net/base/ |
cookie_policy.h | 26 // Determines if the URL's cookies may be read. 29 // OK - if allowed to read cookies 30 // ERR_ACCESS_DENIED - if not allowed to read cookies
|
/external/chromium_org/chrome/renderer/media/ |
chrome_webrtc_log_message_delegate_unittest.cc | 40 uint32 read = read_pcb.Read(read_buffer, sizeof(read_buffer)); local 41 EXPECT_EQ(sizeof(read_buffer) - 1, read);
|
/external/chromium_org/chrome/tools/convert_dict/ |
dic_reader.h | 35 bool Read(AffReader* aff_reader); 37 // Returns the words read by Read(). These will be in order.
|
/external/chromium_org/chrome_frame/ |
stream_impl.h | 23 STDMETHOD(Read)(void* pv, ULONG cb, ULONG* read); 26 STDMETHOD(CopyTo)(IStream* stream, ULARGE_INTEGER cb, ULARGE_INTEGER* read,
|
/external/chromium_org/content/common/indexed_db/ |
indexed_db_param_traits.h | 28 static bool Read(const Message* m, PickleIterator* iter, param_type* r); 36 static bool Read(const Message* m, PickleIterator* iter, param_type* r); 44 static bool Read(const Message* m, PickleIterator* iter, param_type* r);
|
/external/chromium_org/content/renderer/ |
shared_memory_seqlock_reader.cc | 34 // Only try to read this many times before failing to avoid waiting here 47 // We failed to successfully read, presumably because the hardware 53 // New data was read successfully, copy it into the output buffer.
|
/external/chromium_org/remoting/host/ |
json_host_config.cc | 24 bool JsonHostConfig::Read() { 30 LOG(WARNING) << "Failed to read " << filename_.value(); 52 base::JSONReader::Read(config, base::JSON_ALLOW_TRAILING_COMMAS));
|
/external/chromium_org/third_party/WebKit/ManualTests/chromium/ |
no-autofill-on-readonly.html | 5 <p>This page tests that the autofill popup is not shown for read-only and disabled text inputs.</p> 14 <h1>Form 1 (text input non read-only)</h1> 20 <h1>Form 2 (text input read-only)</h1>
|
/external/chromium_org/third_party/openssl/openssl/crypto/ripemd/ |
README | 11 after the first half of the calculation. I should read the origional 12 value, add then write. Currently I just save the new and read the origioal. 13 I then read both at the end. Bad.
|
/external/chromium_org/third_party/skia/src/core/ |
SkFontStream.h | 23 * read offset. 31 * read offset. 39 * read offset.
|
/external/chromium_org/third_party/skia/src/utils/win/ |
SkDWriteFontFileStream.h | 20 * This allows Skia code to read an IDWriteFontFileStream. 27 virtual size_t read(void* buffer, size_t size) SK_OVERRIDE; 47 * This allows DirectWrite to read an SkStream.
|