Searched refs:platform (Results 1 - 25 of 791) sorted by relevance

1234567891011>>

/external/chromium_org/tools/python/google/
H A Dplatform_utils.py7 Any functions whose implementations or values differ from one platform to
8 another should be defined in their respective platform_utils_<platform>.py
10 provide callers with a common, platform-independent interface.
16 # especially has had problems), but we'll allow the platform utils to be
18 if sys.platform in ('cygwin', 'win32'):
20 elif sys.platform == 'darwin':
22 elif sys.platform.startswith('linux'):
/external/stlport/stlport/stl/config/
H A D_mac.h5 #error Looks like unsupported platform
/external/kernel-headers/original/asm-mips/
H A Dwar.h82 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
112 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
128 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
141 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
155 #error Check setting of BCM1250_M3_WAR for your platform
162 #error Check setting of SIBYTE_1956_WAR for your platform
178 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
197 #error Check setting of MIPS_CACHE_SYNC_WAR for your platform
208 #error Check setting of TX49XX_ICACHE_INDEX_INV_WAR for your platform
216 #error Check setting of RM9000_CDEX_SMP_WAR for your platform
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DPlatform.cpp32 #include "public/platform/Platform.h"
38 void Platform::initialize(Platform* platform) argument
40 s_platform = platform;
H A DWebPrerenderingSupport.cpp31 #include "public/platform/WebPrerenderingSupport.h"
37 void WebPrerenderingSupport::initialize(WebPrerenderingSupport* platform) argument
39 s_platform = platform;
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-midl-rules.py15 if sys.platform == 'win32':
20 for platform in ['Win32', 'x64']:
21 test.set_configuration('Debug|%s' % platform)
/external/chromium_org/base/test/expectations/
H A Dexpectation.cc36 static bool IsValidPlatform(const Platform* platform) { argument
37 const std::string& name = platform->name;
38 const std::string& variant = platform->variant;
89 Platform platform; local
91 platform.name = "Win";
94 platform.variant = "XP";
96 platform.variant = "Vista";
98 platform.variant = "7";
100 platform.variant = "8";
102 platform
[all...]
H A Dexpectation_unittest.cc52 test_expectations::Platform platform; local
54 EXPECT_TRUE(PlatformFromString("Win", &platform));
55 EXPECT_EQ("Win", platform.name);
56 EXPECT_EQ("", platform.variant);
58 EXPECT_TRUE(PlatformFromString("Mac-10.6", &platform));
59 EXPECT_EQ("Mac", platform.name);
60 EXPECT_EQ("10.6", platform.variant);
62 EXPECT_TRUE(PlatformFromString("ChromeOS", &platform));
63 EXPECT_EQ("ChromeOS", platform.name);
64 EXPECT_EQ("", platform
98 test_expectations::Platform platform; local
104 test_expectations::Platform platform; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_platform.target.darwin-arm.mk26 third_party/WebKit/Source/core/platform/CalculationValue.cpp \
27 third_party/WebKit/Source/core/platform/Clock.cpp \
28 third_party/WebKit/Source/core/platform/ContentType.cpp \
29 third_party/WebKit/Source/core/platform/ContextMenu.cpp \
30 third_party/WebKit/Source/core/platform/ContextMenuItem.cpp \
31 third_party/WebKit/Source/core/platform/CrossThreadCopier.cpp \
32 third_party/WebKit/Source/core/platform/Cursor.cpp \
33 third_party/WebKit/Source/core/platform/DateComponents.cpp \
34 third_party/WebKit/Source/core/platform/Decimal.cpp \
35 third_party/WebKit/Source/core/platform/DragDat
[all...]
H A Dwebcore_platform.target.darwin-mips.mk26 third_party/WebKit/Source/core/platform/CalculationValue.cpp \
27 third_party/WebKit/Source/core/platform/Clock.cpp \
28 third_party/WebKit/Source/core/platform/ContentType.cpp \
29 third_party/WebKit/Source/core/platform/ContextMenu.cpp \
30 third_party/WebKit/Source/core/platform/ContextMenuItem.cpp \
31 third_party/WebKit/Source/core/platform/CrossThreadCopier.cpp \
32 third_party/WebKit/Source/core/platform/Cursor.cpp \
33 third_party/WebKit/Source/core/platform/DateComponents.cpp \
34 third_party/WebKit/Source/core/platform/Decimal.cpp \
35 third_party/WebKit/Source/core/platform/DragDat
[all...]
H A Dwebcore_platform.target.darwin-x86.mk26 third_party/WebKit/Source/core/platform/CalculationValue.cpp \
27 third_party/WebKit/Source/core/platform/Clock.cpp \
28 third_party/WebKit/Source/core/platform/ContentType.cpp \
29 third_party/WebKit/Source/core/platform/ContextMenu.cpp \
30 third_party/WebKit/Source/core/platform/ContextMenuItem.cpp \
31 third_party/WebKit/Source/core/platform/CrossThreadCopier.cpp \
32 third_party/WebKit/Source/core/platform/Cursor.cpp \
33 third_party/WebKit/Source/core/platform/DateComponents.cpp \
34 third_party/WebKit/Source/core/platform/Decimal.cpp \
35 third_party/WebKit/Source/core/platform/DragDat
[all...]
H A Dwebcore_platform.target.linux-arm.mk26 third_party/WebKit/Source/core/platform/CalculationValue.cpp \
27 third_party/WebKit/Source/core/platform/Clock.cpp \
28 third_party/WebKit/Source/core/platform/ContentType.cpp \
29 third_party/WebKit/Source/core/platform/ContextMenu.cpp \
30 third_party/WebKit/Source/core/platform/ContextMenuItem.cpp \
31 third_party/WebKit/Source/core/platform/CrossThreadCopier.cpp \
32 third_party/WebKit/Source/core/platform/Cursor.cpp \
33 third_party/WebKit/Source/core/platform/DateComponents.cpp \
34 third_party/WebKit/Source/core/platform/Decimal.cpp \
35 third_party/WebKit/Source/core/platform/DragDat
[all...]
H A Dwebcore_platform.target.linux-mips.mk26 third_party/WebKit/Source/core/platform/CalculationValue.cpp \
27 third_party/WebKit/Source/core/platform/Clock.cpp \
28 third_party/WebKit/Source/core/platform/ContentType.cpp \
29 third_party/WebKit/Source/core/platform/ContextMenu.cpp \
30 third_party/WebKit/Source/core/platform/ContextMenuItem.cpp \
31 third_party/WebKit/Source/core/platform/CrossThreadCopier.cpp \
32 third_party/WebKit/Source/core/platform/Cursor.cpp \
33 third_party/WebKit/Source/core/platform/DateComponents.cpp \
34 third_party/WebKit/Source/core/platform/Decimal.cpp \
35 third_party/WebKit/Source/core/platform/DragDat
[all...]
H A Dwebcore_platform.target.linux-x86.mk26 third_party/WebKit/Source/core/platform/CalculationValue.cpp \
27 third_party/WebKit/Source/core/platform/Clock.cpp \
28 third_party/WebKit/Source/core/platform/ContentType.cpp \
29 third_party/WebKit/Source/core/platform/ContextMenu.cpp \
30 third_party/WebKit/Source/core/platform/ContextMenuItem.cpp \
31 third_party/WebKit/Source/core/platform/CrossThreadCopier.cpp \
32 third_party/WebKit/Source/core/platform/Cursor.cpp \
33 third_party/WebKit/Source/core/platform/DateComponents.cpp \
34 third_party/WebKit/Source/core/platform/Decimal.cpp \
35 third_party/WebKit/Source/core/platform/DragDat
[all...]
/external/chromium_org/components/nacl/loader/
H A Dnacl_main.cc31 NaClMainPlatformDelegate platform(parameters);
33 platform.PlatformInitialize();
35 platform.InitSandboxTests(no_sandbox);
39 // platform.EnableSandbox(), so cannot simply be inlined below.
44 platform.EnableSandbox();
46 bool sandbox_test_result = platform.RunSandboxTests();
65 platform.PlatformUninitialize();
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dfactory.py40 optparse.make_option('--platform', action='store',
41 help=('Glob-style list of platform/ports to use (e.g., "mac*")' if use_globs else 'Platform to use (e.g., "mac-lion")')),
44 optparse.make_option('--chromium', action='store_const', dest='platform',
46 help=('Alias for --platform=chromium*' if use_globs else 'Alias for --platform=chromium')),
48 optparse.make_option('--android', action='store_const', dest='platform',
50 help=('Alias for --platform=android*' if use_globs else 'Alias for --platform=android')),
87 platform = self._host.platform
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DPrerender.cpp33 #include "core/platform/PrerenderClient.h"
34 #include "core/platform/chromium/Prerender.h"
36 #include "public/platform/Platform.h"
37 #include "public/platform/WebPrerender.h"
38 #include "public/platform/WebPrerenderingSupport.h"
39 #include "public/platform/WebReferrerPolicy.h"
40 #include "public/platform/WebString.h"
41 #include "public/platform/WebURL.h"
64 WebKit::WebPrerenderingSupport* platform = WebKit::WebPrerenderingSupport::current(); local
65 if (!platform)
72 WebKit::WebPrerenderingSupport* platform = WebKit::WebPrerenderingSupport::current(); local
80 WebKit::WebPrerenderingSupport* platform = WebKit::WebPrerenderingSupport::current(); local
[all...]
/external/chromium_org/tools/gyp/test/make_global_settings/basics/
H A Dgyptest-make_global_settings.py16 if sys.platform in ('linux2', 'darwin'):
28 if sys.platform == 'linux2':
32 elif sys.platform == 'darwin':
41 if sys.platform == 'win32':
/external/chromium/third_party/libevent/
H A Devent-config.h6 // event-config.h depending on your platform.
17 #error generate event-config.h for your platform
/external/chromium_org/third_party/libevent/
H A Devent-config.h6 // event-config.h depending on your platform.
19 #error generate event-config.h for your platform
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_NetworkInterface.java31 String platform = System.getProperty("os.name");
33 if (platform.startsWith("Windows")) {
47 if (platform.startsWith("Linux")) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dsystemhost.py30 import platform namespace
41 self.platform = platforminfo.PlatformInfo(sys, platform, self.executive)
/external/chromium_org/native_client_sdk/src/tools/
H A Dgetos.py8 Determine the name of the platform used and other system properties such as
40 if sys.platform.startswith('cygwin') or sys.platform.startswith('win'):
42 elif sys.platform.startswith('darwin'):
44 elif sys.platform.startswith('linux'):
47 raise Error("Unknown platform: %s" % sys.platform)
87 def GetSystemArch(platform):
88 if platform == 'win':
93 if platform i
[all...]
/external/chromium_org/tools/gyp/test/ios/
H A Dgyptest-deployment-target.py15 if sys.platform == 'darwin':
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-clang-cxx-language-standard.py15 if sys.platform == 'darwin':

Completed in 1225 milliseconds

1234567891011>>