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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_imageop.py 15 _VALUES = (1, 2, 2**10, 2**15-1, 2**15, 2**15+1, 2**31-2, 2**31-1)
16 VALUES = tuple( -x for x in reversed(_VALUES) ) + (0,) + _VALUES
  /external/python/cpython2/Lib/test/
test_imageop.py 13 _VALUES = (1, 2, 2**10, 2**15-1, 2**15, 2**15+1, 2**31-2, 2**31-1)
14 VALUES = tuple( -x for x in reversed(_VALUES) ) + (0,) + _VALUES
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imageop.py 15 _VALUES = (1, 2, 2**10, 2**15-1, 2**15, 2**15+1, 2**31-2, 2**31-1)
16 VALUES = tuple( -x for x in reversed(_VALUES) ) + (0,) + _VALUES
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imageop.py 15 _VALUES = (1, 2, 2**10, 2**15-1, 2**15, 2**15+1, 2**31-2, 2**31-1)
16 VALUES = tuple( -x for x in reversed(_VALUES) ) + (0,) + _VALUES
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 15 _VALUES = (1, 2, 2**10, 2**15-1, 2**15, 2**15+1, 2**31-2, 2**31-1)
16 VALUES = tuple( -x for x in reversed(_VALUES) ) + (0,) + _VALUES
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 15 _VALUES = (1, 2, 2**10, 2**15-1, 2**15, 2**15+1, 2**31-2, 2**31-1)
16 VALUES = tuple( -x for x in reversed(_VALUES) ) + (0,) + _VALUES

Completed in 198 milliseconds