/platform_testing/tests/smokefast/ |
Android.mk | 16 LOCAL_CERTIFICATE := platform
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_find.py | 7 if sys.platform == "win32": 11 elif sys.platform == "darwin": 58 ##if os.name == "posix" and sys.platform != "darwin":
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_find.py | 7 if sys.platform == "win32": 11 elif sys.platform == "darwin": 58 ##if os.name == "posix" and sys.platform != "darwin":
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 7 if sys.platform == "win32": 11 elif sys.platform == "darwin": 58 ##if os.name == "posix" and sys.platform != "darwin":
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_find.py | 7 if sys.platform == "win32": 11 elif sys.platform == "darwin": 58 ##if os.name == "posix" and sys.platform != "darwin":
|
/external/mesa3d/scons/ |
gallium.py | 38 import platform as _platform 115 platform = env['platform'] 142 env['suncc'] = env['platform'] == 'sunos' and os.path.basename(env['CC']) == 'cc' 152 platform = env['platform'] 176 env['crosscompile'] = platform != host_platform 214 build_subdir = env['platform'] 247 if env['platform'] in ('posix', 'linux', 'freebsd', 'darwin'): 257 if env['platform'] == 'darwin' [all...] |
/external/boringssl/src/util/bot/go/ |
bootstrap.py | 19 import platform namespace 44 # Platform depended suffix for executable files. 45 EXE_SFX = '.exe' if sys.platform == 'win32' else '' 50 # Platform dependent portion of a download URL. See http://golang.org/dl/. 68 """URL of a platform specific Go toolset archive.""" 75 }.get(platform.machine().lower()) 76 variant = TOOLSET_VARIANTS.get((sys.platform, arch)) 79 raise Failure('Unrecognized platform') 114 shutil.rmtree(p, onerror=onerror if sys.platform == 'win32' else None)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
cros_browser_finder.py | 10 from telemetry.core import platform as platform_module 16 from telemetry.internal.platform import cros_device 104 platform = platform_module.GetPlatformForDevice(device, finder_options) 132 platform, is_guest=False), 134 finder_options, platform,
|
/external/clang/tools/scan-view/share/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/share/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/share/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/share/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/clang/host/linux-x86/3.8/tools/scan-view/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/share/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/share/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-view/share/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/clang/linux-x86/host/3.6/tools/scan-view/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
startfile.py | 1 """Utility for opening a file using the default application in a cross-platform 35 if sys.platform[:3] == 'win': 43 if (os.environ.get('DISPLAY') or sys.platform[:3] == 'win' or 44 sys.platform == 'darwin'): 81 # Platform support for Windows 82 if sys.platform[:3] == 'win': 101 # Platform support for MacOS 102 elif sys.platform == 'darwin': 107 # Platform support for Unix
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
dependency_info_unittest.py | 11 # Must have a dependency, platform and file_path. 23 self.assertEqual('plat', empty_di.platform) 31 'dep', 'platform', 'config_path', local_path_info 34 self.assertEqual('platform', dep_info.platform) 43 'dep', 'platform', 'config_path', cloud_storage_info=cs_info) 45 self.assertEqual('platform', dep_info.platform) 55 'dep', 'platform', 'config_path', cloud_storage_info=cs_info) 57 self.assertEqual('platform', dep_info.platform [all...] |
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
_vinn.py | 9 import platform namespace 104 if platform.system() == 'Linux' and platform.machine() == 'x86_64': 106 elif platform.system() == 'Darwin' and platform.machine() == 'x86_64': 108 elif platform.system() == 'Windows' and platform.machine() == 'AMD64': 112 'd8 binary for this platform (%s) and architecture (%s) is not yet' 113 ' supported' % (platform.system(), platform.machine()) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sysconfig.py | 36 self.platform = sys.platform 56 sys.platform = self.platform 115 sys.platform = 'win32' 122 sys.platform = 'win32' 129 sys.platform = 'win32' 136 sys.platform = 'darwin' 229 sys.platform = 'linux2' 279 @unittest.skipUnless(sys.platform == "darwin", "test only relevant on MacOSX" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sysconfig.py | 36 self.platform = sys.platform 56 sys.platform = self.platform 115 sys.platform = 'win32' 122 sys.platform = 'win32' 129 sys.platform = 'win32' 136 sys.platform = 'darwin' 229 sys.platform = 'linux2' 279 @unittest.skipUnless(sys.platform == "darwin", "test only relevant on MacOSX" [all...] |