Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 4935) sorted by relevance

12345678910>>...198

/external/libchrome/mojo/public/js/lib/
Dbuffer.js58 Buffer.prototype.getUint8 = function(offset) { argument
61 Buffer.prototype.getUint16 = function(offset) { argument
64 Buffer.prototype.getUint32 = function(offset) { argument
67 Buffer.prototype.getUint64 = function(offset) { argument
79 Buffer.prototype.getInt8 = function(offset) { argument
82 Buffer.prototype.getInt16 = function(offset) { argument
85 Buffer.prototype.getInt32 = function(offset) { argument
88 Buffer.prototype.getInt64 = function(offset) { argument
100 Buffer.prototype.getFloat32 = function(offset) { argument
103 Buffer.prototype.getFloat64 = function(offset) { argument
[all …]
Dvalidator.js183 Validator.prototype.validateEnum = function(offset, enumClass) { argument
190 Validator.prototype.validateHandle = function(offset, nullable) { argument
203 Validator.prototype.validateAssociatedEndpointHandle = function(offset, argument
219 Validator.prototype.validateInterface = function(offset, nullable) { argument
223 Validator.prototype.validateInterfaceRequest = function(offset, nullable) { argument
227 Validator.prototype.validateAssociatedInterface = function(offset, argument
233 offset, nullable) { argument
237 Validator.prototype.validateStructHeader = function(offset, minNumBytes) { argument
255 Validator.prototype.validateStructVersion = function(offset, versionSizes) { argument
275 Validator.prototype.isFieldInStructVersion = function(offset, fieldVersion) { argument
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DBaseDexBuffer.java45 public BaseDexBuffer(@Nonnull byte[] buf, int offset) { in BaseDexBuffer()
50 public int readSmallUint(int offset) { in readSmallUint()
63 public int readOptionalUint(int offset) { in readOptionalUint()
76 public int readUshort(int offset) { in readUshort()
83 public int readUbyte(int offset) { in readUbyte()
87 public long readLong(int offset) { in readLong()
100 public int readLongAsSmallUint(int offset) { in readLongAsSmallUint()
117 public int readInt(int offset) { in readInt()
126 public int readShort(int offset) { in readShort()
133 public int readByte(int offset) { in readByte()
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java892 public final void write(CodeAttribute codeAttribute, int offset) in write()
901 public void write(byte[] code, int offset) in write()
930 protected abstract void readInfo(byte[] code, int offset); in readInfo()
936 protected abstract void writeInfo(byte[] code, int offset); in writeInfo()
942 public abstract int length(int offset); in length()
948 …public abstract void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, I… in accept()
954 public String toString(int offset) in toString()
1010 protected static int readByte(byte[] code, int offset) in readByte()
1015 protected static int readShort(byte[] code, int offset) in readShort()
1021 protected static int readInt(byte[] code, int offset) in readInt()
[all …]
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DEncoder.java159 public void encode(byte v, int offset) { in encode()
166 public void encode(boolean v, int offset, int bit) { in encode()
177 public void encode(short v, int offset) { in encode()
184 public void encode(int v, int offset) { in encode()
191 public void encode(float v, int offset) { in encode()
198 public void encode(long v, int offset) { in encode()
205 public void encode(double v, int offset) { in encode()
212 public void encode(Struct v, int offset, boolean nullable) { in encode()
224 public void encode(Union v, int offset, boolean nullable) { in encode()
240 public void encode(String v, int offset, boolean nullable) { in encode()
[all …]
DDecoder.java151 public DataHeader readDataHeaderForUnion(int offset) { in readDataHeaderForUnion()
178 private DataHeader readDataHeaderAtOffset(int offset, boolean isUnion) { in readDataHeaderAtOffset()
252 public byte readByte(int offset) { in readByte()
260 public boolean readBoolean(int offset, int bit) { in readBoolean()
268 public short readShort(int offset) { in readShort()
276 public int readInt(int offset) { in readInt()
284 public float readFloat(int offset) { in readFloat()
292 public long readLong(int offset) { in readLong()
300 public double readDouble(int offset) { in readDouble()
309 public Decoder readPointer(int offset, boolean nullable) { in readPointer()
[all …]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DScanHandler.java29 public void adup(char[] buff, int offset, int length) throws SAXException; in adup()
35 public void aname(char[] buff, int offset, int length) throws SAXException; in aname()
41 public void aval(char[] buff, int offset, int length) throws SAXException; in aval()
46 public void cdsect(char[] buff, int offset, int length) throws SAXException; in cdsect()
52 public void decl(char[] buff, int offset, int length) throws SAXException; in decl()
58 public void entity(char[] buff, int offset, int length) throws SAXException; in entity()
64 public void eof(char[] buff, int offset, int length) throws SAXException; in eof()
70 public void etag(char[] buff, int offset, int length) throws SAXException; in etag()
76 public void gi(char[] buff, int offset, int length) throws SAXException; in gi()
82 public void pcdata(char[] buff, int offset, int length) throws SAXException; in pcdata()
[all …]
DPYXWriter.java37 public void adup(char[] buff, int offset, int length) throws SAXException { in adup()
42 public void aname(char[] buff, int offset, int length) throws SAXException { in aname()
49 public void aval(char[] buff, int offset, int length) throws SAXException { in aval()
55 public void cmnt(char [] buff, int offset, int length) throws SAXException { in cmnt()
61 public void entity(char[] buff, int offset, int length) throws SAXException { } in entity()
65 public void eof(char[] buff, int offset, int length) throws SAXException { in eof()
69 public void etag(char[] buff, int offset, int length) throws SAXException { in etag()
75 public void decl(char[] buff, int offset, int length) throws SAXException { in decl()
78 public void gi(char[] buff, int offset, int length) throws SAXException { in gi()
84 public void cdsect(char[] buff, int offset, int length) throws SAXException { in cdsect()
[all …]
/external/proguard/src/proguard/optimize/peephole/
DBranchTargetFinder.java96 public boolean isInstruction(int offset) in isInstruction()
106 public boolean isTarget(int offset) in isTarget()
120 public boolean isBranchOrigin(int offset) in isBranchOrigin()
130 public boolean isBranchTarget(int offset) in isBranchTarget()
141 public boolean isAfterBranch(int offset) in isAfterBranch()
151 public boolean isExceptionStart(int offset) in isExceptionStart()
161 public boolean isExceptionEnd(int offset) in isExceptionEnd()
171 public boolean isExceptionHandler(int offset) in isExceptionHandler()
181 public boolean isSubroutineInvocation(int offset) in isSubroutineInvocation()
191 public boolean isSubroutineStart(int offset) in isSubroutineStart()
[all …]
/external/v8/src/objects/
Dobject-macros.h136 #define INT_ACCESSORS(holder, name, offset) \ argument
140 #define INT32_ACCESSORS(holder, name, offset) \ argument
144 #define RELAXED_INT32_ACCESSORS(holder, name, offset) \ argument
152 #define UINT16_ACCESSORS(holder, name, offset) \ argument
160 #define UINT8_ACCESSORS(holder, name, offset) \ argument
168 #define ACCESSORS_CHECKED2(holder, name, type, offset, get_condition, \ argument
181 #define ACCESSORS_CHECKED(holder, name, type, offset, condition) \ argument
184 #define ACCESSORS(holder, name, type, offset) \ argument
187 #define RELAXED_ACCESSORS_CHECKED2(holder, name, type, offset, get_condition, \ argument
205 #define RELAXED_ACCESSORS_CHECKED(holder, name, type, offset, condition) \ argument
[all …]
Dtagged-field-inl.h17 Address TaggedField<T, kFieldOffset>::address(HeapObject host, int offset) { in address()
23 Tagged_t* TaggedField<T, kFieldOffset>::location(HeapObject host, int offset) { in location()
57 T TaggedField<T, kFieldOffset>::load(HeapObject host, int offset) { in load()
65 int offset) { in load()
82 void TaggedField<T, kFieldOffset>::store(HeapObject host, int offset, T value) { in store()
92 T TaggedField<T, kFieldOffset>::Relaxed_Load(HeapObject host, int offset) { in Relaxed_Load()
100 HeapObject host, int offset) { in Relaxed_Load()
113 void TaggedField<T, kFieldOffset>::Relaxed_Store(HeapObject host, int offset, in Relaxed_Store()
121 T TaggedField<T, kFieldOffset>::Acquire_Load(HeapObject host, int offset) { in Acquire_Load()
129 HeapObject host, int offset) { in Acquire_Load()
[all …]
/external/u-boot/drivers/gpio/
Dsandbox.c25 static u8 *get_gpio_flags(struct udevice *dev, unsigned offset) in get_gpio_flags()
39 static int get_gpio_flag(struct udevice *dev, unsigned offset, int flag) in get_gpio_flag()
44 static int set_gpio_flag(struct udevice *dev, unsigned offset, int flag, in set_gpio_flag()
61 int sandbox_gpio_get_value(struct udevice *dev, unsigned offset) in sandbox_gpio_get_value()
68 int sandbox_gpio_set_value(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_value()
73 int sandbox_gpio_get_open_drain(struct udevice *dev, unsigned offset) in sandbox_gpio_get_open_drain()
78 int sandbox_gpio_set_open_drain(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_open_drain()
83 int sandbox_gpio_get_direction(struct udevice *dev, unsigned offset) in sandbox_gpio_get_direction()
88 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) in sandbox_gpio_set_direction()
98 static int sb_gpio_direction_input(struct udevice *dev, unsigned offset) in sb_gpio_direction_input()
[all …]
/external/guava/guava/src/com/google/common/hash/
DLittleEndianByteArray.java40 static long load64(byte[] input, int offset) { in load64()
42 assert input.length >= offset + 8; in load64() local
57 static long load64Safely(byte[] input, int offset, int length) { in load64Safely()
78 static void store64(byte[] sink, int offset, long value) { in store64()
80 assert offset >= 0 && offset + 8 <= sink.length; in store64() local
92 static int load32(byte[] source, int offset) { in load32()
116 long getLongLittleEndian(byte[] array, int offset); in getLongLittleEndian()
118 void putLongLittleEndian(byte[] array, int offset, long value); in putLongLittleEndian()
130 public long getLongLittleEndian(byte[] array, int offset) { in getLongLittleEndian()
135 public void putLongLittleEndian(byte[] array, int offset, long value) { in putLongLittleEndian()
[all …]
/external/guava/android/guava/src/com/google/common/hash/
DLittleEndianByteArray.java40 static long load64(byte[] input, int offset) { in load64()
42 assert input.length >= offset + 8; in load64() local
57 static long load64Safely(byte[] input, int offset, int length) { in load64Safely()
78 static void store64(byte[] sink, int offset, long value) { in store64()
80 assert offset >= 0 && offset + 8 <= sink.length; in store64() local
92 static int load32(byte[] source, int offset) { in load32()
116 long getLongLittleEndian(byte[] array, int offset); in getLongLittleEndian()
118 void putLongLittleEndian(byte[] array, int offset, long value); in putLongLittleEndian()
130 public long getLongLittleEndian(byte[] array, int offset) { in getLongLittleEndian()
135 public void putLongLittleEndian(byte[] array, int offset, long value) { in putLongLittleEndian()
[all …]
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs326 protected void WriteLittleEndian(int offset, int count, ulong data) in WriteLittleEndian()
344 protected ulong ReadLittleEndian(int offset, int count) in ReadLittleEndian()
366 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength()
377 public void PutSbyte(int offset, sbyte value) in PutSbyte()
383 public void PutByte(int offset, byte value) in PutByte()
389 public void PutByte(int offset, byte value, int count) in PutByte()
397 public void PutSbyte(int offset, sbyte value) in PutSbyte()
403 public void PutByte(int offset, byte value) in PutByte()
409 public void PutByte(int offset, byte value, int count) in PutByte()
418 public void Put(int offset, byte value) in Put()
[all …]
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java36 …ype( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType … in visitIntegerType()
37 …e( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType … in visitFloatType()
38 …( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType … in visitLongType()
39 …pe( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType … in visitDoubleType()
40 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType … in visitTopType()
41 …pe( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType … in visitObjectType()
42 …( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType … in visitNullType()
43 …lizedType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedTy… in visitUninitializedType()
44 …lizedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedTh… in visitUninitializedThisType()
46 …ype( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, Inte… in visitStackIntegerType()
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarUtils.java104 public static long parseOctal(final byte[] buffer, final int offset, final int length) { in parseOctal()
167 public static long parseOctalOrBinary(final byte[] buffer, final int offset, in parseOctalOrBinary()
180 private static long parseBinaryLong(final byte[] buffer, final int offset, in parseBinaryLong()
202 final int offset, in parseBinaryBigInteger()
231 public static boolean parseBoolean(final byte[] buffer, final int offset) { in parseBoolean()
236 private static String exceptionMessage(final byte[] buffer, final int offset, in exceptionMessage()
261 public static String parseName(final byte[] buffer, final int offset, final int length) { in parseName()
287 public static String parseName(final byte[] buffer, final int offset, in parseName()
319 …public static int formatNameBytes(final String name, final byte[] buf, final int offset, final int… in formatNameBytes()
351 public static int formatNameBytes(final String name, final byte[] buf, final int offset, in formatNameBytes()
[all …]
/external/u-boot/drivers/bios_emulator/x86emu/
Ddecode.c304 uint offset) in fetch_data_byte()
323 uint offset) in fetch_data_word()
342 uint offset) in fetch_data_long()
363 uint offset) in fetch_data_byte_abs()
384 uint offset) in fetch_data_word_abs()
405 uint offset) in fetch_data_long_abs()
426 uint offset, in store_data_byte()
448 uint offset, in store_data_word()
470 uint offset, in store_data_long()
493 uint offset, in store_data_byte_abs()
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DListFieldSchema.java48 abstract <L> List<L> mutableListAt(Object msg, long offset); in mutableListAt()
50 abstract void makeImmutableListAt(Object msg, long offset); in makeImmutableListAt()
52 abstract <L> void mergeListsAt(Object msg, Object otherMsg, long offset); in mergeListsAt()
69 <L> List<L> mutableListAt(Object message, long offset) { in mutableListAt()
74 void makeImmutableListAt(Object message, long offset) { in makeImmutableListAt()
94 private static <L> List<L> mutableListAt(Object message, long offset, int additionalCapacity) { in mutableListAt()
125 <E> void mergeListsAt(Object msg, Object otherMsg, long offset) { in mergeListsAt()
140 static <E> List<E> getList(Object message, long offset) { in getList()
149 <L> List<L> mutableListAt(Object message, long offset) { in mutableListAt()
162 void makeImmutableListAt(Object message, long offset) { in makeImmutableListAt()
[all …]
/external/flatbuffers/js/
Dflatbuffers.js544 flatbuffers.Builder.prototype.offset = function() { method in flatbuffers.Builder
581 flatbuffers.Builder.prototype.addOffset = function(offset) { argument
888 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) { argument
896 flatbuffers.ByteBuffer.prototype.readUint8 = function(offset) { argument
904 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { argument
912 flatbuffers.ByteBuffer.prototype.readUint16 = function(offset) { argument
920 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) { argument
928 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { argument
936 flatbuffers.ByteBuffer.prototype.readInt64 = function(offset) { argument
944 flatbuffers.ByteBuffer.prototype.readUint64 = function(offset) { argument
[all …]
/external/protobuf/java/core/src/stubs/sun/misc/
DUnsafe.java42 public boolean getBoolean(Object o, long offset) { /* null implementation */ return false; } in getBoolean()
44 public byte getByte(Object o, long offset) { /* null implementation */ return 0; } in getByte()
46 public float getFloat(Object o, long offset) { /* null implementation */ return 0; } in getFloat()
47 public double getDouble(Object o, long offset) { /* null implementation */ return 0; } in getDouble()
48 public int getInt(Object o, long offset) { /* null implementation */ return 0; } in getInt()
50 public long getLong(Object o, long offset) { /* null implementation */ return 0; } in getLong()
52 public Object getObject(Object o, long offset) { /* null implementation */ return null; } in getObject()
54 public void putBoolean(Object o, long offset, boolean x) { /* null implementation */ } in putBoolean()
56 public void putByte(Object o, long offset, byte x) { /* null implementation */ } in putByte()
58 public void putFloat(Object o, long offset, float x) { /* null implementation */ } in putFloat()
[all …]
/external/flatbuffers/php/
DByteBuffer.php120 public function writeLittleEndian($offset, $count, $data)
140 public function readLittleEndian($offset, $count, $force_bigendian = false)
162 public function assertOffsetAndLength($offset, $length)
176 public function putSbyte($offset, $value)
190 public function putByte($offset, $value)
203 public function put($offset, $value)
216 public function putShort($offset, $value)
228 public function putUshort($offset, $value)
240 public function putInt($offset, $value)
254 public function putUint($offset, $value)
[all …]
/external/google-breakpad/src/common/dwarf/
Ddwarf2diehandler.cc52 bool DIEDispatcher::StartCompilationUnit(uint64 offset, uint8 address_size, in StartCompilationUnit()
60 bool DIEDispatcher::StartDIE(uint64 offset, enum DwarfTag tag) { in StartDIE()
115 void DIEDispatcher::EndDIE(uint64 offset) { in EndDIE()
137 void DIEDispatcher::ProcessAttributeUnsigned(uint64 offset, in ProcessAttributeUnsigned()
147 void DIEDispatcher::ProcessAttributeSigned(uint64 offset, in ProcessAttributeSigned()
157 void DIEDispatcher::ProcessAttributeReference(uint64 offset, in ProcessAttributeReference()
167 void DIEDispatcher::ProcessAttributeBuffer(uint64 offset, in ProcessAttributeBuffer()
178 void DIEDispatcher::ProcessAttributeString(uint64 offset, in ProcessAttributeString()
188 void DIEDispatcher::ProcessAttributeSignature(uint64 offset, in ProcessAttributeSignature()
/external/igt-gpu-tools/tests/i915/
Dgem_tiled_pread_basic.c86 swizzle_bit(int bit, int offset) in swizzle_bit()
91 struct offset { struct
96 /* Translate from a swizzled offset in the tiled buffer to the corresponding argument
100 calculate_expected(int offset, struct offset *dbg) in calculate_expected()
148 int offset = (random() % size) & ~3; variable
/external/ltp/testcases/network/nfs/nfslock01/
Dnfs_flock.h10 #define read_lock(fd, offset, whence, len) \ argument
12 #define write_lock(fd, offset, whence, len) \ argument
14 #define un_lock(fd, offset, whence, len) \ argument
16 #define readb_lock(fd, offset, whence, len) \ argument
18 #define writeb_lock(fd, offset, whence, len) \ argument
20 #define unb_lock(fd, offset, whence, len) \ argument

12345678910>>...198