/bionic/libc/arch-arm/syscalls/ |
write.S | 6 ENTRY(write) function 15 END(write)
|
/bionic/libc/arch-mips/syscalls/ |
write.S | 4 .globl write 6 .ent write 8 write: label 22 .end write
|
/bionic/libc/arch-x86/syscalls/ |
write.S | 6 ENTRY(write) function 27 END(write)
|
/frameworks/native/libs/gui/ |
LayerState.cpp | 25 status_t layer_state_t::write(Parcel& output) const function in class:android::layer_state_t 40 output.write(crop); 41 output.write(transparentRegion); 65 status_t ComposerState::write(Parcel& output) const { function in class:android::ComposerState 67 return state.write(output); 76 status_t DisplayState::write(Parcel& output) const { function in class:android::DisplayState 82 output.write(viewport); 83 output.write(frame);
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
outputstream_wrapper.cpp | 22 int32_t OutputStreamWrapper::write(int32_t length, int32_t offset) { function in class:OutputStreamWrapper 32 LOGE("Uninitialized method ID for OutputStream write function."); 35 // Call OutputStream write with byte array.
|
/external/guava/guava/src/com/google/common/io/ |
CountingOutputStream.java | 50 @Override public void write(byte[] b, int off, int len) throws IOException { method in class:CountingOutputStream 51 out.write(b, off, len); 55 @Override public void write(int b) throws IOException { method in class:CountingOutputStream 56 out.write(b);
|
NullOutputStream.java | 32 @Override public void write(int b) { method in class:NullOutputStream 36 @Override public void write(byte[] b, int off, int len) { method in class:NullOutputStream
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
NullOutputStream.java | 12 public void write(byte[] buf) method in class:NullOutputStream 18 public void write(byte[] buf, int off, int len) method in class:NullOutputStream 24 public void write(int b) throws IOException method in class:NullOutputStream
|
CMSProcessable.java | 17 public void write(OutputStream out) method in interface:CMSProcessable
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1560.js | 49 function write(a, i) { a[i] = "bazinga!"; } function 59 for (var i = 0; i < 5; i++) write(mkArray(), 0); 60 %OptimizeFunctionOnNextCall(write); 61 write(mkCOWArray(), 0); 65 %DeoptimizeFunction(write); 67 test([mkArray, mkNumberDictionary], write); 68 test([mkArray, mkNumberDictionary, mkCOWArray], write);
|
/external/v8/test/mjsunit/regress/ |
regress-1560.js | 49 function write(a, i) { a[i] = "bazinga!"; } function 59 for (var i = 0; i < 5; i++) write(mkArray(), 0); 60 %OptimizeFunctionOnNextCall(write); 61 write(mkCOWArray(), 0); 65 %DeoptimizeFunction(write); 67 test([mkArray, mkNumberDictionary], write); 68 test([mkArray, mkNumberDictionary, mkCOWArray], write);
|
/libcore/luni/src/main/java/java/nio/channels/ |
GatheringByteChannel.java | 23 * The interface for channels that can write a set of buffers in a single 32 * This method is equivalent to: {@code write(buffers, 0, buffers.length);} 38 * if the channel is closed by another thread during this write 56 public long write(ByteBuffer[] buffers) throws IOException; method in interface:GatheringByteChannel 59 * Attempts to write all <code>remaining()</code> bytes from {@code length} 63 * If a write operation is in progress, subsequent threads will block until 64 * the write is completed and then contend for the ability to write. 76 * if the channel is closed by another thread during this write 93 public long write(ByteBuffer[] buffers, int offset, int length method in interface:GatheringByteChannel [all...] |
WritableByteChannel.java | 23 * A {@code WritableByteChannel} is a type of {@link Channel} that can write 26 * Write operations are synchronous on a {@code WritableByteChannel}, that is, 27 * if a write is already in progress on the channel then subsequent writes will 28 * block until the first write completes. It is undefined whether non-write 41 * The call may block if other threads are also attempting to write on the 56 * if another thread closes the channel during the write. 59 * write. 63 public int write(ByteBuffer buffer) throws IOException; method in interface:WritableByteChannel
|
/system/extras/libublock/include/ublock/ |
ublock.h | 29 int (*write)(const char *buf, uint64_t length, uint64_t offset); member in struct:ublock_ops 35 * May call your read and write functions as the kernel scans partition
|
/external/apache-http/src/org/apache/http/io/ |
HttpMessageWriter.java | 50 void write(HttpMessage message) method in interface:HttpMessageWriter
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFileWriter.h | 46 // Only one write or one truncate operation can be in progress at a time. 48 virtual void write(long long position, const WebURL& blobURL) { } // DEPRECATED function in class:blink::WebFileWriter 49 virtual void write(long long position, const WebString& blobUUID) { } function in class:blink::WebFileWriter 52 // Cancel will attempt to abort a running write or truncate. However, it may not be possible to cancel an in-progress action, or the call may have come in too late. Partial writes are possible. 53 // Do not call cancel when there is no write or truncate in progress.
|
/external/chromium_org/third_party/npapi/npspy/common/ |
logfile.cpp | 75 DWORD CLogFile::write(const std::string& buf) function in class:CLogFile
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
PacketListener.java | 13 void write(String packet); method in interface:PacketListener
|
/external/jmonkeyengine/engine/src/core/com/jme3/export/ |
Savable.java | 44 void write(JmeExporter ex) throws IOException; method in interface:Savable
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
PackageWriter.java | 26 public void write(Movie qualities) throws IOException; method in interface:PackageWriter
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
BitstreamElement.java | 28 public abstract void write(OutputStream out) throws IOException; method in class:BitstreamElement
|
/external/smack/src/org/jivesoftware/smack/util/ |
WriterListener.java | 39 public abstract void write(String str); method in interface:WriterListener
|
/frameworks/av/media/libnbaio/ |
LibsndfileSink.cpp | 37 ssize_t LibsndfileSink::write(const void *buffer, size_t count) function in class:android::LibsndfileSink
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSInfoWriter.cpp | 18 // This file implements RSInfo::write() 153 // And write out an item. 154 if (pOutput.write(&item, sizeof(item)) != sizeof(item)) { 155 ALOGE("Cannot write out item of %s for RSInfo file %s! (%s)", 167 bool RSInfo::write(OutputFile &pOutput) { function in class:RSInfo 182 // Write header. 183 if (pOutput.write(&mHeader, sizeof(mHeader)) != sizeof(mHeader)) { 184 ALOGE("Cannot write out the header for RSInfo file %s! (%s)", 189 // Write string pool. 190 if (static_cast<size_t>(pOutput.write(mStringPool, mHeader.strPoolSize) [all...] |
/frameworks/compile/libbcc/lib/Support/ |
OutputFile.cpp | 30 ssize_t OutputFile::write(const void *pBuf, size_t count) { function in class:OutputFile 37 ALOGW("OutputFile::write: count = %zu, buffer = %p", count, pBuf); 42 ssize_t write_size = ::write(mFD, pBuf, count); 47 // If the errno is EAGAIN or EINTR, then we try to write again.
|