Home
last modified time | relevance | path

Searched refs:old_target (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DTkdnd.py166 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/
Ddnd.py166 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/v8/src/heap/
Dremembered-set.h298 Code* old_target = Code::GetCodeFromTargetAddress(rinfo->target_address()); in UpdateCodeTarget() local
299 Object* new_target = old_target; in UpdateCodeTarget()
303 if (new_target != old_target) { in UpdateCodeTarget()
316 HeapObject* old_target = rinfo->target_object(); in UpdateEmbeddedPointer() local
317 Object* new_target = old_target; in UpdateEmbeddedPointer()
321 if (new_target != old_target) { in UpdateEmbeddedPointer()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionList.java1155 …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/avb/contrib/linux/4.4/
D0001-ANDROID-Update-init-do_mounts_dm.c-to-the-latest-Chr.patch200 - struct dm_setup_target *old_target = NULL;
204 - old_target = target;
206 - kfree(old_target);
214 + struct dm_setup_target *old_target = target;
218 + kfree(old_target);
/external/v8/src/arm64/
Dassembler-arm64-inl.h29 Address old_target = in apply() local
31 Address new_target = old_target - delta; in apply()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/virglrenderer/src/
Dvrend_renderer.c770 struct vrend_so_target *old_target = *ptr; in vrend_so_target_reference() local
773 vrend_destroy_so_target(old_target); in vrend_so_target_reference()