Searched defs:width (Results 1 – 12 of 12) sorted by relevance
| /art/test/079-phantom/src/ |
| D | Bitmap.java | 36 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) { in Bitmap() 68 static Bitmap.NativeWrapper allocNativeStorage(int width, int height) { in allocNativeStorage()
|
| /art/runtime/jdwp/ |
| D | jdwp_request.cc | 66 uint64_t Request::ReadValue(size_t width) { in ReadValue()
|
| D | jdwp_handler.cc | 107 size_t width = Dbg::GetTagWidth(argTypes[i]); in RequestInvoke() local 631 size_t width = Dbg::GetTagWidth(fieldTag); in CT_SetValues() local 822 size_t width = Dbg::GetTagWidth(fieldTag); in OR_SetValues() local
|
| /art/tools/ahat/src/heapdump/ |
| D | AhatClassInstance.java | 193 Integer width = getIntField("mWidth", null); in asBitmap() local
|
| /art/runtime/ |
| D | debugger.cc | 1194 size_t width = GetTagWidth(element_tag); in OutputArray() local 1251 size_t width = GetTagWidth(element_tag); in SetArrayElements() local 1851 static JDWP::JdwpError SetArtFieldValue(ArtField* f, mirror::Object* o, uint64_t value, int width) in SetArtFieldValue() 1922 uint64_t value, int width, bool is_static) in SetFieldValueImpl() 1960 int width) { in SetFieldValue() 1964 JDWP::JdwpError Dbg::SetStaticFieldValue(JDWP::FieldId field_id, uint64_t value, int width) { in SetStaticFieldValue() 2593 size_t width = Dbg::GetTagWidth(reqSigByte); in GetLocalValues() local 2620 int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) { in GetLocalValue() 2760 size_t width = Dbg::GetTagWidth(sigByte); in SetLocalValues() local 2783 JDWP::JdwpTag tag, uint64_t value, size_t width) { in SetLocalValue() [all …]
|
| D | dex_file_annotations.cc | 184 int32_t width = value_arg + 1; in SkipAnnotationValue() local 393 int32_t width = value_arg + 1; in ProcessAnnotationValue() local
|
| D | dex_file.cc | 1438 size_t width = value_arg + 1; // assume and correct later in Next() local
|
| /art/dexdump/ |
| D | dexdump.cc | 790 u4 width = 4; in indexString() local
|
| /art/dexlayout/ |
| D | dexlayout.cc | 369 uint32_t width = 4; in IndexString() local
|
| /art/runtime/interpreter/mterp/ |
| D | mterp.cc | 38 const int width = 128; in CheckMterpAsmConstants() local
|
| /art/compiler/utils/arm/ |
| D | assembler_thumb2.cc | 773 void Thumb2Assembler::sbfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond) { in sbfx() 794 void Thumb2Assembler::ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width, Condition cond) { in ubfx()
|
| /art/tools/dmtracedump/ |
| D | tracedump.cc | 1647 void printHtmlField(char* buf, int32_t width) { in printHtmlField()
|