HomeSort by relevance Sort by last modified time
    Searched defs:platform (Results 51 - 75 of 156) sorted by null

1 23 4 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttrsXmlParserManifestTest.java 17 package com.android.ide.common.resources.platform;
AttrsXmlParserTest.java 17 package com.android.ide.common.resources.platform;
  /external/chromium_org/chrome/common/extensions/
command.cc 93 // things, depending on the platform:
99 // No other platform supports Command.
229 const std::string& platform) {
231 if (platform == values::kKeybindingPlatformMac) {
233 } else if (platform == values::kKeybindingPlatformDefault) {
401 // We'll build up a map of platform-to-shortcut suggestions.
414 // Found a platform, add it to the suggestions list.
466 std::string platform = CommandPlatform(); local
467 std::string key = platform;
475 platform);
    [all...]
  /external/chromium_org/chrome/common/extensions/features/
simple_feature_unittest.cc 26 Feature::Platform platform; member in struct:__anon6670::IsAvailableTestData
74 test.platform).result());
296 TEST_F(ExtensionSimpleFeatureTest, Platform) {
486 std::set<Feature::Platform> expected_platforms;
530 // Can't test location or platform because we only have one value so far.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
user.py 32 import platform namespace
49 if sys.platform != "win32":
61 self._platforminfo = platforminfo or PlatformInfo(sys, platform, Executive())
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.c 65 * Map --with-egl-platforms names to platform types.
68 _EGLPlatformType platform; member in struct:__anon12528
82 * Return the native platform by parsing EGL_PLATFORM.
100 plat = egl_platforms[i].platform;
139 * Try detecting native platform with the help of native display characteristcs.
152 /* fbdev is the only platform that can be a file descriptor. */
176 /* If not matched to any other platform, fallback to x11. */
186 * Return the native platform. It is the platform of the EGL native types.
208 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)"
    [all...]
  /external/chromium_org/tools/code_coverage/
croc.py 10 import platform namespace
197 if platform.system() in ['Windows', 'Microsoft']:
209 if platform.system() in ['Windows', 'Microsoft']:
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 10 from telemetry.core import platform namespace
16 from telemetry.core.platform.profiler import profiler_finder
33 self._platform = platform.Platform(platform_backend)
52 def platform(self): member in class:Browser
163 Any of the above keys may be missing on a per-platform basis.
186 Any of the above keys may be missing on a per-platform basis.
235 'supported on this platform.' % profiler_name)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
win_platform_backend.py 7 import platform namespace
23 from telemetry.core.platform import desktop_platform_backend
166 os_version = platform.uname()[3]
  /external/llvm/utils/lit/lit/
main.py 10 import math, os, platform, random, re, sys, time, threading, traceback namespace
287 isWindows = (platform.system()=='Windows'),
  /external/markdown/
test-markdown.py 3 import os, difflib, time, gc, codecs, platform, sys namespace
20 if platform.system().lower() == "darwin": # Darwin
  /external/mesa3d/src/egl/main/
egldisplay.c 65 * Map --with-egl-platforms names to platform types.
68 _EGLPlatformType platform; member in struct:__anon22995
82 * Return the native platform by parsing EGL_PLATFORM.
100 plat = egl_platforms[i].platform;
139 * Try detecting native platform with the help of native display characteristcs.
152 /* fbdev is the only platform that can be a file descriptor. */
176 /* If not matched to any other platform, fallback to x11. */
186 * Return the native platform. It is the platform of the EGL native types.
208 _eglLog(_EGL_DEBUG, "Native platform type: %s (%s)"
    [all...]
  /external/v8/test/preparser/
testcfg.py 31 import platform namespace
  /external/valgrind/main/coregrind/
launcher-linux.c 112 /* Examine the client and work out which platform it is for */
118 const char *platform = NULL; local
120 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
125 VG_(debugLog)(2, "launcher", "selecting platform for '%s'\n", clientname);
163 platform = select_platform(interp);
174 platform = "x86-linux";
180 platform = "arm-linux";
186 platform = "mips32-linux";
193 platform = "ppc32-linux";
199 platform = "mips32-linux"
244 const char *platform; local
    [all...]
  /external/webrtc/test/testsupport/
fileutils.cc 119 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.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 4 import platform namespace
11 res = platform.architecture()
17 'import platform; print platform.architecture()']
31 res = platform.platform(aliased, terse)
34 res = platform.system()
37 res = platform.node()
40 res = platform.release()
43 res = platform.version(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 4 import platform namespace
11 res = platform.architecture()
17 'import platform; print platform.architecture()']
31 res = platform.platform(aliased, terse)
34 res = platform.system()
37 res = platform.node()
40 res = platform.release()
43 res = platform.version(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 17 package com.android.ide.common.resources.platform;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 16 package com.example.android.samplesync.platform;
37 * Helper class for storing data in the platform content providers.
64 * to the platform contacts provider.
79 * the platform contacts provider.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
RubyTarget.java 110 } 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/chromium/third_party/libjingle/source/talk/
main.scons 12 # To add a new platform clone and modify the root_env object. Remember to add
20 import platform namespace
68 DeclareBit('platform_arch_64bit', 'Host Platform is 64 Bit')
69 if platform.architecture()[0] == "64bit":
143 # The Vista platform SDK 6.0 needs at least
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js 726 util.platform = {
782 util.platform.setPreference(window.appID, window.appState);
853 util.platform.getPreference(util.AppCache.KEY, function(json) {
870 util.platform.setPreference(util.AppCache.KEY, JSON.stringify(map));
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
test_projects.py 20 platform = getos.GetPlatform() variable
42 # platform: mac/win/linux.
61 {'name': 'graphics_3d', 'platform': ('win', 'linux', 'mac')},
64 {'name': 'nacl_io_test', 'platform': 'win', 'toolchain': 'glibc'},
117 if toolchain == platform:
120 if platform == 'win':
220 'platform': platform
322 options.toolchain.append(platform)
323 print 'Adding platform: ' + platfor
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 7 normal Chrome installer, for one platform. Once run num-of-arches times,
19 import platform namespace
46 arch = platform.machine()
92 # Normalize the platform name to be the way SCons finds chrome binaries.
93 # This is based on the platform "building" the extension.
96 if sys.platform == 'darwin':
97 platform = 'mac'
98 elif sys.platform.startswith('linux'):
99 platform = 'linux'
100 elif sys.platform in ('cygwin', 'win32')
    [all...]
  /external/chromium_org/sync/notifier/
sync_system_resources.cc 355 void SyncSystemResources::set_platform(const std::string& platform) {
356 platform_ = platform;
359 std::string SyncSystemResources::platform() const { function in class:syncer::SyncSystemResources

Completed in 521 milliseconds

1 23 4 5 6 7