HomeSort by relevance Sort by last modified time
    Searched refs:Platforms (Results 1 - 18 of 18) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/
Android.mk 7 PLATFORMS_PATH := $(LOCAL_PATH)/Daemon/Device/Platforms
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
Android.mk 10 GENERIC_PATH := Daemon/Device/Platforms/Generic
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
Android.mk 9 KERNEL_PATH := Kernel/Platforms/Generic
  /build/core/combo/
mac_version.mk 30 # try /Applications/Xcode*.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.?.sdk
31 # or /Volume/Xcode/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.?.sdk
32 mac_sdk_root := $(mac_sdk_path)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$(mac_sdk_version).sdk
  /external/chromium_org/tools/json_schema_compiler/
model_test.py 8 from model import Platforms
137 self.assertEqual([Platforms.CHROMEOS],
138 self.idl_namespace_chromeos.platforms)
140 [Platforms.CHROMEOS, Platforms.CHROMEOS_TOUCH, Platforms.LINUX,
141 Platforms.MAC, Platforms.WIN],
142 self.idl_namespace_all_platforms.platforms)
144 self.idl_namespace_non_specific_platforms.platforms)
    [all...]
cpp_bundle_generator.py 7 from model import Platforms
88 if model_object.platforms is None:
91 for platform in model_object.platforms:
92 if platform == Platforms.CHROMEOS:
94 elif platform == Platforms.LINUX:
96 elif platform == Platforms.MAC:
98 elif platform == Platforms.WIN:
model.py 94 - |platforms| if not None, the list of platforms that the namespace is
121 self.platforms = _GetPlatforms(json)
267 - |platforms| if not None, the list of platforms that the function is
289 self.platforms = _GetPlatforms(json)
583 class Platforms(object):
584 """Enum of the possible platforms.
594 if 'platforms' not in json or json['platforms'] == None
    [all...]
  /external/llvm/tools/msbuild/
install.bat 16 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
18 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
22 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
24 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
28 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
30 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
uninstall.bat 15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
31 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
39 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
46 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
Android.mk 12 include $(LOCAL_PATH)/$(DEVICE_PATH)/Platforms/Android.mk
  /external/chromium_org/third_party/webrtc/build/
vie-webrtc.sh 60 --libc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk
  /external/compiler-rt/make/
lib_platforms.mk 11 # Load Platforms
78 $(info MAKE: Loading platforms: $(PlatformFiles))
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_proj.sh 76 for plat in "${platforms[@]}"; do
93 for plat in "${platforms[@]}"; do
244 # List of all platforms supported for this target
247 platforms[0]="x64"
252 platforms[0]="Win32"
279 open_tag Platforms
280 for plat in "${platforms[@]}"; do
283 close_tag Platforms
286 for plat in "${platforms[@]}"; do
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 150 for plat in "${platforms[@]}"; do
167 for plat in "${platforms[@]}"; do
307 # List of all platforms supported for this target
310 platforms[0]="x64"
315 platforms[0]="Win32"
342 open_tag Platforms
343 for plat in "${platforms[@]}"; do
346 close_tag Platforms
349 for plat in "${platforms[@]}"; do
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 150 for plat in "${platforms[@]}"; do
167 for plat in "${platforms[@]}"; do
307 # List of all platforms supported for this target
310 platforms[0]="x64"
315 platforms[0]="Win32"
342 open_tag Platforms
343 for plat in "${platforms[@]}"; do
346 close_tag Platforms
349 for plat in "${platforms[@]}"; do
  /ndk/build/tools/
common-build-host-funcs.sh 525 _bh_check_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$DARWIN_SDK_SUBDIR $DARWIN_MIN_VERSION
529 _bh_check_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk $DARWIN_MIN_VERSION
  /external/chromium_org/third_party/leveldatabase/src/
Makefile 189 PLATFORMSROOT=/Applications/Xcode.app/Contents/Developer/Platforms
  /external/qemu/
android-configure.sh 306 OSX_SDK_ROOT=$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${OSX_SDK_VERSION}.sdk

Completed in 445 milliseconds