Searched refs:old_target (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_legalize.c | 455 remove_unused_block(struct ir3_block *old_target) in remove_unused_block() argument 457 list_delinit(&old_target->node); in remove_unused_block() 460 for (unsigned i = 0; i < ARRAY_SIZE(old_target->successors); i++) { in remove_unused_block() 461 if (old_target->successors[i]) { in remove_unused_block() 462 struct ir3_block *succ = old_target->successors[i]; in remove_unused_block() 463 _mesa_set_remove_key(succ->predecessors, old_target); in remove_unused_block() 471 struct ir3_block *old_target = instr->cat0.target; in retarget_jump() local 475 if (cur_block->successors[0] == old_target) { in retarget_jump() 478 debug_assert(cur_block->successors[1] == old_target); in retarget_jump() 486 debug_assert(_mesa_set_search(old_target->predecessors, cur_block)); in retarget_jump() [all …]
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkdnd.py | 166 old_target = self.target 167 if old_target is new_target: 168 if old_target: 169 old_target.dnd_motion(source, event) 171 if old_target: 173 old_target.dnd_leave(source, event)
|
/external/python/cpython3/Lib/tkinter/ |
D | dnd.py | 167 old_target = self.target 168 if old_target is new_target: 169 if old_target: 170 old_target.dnd_motion(source, event) 172 if old_target: 174 old_target.dnd_leave(source, event)
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | InstructionList.java | 1155 …public void redirectBranches(final InstructionHandle old_target, final InstructionHandle new_targe… in redirectBranches() argument 1161 if (target == old_target) { in redirectBranches() 1167 if (targets[j] == old_target) { in redirectBranches() 1187 …ectLocalVariables(final LocalVariableGen[] lg, final InstructionHandle old_target, final Instructi… in redirectLocalVariables() argument 1191 if (start == old_target) { in redirectLocalVariables() 1194 if (end == old_target) { in redirectLocalVariables() 1211 …nHandlers(final CodeExceptionGen[] exceptions, final InstructionHandle old_target, final Instructi… in redirectExceptionHandlers() argument 1213 if (exception.getStartPC() == old_target) { in redirectExceptionHandlers() 1216 if (exception.getEndPC() == old_target) { in redirectExceptionHandlers() 1219 if (exception.getHandlerPC() == old_target) { in redirectExceptionHandlers()
|
/external/python/cpython3/Doc/library/ |
D | tkinter.dnd.rst | 31 2. Call to *<old_target>.dnd_leave(source, event)*
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 1065 struct vrend_so_target *old_target = *ptr; in vrend_so_target_reference() local 1068 vrend_destroy_so_target(old_target); in vrend_so_target_reference()
|