HomeSort by relevance Sort by last modified time
    Searched refs:size_override (Results 1 - 2 of 2) sorted by null

  /system/core/fastboot/
fastboot.cpp 894 const char *type_override, const char *size_override)
931 if (size_override) {
932 if (strcmp(size_override, pSize)) {
935 partition, pSize, size_override);
937 pSize = (char *)size_override;
1119 char *size_override = NULL; local
    [all...]
  /art/disassembler/
disassembler_x86.cc 69 bool byte_operand, uint8_t size_override) {
76 } else if (size_override == 0x66) {
84 bool byte_operand, uint8_t size_override, RegFile reg_file) {
86 DumpReg0(os, rex, reg, byte_operand, size_override);
95 bool byte_operand, uint8_t size_override, RegFile reg_file) {
98 DumpAnyReg(os, rex, reg_num, byte_operand, size_override, reg_file);
102 bool byte_operand, uint8_t size_override, RegFile reg_file) {
105 DumpAnyReg(os, rex, reg_num, byte_operand, size_override, reg_file);
123 bool byte_operand, uint8_t size_override) {
126 DumpReg0(os, rex, reg_num, byte_operand, size_override);
    [all...]

Completed in 55 milliseconds