Searched defs:platform (Results 1 - 25 of 54) sorted by relevance

123

/external/elfutils/libebl/
H A Deblcorenote.c93 static const Ebl_Core_Item platform[] = local
100 ITEMS (NT_PLATFORM, platform);
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dplatforminfo.py29 import platform namespace
32 # We use this instead of calls to platform directly to allow mocking.
36 # platform.platform() returns Darwin information for Mac, which is just confusing.
37 if platform.system() == "Darwin":
38 return "Mac OS X %s" % platform.mac_ver()[0]
43 return platform.platform()
/external/v8/tools/
H A Dutils.py29 import platform namespace
47 id = platform.system()
55 # On Windows Vista platform.system() can return 'Microsoft' with some
74 id = platform.machine()
91 if '64' in platform.machine():
/external/webkit/Source/WebKit2/Shared/
H A DWebEventConversion.cpp93 WebCore::PlatformMouseEvent platform(const WebMouseEvent& webEvent) function in namespace:WebKit
122 WebCore::PlatformWheelEvent platform(const WebWheelEvent& webEvent) function in namespace:WebKit
167 WebCore::PlatformKeyboardEvent platform(const WebKeyboardEvent& webEvent) function in namespace:WebKit
194 WebCore::PlatformGestureEvent platform(const WebGestureEvent& webEvent) function in namespace:WebKit
263 WebCore::PlatformTouchEvent platform(const WebTouchEvent& webEvent) function in namespace:WebKit
/external/openssl/apps/
H A Dversion.c143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
163 platform=1;
167 date=version=cflags=options=platform=dir=1;
190 if (platform) printf("%s\n",SSLeay_version(SSLEAY_PLATFORM));
/external/icu4c/test/letest/
H A Dcfonts.cpp34 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
38 return pfi->getNameString(nameID, platform, encoding, language);
41 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) argument
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language);
/external/v8/test/cctest/
H A Dtestcfg.py31 import platform namespace
/external/webkit/Source/WebCore/bindings/js/
H A DJSInspectorFrontendHostCustom.cpp53 JSValue JSInspectorFrontendHost::platform(ExecState* execState) function in class:WebCore::JSInspectorFrontendHost
56 DEFINE_STATIC_LOCAL(const String, platform, ("mac"));
58 DEFINE_STATIC_LOCAL(const String, platform, ("windows"));
60 DEFINE_STATIC_LOCAL(const String, platform, ("linux"));
62 DEFINE_STATIC_LOCAL(const String, platform, ("freebsd"));
64 DEFINE_STATIC_LOCAL(const String, platform, ("unknown"));
66 return jsString(execState, platform);
/external/webkit/Source/WebCore/page/
H A DNavigatorBase.cpp86 String NavigatorBase::platform() const function in class:WebCore::NavigatorBase
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
H A DNatives.java195 public static void extractNativeLibs(Platform platform, AppSettings settings) throws IOException { argument
229 switch (platform) {
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dcredentials.py33 import platform namespace
42 # Use keyring, a cross platform keyring interface, as a fallback:
81 return platform.mac_ver()[0]
H A Dtestoutput.py36 on a particular platform.
40 def __init__(self, platform, output_type, files):
47 self._platform = platform or self._extract_platform(file.name())
50 """Calculates the platform from the name of the file if it isn't known already"""
52 if 'platform' in path:
53 return path[path.index('platform') + 1]
62 if 'platform' in path:
63 path = path[2 + path.index('platform'):]
88 self.platform() == other.platform() an
109 def platform(self): member in class:TestOutput
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dmac.py33 import platform namespace
43 if hasattr(platform, 'mac_ver') and platform.mac_ver()[0]:
44 os_version_string = platform.mac_ver()[0]
108 return self.path_from_webkit_base('LayoutTests', 'platform',
/external/webkit/Tools/wx/build/
H A Dbuild_utils.py29 import platform namespace
40 if sys.platform.startswith('win'):
128 if sys.platform.startswith('win'):
134 elif sys.platform.startswith('darwin'):
136 if platform.release().startswith('10'): # Snow Leopard
H A Dsettings.py28 import platform namespace
42 if sys.platform.startswith('win'):
128 'Source/WebCore/platform',
129 'Source/WebCore/platform/animation',
130 'Source/WebCore/platform/graphics',
131 'Source/WebCore/platform/graphics/filters',
132 'Source/WebCore/platform/graphics/transforms',
133 'Source/WebCore/platform/image-decoders',
134 'Source/WebCore/platform/image-decoders/bmp',
135 'Source/WebCore/platform/imag
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DRubyTarget.java110 } else if ( formatName.equals( "platform" ) ) {
111 return platform( idString );
201 private String platform( String value ) { method in class:RubyTarget.RubyRenderer
279 return platform( value );
283 return platform( value );
/external/llvm/utils/lit/lit/
H A DTestRunner.py8 import platform namespace
18 kIsWindows = platform.system() == 'Windows'
/external/markdown/
H A Dtest-markdown.py3 import os, difflib, time, gc, codecs, platform, sys namespace
20 if platform.system().lower() == "darwin": # Darwin
/external/v8/test/preparser/
H A Dtestcfg.py31 import platform namespace
/external/valgrind/main/coregrind/
H A Dlauncher-linux.c116 /* Examine the client and work out which platform it is for */
122 const char *platform = NULL; local
124 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
129 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
167 platform = select_platform(interp);
178 platform = "x86-linux";
184 platform = "arm-linux";
191 platform = "ppc32-linux";
202 platform = "amd64-linux";
209 platform
236 const char *platform; local
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/config/
H A Dports.py32 import platform namespace
49 if sys.platform == 'win32':
71 return ports.get(port_name, default_port.get(platform.system(), MacPort))
142 version_string = platform.mac_ver()[0] # e.g. "10.5.6"
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dflakytestreporter.py31 import platform namespace
/external/webkit/Tools/wx/packaging/
H A Dbuild-mac-installer.py54 platform = "osx" variable
56 pkgname = "wxWebKit-%s-wx%s-py%s-%s" % (platform, wx_version[:3], py_version, date)
69 if sys.platform.startswith("darwin"):
133 if sys.platform.startswith("darwin"):
/external/webrtc/test/testsupport/
H A Dfileutils.cc119 std::string platform = "win"; local
121 platform = "linux";
124 platform = "mac";
135 std::string resource_file = resources_path + name + "_" + platform + "_" +
141 resource_file = resources_path + name + "_" + platform + "." + extension;
145 // Try without platform.
150 // Fall back on name without architecture or platform.
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons12 # To add a new platform clone and modify the root_env object. Remember to add
20 import platform namespace
69 if platform.architecture()[0] == "64bit":
143 # The Vista platform SDK 6.0 needs at least

Completed in 2792 milliseconds

123