Home
last modified time | relevance | path

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

12345678910>>...132

/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 …]
DReachableCodeMarker.java54 public boolean isReachable(int offset) in isReachable()
115 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
131 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
136 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
145 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
162 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstructi… in visitAnySwitchInstruction()
202 …BranchTargets(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int[] jumpOffse… in markBranchTargets()
214 … private void markBranchTarget(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset) in markBranchTarget()
227 private void markCode(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset) in markCode()
/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/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 …]
DBaseDexReader.java41 private int offset; field in BaseDexReader
43 public BaseDexReader(@Nonnull T dexBuf, int offset) { in BaseDexReader()
49 public void setOffset(int offset) { this.offset = offset; } in setOffset()
279 public int readSmallUint(int offset) { return dexBuf.readSmallUint(offset); } in readSmallUint()
280 public int readUshort(int offset) { return dexBuf.readUshort(offset); } in readUshort()
281 public int readUbyte(int offset) { return dexBuf.readUbyte(offset); } in readUbyte()
282 public long readLong(int offset) { return dexBuf.readLong(offset); } in readLong()
283 public int readInt(int offset) { return dexBuf.readInt(offset); } in readInt()
284 public int readShort(int offset) { return dexBuf.readShort(offset); } in readShort()
285 public int readByte(int offset) { return dexBuf.readByte(offset); } in readByte()
/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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
Deffect.js13 {offset: 0}, property
14 {offset: -1}, property
15 {offset: 1}, property
16 {offset: 0.5}, property
17 {offset: 2} property
25 {offset: 0.5}, property
26 {offset: 0}, property
27 {offset: 0.8}, property
29 {offset: 1} property
37 {offset: 0}, property
[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/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/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/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 …]
DSimpleEnumUseChecker.java143 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
207 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
212 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
318 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
353 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstructi… in visitAnySwitchInstruction()
441 private void checkMixedStackEntriesBefore(int offset) in checkMixedStackEntriesBefore()
501 private void checkMixedVariablesBefore(int offset) in checkMixedVariablesBefore()
563 private boolean isPoppingIdenticalTypes(int offset, in isPoppingIdenticalTypes()
582 private boolean isPoppingExpectedType(int offset, in isPoppingExpectedType()
594 private boolean isPoppingExpectedType(int offset, in isPoppingExpectedType()
[all …]
DSimpleEnumUseSimplifier.java142 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
193 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
248 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
348 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
409 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstructi… in visitAnySwitchInstruction()
503 private boolean isPushingSimpleEnum(int offset) in isPushingSimpleEnum()
519 private boolean isPoppingSimpleEnum(int offset) in isPoppingSimpleEnum()
529 private boolean isPoppingSimpleEnum(int offset, int stackEntryIndex) in isPoppingSimpleEnum()
543 private boolean isPoppingSimpleEnumType(int offset, int stackEntryIndex) in isPoppingSimpleEnumType()
556 private boolean isPoppingSimpleEnumArray(int offset, int stackEntryIndex) in isPoppingSimpleEnumArray()
[all …]
/external/valgrind/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/mesa3d/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 …]
/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/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/skia/samplecode/
DSampleClipDrawMatch.cpp45 SkRect create_rect(const SkPoint& offset) { in create_rect()
51 SkRRect create_rrect(const SkPoint& offset) { in create_rrect()
57 SkRRect create_circle(const SkPoint& offset) { in create_circle()
63 SkPath create_convex_path(const SkPoint& offset) { in create_convex_path()
73 SkPath create_concave_path(const SkPoint& offset) { in create_concave_path()
89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) { in draw_normal_geom()
161 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawClippedGeom()
220 void drawGeometry(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawGeometry()
236 SkPoint offset; in onDrawContent() local
/external/skia/src/codec/
DSkSwizzler.cpp14 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in copy()
23 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1()
33 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2()
43 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4()
63 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_grayscale()
88 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_index()
109 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_n32()
132 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_565()
157 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_index()
178 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_565()
[all …]
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleIDs.java51 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
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleIDs.java50 int offset = findIndex(_countries, country); in getISO3Country() local
72 int offset = findIndex(_languages, language); in getISO3Language() local
87 int offset = findIndex(_languages3, lang); in threeToTwoLetterLanguage() local
103 int offset = findIndex(_countries3, region); in threeToTwoLetterRegion() local
451 int offset = findIndex(_deprecatedCountries, oldID); in getCurrentCountryID() local
459 int offset = findIndex(_obsoleteLanguages, oldID); in getCurrentLanguageID() local
/external/proguard/src/proguard/classfile/instruction/visitor/
DInstructionVisitor.java36 …ruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction()
37 …struction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction()
38 …struction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction()
39 …ruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction()
40 …hInstruction( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInst… in visitTableSwitchInstruction()
41 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchIns… in visitLookUpSwitchInstruction()

12345678910>>...132