| /external/proguard/src/proguard/classfile/instruction/ |
| D | Instruction.java | 892 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/ |
| D | BranchTargetFinder.java | 96 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 …]
|
| D | ReachableCodeMarker.java | 54 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/ |
| D | ScanHandler.java | 29 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 …]
|
| D | PYXWriter.java | 37 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/ |
| D | BaseDexBuffer.java | 45 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()
|
| D | BaseDexReader.java | 41 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/ |
| D | packrender.h | 157 #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/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
| D | VerificationTypeVisitor.java | 36 …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/valgrind/none/tests/mips64/ |
| D | macro_load_store.h | 3 #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/ |
| D | DataEncoder.cpp | 24 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/mesa3d/src/mesa/drivers/dri/i965/ |
| D | brw_state_dump.c | 39 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/sfntly/cpp/src/sfntly/data/ |
| D | font_data.cc | 29 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/none/tests/mips32/ |
| D | MoveIns.c | 25 #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 …]
|
| D | vfp.c | 49 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \ argument 69 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \ argument 91 #define TESTINSN5LOADw(instruction, RTval, offset, RT) \ argument 166 #define TESTINST1(offset) \ argument 184 #define TESTINST1a(offset) \ argument 206 #define TESTINST2(offset) \ argument 224 #define TESTINST2a(offset) \ argument
|
| /external/google-breakpad/src/common/dwarf/ |
| D | dwarf2diehandler.cc | 52 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/proguard/src/proguard/optimize/evaluation/ |
| D | EvaluationSimplifier.java | 160 …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 …]
|
| D | SimpleEnumUseChecker.java | 143 …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 …]
|
| /external/mesa3d/src/mapi/glapi/ |
| D | glapi_getproc.c | 122 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/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ELFHeader.cpp | 29 lldb::offset_t *offset, in GetMaxU64() 40 lldb::offset_t *offset, in GetMaxU64() 60 lldb::offset_t *offset, in GetMaxS64() 71 lldb::offset_t *offset, in GetMaxS64() 108 ELFHeader::Parse(lldb_private::DataExtractor &data, lldb::offset_t *offset) in Parse() 201 lldb::offset_t *offset) in Parse() 321 ELFSymbol::Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset) in Parse() 371 lldb::offset_t *offset) in Parse() 415 ELFDynamic::Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset) in Parse() 430 ELFRel::Parse(const lldb_private::DataExtractor &data, lldb::offset_t *offset) in Parse() [all …]
|
| /external/skia/samplecode/ |
| D | SampleClipDrawMatch.cpp | 43 SkRect create_rect(const SkPoint& offset) { in create_rect() 49 SkRRect create_rrect(const SkPoint& offset) { in create_rrect() 55 SkRRect create_circle(const SkPoint& offset) { in create_circle() 61 SkPath create_convex_path(const SkPoint& offset) { in create_convex_path() 71 SkPath create_concave_path(const SkPoint& offset) { in create_concave_path() 87 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) { in draw_normal_geom() 159 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawClippedGeom() 218 void drawGeometry(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawGeometry() 234 SkPoint offset; in onDrawContent() local
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | LocaleIDs.java | 51 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/proguard/src/proguard/classfile/instruction/visitor/ |
| D | InstructionVisitor.java | 36 …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()
|
| /external/f2fs-tools/lib/ |
| D | libf2fs_io.c | 31 int dev_read_version(void *buf, __u64 offset, size_t len) in dev_read_version() 40 int dev_read(void *buf, __u64 offset, size_t len) in dev_read() 49 int dev_readahead(__u64 offset, size_t len) in dev_readahead() 58 int dev_write(void *buf, __u64 offset, size_t len) in dev_write() 72 int dev_write_dump(void *buf, __u64 offset, size_t len) in dev_write_dump() 81 int dev_fill(void *buf, __u64 offset, size_t len) in dev_fill()
|
| /external/google-breakpad/src/common/mac/ |
| D | macho_walker.cc | 92 off_t offset; in WalkHeader() local 103 bool MachoWalker::ReadBytes(void *buffer, size_t size, off_t offset) { in ReadBytes() 121 bool MachoWalker::CurrentHeader(struct mach_header_64 *header, off_t *offset) { in CurrentHeader() 133 off_t &offset) { in FindHeader() 204 bool MachoWalker::WalkHeaderAtOffset(off_t offset) { in WalkHeaderAtOffset() 230 bool MachoWalker::WalkHeader64AtOffset(off_t offset) { in WalkHeader64AtOffset() 250 bool MachoWalker::WalkHeaderCore(off_t offset, uint32_t number_of_commands, in WalkHeaderCore()
|