/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/ |
H A D | StructOffsetResolverBigBang.java | 46 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 D | StructOffsetResolver.java | 113 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/jdk/src/share/classes/java/awt/geom/ |
H A D | RoundRectangle2D.java | 120 * @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/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/ |
H A D | ELFFileParser.java | 114 private short arch; // Elf32_Half field in class:ELFFileParser.ELFFileImpl.ELFHeaderImpl 166 arch = readShort(); 205 public short getArch() { return arch; }
|
/openjdk7/jdk/src/solaris/bin/ |
H A D | java_md_solinux.c | 365 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/bin/ |
H A D | java_md_macosx.c | 390 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/com/sun/java/swing/plaf/gtk/ |
H A D | Metacity.java | 209 int arcw, int arch, int corners) { 213 roundedClipShape.setRoundedRect(x, y, w, h, arcw, arch, corners); 1951 int arcw, int arch, int corners) { 1952 setRoundedRect(x, y, w, h, arcw, arch, corners); 1956 int arcw, int arch, int corners) { 1963 this.archeight = arch; 208 getRoundedClipShape(int x, int y, int w, int h, int arcw, int arch, int corners) argument 1950 RoundRectClipShape(int x, int y, int w, int h, int arcw, int arch, int corners) argument 1955 setRoundedRect(int x, int y, int w, int h, int arcw, int arch, int corners) argument
|
/openjdk7/hotspot/src/os/posix/launcher/ |
H A D | java_md.c | 176 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 D | java.c | 1863 ReadKnownVMs(const char *jrepath, char * arch, jboolean speculative) argument 1882 strcat(jvmCfgName, arch);
|
/openjdk7/hotspot/src/os/solaris/vm/ |
H A D | os_solaris.cpp | 741 char arch[12]; local 742 sysinfo(SI_ARCHITECTURE, arch, sizeof(arch)); 748 // <JAVA_HOME>/jre/lib/<arch>/{client|server}/libjvm[_g].so. 760 // If it is defined and we are able to locate $JAVA_HOME/jre/lib/<arch>, 763 // <JAVA_HOME>/jre/lib/<arch>/hotspot/libjvm[_g].so. 803 *pslash = '\0'; /* get rid of /<arch> */ 2503 // "<JAVA_HOME>/jre/lib/<arch>/<vmtype>/libjvm.so". If "/jre/lib/" appears at
|