/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
CountingInputStream.java | 34 public int read(byte[] b, int off, int len) throws IOException { 35 int ret = in.read(b, off, len);
|
CountingOutputStream.java | 37 public void write(byte[] b, int off, int len) throws IOException { 38 out.write(b, off, len);
|
FinishableWrapperOutputStream.java | 51 out.write(buf, off, len)}. 53 public void write(byte[] buf, int off, int len) throws IOException { 54 out.write(buf, off, len);
|
/external/opencv3/modules/java/android_lib/jni/ |
Android.mk | 5 OPENCV_CAMERA_MODULES := off
|
/external/toybox/toys/other/ |
blkid.c | 62 int off, i, j; local 65 off = i = 0; 79 if (fstypes[i].magic_offset > off+sizeof(toybuf)) { 83 if (fstypes[i].magic_offset < off) continue; 88 test += ((uint64_t)toybuf[j+fstypes[i].magic_offset-off])<<(8*j); 93 off += len; 120 toybuf+fstypes[i].label_off-off); 124 uoff = (fstypes[i].uuid_off & ((1<<24)-1))-off;
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
CountOutputStream.java | 43 public void write(byte[] buf, int off, int len) throws IOException 45 out.write(buf, off, len);
|
/frameworks/base/core/java/android/text/ |
AlteredCharSequence.java | 89 public char charAt(int off) { 90 if (off >= mStart && off < mEnd) 91 return mChars[off - mStart]; 93 return mSource.charAt(off); 105 public void getChars(int start, int end, char[] dest, int off) { 106 TextUtils.getChars(mSource, start, end, dest, off); 112 System.arraycopy(mChars, start - mStart, dest, off, end - start);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { 45 mBuf.get(bytes, off, len);
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
groveelectromagnet.py | 41 myElectromagnet.off() 51 # Turn magnet on and off every 5 seconds 57 myElectromagnet.off() 58 print "Turning magnet", ("on" if magnetState else "off")
|
/libcore/luni/src/main/native/ |
ZipUtilities.h | 36 void setDictionary(JNIEnv* env, jbyteArray javaDictionary, int off, int len, bool inflate); 37 void setInput(JNIEnv* env, jbyteArray buf, jint off, jint len);
|
/libcore/ojluni/src/main/java/java/io/ |
FilterReader.java | 73 public int read(char cbuf[], int off, int len) throws IOException { 74 return in.read(cbuf, off, len);
|
PushbackInputStream.java | 151 * @param off the start offset in the destination array <code>b</code> 157 * @exception IndexOutOfBoundsException If <code>off</code> is negative, 159 * <code>b.length - off</code> 165 public int read(byte[] b, int off, int len) throws IOException { 169 } else if (off < 0 || len < 0 || len > b.length - off) { 180 System.arraycopy(buf, pos, b, off, avail); 182 off += avail; 186 len = super.read(b, off, len); 217 * read will have the value <code>b[off]</code>, the byte after that wil [all...] |
PushbackReader.java | 98 * @param off Offset at which to start writing characters 106 public int read(char cbuf[], int off, int len) throws IOException { 113 } else if ((off < 0) || (off > cbuf.length)) { 122 System.arraycopy(buf, pos, cbuf, off, avail); 124 off += avail; 128 len = super.read(cbuf, off, len); 163 * character to be read will have the value <code>cbuf[off]</code>, the 164 * character after that will have the value <code>cbuf[off+1]</code>, and 168 * @param off Offset of first character to push bac [all...] |
/libcore/ojluni/src/main/java/java/net/ |
SocketInputStream.java | 86 * @param off the start offset of the data 94 byte b[], int off, int len, 110 * Reads into a byte array <i>b</i> at offset <i>off</i>, 113 * @param off the start offset of the data 119 public int read(byte b[], int off, int length) throws IOException { 120 return read(b, off, length, impl.getTimeout()); 123 int read(byte b[], int off, int length, int timeout) throws IOException { 137 if (length <= 0 || off < 0 || off + length > b.length) { 151 n = socketRead0(fd, b, off, length, timeout) [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { 45 mBuf.get(bytes, off, len);
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { 45 mBuf.get(bytes, off, len);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { 45 mBuf.get(bytes, off, len);
|
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { 45 mBuf.get(bytes, off, len);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
idle.bat | 1 @echo off
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
idle.bat | 1 @echo off
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
idle.bat | 1 @echo off
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
idle.bat | 1 @echo off
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
sym-1.s | 1 # Test beginning and starting with ":"; it should be stripped off, but 2 # only one. A trailing ":" is stripped off at a label only.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/ |
warn_noat.s | 1 .set noat, 2 # This should not cause warning for at to be turned off 3 .set noat # this should turn the warnings off
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/ |
section-exclude.d | 9 Idx Name *Size *VMA *LMA *File off *Algn
|