Home
last modified time | relevance | path

Searched defs:op_name (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/scripts/update_payload/
Dapplier.py244 def _ApplyReplaceOperation(self, op, op_name, out_data, part_file, part_size): argument
309 def _ApplyMoveOperation(self, op, op_name, part_file): argument
333 def _ApplyZeroOperation(self, op, op_name, part_file): argument
355 def _ApplySourceCopyOperation(self, op, op_name, old_part_file, argument
399 def _ApplyDiffOperation(self, op, op_name, patch_data, old_part_file, argument
Dchecker.py707 def _CheckLength(self, length, total_blocks, op_name, length_name): argument
777 def _CheckReplaceOperation(self, op, data_length, total_dst_blocks, op_name): argument
810 total_dst_blocks, op_name): argument
892 def _CheckZeroOperation(self, op, op_name): argument
910 def _CheckAnyDiffOperation(self, op, data_length, total_dst_blocks, op_name): argument
945 total_dst_blocks, op_name): argument
967 def _CheckAnySourceOperation(self, op, total_src_blocks, op_name): argument
986 def _CheckOperation(self, op, op_name, is_last, old_block_counters, argument
Dcommon.py206 def _OperationNameFormatter(op, op_name): argument
Dchecker_unittest.py42 def _OpTypeByName(op_name): argument
/system/core/libpixelflinger/codeflinger/
Dmips64_disassem.c56 static const char * const op_name[64] = { variable
Dmips_disassem.c69 static const char * const op_name[64] = { variable
/system/update_engine/payload_generator/
Dinplace_generator.cc691 const string& op_name) { in AddInstallOpToGraph()