Home
last modified time | relevance | path

Searched refs:_goto (Results 1 – 7 of 7) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorFSM.java256 _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/
DIOpcodes.java188 int _goto = 0xA7; // 167 2 0 field
486 _UNCONDITIONAL_BRANCHES [_goto] = true;
552 _NARROW_SIZE [_goto] = 3;
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1521 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/
Dturtle.py1605 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/
DInstrVisitor.java794 case _goto: in visit()
/external/python/cpython3/Lib/idlelib/
DChangeLog1439 Split the goto() function in two: _goto() is the internal one,
/external/python/cpython2/Lib/idlelib/
DChangeLog1439 Split the goto() function in two: _goto() is the internal one,