HomeSort by relevance Sort by last modified time
    Searched refs:initpos (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Demo/turtle/
tdemo_bytedesign.py 51 def wheel(self, initpos, scale):
54 self.pentpiece(initpos, scale)
58 self.tripiece(initpos, scale)
69 def tripiece(self, initpos, scale):
75 self.goto(initpos)
81 self.goto(initpos)
86 def pentpiece(self, initpos, scale):
96 self.goto(initpos)
105 self.goto(initpos)
  /external/python/cpython3/Lib/turtledemo/
bytedesign.py 50 def wheel(self, initpos, scale):
53 self.pentpiece(initpos, scale)
57 self.tripiece(initpos, scale)
68 def tripiece(self, initpos, scale):
74 self.goto(initpos)
80 self.goto(initpos)
85 def pentpiece(self, initpos, scale):
95 self.goto(initpos)
104 self.goto(initpos)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
writebarrier.go 79 initpos := f.Entry.Pos
92 sb = f.Entry.NewValue0(initpos, OpSB, f.Config.Types.Uintptr)
95 sp = f.Entry.NewValue0(initpos, OpSP, f.Config.Types.Uintptr)
98 wbaddr = f.Entry.NewValue1A(initpos, OpAddr, f.Config.Types.UInt32Ptr, wbsym, sb)
105 const0 = f.ConstInt32(initpos, f.Config.Types.UInt32, 0)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
writebarrier.go 79 initpos := f.Entry.Pos
92 sb = f.Entry.NewValue0(initpos, OpSB, f.Config.Types.Uintptr)
95 sp = f.Entry.NewValue0(initpos, OpSP, f.Config.Types.Uintptr)
98 wbaddr = f.Entry.NewValue1A(initpos, OpAddr, f.Config.Types.UInt32Ptr, wbsym, sb)
105 const0 = f.ConstInt32(initpos, f.Config.Types.UInt32, 0)

Completed in 173 milliseconds