Searched refs:platform (Results 276 - 300 of 1395) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/scons/
H A Dgallium.py38 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']
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Ddesktop_browser_finder_unittest.py14 # We prefer this approach to having to run the same test on every platform on
52 self._finder_stubs.sys.platform = 'win32'
53 self._path_stubs.sys.platform = 'win32'
86 self._finder_stubs.sys.platform = 'win32'
87 self._path_stubs.sys.platform = 'win32'
114 self._finder_stubs.sys.platform = 'darwin'
115 self._path_stubs.sys.platform = 'darwin'
145 self._finder_stubs.sys.platform = 'linux2'
146 self._path_stubs.sys.platform = 'linux2'
205 self._finder_stubs.sys.platform
[all...]
H A Dcros_browser_finder.py9 from telemetry.core import platform as platform_module
12 from telemetry.core.platform import cros_device
13 from telemetry.core.platform import cros_interface
114 platform = platform_module.GetPlatformForDevice(device)
139 return [PossibleCrOSBrowser('cros-chrome', finder_options, platform,
141 PossibleCrOSBrowser('cros-chrome-guest', finder_options, platform,
/external/chromium_org/native_client_sdk/src/tools/
H A Ddecode_dump.py23 addr2line, library_paths, platform):
31 platform: platform string to use in nmf files.
41 self.platform = platform
59 nmf_url = nmf_entry.get(self.platform, {}).get('url')
191 parser.add_option('-p', '--platform', dest='platform',
192 help='platform in a style match nmf files')
202 platform
[all...]
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dtest_expectations.py71 platform = browser.platform
80 if self._ModifiersApply(platform, gpu_info, e):
109 def _ModifiersApply(self, platform, gpu_info, expectation):
112 platform.GetOSName() in expectation.os_conditions or
113 platform.GetOSVersionName() in expectation.os_conditions)
/external/chromium_org/v8/tools/
H A Dnacl-run.py97 if sys.platform.startswith("linux"):
98 platform = "linux"
99 elif sys.platform == "darwin":
100 platform = "mac"
106 toolchain = platform + "_x86_glibc"
111 toolchain = platform + "_x86_glibc"
/external/deqp/android/scripts/
H A Dcommon.py16 if sys.platform.startswith('linux'):
19 return sys.platform
22 platform = getPlatform()
23 if platform in variants:
24 return variants[platform]
28 raise Exception("No configuration for '%s'" % platform)
187 os.path.join(ANDROID_SDK_PATH, "platform-tools", "adb"),
188 os.path.join(ANDROID_SDK_PATH, "platform-tools", "adb.exe"),
/external/chromium_org/tools/gyp/test/make_global_settings/ar/
H A Dgyptest-make_global_settings_ar.py40 if sys.platform == 'win32':
69 if sys.platform in ('linux2', 'darwin'):
107 if sys.platform == 'win32':
/external/chromium_org/tools/gyp/test/make_global_settings/ld/
H A Dgyptest-make_global_settings_ld.py40 if sys.platform == 'win32':
66 if sys.platform == 'win32':
79 if sys.platform in ('linux2', 'darwin'):
/external/compiler-rt/make/
H A Dlib_platforms.mk17 $$(info MAKE: $(PlatformName): Loading platform)
26 # Reset platform specific variables to sentinel value.
36 # Get the platform variables.
53 # Collect all the platform variables for subsequent use.
71 $$(info MAKE: $(PlatformName): Done loading platform)
76 PlatformFiles := $(wildcard make/platform/*.mk)
/external/lldb/test/functionalities/inferior-changed/
H A DTestInferiorChanged.py13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
52 if sys.platform.startswith("darwin"):
73 if sys.platform.startswith("darwin"):
/external/lldb/test/lang/c/function_types/
H A DTestFunctionTypes.py13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
26 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
90 if sys.platform.startswith("darwin"):
/external/chromium_org/chrome/common/extensions/features/
H A Dchrome_channel_feature_filter.h27 Feature::Platform platform) const OVERRIDE;
/external/chromium_org/components/gcm_driver/
H A Dgcm_client.cc10 : platform(PLATFORM_UNKNOWN),
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dverify_filelist_test.py17 def Verify(platform, rules_contents, directory_list):
18 rules = verify_filelist.Rules('test', platform, rules_contents)
70 rules = '[frob]bad/platform'
104 for platform in ('linux', 'mac', 'win'):
105 Verify(platform, rules, dirlist)
/external/chromium_org/remoting/tools/build/
H A Dremoting_copy_locales.py25 # The target platform. If it is not defined, sys.platform will be used.
131 if sys.platform == 'darwin':
133 elif sys.platform.startswith('linux'):
135 elif sys.platform in ('cygwin', 'win32'):
138 OS = sys.platform
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dclean-header-guards24 %r|platform/graphics/cairo|,
25 %r|platform/image-decoders|,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dchecksvnconfigfile.py52 if host.platform.is_win():
H A Dfind_files_unittest.py57 # This tests the actual windows platform, to ensure we get the same
59 if sys.platform != 'win32':
/external/chromium_org/third_party/mesa/src/scons/
H A Dfixes.py4 if sys.platform == 'win32':
/external/chromium_org/third_party/webrtc/base/
H A Dlatebindingsymboltable.h23 #error Not implemented for this platform
/external/chromium_org/tools/gyp/test/actions-multiple/
H A Dgyptest-all.py38 if sys.platform in ['win32', 'cygwin']:
/external/chromium_org/tools/gyp/test/copies/
H A Dgyptest-attribs.py33 if sys.platform != 'win32':
/external/chromium_org/tools/gyp/test/ios/
H A Dgyptest-crosscompile.py17 if sys.platform == 'darwin':
/external/chromium_org/tools/gyp/test/library_dirs/
H A Dgyptest-library-dirs.py34 if sys.platform in ('win32', 'cygwin'):

Completed in 9698 milliseconds

<<11121314151617181920>>