Home | History | Annotate | Download | only in system

Lines Matching refs:Platform

125     public Platform getPlatform() {

130 return is64 ? Platform.Windows64 : Platform.Windows32;
132 return is64 ? Platform.Linux64 : Platform.Linux32;
135 return is64 ? Platform.MacOSX_PPC64 : Platform.MacOSX_PPC32;
137 return is64 ? Platform.MacOSX64 : Platform.MacOSX32;
140 throw new UnsupportedOperationException("The specified platform: " + os + " is not supported.");