HomeSort by relevance Sort by last modified time
    Searched refs:platform (Results 276 - 300 of 1387) sorted by null

<<11121314151617181920>>

  /frameworks/opt/telephony/
Android.mk 15 # enable this build only when platform library is available
16 ifeq ($(TARGET_BUILD_JAVA_SUPPORT_LEVEL),platform)
37 endif # JAVA platform
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 113 if sys.platform == 'win32':
118 elif 'bsd' in sys.platform or sys.platform == 'darwin':
120 if sys.platform == 'darwin':
143 if sys.platform == 'win32' and getattr(sys, 'frozen', False):
266 if sys.platform == 'win32':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 113 if sys.platform == 'win32':
118 elif 'bsd' in sys.platform or sys.platform == 'darwin':
120 if sys.platform == 'darwin':
143 if sys.platform == 'win32' and getattr(sys, 'frozen', False):
266 if sys.platform == 'win32':
  /development/build/
sdk-windows-x86.atree 24 # This file only includes platform-dependent files.
25 # Tools-dependent files (and not tied to a specific platform)
30 # Platform Tools Component
33 rm platform-tools/adb
34 rm platform-tools/fastboot
35 bin/adb.exe strip platform-tools/adb.exe
36 bin/fastboot.exe strip platform-tools/fastboot.exe
37 bin/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll
38 bin/AdbWinApi.dll platform-tools/AdbWinApi.dll
44 # Note that the build-tools sub-folder uses the platform-name as a placeholde
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
http_server_unittest.py 42 if sys.platform in ('cygwin', 'win32'):
74 host.platform.is_win = lambda: True
75 host.platform.is_cygwin = lambda: False
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
desktop_browser_finder.py 9 import platform namespace
14 from telemetry.core import platform as core_platform
113 if (sys.platform.startswith('linux') and
123 if sys.platform == 'darwin':
127 if platform.architecture()[0] == '64bit':
132 elif sys.platform.startswith('linux'):
136 if platform.architecture()[0] == '64bit':
141 elif sys.platform.startswith('win'):
145 if platform.architecture()[0] == '64bit':
151 raise Exception('Platform not recognized'
    [all...]
  /external/compiler-rt/make/
lib_platforms.mk 17 $$(info MAKE: $(PlatformName): Loading platform)
21 $(call Set,PlatformKey,Platform.$(PlatformName))
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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 29 if sys.platform == 'darwin':
68 if sys.platform[:6] == "darwin":
83 if sys.platform == "cygwin":
115 if sys.platform == 'darwin':
139 # platform intelligence here to skip ranlib if it's not
195 if sys.platform == 'darwin':
228 if sys.platform[:6] == "darwin":
231 elif sys.platform[:5] == "hp-ux":
235 elif sys.platform[:7] == "irix646" or sys.platform[:6] == "osf1V5"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threadsignals.py 10 if sys.platform[:3] in ('win', 'os2') or sys.platform=='riscos':
11 raise unittest.SkipTest, "Can't test signal on %s" % sys.platform
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 29 if sys.platform == 'darwin':
68 if sys.platform[:6] == "darwin":
83 if sys.platform == "cygwin":
115 if sys.platform == 'darwin':
139 # platform intelligence here to skip ranlib if it's not
195 if sys.platform == 'darwin':
228 if sys.platform[:6] == "darwin":
231 elif sys.platform[:5] == "hp-ux":
235 elif sys.platform[:7] == "irix646" or sys.platform[:6] == "osf1V5"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threadsignals.py 10 if sys.platform[:3] in ('win', 'os2') or sys.platform=='riscos':
11 raise unittest.SkipTest, "Can't test signal on %s" % sys.platform
  /device/sample/apps/upgrade/src/com/example/android/platform/upgrade/
Upgrade.java 17 package com.example.android.platform.upgrade;
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
verify_filelist_test.py 17 def Verify(platform, rules_contents, directory_list):
18 rules = verify_filelist.Rules('test', platform, rules_contents)
39 rules = 'dir/${PLATFORM}/blah'
44 rules = 'dir/${PLATFORM}/*'
70 rules = '[frob]bad/platform'
104 for platform in ('linux', 'mac', 'win'):
105 Verify(platform, rules, dirlist)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
clean-header-guards 24 %r|platform/graphics/cairo|,
25 %r|platform/image-decoders|,
  /external/chromium_org/tools/gyp/buildbot/
buildbot_run.py 16 if sys.platform in ['win32', 'cygwin']:
56 '-u', 'https://android.googlesource.com/platform/manifest',
124 elif sys.platform.startswith('linux'):
127 elif sys.platform == 'darwin':
131 elif sys.platform == 'win32':
137 raise Exception('Unknown platform')
  /external/chromium_org/tools/gyp/test/escaping/
gyptest-colon.py 22 if sys.platform == 'win32':
  /external/chromium_org/tools/gyp/test/mac/
gyptest-copies.py 17 if sys.platform == 'darwin':
gyptest-objc-gc.py 15 if sys.platform == 'darwin':
gyptest-sdkroot.py 17 if sys.platform == 'darwin':
gyptest-xcode-gcc.py 19 if sys.platform == 'darwin':
  /external/chromium_org/tools/gyp/test/ninja/action_dependencies/
gyptest-action-dependencies.py 30 objext = '.obj' if sys.platform == 'win32' else '.o'
  /external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/
gyptest-normalize-paths.py 15 if sys.platform == 'win32':
  /external/chromium_org/tools/gyp/test/variables/filelist/
gyptest-filelist.py 19 if sys.platform == 'win32':
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-buffer-security-check.py 15 if sys.platform == 'win32':
gyptest-cl-function-level-linking.py 15 if sys.platform == 'win32':

Completed in 1564 milliseconds

<<11121314151617181920>>