Searched defs:both (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiManageCapabilities.cpp177 jvmtiCapabilities *JvmtiManageCapabilities::both(const jvmtiCapabilities *a, const jvmtiCapabilities *b, function in class:JvmtiManageCapabilities
262 both(&onload_capabilities, desired, &temp);
267 both(&onload_solo_capabilities, desired, &temp);
291 both(current, unwanted, &to_trash);
294 either(&always_solo_remaining_capabilities, both(&always_solo_capabilities, &to_trash, &temp),
296 either(&onload_solo_remaining_capabilities, both(&onload_solo_capabilities, &to_trash, &temp),
/openjdk7/langtools/test/tools/javac/varargs/warning/
H A DWarn4.java50 final static Warning[] both = new Warning[] { Warning.VARARGS, Warning.UNCHECKED }; field in class:Warn4
135 new Warning[][] {both, both, error, both, error}),
137 new Warning[][] {both, both, both, both, vararg}),
139 new Warning[][] {error, error, error, both, error}),
157 warnings[other.ordinal()] == both;
[all...]

Completed in 48 milliseconds