Home
last modified time | relevance | path

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

12345678910>>...125

/external/chromium_org/mojo/public/js/bindings/
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 …]
/external/proguard/src/proguard/classfile/instruction/
DInstruction.java684 public final void write(CodeAttribute codeAttribute, int offset) in write()
693 public void write(byte[] code, int offset) in write()
722 protected abstract void readInfo(byte[] code, int offset); in readInfo()
728 protected abstract void writeInfo(byte[] code, int offset); in writeInfo()
734 public abstract int length(int offset); in length()
740 …public abstract void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, I… in accept()
746 public String toString(int offset) in toString()
793 protected static int readByte(byte[] code, int offset) in readByte()
798 protected static int readShort(byte[] code, int offset) in readShort()
804 protected static int readInt(byte[] code, int offset) in readInt()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DBaseDexBuffer.java45 public int readSmallUint(int offset) { in readSmallUint()
57 public int readOptionalUint(int offset) { in readOptionalUint()
69 public int readUshort(int offset) { in readUshort()
75 public int readUbyte(int offset) { in readUbyte()
79 public long readLong(int offset) { in readLong()
91 public int readInt(int offset) { in readInt()
99 public int readShort(int offset) { in readShort()
105 public int readByte(int offset) { in readByte()
110 public BaseDexReader readerAt(int offset) { in readerAt()
/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.java91 public boolean isInstruction(int offset) in isInstruction()
101 public boolean isTarget(int offset) in isTarget()
115 public boolean isBranchOrigin(int offset) in isBranchOrigin()
125 public boolean isBranchTarget(int offset) in isBranchTarget()
136 public boolean isAfterBranch(int offset) in isAfterBranch()
146 public boolean isExceptionStart(int offset) in isExceptionStart()
156 public boolean isExceptionEnd(int offset) in isExceptionEnd()
166 public boolean isExceptionHandler(int offset) in isExceptionHandler()
176 public boolean isSubroutineInvocation(int offset) in isSubroutineInvocation()
186 public boolean isSubroutineStart(int offset) in isSubroutineStart()
[all …]
/external/chromium_org/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(String v, int offset, boolean nullable) { in encode()
238 public void encode(Handle v, int offset, boolean nullable) { in encode()
[all …]
DDecoder.java150 public byte readByte(int offset) { in readByte()
158 public boolean readBoolean(int offset, int bit) { in readBoolean()
166 public short readShort(int offset) { in readShort()
174 public int readInt(int offset) { in readInt()
182 public float readFloat(int offset) { in readFloat()
190 public long readLong(int offset) { in readLong()
198 public double readDouble(int offset) { in readDouble()
207 public Decoder readPointer(int offset, boolean nullable) { in readPointer()
226 public boolean[] readBooleans(int offset, int arrayNullability, int expectedLength) { in readBooleans()
250 public byte[] readBytes(int offset, int arrayNullability, int expectedLength) { in readBytes()
[all …]
/external/chromium_org/third_party/mesa/src/src/glx/
Dpackrender.h157 #define __GLX_PUT_CHAR(offset,a) \ argument
161 #define __GLX_PUT_SHORT(offset,a) \ argument
164 #define __GLX_PUT_LONG(offset,a) \ argument
167 #define __GLX_PUT_FLOAT(offset,a) \ argument
171 #define __GLX_PUT_SHORT(offset,a) \ argument
176 #define __GLX_PUT_LONG(offset,a) \ argument
181 #define __GLX_PUT_FLOAT(offset,a) \ argument
184 #define __GLX_PUT_DOUBLE(offset,a) \ argument
198 #define __GLX_PUT_DOUBLE(offset,a) \ argument
201 #define __GLX_PUT_DOUBLE(offset,a) \ argument
[all …]
/external/mesa3d/src/glx/
Dpackrender.h157 #define __GLX_PUT_CHAR(offset,a) \ argument
161 #define __GLX_PUT_SHORT(offset,a) \ argument
164 #define __GLX_PUT_LONG(offset,a) \ argument
167 #define __GLX_PUT_FLOAT(offset,a) \ argument
171 #define __GLX_PUT_SHORT(offset,a) \ argument
176 #define __GLX_PUT_LONG(offset,a) \ argument
181 #define __GLX_PUT_FLOAT(offset,a) \ argument
184 #define __GLX_PUT_DOUBLE(offset,a) \ argument
198 #define __GLX_PUT_DOUBLE(offset,a) \ argument
201 #define __GLX_PUT_DOUBLE(offset,a) \ argument
[all …]
/external/qemu-pc-bios/bochs/bios/
Dbiossums.c94 long offset, tmp_offset; in main() local
251 long chksum_bios_get_offset( byte* data, long offset ) { in chksum_bios_get_offset()
257 byte chksum_bios_calc_value( byte* data, long offset ) { in chksum_bios_calc_value()
271 byte chksum_bios_get_value( byte* data, long offset ) { in chksum_bios_get_value()
277 void chksum_bios_set_value( byte* data, long offset, byte value ) { in chksum_bios_set_value()
283 byte chksum__32__calc_value( byte* data, long offset ) { in chksum__32__calc_value()
303 long chksum__32__get_offset( byte* data, long offset ) { in chksum__32__get_offset()
323 byte chksum__32__get_value( byte* data, long offset ) { in chksum__32__get_value()
330 void chksum__32__set_value( byte* data, long offset, byte value ) { in chksum__32__set_value()
337 byte chksum__mp__calc_value( byte* data, long offset ) { in chksum__mp__calc_value()
[all …]
/external/valgrind/main/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/lldb/source/Core/
DDataEncoder.cpp24 WriteInt16(const unsigned char* ptr, unsigned offset, uint16_t value) in WriteInt16()
29 WriteInt32 (const unsigned char* ptr, unsigned offset, uint32_t value) in WriteInt32()
35 WriteInt64(const unsigned char* ptr, unsigned offset, uint64_t value) in WriteInt64()
41 WriteSwappedInt16(const unsigned char* ptr, unsigned offset, uint16_t value) in WriteSwappedInt16()
47 WriteSwappedInt32 (const unsigned char* ptr, unsigned offset, uint32_t value) in WriteSwappedInt32()
53 WriteSwappedInt64(const unsigned char* ptr, unsigned offset, uint64_t value) in WriteSwappedInt64()
228 DataEncoder::PutU8 (uint32_t offset, uint8_t value) in PutU8()
239 DataEncoder::PutU16 (uint32_t offset, uint16_t value) in PutU16()
254 DataEncoder::PutU32 (uint32_t offset, uint32_t value) in PutU32()
269 DataEncoder::PutU64 (uint32_t offset, uint64_t value) in PutU64()
[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/chromium_org/media/test/data/
Dbear-320x240-manifest.js9 { offset: 4370, size: 40778, timecode: 0.000000 }, property
10 { offset: 45148, size: 27589, timecode: 0.396000 }, property
11 { offset: 72737, size: 28183, timecode: 0.779000 }, property
12 { offset: 100920, size: 31600, timecode: 1.197000 }, property
13 { offset: 132520, size: 33922, timecode: 1.589000 }, property
14 { offset: 166442, size: 30587, timecode: 1.987000 }, property
15 { offset: 197029, size: 22079, timecode: 2.400000 }, property
Dbear-640x360-manifest.js9 { offset: 4340, size: 50950, timecode: 0.000000}, property
10 { offset: 55290, size: 18785, timecode: 0.527000}, property
11 { offset: 74075, size: 19810, timecode: 1.014000}, property
12 { offset: 93885, size: 21706, timecode: 1.522000}, property
13 { offset: 115591, size: 20249, timecode: 2.016000}, property
14 { offset: 135840, size: 9946, timecode: 2.515000}, property
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_dump.c39 batch_out(struct brw_context *brw, const char *name, uint32_t offset, in batch_out()
80 static void dump_vs_state(struct brw_context *brw, uint32_t offset) in dump_vs_state()
96 static void dump_gs_state(struct brw_context *brw, uint32_t offset) in dump_gs_state()
112 static void dump_clip_state(struct brw_context *brw, uint32_t offset) in dump_clip_state()
132 static void dump_sf_state(struct brw_context *brw, uint32_t offset) in dump_sf_state()
149 static void dump_wm_state(struct brw_context *brw, uint32_t offset) in dump_wm_state()
177 static void dump_surface_state(struct brw_context *brw, uint32_t offset) in dump_surface_state()
201 static void dump_gen7_surface_state(struct brw_context *brw, uint32_t offset) in dump_gen7_surface_state()
221 dump_sdc(struct brw_context *brw, uint32_t offset) in dump_sdc()
252 uint32_t offset, uint32_t size) in dump_sampler_state()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_state_dump.c39 batch_out(struct brw_context *brw, const char *name, uint32_t offset, in batch_out()
80 static void dump_vs_state(struct brw_context *brw, uint32_t offset) in dump_vs_state()
96 static void dump_gs_state(struct brw_context *brw, uint32_t offset) in dump_gs_state()
112 static void dump_clip_state(struct brw_context *brw, uint32_t offset) in dump_clip_state()
132 static void dump_sf_state(struct brw_context *brw, uint32_t offset) in dump_sf_state()
149 static void dump_wm_state(struct brw_context *brw, uint32_t offset) in dump_wm_state()
177 static void dump_surface_state(struct brw_context *brw, uint32_t offset) in dump_surface_state()
201 static void dump_gen7_surface_state(struct brw_context *brw, uint32_t offset) in dump_gen7_surface_state()
221 dump_sdc(struct brw_context *brw, uint32_t offset) in dump_sdc()
252 uint32_t offset, uint32_t size) in dump_sampler_state()
[all …]
/external/qemu-pc-bios/vgabios/
Dbiossums.c53 long offset, tmp_offset, pcir_offset; in main() local
184 long chksum_bios_get_offset( byte* data, long offset ) { in chksum_bios_get_offset()
190 byte chksum_bios_calc_value( byte* data, long offset ) { in chksum_bios_calc_value()
204 byte chksum_bios_get_value( byte* data, long offset ) { in chksum_bios_get_value()
210 void chksum_bios_set_value( byte* data, long offset, byte value ) { in chksum_bios_set_value()
216 byte chksum_pmid_calc_value( byte* data, long offset ) { in chksum_pmid_calc_value()
235 long chksum_pmid_get_offset( byte* data, long offset ) { in chksum_pmid_get_offset()
253 byte chksum_pmid_get_value( byte* data, long offset ) { in chksum_pmid_get_value()
260 void chksum_pmid_set_value( byte* data, long offset, byte value ) { in chksum_pmid_set_value()
267 long chksum_pcir_get_offset( byte* data, long offset ) { in chksum_pcir_get_offset()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java162 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
243 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
304 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
336 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
357 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstructi… in visitAnySwitchInstruction()
377 int offset, in replaceAnyPushInstruction()
410 int offset, in replaceIntegerPushInstruction()
425 int offset, in replaceIntegerPushInstruction()
479 int offset, in replaceLongPushInstruction()
494 int offset, in replaceLongPushInstruction()
[all …]
/external/sfntly/cpp/src/sfntly/data/
Dfont_data.cc29 bool FontData::Bound(int32_t offset, int32_t length) { in Bound()
38 bool FontData::Bound(int32_t offset) { in Bound()
54 FontData::FontData(FontData* data, int32_t offset, int32_t length) { in FontData()
59 FontData::FontData(FontData* data, int32_t offset) { in FontData()
74 int32_t FontData::BoundOffset(int32_t offset) { in BoundOffset()
78 int32_t FontData::BoundLength(int32_t offset, int32_t length) { in BoundLength()
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
Dfont_data.cc29 bool FontData::Bound(int32_t offset, int32_t length) { in Bound()
38 bool FontData::Bound(int32_t offset) { in Bound()
54 FontData::FontData(FontData* data, int32_t offset, int32_t length) { in FontData()
59 FontData::FontData(FontData* data, int32_t offset) { in FontData()
74 int32_t FontData::BoundOffset(int32_t offset) { in BoundOffset()
78 int32_t FontData::BoundLength(int32_t offset, int32_t length) { in BoundLength()
/external/valgrind/main/none/tests/mips32/
DMoveIns.c25 #define TESTINSNMOVE(instruction, offset, FS, RT) \ argument
44 #define TESTINSNMOVEd(instruction, offset, FS, RT) \ argument
63 #define TESTINSNMOVEt(instruction, offset, FS, RT) \ argument
82 #define TESTINSNMOVEtd(instruction, offset, FS, RT) \ argument
101 #define TESTINSNMOVE1s(instruction, offset, FD, FS) \ argument
120 #define TESTINSNMOVE1d(instruction, offset, FD, FS) \ argument
161 #define TESTINSNMOVE2s(instruction, FD, FS, cc, offset) \ argument
185 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
210 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument
238 #define TESTINSNMOVEN1s(instruction, offset, RTval, FD, FS, RT) \ argument
[all …]
/external/chromium_org/third_party/brotli/src/woff2/
Dstore_bytes.h27 inline size_t StoreU32(uint8_t* dst, size_t offset, uint32_t x) { in StoreU32()
35 inline size_t Store16(uint8_t* dst, size_t offset, int x) { in Store16()
41 inline void StoreU32(uint32_t val, size_t* offset, uint8_t* dst) { in StoreU32()
48 inline void Store16(int val, size_t* offset, uint8_t* dst) { in Store16()
54 size_t* offset, uint8_t* dst) { in StoreBytes()
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
Dglapi_getproc.c122 get_static_proc_name( GLuint offset ) in get_static_proc_name()
227 get_extension_proc_name(GLuint offset) in get_extension_proc_name()
305 set_entry_info( struct _glapi_function * entry, const char * signature, unsigned offset ) in set_entry_info()
382 int offset = ~0; in _glapi_add_dispatch() local
489 GLint offset; in _glapi_get_proc_offset() local
549 _glapi_get_proc_name(GLuint offset) in _glapi_get_proc_name()
618 GLuint offset = (BeginFunc - (char *) table) / sizeof(void *); in _glapi_check_table() local
624 GLuint offset = (viewportFunc - (char *) table) / sizeof(void *); in _glapi_check_table() local
630 GLuint offset = (VertexPointerFunc - (char *) table) / sizeof(void *); in _glapi_check_table() local
636 GLuint offset = (ResetMinMaxFunc - (char *) table) / sizeof(void *); in _glapi_check_table() local
[all …]

12345678910>>...125