Home
last modified time | relevance | path

Searched refs:op_name (Results 1 – 6 of 6) sorted by relevance

/system/update_engine/scripts/update_payload/
Dchecker.py691 def _CheckLength(self, length, total_blocks, op_name, length_name): argument
705 raise error.PayloadError('%s: %s is zero.' % (op_name, length_name))
709 '%s: %s' % (op_name, length_name))
753 def _CheckReplaceOperation(self, op, data_length, total_dst_blocks, op_name): argument
768 'total_dst_blocks.' % op_name)
772 raise error.PayloadError('%s: contains src_extents.' % op_name)
776 raise error.PayloadError('%s: missing data_{offset,length}.' % op_name)
781 op_name + '.data_length', 'dst')
788 (op_name, data_length, total_dst_blocks, self.block_size))
790 def _CheckZeroOperation(self, op, op_name): argument
[all …]
Dapplier.py231 def _ApplyReplaceOperation(self, op, op_name, out_data, part_file, part_size): argument
259 '%s.dst_extents' % op_name):
292 (op_name, data_start, data_length))
294 def _ApplyZeroOperation(self, op, op_name, part_file): argument
306 base_name = '%s.dst_extents' % op_name
314 def _ApplySourceCopyOperation(self, op, op_name, old_part_file, argument
330 (op_name, op.type))
339 '%s.dst_extents' % op_name)
358 def _ApplyDiffOperation(self, op, op_name, patch_data, old_part_file, argument
375 (op_name, op.type))
[all …]
Dcommon.py201 def _OperationNameFormatter(op, op_name): argument
202 return '%s(%s)' % (op_name, OpType.NAMES.get(op.type, '?'))
Dchecker_unittest.py45 def _OpTypeByName(op_name): argument
58 return op_name_to_type[op_name]
/system/core/libpixelflinger/codeflinger/
Dmips_disassem.c69 static const char * const op_name[64] = { variable
360 db_printf("%s\t%s,", op_name[i.IType.op], in db_disasm_insn()
373 db_printf("%s\t%s,%s,", op_name[i.IType.op], in db_disasm_insn()
461 db_printf("%s\t", op_name[i.JType.op]); in db_disasm_insn()
468 db_printf("%s\tf%d,", op_name[i.IType.op], in db_disasm_insn()
483 db_printf("%s\t%s,", op_name[i.IType.op], in db_disasm_insn()
500 db_printf("%s\t%s,%s,0x%x", op_name[i.IType.op], in db_disasm_insn()
507 db_printf("%s\t%s,0x%x", op_name[i.IType.op], in db_disasm_insn()
514 op_name[i.IType.op], in db_disasm_insn()
532 db_printf("%s\t%s,%s,%d", op_name[i.IType.op], in db_disasm_insn()
Dmips64_disassem.c56 static const char * const op_name[64] = { variable
363 db_printf("%s\t%s,", op_name[i.IType.op], in db_disasm_insn()
374 db_printf("%s\t%s,%s,", op_name[i.IType.op], in db_disasm_insn()
462 db_printf("%s\t", op_name[i.JType.op]); in db_disasm_insn()
469 db_printf("%s\tf%d,", op_name[i.IType.op], in db_disasm_insn()
484 db_printf("%s\t%s,", op_name[i.IType.op], in db_disasm_insn()
501 db_printf("%s\t%s,%s,0x%x", op_name[i.IType.op], in db_disasm_insn()
512 db_printf("%s\t%s,%s,%d", op_name[i.IType.op], in db_disasm_insn()
528 db_printf("%s\t%s,%s,%d", op_name[i.IType.op], in db_disasm_insn()