HomeSort by relevance Sort by last modified time
    Searched full:hexversion (Results 1 - 25 of 48) sorted by null

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_objects.py 62 if sys.hexversion > 0x02040000:
69 if sys.hexversion > 0x02040000:
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_objects.py 62 if sys.hexversion > 0x02040000:
69 if sys.hexversion > 0x02040000:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_objects.py 62 if sys.hexversion > 0x02040000:
69 if sys.hexversion > 0x02040000:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_objects.py 62 if sys.hexversion > 0x02040000:
69 if sys.hexversion > 0x02040000:
  /build/tools/releasetools/
make_recovery_patch 19 if sys.hexversion < 0x02070000:
make_recovery_patch.py 19 if sys.hexversion < 0x02070000:
img_from_target_files 31 if sys.hexversion < 0x02070000:
img_from_target_files.py 31 if sys.hexversion < 0x02070000:
add_img_to_target_files 27 if sys.hexversion < 0x02070000:
add_img_to_target_files.py 27 if sys.hexversion < 0x02070000:
check_target_files_signatures 44 if sys.hexversion < 0x02070000:
check_target_files_signatures.py 44 if sys.hexversion < 0x02070000:
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
ipv4.py 21 if sys.hexversion < 0x02030000 or sys.platform == 'win32':
version.py 33 hexversion = MAJOR << 24 | MINOR << 16 | MICRO << 8 | RELEASELEVEL << 4 | \
34 SERIAL variable
tsig.py 189 if sys.hexversion < 0x02050000:
name.py 28 if sys.hexversion >= 0x02030000:
601 if isinstance(text, unicode) and sys.hexversion >= 0x02030000:
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_ext.py 740 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
755 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
762 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_ext.py 740 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
755 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
762 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 740 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
755 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
762 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 740 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
755 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
762 (sys.hexversion >> 24, (sys.hexversion >> 16) & 0xff))
    [all...]
  /development/scripts/
add-accounts 23 if sys.hexversion < 0x02040000:
add-accounts-sdk 23 if sys.hexversion < 0x02040000:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
re.py 179 if sys.hexversion >= 0x02020000:
  /prebuilts/gdb/linux-x86/lib/python2.7/
re.py 179 if sys.hexversion >= 0x02020000:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 179 if sys.hexversion >= 0x02020000:

Completed in 1228 milliseconds

1 2