Searched refs:platform (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DProjectCreator.java29 System.err.println("WinGammaPlatform platform-specific options:");
86 WinGammaPlatform platform = (WinGammaPlatform) platformClass
92 // Allow the platform to write platform-specific files
93 platform.createVcproj(platformArgs);
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/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp45 Error: please port YIELD() and SLEEP() macros to your platform
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME105 provided by the platform implementor. These definitions are usually
172 the platform to buffer converted data by row and then move the
265 #include "img_util_md.h" /* supplies platform definitions */
/openjdk7/hotspot/make/
H A DMakefile423 $(EXPORT_DOCS_DIR)/platform/jvmti/%: $(DOCS_DIR)/%
/openjdk7/jdk/make/docs/
H A DMakefile163 PLATFORM_DOCSDIR = $(DOCSDIR)/platform
257 # the Java SE platform
669 JVMTI_HTML = $(HOTSPOT_DOCS_IMPORT_PATH)/platform/jvmti/jvmti.html
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsio0.c733 Header.platform = (cmsPlatformSignature) _cmsAdjustEndianess32(cmsSigMicrosoft);
735 Header.platform = (cmsPlatformSignature) _cmsAdjustEndianess32(cmsSigMacintosh);
H A Dlcms2.h229 // Calling convention -- this is hardly platform and compiler dependent
612 cmsPlatformSignature platform; // Primary Platform member in struct:__anon863

Completed in 332 milliseconds