Searched refs:_goto (Results 1 – 7 of 7) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorFSM.java | 256 _goto: while (true) { in test() 261 continue _goto; in test() local 265 continue _goto; in test() local 454 …essorType = SyntheticAccessorResolver.GETTER; { p += 1; _goto_targ = 5; if (true) continue _goto;} in test() local 460 …essorType = SyntheticAccessorResolver.SETTER; { p += 1; _goto_targ = 5; if (true) continue _goto;} in test() local 466 …essorType = SyntheticAccessorResolver.METHOD; { p += 1; _goto_targ = 5; if (true) continue _goto;} in test() local 484 accessorType = mathOp; { p += 1; _goto_targ = 5; if (true) continue _goto;} in test() local 495 continue _goto; in test() local 499 continue _goto; in test() local
|
/external/emma/core/java12/com/vladium/jcd/opcodes/ |
D | IOpcodes.java | 188 int _goto = 0xA7; // 167 2 0 field 486 _UNCONDITIONAL_BRANCHES [_goto] = true; 552 _NARROW_SIZE [_goto] = 3;
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 1521 self._goto(ende) 1528 def _goto(self, end): member in TNavigator 1690 self._goto(Vec2D(*x)) 1692 self._goto(Vec2D(x, y)) 1724 self._goto(Vec2D(x, self._position[1])) 1742 self._goto(Vec2D(self._position[0], y)) 2977 def _goto(self, end): member in RawTurtle
|
/external/python/cpython3/Lib/ |
D | turtle.py | 1605 self._goto(ende) 1612 def _goto(self, end): member in TNavigator 1774 self._goto(Vec2D(*x)) 1776 self._goto(Vec2D(x, y)) 1808 self._goto(Vec2D(x, self._position[1])) 1826 self._goto(Vec2D(self._position[0], y)) 3144 def _goto(self, end): member in RawTurtle
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 794 case _goto: in visit()
|
/external/python/cpython3/Lib/idlelib/ |
D | ChangeLog | 1439 Split the goto() function in two: _goto() is the internal one,
|
/external/python/cpython2/Lib/idlelib/ |
D | ChangeLog | 1439 Split the goto() function in two: _goto() is the internal one,
|