Searched refs:arch (Results 1 - 25 of 34) sorted by relevance

12

/openjdk7/jdk/test/java/nio/ByteOrder/
H A DNativeOrder.java36 String arch = System.getProperty("os.arch");
37 if (((arch.equals("i386") && (bo != ByteOrder.LITTLE_ENDIAN))) ||
38 ((arch.equals("sparc") && (bo != ByteOrder.BIG_ENDIAN)))) {
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DStructOffsetResolverBigBang.java46 for(final Width arch : Width.values()){
47 System.out.println("SORBB -- Getting Struct offsets @" + arch.toString());
48 String nativeSrc = generateFileForFrameworks(fws, arch);
49 String executable = compileObjC(nativeSrc, arch);
53 processLine(ln, fws, arch);
66 protected String generateFileForFrameworks(final Collection<Framework> fws, final Width arch) throws Exception{ argument
67 File tempfile = File.createTempFile("JObjC-SORBB-" + arch + "-", ".mm");
71 for(Framework fw : fws) printHeaderLines(fw, arch, out);
73 for(Framework fw : fws) printStructInfos(fw, arch, out);
H A DStructOffsetResolver.java113 protected void processLine(String ln, Collection<Framework> fws, Width arch) throws Exception{ argument
126 NStruct nst = wget(arch, st.type.type32, st.type.type64);
127 nst.sizeof.put(arch, stsize);
136 sf.offset.put(arch, Integer.parseInt(fm.group(1)));
146 private String generateFileForFramework(Framework fw, Width arch) throws Exception{ argument
147 File tempfile = File.createTempFile("JObjC-SOR-" + fw.name + "-" + arch + "-", ".mm");
150 printHeaderLines(fw, arch, out);
153 printStructInfos(fw, arch, out);
188 protected static String compileObjC(String nativeSrc, Width arch) throws Exception { argument
191 "llvm-g++", "-Wall", gccFlag.get(arch), "
209 printStructInfos(Framework fw, Width arch, PrintWriter out) argument
223 printHeaderLines(Framework fw, Width arch, PrintWriter out) argument
240 wget(Width arch, B x32, B x64) argument
[all...]
/openjdk7/make/scripts/
H A Dvsvars.sh98 arch=`echo "${PROCESSOR_IDENTIFIER}" | cut -d' ' -f1`
102 arch="x64"
104 arch="x86"
107 arch="`uname -m`"
109 if [ "${arch}" = "X86" -o \
110 "${arch}" = "386" -o "${arch}" = "i386" -o \
111 "${arch}" = "486" -o "${arch}" = "i486" -o \
112 "${arch}"
[all...]
/openjdk7/jdk/src/solaris/bin/
H A Djava_md.h56 char *jvmpath, jint jvmpathsize, const char * arch,
58 static jboolean GetJREPath(char *path, jint pathsize, const char * arch,
H A Djava_md_solinux.c365 char *arch = (char *)GetArch(); /* like sparc or sparcv9 */ local
449 if (!GetJREPath(jrepath, so_jrepath, arch, JNI_FALSE) ) {
454 jrepath, FILESEP, FILESEP, arch, FILESEP);
468 if (!GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, arch, 0 )) {
607 2 * JLI_StrLen(jrepath) + 2 * JLI_StrLen(arch) +
630 jrepath, arch,
631 jrepath, arch
758 char *jvmpath, jint jvmpathsize, const char * arch, int bitsWanted)
765 JLI_Snprintf(jvmpath, jvmpathsize, "%s/lib/%s/%s/" JVM_DLL, jrepath, arch, jvmtype);
783 GetJREPath(char *path, jint pathsize, const char * arch, jboolea argument
757 GetJVMPath(const char *jrepath, const char *jvmtype, char *jvmpath, jint jvmpathsize, const char * arch, int bitsWanted) argument
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DJObjCRuntime.java44 String arch = System.getProperty("os.arch");
45 if("ppc".equals(arch)) return Arch.ppc;
46 if("i386".equals(arch)) return Arch.i386;
47 if("x86_64".equals(arch)) return Arch.x86_64;
48 if("amd64".equals(arch)) return Arch.x86_64;
49 if("universal".equals(arch)) return Arch.x86_64;
50 throw new RuntimeException("Did not recognize os.arch system property: '" + arch + "'");
54 String width = System.getProperty("sun.arch
[all...]
/openjdk7/jdk/make/common/shared/
H A DCompiler-llvm.gmk48 ARFLAGS = -nostdlib -r -arch i386 -arch x86_64 -o
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRoundRectangle2D.java120 * @param arch the height of the arc to use to round off the
126 float arcw, float arch)
128 setRoundRect(x, y, w, h, arcw, arch);
202 * @param arch the height to which to set the arc of this
207 float arcw, float arch)
214 this.archeight = arch;
222 double arcw, double arch)
229 this.archeight = (float) arch;
333 * @param arch the height of the arc to use to round off the
339 double arcw, double arch)
125 Float(float x, float y, float w, float h, float arcw, float arch) argument
206 setRoundRect(float x, float y, float w, float h, float arcw, float arch) argument
221 setRoundRect(double x, double y, double w, double h, double arcw, double arch) argument
338 Double(double x, double y, double w, double h, double arcw, double arch) argument
404 setRoundRect(double x, double y, double w, double h, double arcw, double arch) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/tools/attach/
H A DWindowsAttachProvider.java45 String arch = System.getProperty("os.arch");
46 if (!arch.equals("x86") && !arch.equals("amd64")) {
/openjdk7/jdk/test/com/sun/jdi/
H A DDoubleAgentTest.java94 String arch = System.getProperty("os.arch");
96 if (osname.equals("SunOS") && arch.equals("sparcv9")) {
98 } else if (osname.equals("SunOS") && arch.equals("amd64")) {
H A DBadHandshakeTest.java112 String arch = System.getProperty("os.arch");
114 if (osname.equals("SunOS") && arch.equals("sparcv9")) {
116 } else if (osname.equals("SunOS") && arch.equals("amd64")) {
H A DExclusiveBind.java101 String arch = System.getProperty("os.arch");
103 if (osname.equals("SunOS") && arch.equals("sparcv9")) {
105 } else if (osname.equals("SunOS") && arch.equals("amd64")) {
H A DRunToExit.java117 String arch = System.getProperty("os.arch");
119 if (osname.equals("SunOS") && arch.equals("sparcv9")) {
121 } else if (osname.equals("SunOS") && arch.equals("amd64")) {
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java104 String arch = System.getProperty("os.arch");
105 if (arch.equals("sparcv9")) {
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DSimpleLaunchingConnector.java147 String arch = System.getProperty("os.arch");
149 if (osname.equals("SunOS") && arch.equals("sparcv9")) {
151 } else if (osname.equals("SunOS") && arch.equals("amd64")) {
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c176 char *jvmpath, jint jvmpathsize, char * arch);
177 static jboolean GetJREPath(char *path, jint pathsize, char * arch, jboolean speculative);
216 char *arch = (char *)GetArch(); /* like sparc or sparcv9 */ local
309 if (!GetJREPath(jrepath, so_jrepath, arch, JNI_FALSE) ) {
315 if (ReadKnownVMs(jrepath, arch, JNI_FALSE) < 1) {
323 if (!GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, arch )) {
474 2*strlen(jrepath) + 2*strlen(arch) +
500 jrepath, arch,
501 jrepath, arch
628 { char *arch local
650 GetJVMPath(const char *jrepath, const char *jvmtype, char *jvmpath, jint jvmpathsize, char * arch) argument
699 GetJREPath(char *path, jint pathsize, char * arch, jboolean speculative) argument
[all...]
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.h102 jint ReadKnownVMs(const char *jrepath, char * arch, jboolean speculative);
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DDrawImageBilinear.java168 String arch = System.getProperty("os.arch");
170 skipOglTextureTest = isOglEnabled && ("sparc".equals(arch));
/openjdk7/jdk/make/common/
H A DDefs-macosx.gmk134 CFLAGS_REQUIRED += -arch i386 -arch x86_64 -D_LITTLE_ENDIAN
135 LDFLAGS_COMMON += -arch i386 -arch x86_64
206 # Alpha arch does not like "alpha" defined (potential general arch cleanup issue here)
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImagingLib.java95 String arch = System.getProperty("os.arch");
97 if (arch == null || !arch.startsWith("sparc")) {
/openjdk7/jdk/test/tools/launcher/
H A DTestHelper.java82 System.getProperty("sun.arch.data.model").equals("64");
84 System.getProperty("sun.arch.data.model").equals("32");
90 static final boolean isSparc = System.getProperty("os.arch").startsWith("sparc");
119 throw new RuntimeException("arch model cannot be both 32 and 64 bit");
122 throw new RuntimeException("arch model is not 32 or 64 bit ?");
218 * usually the jre/lib/arch-name is the same as os.arch, except for x86.
221 String arch = System.getProperty("os.arch");
222 return arch
[all...]
/openjdk7/jdk/make/
H A Djdk_generic_profile.sh255 arch=$(uname -m)
256 case "${arch}" in
261 *) ZERO_LIBARCH="$(arch)"
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c390 char *arch = (char *)GetArch(); /* like sparc or sparcv9 */ local
462 if (!GetJREPath(jrepath, so_jrepath, arch, JNI_FALSE) ) {
481 if (!GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, arch, wanted)) {
579 char *jvmpath, jint jvmpathsize, const char * arch, int bitsWanted)
609 GetJREPath(char *path, jint pathsize, const char * arch, jboolean speculative) argument
578 GetJVMPath(const char *jrepath, const char *jvmtype, char *jvmpath, jint jvmpathsize, const char * arch, int bitsWanted) argument
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DByteArrayAccess.java96 String arch = java.security.AccessController.doPrivileged
97 (new sun.security.action.GetPropertyAction("os.arch", ""));
98 return arch.equals("i386") || arch.equals("x86") || arch.equals("amd64")
99 || arch.equals("x86_64");

Completed in 66 milliseconds

12