Searched refs:STR (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/
H A DThread.c39 #define STR "Ljava/lang/String;" macro
59 {"setNativeName", "(" STR ")V", (void *)&JVM_SetNativeThreadName},
65 #undef STR macro
H A DClass.c47 #define STR "Ljava/lang/String;" macro
56 {"getName0", "()" STR, (void *)&JVM_GetClassName},
74 {"getGenericSignature", "()" STR, (void *)&JVM_GetClassSignature},
83 #undef STR macro
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DItem.java81 * {@link ClassWriter#STR}, {@link ClassWriter#CLASS},
230 case ClassWriter.STR:
266 case ClassWriter.STR:
H A DClassWriter.java211 static final int STR = 8; field in class:ClassWriter
1163 key2.set(STR, value, null, null);
1166 pool.put12(STR, newUTF8(value));
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DConstExpr.java63 public static final String STR = "cheese"; field in class:ConstExpr
/openjdk7/hotspot/src/share/vm/utilities/
H A Dmacros.hpp32 #define STR(a) #a macro
35 #define XSTR(a) STR(a)
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp38 // stropts.h uses STR in stream ioctl defines
39 #undef STR macro
41 #undef STR macro
42 #define STR(a) #a macro

Completed in 253 milliseconds