HomeSort by relevance Sort by last modified time
    Searched refs:off (Results 226 - 250 of 3992) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/io/
ObjectInput.java 76 * @param off the start offset of the data
82 public int read(byte b[], int off, int len) throws IOException;
ObjectOutput.java 70 * @param off the start offset in the data
74 public void write(byte b[], int off, int len) throws IOException;
OutputStreamWriter.java 201 * @param off Offset from which to start writing characters
206 public void write(char cbuf[], int off, int len) throws IOException {
207 se.write(cbuf, off, len);
214 * @param off Offset from which to start writing characters
219 public void write(String str, int off, int len) throws IOException {
220 se.write(str, off, len);
SequenceInputStream.java 186 * @param off the start offset in array <code>b</code>
191 * @exception IndexOutOfBoundsException If <code>off</code> is negative,
193 * <code>b.length - off</code>
196 public int read(byte b[], int off, int len) throws IOException {
201 } else if (off < 0 || len < 0 || len > b.length - off) {
207 int n = in.read(b, off, len);
Writer.java 136 * @param off
145 abstract public void write(char cbuf[], int off, int len) throws IOException;
166 * @param off
173 * If <tt>off</tt> is negative, or <tt>len</tt> is negative,
174 * or <tt>off+len</tt> is negative or greater than the length
180 public void write(String str, int off, int len) throws IOException {
191 str.getChars(off, (off + len), cbuf, 0);
ByteArrayOutputStream.java 142 * starting at offset <code>off</code> to this byte array output stream.
145 * @param off the start offset in the data.
148 public synchronized void write(byte b[], int off, int len) {
149 if ((off < 0) || (off > b.length) || (len < 0) ||
150 ((off + len) - b.length > 0)) {
154 System.arraycopy(b, off, buf, count, len);
  /libcore/ojluni/src/main/native/
Adler32.c 52 jarray b, jint off, jint len)
56 adler = adler32(adler, buf + off, len);
64 jlong address, jint off, jint len)
68 adler = adler32(adler, buf + off, len);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java 80 protected void engineUpdate(byte[] b, int off, int len)
83 if (off < 0 || off > b.length || off > len) {
84 throw new IllegalArgumentException("incorrect parameter off");
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
NullOutputStream.java 41 * @param off The start offset
44 public void write(byte[] b, int off, int len) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_ematch/
tc_em_cmp.h 10 __u16 off; member in struct:tcf_em_cmp
  /prebuilts/go/darwin-x86/src/index/suffixarray/
example_test.go 15 for _, off := range offsets {
16 fmt.Println(off)
  /prebuilts/go/darwin-x86/src/runtime/
cgocheck.go 53 // dst and src point off bytes into the value to copy.
59 func cgoCheckMemmove(typ *_type, dst, src unsafe.Pointer, off, size uintptr) {
69 cgoCheckTypedBlock(typ, src, off, size)
97 // and src is off bytes into that type.
100 func cgoCheckTypedBlock(typ *_type, src unsafe.Pointer, off, size uintptr) {
102 if typ.ptrdata <= off {
105 if ptrdataSize := typ.ptrdata - off; size > ptrdataSize {
110 cgoCheckBits(src, typ.gcdata, off, size)
118 cgoCheckBits(add(src, -doff), datap.gcdatamask.bytedata, off+doff, size)
123 cgoCheckBits(add(src, -boff), datap.gcbssmask.bytedata, off+boff, size
    [all...]
  /prebuilts/go/linux-x86/src/index/suffixarray/
example_test.go 15 for _, off := range offsets {
16 fmt.Println(off)
  /prebuilts/go/linux-x86/src/runtime/
cgocheck.go 53 // dst and src point off bytes into the value to copy.
59 func cgoCheckMemmove(typ *_type, dst, src unsafe.Pointer, off, size uintptr) {
69 cgoCheckTypedBlock(typ, src, off, size)
97 // and src is off bytes into that type.
100 func cgoCheckTypedBlock(typ *_type, src unsafe.Pointer, off, size uintptr) {
102 if typ.ptrdata <= off {
105 if ptrdataSize := typ.ptrdata - off; size > ptrdataSize {
110 cgoCheckBits(src, typ.gcdata, off, size)
118 cgoCheckBits(add(src, -doff), datap.gcdatamask.bytedata, off+doff, size)
123 cgoCheckBits(add(src, -boff), datap.gcbssmask.bytedata, off+boff, size
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
warn_noat.l 3 Use .set noat to turn off those optimizations \(and this warning\).
5 Use .set noat to turn off those optimizations \(and this warning\).
warn_nobreak.l 3 If you don't need to debug this code use .set nobreak to turn off this warning.
5 If you don't need to debug this code use .set nobreak to turn off this warning.
7 If you don't need to debug this code use .set nobreak to turn off this warning.
9 If you don't need to debug this code use .set nobreak to turn off this warning.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
HexEncoder.java 55 int off,
60 for (int i = off; i < (off + length); i++)
85 int off,
93 int end = off + length;
95 while (end > off)
105 int i = off;
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java 113 * @param off
117 protected void flushCacheWithAppend(byte bufferToAppend[], int off, int len) throws IOException {
120 this.out.write(bufferToAppend, off, len);
164 public void write(byte src[], int off, int len) throws IOException {
169 flushCacheWithAppend(src, off, len);
171 System.arraycopy(src, off, cache, this.cachePosition, len);
  /external/dtc/tests/
value-labels.c 81 int off = labels[i].propoff; local
83 if (off == -1)
84 off = len;
90 if ((p - prop->data) != off)
93 (long)(p - prop->data), off, name);
  /external/elfutils/tests/
zstrptr.c 91 size_t off = 0; local
92 const char *str = elf_strptr (elf, ndx, off);
95 printf ("[%zx] '%s'\n", off, str);
96 off += strlen (str) + 1;
97 str = elf_strptr (elf, ndx, off);
  /external/guava/guava/src/com/google/common/io/
AppendableWriter.java 54 @Override public void write(char cbuf[], int off, int len)
59 target.append(new String(cbuf, off, len));
91 @Override public void write(@Nullable String str, int off, int len) throws IOException {
94 target.append(str, off, off + len);
  /external/llvm/test/MC/AMDGPU/
reg-syntax-extra.s 53 buffer_load_dwordx4 [v1,v2,v3,v4], off, [s4,s5,s6,s7], s1
54 // SICI: buffer_load_dwordx4 v[1:4], off, s[4:7], s1 ; encoding: [0x00,0x00,0x38,0xe0,0x00,0x01,0x01,0x01]
55 // VI: buffer_load_dwordx4 v[1:4], off, s[4:7], s1 ; encoding: [0x00,0x00,0x5c,0xe0,0x00,0x01,0x01,0x01]
57 buffer_load_dword v1, off, [ttmp4,ttmp5,ttmp6,ttmp7], s1
58 // SICI: buffer_load_dword v1, off, ttmp[4:7], s1 ; encoding: [0x00,0x00,0x30,0xe0,0x00,0x01,0x1d,0x01]
59 // VI: buffer_load_dword v1, off, ttmp[4:7], s1 ; encoding: [0x00,0x00,0x50,0xe0,0x00,0x01,0x1d,0x01]
61 buffer_store_format_xyzw v[1:4], off, [ttmp4,ttmp5,ttmp6,ttmp7], ttmp1
62 // SICI: buffer_store_format_xyzw v[1:4], off, ttmp[4:7], ttmp1 ; encoding: [0x00,0x00,0x1c,0xe0,0x00,0x01,0x1d,0x71]
63 // VI: buffer_store_format_xyzw v[1:4], off, ttmp[4:7], ttmp1 ; encoding: [0x00,0x00,0x1c,0xe0,0x00,0x01,0x1d,0x71]
65 buffer_load_ubyte v1, off, [ttmp4,ttmp5,ttmp6,ttmp7], ttmp
    [all...]
  /external/puffin/src/
file_stream.cc 49 auto off = lseek(fd_, 0, SEEK_CUR); local
50 TEST_AND_RETURN_FALSE(off >= 0);
51 *offset = off;
56 auto off = lseek(fd_, offset, SEEK_SET); local
57 TEST_AND_RETURN_FALSE(off == static_cast<off_t>(offset));
  /external/toybox/toys/other/
pmap.c 60 int off, count; local
65 &start, &end, toybuf, &off);
68 name = line[off] ? line+off : " [anon]\n";
92 xprintf("%s- %s%s", toybuf, line[off]=='[' ? " " : "", name);
  /external/valgrind/none/tests/
map_unmap.c 64 int off; local
67 off = (random() % LEN) & ~(pagesize-1);
70 /* printf("unmapping off=%d\n", off/pagesize); */
71 munmap((char *)p + off, pagesize);
72 off += 619*pagesize;
73 off %= LEN;

Completed in 485 milliseconds

1 2 3 4 5 6 7 8 91011>>