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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCVAttributes.java28 public static final int CONST = 0x01; field in interface:CVAttributes
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserConstants.java52 int CONST = 17; field in interface:ExpressionParserConstants
H A DExpr.jj149 | < CONST: "const" >
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DToken.java54 CONST("const"), enum constant in enum:Token
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicType.java81 public boolean isConst() { return ((cvAttributes & CONST) != 0); }
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_List.h80 INLINE BOOL InvalidateList(CONST RECT* lpRect, BOOL bErase) {
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java501 int CONST = 123; field in interface:Constants
H A DScanner.java265 defineKeyword(CONST);
H A DParser.java1274 case CONST:
1533 if (token==CONST) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugInfoBuilder.java92 if ((windowsMods & MODIFIER_CONST_MASK) != 0) mods |= CONST;
102 if ((windowsMods & POINTER_CONST_MASK) != 0) mods |= CONST;
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c537 (createTime == (jlong)-1) ? NULL : (CONST FILETIME *)&createTime,
538 (lastAccessTime == (jlong)-1) ? NULL : (CONST FILETIME *)&lastAccessTime,
539 (lastWriteTime == (jlong)-1) ? NULL : (CONST FILETIME *)&lastWriteTime) == 0)

Completed in 58 milliseconds