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

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
set64.s 1 # sparc64 set insn handling (includes set, setuw, setsw, setx)
9 setx foo,%g1,%g2
11 setx -1,%g1,%g3
12 setx 0,%g1,%g3
13 setx 1,%g1,%g3
14 setx 4095,%g1,%g3
15 setx 4096,%g1,%g3
16 setx -4096,%g1,%g3
17 setx -4097,%g1,%g3
18 setx 65535,%g1,%g
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_doctest2.py 71 def setx(self, value): member in class:C
80 x = property(getx, setx, doc="""\
test_sys.py 688 def setx(self, value): self.__x = value member in class:SizeofTest.test_objecttypes.C
690 x = property(getx, setx, delx, "")
test_descr.py 1999 def setx(self, value): member in class:.test_properties.C
    [all...]
  /external/python/cpython2/Lib/test/
test_doctest2.py 71 def setx(self, value): member in class:C
80 x = property(getx, setx, doc="""\
test_turtle.py 387 self.nav.setx(-1023.2334)
test_sys.py 693 def setx(self, value): self.__x = value member in class:SizeofTest.test_objecttypes.C
695 x = property(getx, setx, delx, "")
test_descr.py 2025 def setx(self, value): member in class:.test_properties.C
    [all...]
  /external/python/cpython3/Lib/test/
test_doctest2.py 70 def setx(self, value): member in class:C
79 x = property(getx, setx, doc="""\
test_turtle.py 391 self.nav.setx(-1023.2334)
test_sys.py 1044 def setx(self, value): self.__x = value member in class:SizeofTest.test_objecttypes.C
    [all...]
test_descr.py 2110 def setx(self, value): member in class:.test_properties.C
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_doctest2.py 71 def setx(self, value): member in class:C
80 x = property(getx, setx, doc="""\
test_sys.py 670 def setx(self, value): self.__x = value member in class:SizeofTest.test_objecttypes.C
672 x = property(getx, setx, delx, "")
test_descr.py 2016 def setx(self, value): member in class:.test_properties.C
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_doctest2.py 71 def setx(self, value): member in class:C
80 x = property(getx, setx, doc="""\
test_sys.py 670 def setx(self, value): self.__x = value member in class:SizeofTest.test_objecttypes.C
672 x = property(getx, setx, delx, "")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest2.py 71 def setx(self, value): member in class:C
80 x = property(getx, setx, doc="""\
test_sys.py 670 def setx(self, value): self.__x = value member in class:SizeofTest.test_objecttypes.C
672 x = property(getx, setx, delx, "")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest2.py 71 def setx(self, value): member in class:C
80 x = property(getx, setx, doc="""\
test_sys.py 670 def setx(self, value): self.__x = value member in class:SizeofTest.test_objecttypes.C
672 x = property(getx, setx, delx, "")
  /external/python/cpython3/Lib/turtledemo/
sorting_animate.py 54 d.setx(self.x + 34 * len(self))
60 b.setx(xpos - 34)
65 b.setx(xpos + 34)
77 b.setx(self.x + 34 * key)
minimal_hanoi.py 36 d.setx(self.x)
  /external/python/cpython2/Demo/turtle/
tdemo_minimal_hanoi.py 36 d.setx(self.x)
  /external/icu/icu4c/source/test/intltest/
usettest.cpp 712 UnicodeSet *setx = UnicodeSet::fromUSet(uset); local
713 TEST_ASSERT((void *)setx == (void *)uset);
    [all...]

Completed in 1013 milliseconds

1 2