HomeSort by relevance Sort by last modified time
    Searched full:platform_system (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 8 from platform import system as platform_system namespace
66 if platform_system() != platform_name:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 8 from platform import system as platform_system namespace
66 if platform_system() != platform_name:
  /external/lldb/examples/python/
memory.py 24 platform_system = platform.system() variable
25 if platform_system == 'Darwin':
performance.py 30 platform_system = platform.system() variable
31 if platform_system == 'Darwin':
process_events.py 26 platform_system = platform.system() variable
27 if platform_system == 'Darwin':
types.py 25 platform_system = platform.system() variable
26 if platform_system == 'Darwin':
crashlog.py 51 platform_system = platform.system() variable
52 if platform_system == 'Darwin':
    [all...]
  /external/lldb/test/
dotest.py 489 platform_system = platform.system()
510 if platform_system == 'Darwin' and platform_machine == 'x86_64':
    [all...]

Completed in 680 milliseconds