Home
last modified time | relevance | path

Searched defs:readInfo (Results 1 – 13 of 13) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DLookUpSwitchInstruction.java83 protected void readInfo(byte[] code, int offset) in readInfo() method in LookUpSwitchInstruction
DTableSwitchInstruction.java87 protected void readInfo(byte[] code, int offset) in readInfo() method in TableSwitchInstruction
DBranchInstruction.java115 protected void readInfo(byte[] code, int offset) in readInfo() method in BranchInstruction
DSimpleInstruction.java186 protected void readInfo(byte[] code, int offset) in readInfo() method in SimpleInstruction
DVariableInstruction.java256 protected void readInfo(byte[] code, int offset) in readInfo() method in VariableInstruction
DConstantInstruction.java124 protected void readInfo(byte[] code, int offset) in readInfo() method in ConstantInstruction
DInstruction.java930 protected abstract void readInfo(byte[] code, int offset); in readInfo() method in Instruction
/external/skqp/tests/
DProcessorTest.cpp693 auto readInfo = SkImageInfo::Make(kRenderSize, kRenderSize, kRGBA_8888_SkColorType, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
DSurfaceTest.cpp820 SkImageInfo readInfo = SkImageInfo::Make(kW, kH, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in test_surface_draw_partially() local
/external/skia/tests/
DProcessorTest.cpp704 auto readInfo = SkImageInfo::Make(kRenderSize, kRenderSize, kRGBA_8888_SkColorType, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
DSurfaceTest.cpp819 SkImageInfo readInfo = SkImageInfo::Make(kW, kH, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in test_surface_draw_partially() local
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeEditor.java1210 protected void readInfo(byte[] code, int offset) in readInfo() method in CodeAttributeEditor.CompositeInstruction
/external/fonttools/Lib/fontTools/ufoLib/
D__init__.py469 def readInfo(self, info, validate=None): member in UFOReader