Searched defs:platform (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatformVC7.java346 String makeCfgName(String flavourBuild, String platform) { argument
347 return flavourBuild + "|" + platform;
H A DWinGammaPlatformVC10.java438 String makeCfgName(String flavourBuild, String platform) { argument
439 return flavourBuild + "|" + platform;
H A DWinGammaPlatform.java135 System.err.println("WinGammaPlatform platform-specific options:");
274 System.err.println("WinGammaPlatform platform-specific arguments:");
548 Vector createAllConfigs(String platform) { argument
/openjdk7/jdk/src/share/instrument/
H A DInvocationAdapter.c170 * actually in the platform encoding - see 5049313.
683 * string which must then be converted to the platform encoding (as it
684 * will be combined with the platform path of the jar file). Once
752 * Convert to the platform encoding
755 char platform[MAXPATHLEN]; local
756 int new_len = convertUft8ToPlatformString(path, len, platform, MAXPATHLEN);
762 path = strdup(platform);
785 * In 1.5.0 the AddToBootstrapClassLoaderSearch takes a platform string
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2.h229 // Calling convention -- this is hardly platform and compiler dependent
612 cmsPlatformSignature platform; // Primary Platform member in struct:__anon863

Completed in 50 milliseconds