HomeSort by relevance Sort by last modified time
    Searched refs:offset (Results 151 - 175 of 16262) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreatePixmapSurface.java 9 int offset
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetBooleanv.java 6 int offset
glGetFloatv.java 6 int offset
glGetIntegerv.java 6 int offset
  /libcore/luni/src/main/java/org/w3c/dom/
CharacterData.java 68 * @param offset Start offset of substring to extract.
70 * @return The specified substring. If the sum of <code>offset</code> and
74 * INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is
81 public String substringData(int offset,
97 * Insert a string at the specified 16-bit unit offset.
98 * @param offset The character offset at which to insert.
101 * INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is
106 public void insertData(int offset,
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
MappedByteBuffer.java 90 MappedByteBuffer(int mark, int pos, int lim, int cap, byte[] buf, int offset) {
91 super(mark, pos, lim, cap, buf, offset);
110 long offset = address % ps; local
111 return (offset >= 0) ? offset : (ps + offset);
144 long offset = mappingOffset(); local
145 long length = mappingLength(offset);
146 return isLoaded0(mappingAddress(offset), length, Bits.pageCount(length));
166 long offset = mappingOffset() local
209 long offset = mappingOffset(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLId.java 26 public void glGenBuffers(int n, int[] buffers, int offset);
28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset);
30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset);
32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset);
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLId.java 26 public void glGenBuffers(int n, int[] buffers, int offset);
28 public void glDeleteTextures(GL11 gl, int n, int[] textures, int offset);
30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset);
32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
basep-1.s 1 # Simple base-plus-offset
  /tools/apksig/src/main/java/com/android/apksig/util/
DataSource.java 63 * @param offset index (in bytes) at which the chunk starts inside data source
66 * @throws IndexOutOfBoundsException if {@code offset} or {@code size} is negative, or if
67 * {@code offset + size} is greater than {@link #size()}.
69 void feed(long offset, long size, DataSink sink) throws IOException;
79 * @param offset index (in bytes) at which the chunk starts inside data source
82 * @throws IndexOutOfBoundsException if {@code offset} or {@code size} is negative, or if
83 * {@code offset + size} is greater than {@link #size()}.
85 ByteBuffer getByteBuffer(long offset, int size) throws IOException;
91 * @param offset index (in bytes) at which the chunk starts inside data source
94 * @throws IndexOutOfBoundsException if {@code offset} or {@code size} is negative, or i
    [all...]
  /frameworks/base/core/java/android/os/
HwBlob.java 45 * @param offset offset to unmarshall a boolean from
47 * @throws IndexOutOfBoundsException when offset is out of this HwBlob
49 public native final boolean getBool(long offset);
51 * @param offset offset to unmarshall a byte from
53 * @throws IndexOutOfBoundsException when offset is out of this HwBlob
55 public native final byte getInt8(long offset);
57 * @param offset offset to unmarshall a short fro
    [all...]
  /bionic/libc/bionic/
sync_file_range.cpp 34 int sync_file_range(int fd, off64_t offset, off64_t length, unsigned int flags) {
36 return __sync_file_range2(fd, flags, offset, length);
38 return __sync_file_range(fd, offset, length, flags);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
BitmapComparer.java 24 * @param offset where in the bitmaps to start
30 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width,
36 protected static int indexFromXAndY(int x, int y, int stride, int offset) {
37 return x + (y * stride) + offset;
  /development/tools/bugreport/src/com/android/bugreport/stacks/
NativeStackFrameSnapshot.java 26 public int offset; field in class:NativeStackFrameSnapshot
37 that.offset = this.offset;
  /external/elfutils/tests/
run-readelf-gdb_index.sh 70 GDB section [33] '.gdb_index' at offset 0xe76 contains 8383 bytes :
72 CU offset: 0x18
73 TU offset: 0x38
74 address offset: 0x50
75 symbol offset: 0x78
76 constant offset: 0x2078
78 CU list at offset 0x18 contains 2 entries:
82 TU list at offset 0x38 contains 1 entries:
83 [ 0] CU offset: 0, type offset: 29, signature: 0x87e03f92cc37cdf
    [all...]
  /external/ltp/testcases/network/nfs/nfslock01/
nfs_flock.h 10 #define read_lock(fd, offset, whence, len) \
11 lock_reg(fd, F_RDLCK, offset, whence, len, F_SETLK)
12 #define write_lock(fd, offset, whence, len) \
13 lock_reg(fd, F_WRLCK, offset, whence, len, F_SETLK)
14 #define un_lock(fd, offset, whence, len) \
15 lock_reg(fd, F_UNLCK, offset, whence, len, F_SETLK)
16 #define readb_lock(fd, offset, whence, len) \
17 lock_reg(fd, F_RDLCK, offset, whence, len, F_SETLKW)
18 #define writeb_lock(fd, offset, whence, len) \
19 lock_reg(fd, F_WRLCK, offset, whence, len, F_SETLKW
    [all...]
  /external/protobuf/java/core/src/stubs/sun/misc/
Unsafe.java 37 public byte getByte(Object o, long offset) { /* null implementation */ return 0; }
40 public long getLong(Object o, long offset) { /* null implementation */ return 0; }
43 public void putByte(Object o, long offset, byte x) { /* null implementation */ }
  /external/strace/
access.c 8 decode_access(struct tcb *tcp, int offset)
10 printpath(tcp, tcp->u_arg[offset]);
12 printflags(access_flags, tcp->u_arg[offset + 1], "?_OK");
  /external/strace/tests/
sync_file_range.c 42 const off64_t offset = 0xdeadbeefbadc0dedULL; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
51 (long long) offset,
sync_file_range2.c 42 const off64_t offset = 0xdeadbeefbadc0ded; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
51 (long long) offset,
  /external/strace/tests-m32/
sync_file_range.c 42 const off64_t offset = 0xdeadbeefbadc0dedULL; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
51 (long long) offset,
sync_file_range2.c 42 const off64_t offset = 0xdeadbeefbadc0ded; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
51 (long long) offset,
  /external/strace/tests-mx32/
sync_file_range.c 42 const off64_t offset = 0xdeadbeefbadc0dedULL; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
51 (long long) offset,
sync_file_range2.c 42 const off64_t offset = 0xdeadbeefbadc0ded; local
46 int rc = sync_file_range(fd, offset, nbytes, flags);
51 (long long) offset,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
group-reloc-ldr-encoding-bad.l 2 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
3 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
4 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
5 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
6 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
7 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
8 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
9 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
10 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
11 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\
    [all...]

Completed in 684 milliseconds

1 2 3 4 5 67 8 91011>>