Home
last modified time | relevance | path

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

12345678910>>...256

/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/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/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/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/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/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/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/guava/android/guava/src/com/google/common/hash/
DLittleEndianByteArray.java41 static long load64(byte[] input, int offset) { in load64()
43 assert input.length >= offset + 8; in load64() local
58 static long load64Safely(byte[] input, int offset, int length) { in load64Safely()
79 static void store64(byte[] sink, int offset, long value) { in store64()
81 assert offset >= 0 && offset + 8 <= sink.length; in store64() local
93 static int load32(byte[] source, int offset) { in load32()
117 long getLongLittleEndian(byte[] array, int offset); in getLongLittleEndian()
119 void putLongLittleEndian(byte[] array, int offset, long value); in putLongLittleEndian()
131 public long getLongLittleEndian(byte[] array, int offset) { in getLongLittleEndian()
136 public void putLongLittleEndian(byte[] array, int offset, long value) { in putLongLittleEndian()
[all …]
/external/guava/guava/src/com/google/common/hash/
DLittleEndianByteArray.java41 static long load64(byte[] input, int offset) { in load64()
43 assert input.length >= offset + 8; in load64() local
58 static long load64Safely(byte[] input, int offset, int length) { in load64Safely()
79 static void store64(byte[] sink, int offset, long value) { in store64()
81 assert offset >= 0 && offset + 8 <= sink.length; in store64() local
93 static int load32(byte[] source, int offset) { in load32()
117 long getLongLittleEndian(byte[] array, int offset); in getLongLittleEndian()
119 void putLongLittleEndian(byte[] array, int offset, long value); in putLongLittleEndian()
131 public long getLongLittleEndian(byte[] array, int offset) { in getLongLittleEndian()
136 public void putLongLittleEndian(byte[] array, int offset, long value) { in putLongLittleEndian()
[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/ComputeLibrary/src/core/GLES_COMPUTE/cs_shaders/
Ddepthwise_convolution3x3.cs68 #define LOAD_UNPACK_SWIZZLE(offset) load_unpack_swizzle_stride1(offset) argument
79 vec4[3] load_unpack_swizzle_stride1(uint offset) in load_unpack_swizzle_stride1()
192 #define LOAD_UNPACK_SWIZZLE(offset) load_unpack_swizzle_stride3(offset) argument
194 #define LOAD_UNPACK_SWIZZLE(offset) load_unpack_swizzle_stride2(offset) argument
196 #define LOAD_UNPACK_SWIZZLE(offset) load_unpack_swizzle_stride1(offset) argument
210 vec4[3] load_unpack_swizzle_stride1(uint offset) in load_unpack_swizzle_stride1()
223 vec4[3] load_unpack_swizzle_stride2(uint offset) in load_unpack_swizzle_stride2()
238 vec4[3] load_unpack_swizzle_stride3(uint offset) in load_unpack_swizzle_stride3()
/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/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 …]
DUnsafeUtil.java114 static byte getByte(Object target, long offset) { in getByte()
118 static void putByte(Object target, long offset, byte value) { in putByte()
122 static int getInt(Object target, long offset) { in getInt()
126 static void putInt(Object target, long offset, int value) { in putInt()
130 static long getLong(Object target, long offset) { in getLong()
134 static void putLong(Object target, long offset, long value) { in putLong()
138 static boolean getBoolean(Object target, long offset) { in getBoolean()
142 static void putBoolean(Object target, long offset, boolean value) { in putBoolean()
146 static float getFloat(Object target, long offset) { in getFloat()
150 static void putFloat(Object target, long offset, float value) { in putFloat()
[all …]
/external/flatbuffers/js/
Dflatbuffers.js550 flatbuffers.Builder.prototype.offset = function() { method in flatbuffers.Builder
587 flatbuffers.Builder.prototype.addOffset = function(offset) { argument
909 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) { argument
917 flatbuffers.ByteBuffer.prototype.readUint8 = function(offset) { argument
925 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { argument
933 flatbuffers.ByteBuffer.prototype.readUint16 = function(offset) { argument
941 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) { argument
949 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { argument
957 flatbuffers.ByteBuffer.prototype.readInt64 = function(offset) { argument
965 flatbuffers.ByteBuffer.prototype.readUint64 = function(offset) { argument
[all …]
/external/armnn/profiling/common/src/
DCommonProfilingUtils.cpp16 void ReadBytes(const unsigned char* buffer, unsigned int offset, unsigned int valueSize, uint8_t ou… in ReadBytes()
27 uint64_t ReadUint64(const unsigned char* buffer, unsigned int offset) in ReadUint64()
44 uint32_t ReadUint32(const unsigned char* buffer, unsigned int offset) in ReadUint32()
56 uint16_t ReadUint16(const unsigned char* buffer, unsigned int offset) in ReadUint16()
66 uint8_t ReadUint8(const unsigned char* buffer, unsigned int offset) in ReadUint8()
73 void WriteBytes(unsigned char* buffer, unsigned int offset, const void* value, unsigned int valueSi… in WriteBytes()
84 void WriteUint64(unsigned char* buffer, unsigned int offset, uint64_t value) in WriteUint64()
98 void WriteUint32(unsigned char* buffer, unsigned int offset, uint32_t value) in WriteUint32()
108 void WriteUint16(unsigned char* buffer, unsigned int offset, uint16_t value) in WriteUint16()
116 void WriteUint8(unsigned char* buffer, unsigned int offset, uint8_t value) in WriteUint8()
/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/tpm2-tss/src/tss2-esys/
Desys_mu.c40 size_t *offset) in iesys_MU_BYTE_array_Marshal()
78 size_t *offset, in iesys_MU_BYTE_array_Unmarshal()
146 size_t *offset) in iesys_MU_IESYSC_PARAM_ENCRYPT_Marshal()
166 size_t *offset, in iesys_MU_IESYSC_PARAM_ENCRYPT_Unmarshal()
229 size_t *offset) in iesys_MU_IESYSC_PARAM_DECRYPT_Marshal()
249 size_t *offset, in iesys_MU_IESYSC_PARAM_DECRYPT_Unmarshal()
312 size_t *offset) in iesys_MU_IESYSC_TYPE_POLICY_AUTH_Marshal()
332 size_t *offset, in iesys_MU_IESYSC_TYPE_POLICY_AUTH_Unmarshal()
398 size_t *offset) in iesys_MU_IESYS_SESSION_Marshal()
477 size_t *offset, in iesys_MU_IESYS_SESSION_Unmarshal()
[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/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java160 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
242 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
303 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
335 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
356 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInst… in visitTableSwitchInstruction()
380 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchIns… in visitLookUpSwitchInstruction()
411 int offset, in replaceAnyPushInstruction()
444 int offset, in replaceIntegerPushInstruction()
459 int offset, in replaceIntegerPushInstruction()
513 int offset, in replaceLongPushInstruction()
[all …]
/external/google-breakpad/src/common/dwarf/
Ddwarf2diehandler.cc53 bool DIEDispatcher::StartCompilationUnit(uint64_t offset, uint8_t address_size, in StartCompilationUnit()
61 bool DIEDispatcher::StartDIE(uint64_t offset, enum DwarfTag tag) { in StartDIE()
116 void DIEDispatcher::EndDIE(uint64_t offset) { in EndDIE()
138 void DIEDispatcher::ProcessAttributeUnsigned(uint64_t offset, in ProcessAttributeUnsigned()
148 void DIEDispatcher::ProcessAttributeSigned(uint64_t offset, in ProcessAttributeSigned()
158 void DIEDispatcher::ProcessAttributeReference(uint64_t offset, in ProcessAttributeReference()
168 void DIEDispatcher::ProcessAttributeBuffer(uint64_t offset, in ProcessAttributeBuffer()
179 void DIEDispatcher::ProcessAttributeString(uint64_t offset, in ProcessAttributeString()
189 void DIEDispatcher::ProcessAttributeSignature(uint64_t 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

12345678910>>...256