/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
StringDataItem.java | 77 "utf16_size: " + Hex.u4(utf16Size));
|
StringIdItem.java | 104 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
|
TypeIdItem.java | 67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
|
ClassDefsSection.java | 96 out.annotate(4, "class_defs_size: " + Hex.u4(sz)); 97 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
|
EncodedMethod.java | 182 " method_idx: " + Hex.u4(methodIdx)); 187 " code_off: " + Hex.u4(codeOff));
|
MapItem.java | 226 out.annotate(4, " size: " + Hex.u4(itemCount)); 227 out.annotate(4, " offset: " + Hex.u4(offset));
|
MemberIdItem.java | 76 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
|
TypeListItem.java | 98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstInteger.java | 89 return "int{0x" + Hex.u4(value) + " / " + value + '}';
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationsDirectoryItem.java | 297 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff)); 299 Hex.u4(fieldsSize)); 301 Hex.u4(methodsSize)); 303 Hex.u4(parametersSize));
|
CallSiteIdItem.java | 79 out.annotate(4, "call_site_off: " + Hex.u4(offset));
|
StringDataItem.java | 77 "utf16_size: " + Hex.u4(utf16Size));
|
StringIdItem.java | 102 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
|
TypeIdItem.java | 65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
|
ClassDefsSection.java | 95 out.annotate(4, "class_defs_size: " + Hex.u4(sz)); 96 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
|
EncodedMethod.java | 181 " method_idx: " + Hex.u4(methodIdx)); 186 " code_off: " + Hex.u4(codeOff));
|
MapItem.java | 225 out.annotate(4, " size: " + Hex.u4(itemCount)); 226 out.annotate(4, " offset: " + Hex.u4(offset));
|
MemberIdItem.java | 74 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
|
TypeListItem.java | 97 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz));
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstInteger.java | 89 return "int{0x" + Hex.u4(value) + " / " + value + '}';
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
_mingw_dxhelper.h | 50 # define DUMMYUNIONNAME4 u4
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/ |
list_insn.s | 38 loadma r13, {u12, u4, u2}
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 136 println("<dump skipped backwards to " + Hex.u4(offset) + ">"); 140 print(twoColumns(hex, "<skipped to " + Hex.u4(offset) + ">"));
|
/external/mesa3d/src/compiler/glsl/ |
lower_packing_builtins.cpp | 346 /* uvec4 u4; */ 347 ir_variable *u4 = factory.make_temp(glsl_type::uvec4_type, local 350 /* u4.x = u & 0xffu; */ 351 factory.emit(assign(u4, bit_and(u, constant(0xffu)), WRITEMASK_X)); 354 /* u4.y = bitfield_extract(u, 8, 8); */ 355 factory.emit(assign(u4, bitfield_extract(u, constant(8u), constant(8u)), 358 /* u4.z = bitfield_extract(u, 16, 8); */ 359 factory.emit(assign(u4, bitfield_extract(u, constant(16u), constant(8u)), 362 /* u4.y = (u >> 8u) & 0xffu; */ 363 factory.emit(assign(u4, bit_and(rshift(u, constant(8u)) [all...] |
/frameworks/base/libs/hwui/font/ |
CacheTexture.h | 164 float x4, float y4, float u4, float v4) { 169 TextureVertex::set(mesh++, x4, y4, u4, v4);
|