HomeSort by relevance Sort by last modified time
    Searched refs:setpos (Results 1 - 25 of 50) sorted by null

1 2

  /external/python/cpython3/Lib/turtledemo/
round_dance.py 55 setpos(0, -200)
planet_and_moon.py 43 self.setpos(x)
62 self.setpos(self.pos() + dt*self.v)
forest.py 62 t.setpos(x,y)
fractalcurves.py 88 ft.setpos(-33*size, -32*size)
penrose.py 96 setpos(x, y)
  /external/python/cpython2/Demo/turtle/
tdemo_planet_and_moon.py 44 self.setpos(x)
63 self.setpos(self.pos() + dt*self.v)
tdemo_fractalcurves.py 88 ft.setpos(-33*size, -32*size)
tdemo_penrose.py 96 setpos(x, y)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_aifc.py 53 f.setpos(pos2)
55 f.setpos(pos0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aifc.py 54 f.setpos(pos2)
56 f.setpos(pos0)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aifc.py 54 f.setpos(pos2)
56 f.setpos(pos0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 54 f.setpos(pos2)
56 f.setpos(pos0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 54 f.setpos(pos2)
56 f.setpos(pos0)
  /external/python/cpython2/Lib/test/
audiotests.py 242 f.setpos(pos2)
244 f.setpos(pos0)
247 f.setpos(-1)
249 f.setpos(f.getnframes() + 1)
  /external/python/cpython3/Lib/test/
audiotests.py 290 f.setpos(pos2)
292 f.setpos(pos0)
295 f.setpos(-1)
297 f.setpos(f.getnframes() + 1)
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_cam_sensor.h 551 struct msm_actuator_set_position_t setpos; member in union:msm_actuator_cfg_data::__anon51379
700 struct msm_actuator_set_position_t setpos; member in union:msm_actuator_cfg_data32::__anon51383
  /hardware/qcom/msm8994/kernel-headers/media/
msm_cam_sensor.h 510 struct msm_actuator_set_position_t setpos; member in union:msm_actuator_cfg_data::__anon51270
  /hardware/qcom/msm8996/kernel-headers/media/
msm_cam_sensor.h 531 struct msm_actuator_set_position_t setpos; member in union:msm_actuator_cfg_data::__anon51518
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_cam_sensor.h 473 struct msm_actuator_set_position_t setpos; member in union:msm_actuator_cfg_data::__anon51669
  /external/libpng/contrib/tools/
pngfix.c 1639 setpos(struct chunk *chunk) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
wave.py 9 When the setpos() and rewind() methods are not used, the seek()
29 setpos(pos) -- seek to the specified position
32 The position returned by tell() and the position given to setpos()
115 setpos() method
219 def setpos(self, pos): member in class:Wave_read
  /external/python/cpython2/Lib/
sunau.py 42 When the setpos() and rewind() methods are not used, the seek()
62 setpos(pos) -- seek to the specified position
65 The position returned by tell() and the position given to setpos()
279 def setpos(self, pos): member in class:Au_read
  /external/python/cpython3/Lib/
wave.py 9 When the setpos() and rewind() methods are not used, the seek()
29 setpos(pos) -- seek to the specified position
32 The position returned by tell() and the position given to setpos()
115 setpos() method
227 def setpos(self, pos): member in class:Wave_read
  /hardware/qcom/msm8998/kernel-headers/media/
msm_cam_sensor.h 604 struct msm_actuator_set_position_t setpos; member in union:msm_actuator_cfg_data::__anon51810
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_cam_sensor.h 543 struct msm_actuator_set_position_t setpos; member in union:msm_actuator_cfg_data::__anon51944

Completed in 527 milliseconds

1 2