Searched defs:PLATFORM (Results 1 - 9 of 9) sorted by relevance

/external/llvm/tools/msbuild/
H A Duninstall.bat8 set PLATFORM=None variable
10 IF %PLATFORM% == x64 GOTO END
11 IF %PLATFORM% == Win32 SET PLATFORM=x64
12 IF %PLATFORM% == None SET PLATFORM=Win32
15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props
17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets
19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM
[all...]
H A Dinstall.bat9 set PLATFORM=None variable
11 IF %PLATFORM% == x64 GOTO LOOPEND
12 IF %PLATFORM% == Win32 SET PLATFORM=x64
13 IF %PLATFORM% == None SET PLATFORM=Win32
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
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dppb_image_data_shared.h30 PLATFORM, enumerator in enum:ppapi::PPB_ImageData_Shared::ImageDataType
/external/okhttp/android/main/java/com/squareup/okhttp/internal/
H A DPlatform.java41 private static final Platform PLATFORM = new Platform(); field in class:Platform
44 return PLATFORM;
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py32 PLATFORM = GetPlatform() variable
39 if PLATFORM == 'linux':
71 if PLATFORM == 'windows' and ' ' in path:
228 if PLATFORM == 'linux':
231 elif PLATFORM == 'mac':
239 if PLATFORM == 'mac':
241 elif PLATFORM == 'windows':
296 if PLATFORM == 'linux':
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DPlatform.java69 private static final Platform PLATFORM = findPlatform(); field in class:Platform
74 return PLATFORM;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1467 milliseconds