Searched refs:target_slot (Results 1 – 7 of 7) sorted by relevance
/external/autotest/server/site_tests/brillo_RecoverFromBadImage/ |
D | brillo_RecoverFromBadImage.py | 52 target_slot = 0 if current_slot else 1 53 partition = partition[:-1] + chr(ord('a') + target_slot) 56 '(slot %d)', current_slot, partition, target_slot) 59 target_slot = ord(partition[-1]) - ord('a') 60 if target_slot == current_slot: 61 target_slot = None 69 return partition, target_slot 138 partition, target_slot = self.resolve_slot(host, partition) 155 if target_slot is not None: 157 host.run('bootctl set-active-boot-slot %d' % target_slot) [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | mtb.py | 603 def get_x_y(self, target_slot): argument 619 if (slot == target_slot and slot == 0 and not target_slot_live and 626 if slot == target_slot and not target_slot_live: 628 if slot != target_slot: 839 def get_points(self, target_slot): argument 841 list_x, list_y = self.get_x_y(target_slot) 844 def get_distances(self, target_slot): argument 846 points = self.get_points(target_slot) 869 def get_total_motion(self, target_slot): argument 879 slot == target_slot): [all …]
|
/external/tensorflow/tensorflow/core/util/ |
D | presized_cuckoo_map.h | 107 int target_slot = kNoSpace; in InsertUnique() local 114 } else if (target_slot == kNoSpace && bptr->keys[slot] == kUnusedSlot) { in InsertUnique() 116 target_slot = slot; in InsertUnique() 121 if (target_slot != kNoSpace) { in InsertUnique() 122 InsertInternal(tk, v, target_bucket, target_slot); in InsertUnique()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | mtb_unittest.py | 41 def get_x_y(self, target_slot): argument 561 target_slot = 0 565 displacements = packets.get_displacements_for_slots(target_slot)
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 2169 int32_t target_slot = slot; in CompileTCS() local 2171 target_slot += VERTEX_ATTRIB_START_SLOT; in CompileTCS() 2181 target_slot--; in CompileTCS() 2185 target_slot = VERTEX_POSITION_SLOT; in CompileTCS() 2187 STORE(C(target_slot), vtxOutputAttribMap, {0, slot}); in CompileTCS() 2188 mapConstants.push_back(C(target_slot)); in CompileTCS()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1757 auto& target_slot = state.stack_state[local_index]; in LocalSet() local 1760 if (target_slot.is_reg()) state.dec_used(target_slot.reg()); in LocalSet() 1761 target_slot.Copy(source_slot); in LocalSet() 1762 if (is_tee) state.inc_used(target_slot.reg()); in LocalSet() 1765 if (target_slot.is_reg()) state.dec_used(target_slot.reg()); in LocalSet() 1766 target_slot.Copy(source_slot); in LocalSet() 1769 LocalSetFromStackSlot(&target_slot, local_index); in LocalSet()
|
/external/v8/src/heap/ |
D | mark-compact.cc | 2316 HeapObjectSlot target_slot = in CompactTransitionArray() local 2318 RecordSlot(transitions, target_slot, raw_target->GetHeapObject()); in CompactTransitionArray()
|