/external/webkit/WebCore/icu/unicode/ |
parseerr.h | 30 * <p>The line, offset, and context fields are optional; parsing 64 * The character offset to the error. If the line field is >= 1, 65 * then this is the offset from the start of the line. Otherwise, 66 * this is the offset from the start of the text. If the parser 70 int32_t offset; member in struct:UParseError
|
/external/webkit/WebKit/mac/icu/unicode/ |
parseerr.h | 30 * <p>The line, offset, and context fields are optional; parsing 64 * The character offset to the error. If the line field is >= 1, 65 * then this is the offset from the start of the line. Otherwise, 66 * this is the offset from the start of the text. If the parser 70 int32_t offset; member in struct:UParseError
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
sendfile.h | 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
NullOutputReceiver.java | 34 public void addOutput(byte[] data, int offset, int length) {
|
/frameworks/base/core/jni/ |
CursorWindow.h | 36 // with an offset after the rows that points to the next chunk 69 uint32_t offset; member in struct:android::__anon7078 79 uint32_t offset; member in struct:android::__anon7079::__anon7080::__anon7081 94 * an offset to the next chunk in a linked-list of additional chunk of row_slot_ts in case 96 * field_slot_t per column, which has the size, offset, and type of the data for that field. 143 * Allocate a portion of the window. Returns the offset 152 * Copy data into the window at the given offset. 154 void copyIn(uint32_t offset, uint8_t const * data, size_t size); 155 void copyIn(uint32_t offset, int64_t data); 156 void copyIn(uint32_t offset, double data) [all...] |
/bionic/libc/kernel/common/linux/ |
efs_dir.h | 42 #define EFS_REALOFF(offset) ((offset << 1))
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
ReadWriteCharArrayBuffer.java | 35 .capacity(), other.backingArray, other.offset); 61 System.arraycopy(backingArray, position + offset, backingArray, offset, 86 return offset; 99 backingArray[offset + position++] = c; 108 backingArray[offset + index] = c; 121 System.arraycopy(src, off, backingArray, offset + position, len); 128 return new ReadWriteCharArrayBuffer(remaining(), backingArray, offset
|
ReadWriteDoubleArrayBuffer.java | 37 .capacity(), other.backingArray, other.offset); 64 System.arraycopy(backingArray, position + offset, backingArray, offset, 89 return offset; 102 backingArray[offset + position++] = c; 111 backingArray[offset + index] = c; 124 System.arraycopy(src, off, backingArray, offset + position, len); 131 return new ReadWriteDoubleArrayBuffer(remaining(), backingArray, offset
|
ReadWriteFloatArrayBuffer.java | 37 .capacity(), other.backingArray, other.offset); 64 System.arraycopy(backingArray, position + offset, backingArray, offset, 89 return offset; 102 backingArray[offset + position++] = c; 111 backingArray[offset + index] = c; 124 System.arraycopy(src, off, backingArray, offset + position, len); 131 return new ReadWriteFloatArrayBuffer(remaining(), backingArray, offset
|
ReadWriteIntArrayBuffer.java | 35 .capacity(), other.backingArray, other.offset); 61 System.arraycopy(backingArray, position + offset, backingArray, offset, 86 return offset; 99 backingArray[offset + position++] = c; 108 backingArray[offset + index] = c; 121 System.arraycopy(src, off, backingArray, offset + position, len); 128 return new ReadWriteIntArrayBuffer(remaining(), backingArray, offset
|
ReadWriteLongArrayBuffer.java | 35 .capacity(), other.backingArray, other.offset); 61 System.arraycopy(backingArray, position + offset, backingArray, offset, 86 return offset; 99 backingArray[offset + position++] = c; 108 backingArray[offset + index] = c; 121 System.arraycopy(src, off, backingArray, offset + position, len); 128 return new ReadWriteLongArrayBuffer(remaining(), backingArray, offset
|
ReadWriteShortArrayBuffer.java | 37 .capacity(), other.backingArray, other.offset); 64 System.arraycopy(backingArray, position + offset, backingArray, offset, 89 return offset; 102 backingArray[offset + position++] = c; 111 backingArray[offset + index] = c; 124 System.arraycopy(src, off, backingArray, offset + position, len); 131 return new ReadWriteShortArrayBuffer(remaining(), backingArray, offset
|
/dalvik/vm/mterp/armv6t2/ |
OP_IGET_QUICK.S | 4 /* op vA, vB, offset@CCCC */ 6 FETCH(r1, 1) @ r1<- field byte offset
|
OP_IGET_WIDE_QUICK.S | 3 /* iget-wide-quick vA, vB, offset@CCCC */ 5 FETCH(r1, 1) @ r1<- field byte offset
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
IFieldCollection.java | 30 * Returns {@link Field_info} descriptor at a given offset. 32 * @param offset field offset [must be in [0, size()) range; input not checked] 35 * @throws IndexOutOfBoundsException if 'offset' is outside of valid range 37 Field_info get (int offset); 75 * @return new field's offset 80 * Replaces the Field_info descriptor at a given offset. No duplicate 85 * @param offset field offset [must be in [0, size()) range; input not checked] 87 * @return previous field descriptor at this offset [never null [all...] |
/external/kernel-headers/original/linux/ |
efs_dir.h | 39 #define EFS_REALOFF(offset) ((offset << 1))
|
/external/v8/src/arm/ |
frames-arm.cc | 50 const int offset = StandardFrameConstants::kMarkerOffset; local 51 Object* marker = Memory::Object_at(state->fp + offset); 61 const int offset = ExitFrameConstants::kCodeOffset; local 62 Object* code = Memory::Object_at(fp + offset); 104 const int offset = StandardFrameConstants::kCallerSPOffset; local 105 return fp() + offset + (arguments * kPointerSize); 111 const int offset = StandardFrameConstants::kCallerSPOffset; local 112 return fp() + offset + (arguments + 1) * kPointerSize; 118 // caller is at a fixed offset from the frame pointer.
|
/external/webkit/WebCore/dom/ |
CharacterData.idl | 29 [ConvertNullStringTo=Null, OldStyleObjC] DOMString substringData(in [IsIndex] unsigned long offset, 36 [OldStyleObjC] void insertData(in [IsIndex] unsigned long offset, 40 [OldStyleObjC] void deleteData(in [IsIndex] unsigned long offset, 44 [OldStyleObjC] void replaceData(in [IsIndex] unsigned long offset,
|
/external/webkit/WebCore/platform/image-decoders/bmp/ |
BMPImageDecoder.h | 51 inline uint32_t readUint32(int offset) const 54 m_decodedOffset + offset);
|
/frameworks/base/opengl/java/android/opengl/ |
GLES11.java | 170 // C function void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) 174 int offset, 184 int offset 199 int offset 218 // C function void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset ) 224 int offset 232 int offset 242 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset ) 248 int offset 256 int offset [all...] |