Home
last modified time | relevance | path

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

12345678910>>...150

/external/libmojo/mojo/public/js/
Dbuffer.js57 Buffer.prototype.getUint8 = function(offset) { argument
60 Buffer.prototype.getUint16 = function(offset) { argument
63 Buffer.prototype.getUint32 = function(offset) { argument
66 Buffer.prototype.getUint64 = function(offset) { argument
78 Buffer.prototype.getInt8 = function(offset) { argument
81 Buffer.prototype.getInt16 = function(offset) { argument
84 Buffer.prototype.getInt32 = function(offset) { argument
87 Buffer.prototype.getInt64 = function(offset) { argument
99 Buffer.prototype.getFloat32 = function(offset) { argument
102 Buffer.prototype.getFloat64 = function(offset) { argument
[all …]
Dvalidator.js101 Validator.prototype.validateHandle = function(offset, nullable) { argument
113 Validator.prototype.validateInterface = function(offset, nullable) { argument
118 function(offset, minNumBytes, minVersion) { argument
170 Validator.prototype.decodePointer = function(offset) { argument
178 Validator.prototype.decodeUnionSize = function(offset) { argument
182 Validator.prototype.decodeUnionTag = function(offset) { argument
187 offset, elementSize, elementType, nullable, expectedDimensionSizes, argument
202 offset, structClass, nullable) { argument
215 offset, unionClass, nullable) { argument
226 offset, unionClass, nullable) { argument
[all …]
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs99 protected void WriteLittleEndian(int offset, int count, ulong data) in WriteLittleEndian()
117 protected ulong ReadLittleEndian(int offset, int count) in ReadLittleEndian()
140 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength()
149 public void PutSbyte(int offset, sbyte value) in PutSbyte()
155 public void PutByte(int offset, byte value) in PutByte()
161 public void PutByte(int offset, byte value, int count) in PutByte()
169 public void Put(int offset, byte value) in Put()
176 public void PutShort(int offset, short value) in PutShort()
181 public unsafe void PutUshort(int offset, ushort value) in PutUshort()
192 public void PutInt(int offset, int value) in PutInt()
[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/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/libmojo/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.java130 public DataHeader readDataHeaderForUnion(int offset) { in readDataHeaderForUnion()
157 private DataHeader readDataHeaderAtOffset(int offset, boolean isUnion) { in readDataHeaderAtOffset()
231 public byte readByte(int offset) { in readByte()
239 public boolean readBoolean(int offset, int bit) { in readBoolean()
247 public short readShort(int offset) { in readShort()
255 public int readInt(int offset) { in readInt()
263 public float readFloat(int offset) { in readFloat()
271 public long readLong(int offset) { in readLong()
279 public double readDouble(int offset) { in readDouble()
288 public Decoder readPointer(int offset, boolean nullable) { in readPointer()
[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/valgrind/none/tests/mips64/
Dmacro_load_store.h3 #define TEST1(instruction, offset, mem) \ argument
21 #define TEST2(instruction, offset) \ argument
47 #define TEST3(instruction, offset, mem) \ argument
65 #define TEST3w(instruction, offset, mem) \ argument
83 #define TEST4(instruction, offset) \ argument
104 #define TEST5(instruction, offset, mem) \ argument
121 #define TEST5w(instruction, offset, mem) \ argument
138 #define TEST6(instruction, offset) \ argument
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_dump.c77 batch_out(struct brw_context *brw, const char *name, uint32_t offset, in batch_out()
91 batch_out64(struct brw_context *brw, const char *name, uint32_t offset, in batch_out64()
123 static void dump_vs_state(struct brw_context *brw, uint32_t offset) in dump_vs_state()
138 static void dump_gs_state(struct brw_context *brw, uint32_t offset) in dump_gs_state()
153 static void dump_clip_state(struct brw_context *brw, uint32_t offset) in dump_clip_state()
172 static void dump_sf_state(struct brw_context *brw, uint32_t offset) in dump_sf_state()
188 static void dump_wm_state(struct brw_context *brw, uint32_t offset) in dump_wm_state()
215 static void dump_surface_state(struct brw_context *brw, uint32_t offset) in dump_surface_state()
239 static void dump_gen7_surface_state(struct brw_context *brw, uint32_t offset) in dump_gen7_surface_state()
279 dump_gen8_surface_state(struct brw_context *brw, uint32_t offset, int index) in dump_gen8_surface_state()
[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/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl_dump.c33 dump_float(void *cl, uint32_t offset, uint32_t hw_offset) in dump_float()
42 dump_VC4_PACKET_BRANCH_TO_SUB_LIST(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_BRANCH_TO_SUB_LIST()
51 dump_loadstore_full(void *cl, uint32_t offset, uint32_t hw_offset) in dump_loadstore_full()
65 dump_VC4_PACKET_LOAD_FULL_RES_TILE_BUFFER(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_LOAD_FULL_RES_TILE_BUFFER()
71 dump_VC4_PACKET_STORE_FULL_RES_TILE_BUFFER(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_STORE_FULL_RES_TILE_BUFFER()
77 dump_loadstore_general(void *cl, uint32_t offset, uint32_t hw_offset) in dump_loadstore_general()
155 dump_VC4_PACKET_STORE_TILE_BUFFER_GENERAL(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_STORE_TILE_BUFFER_GENERAL()
161 dump_VC4_PACKET_LOAD_TILE_BUFFER_GENERAL(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_LOAD_TILE_BUFFER_GENERAL()
167 dump_VC4_PACKET_GL_INDEXED_PRIMITIVE(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_GL_INDEXED_PRIMITIVE()
187 dump_VC4_PACKET_GL_ARRAY_PRIMITIVE(void *cl, uint32_t offset, uint32_t hw_offset) in dump_VC4_PACKET_GL_ARRAY_PRIMITIVE()
[all …]
/external/flatbuffers/js/
Dflatbuffers.js531 flatbuffers.Builder.prototype.offset = function() { method in flatbuffers.Builder
568 flatbuffers.Builder.prototype.addOffset = function(offset) { argument
866 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) { argument
874 flatbuffers.ByteBuffer.prototype.readUint8 = function(offset) { argument
882 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { argument
890 flatbuffers.ByteBuffer.prototype.readUint16 = function(offset) { argument
898 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) { argument
906 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { argument
914 flatbuffers.ByteBuffer.prototype.readInt64 = function(offset) { argument
922 flatbuffers.ByteBuffer.prototype.readUint64 = function(offset) { argument
[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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DDESedeParameters.java31 int offset, in isWeakKey()
53 int offset) in isWeakKey()
64 public static boolean isRealEDEKey(byte[] key, int offset) in isRealEDEKey()
75 public static boolean isReal2Key(byte[] key, int offset) in isReal2Key()
95 public static boolean isReal3Key(byte[] key, int offset) in isReal3Key()
/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 …]
DTable.php51 protected function __indirect($offset)
62 protected function __string($offset)
74 protected function __vector_len($offset)
85 protected function __vector($offset)
107 protected function __union($table, $offset)
/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
/external/mesa3d/src/glx/
Dpackrender.h157 #define __GLX_PUT_CHAR(offset,a) \ argument
163 #define __GLX_PUT_SHORT(offset,a) \ argument
169 #define __GLX_PUT_LONG(offset,a) \ argument
175 #define __GLX_PUT_FLOAT(offset,a) \ argument
181 #define __GLX_PUT_DOUBLE(offset,a) \ argument
187 #define __GLX_PUT_CHAR_ARRAY(offset,a,alen) \ argument
190 #define __GLX_PUT_SHORT_ARRAY(offset,a,alen) \ argument
193 #define __GLX_PUT_LONG_ARRAY(offset,a,alen) \ argument
196 #define __GLX_PUT_FLOAT_ARRAY(offset,a,alen) \ argument
199 #define __GLX_PUT_DOUBLE_ARRAY(offset,a,alen) \ argument
/external/valgrind/none/tests/mips32/
DMoveIns.c39 #define TESTINSNMOVE(instruction, offset, FS, RT) \ argument
61 #define TESTINSNMOVEd(instruction, offset, FS, RT) \ argument
78 #define TESTINSNMOVEt(instruction, offset, FS, RT) \ argument
100 #define TESTINSNMOVEtd(instruction, offset, offset2, FS, RT) \ argument
118 #define TESTINSNMOVE1s(instruction, offset, FD, FS) \ argument
140 #define TESTINSNMOVE1d(instruction, offset, FD, FS) \ argument
181 #define TESTINSNMOVE2s(instruction, FD, FS, cc, offset) \ argument
204 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
229 #define TESTINSNMOVEN1s(instruction, offset, RTval, FD, FS, RT) \ argument
250 #define TESTINSNMOVEN1d(instruction, offset, RTval, FD, FS, RT) \ argument
/external/sfntly/cpp/src/sfntly/data/
Dfont_data.cc31 void FontData::Bound(int32_t offset, int32_t length) { in Bound()
64 FontData::FontData(FontData* data, int32_t offset, int32_t length) { in FontData()
69 FontData::FontData(FontData* data, int32_t offset) { in FontData()
84 int32_t FontData::BoundOffset(int32_t offset) { in BoundOffset()
88 int32_t FontData::BoundLength(int32_t offset, int32_t length) { in BoundLength()
/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/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleIDs.java52 int offset = findIndex(_countries, country); in getISO3Country() local
74 int offset = findIndex(_languages, language); in getISO3Language() local
89 int offset = findIndex(_languages3, lang); in threeToTwoLetterLanguage() local
105 int offset = findIndex(_countries3, region); in threeToTwoLetterRegion() local
453 int offset = findIndex(_deprecatedCountries, oldID); in getCurrentCountryID() local
461 int offset = findIndex(_obsoleteLanguages, oldID); in getCurrentLanguageID() local

12345678910>>...150