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

/openjdk9/langtools/test/tools/javac/varargs/warning/
H A DWarn4.java58 final static Warning[] both = new Warning[] { Warning.VARARGS, Warning.UNCHECKED }; field in class:Warn4
161 new Warning[][] {both, both, error, both, error}),
163 new Warning[][] {both, both, both, both, vararg}),
165 new Warning[][] {error, error, error, both, error}),
183 warnings[other.ordinal()] == both;
[all...]
/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DParameters.java38 void bothTypeArgs(Parameterized<@A String, @B String> both) {} argument
H A DReceivers.java101 void both(@A Outer.@B("i") Inner this) {} method in class:Outer.Inner
113 void both(@A GenericOuter<S, T>.@B("i") GenericInner<U, V> this) {} method in class:GenericOuter.GenericInner
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiManageCapabilities.hpp53 static jvmtiCapabilities *both(const jvmtiCapabilities *a, const jvmtiCapabilities *b, jvmtiCapabilities *result);
H A DjvmtiManageCapabilities.cpp178 jvmtiCapabilities *JvmtiManageCapabilities::both(const jvmtiCapabilities *a, const jvmtiCapabilities *b, function in class:JvmtiManageCapabilities
263 both(&onload_capabilities, desired, &temp);
268 both(&onload_solo_capabilities, desired, &temp);
292 both(current, unwanted, &to_trash);
295 either(&always_solo_remaining_capabilities, both(&always_solo_capabilities, &to_trash, &temp),
297 either(&onload_solo_remaining_capabilities, both(&onload_solo_capabilities, &to_trash, &temp),
/openjdk9/langtools/test/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DParameters.java35 void bothTypeArgs(ParaParameterized<@ParamA String, @ParamB String> both) {} argument
H A DReceivers.java108 void both(@RcvrA Outer.@RcvrB("i") Inner this) {} method in class:Outer.Inner
120 void both(@RcvrA GenericOuter<S, T>.@RcvrB("i") GenericInner<U, V> this) {} method in class:GenericOuter.GenericInner
/openjdk9/langtools/test/com/sun/javadoc/testTypeAnnotations/typeannos/
H A DParameters.java35 void bothTypeArgs(ParaParameterized<@ParamA String, @ParamB String> both) {} argument
H A DReceivers.java107 void both(@RcvrA Outer.@RcvrB("i") Inner this) {} method in class:Outer.Inner
119 void both(@RcvrA GenericOuter<S, T>.@RcvrB("i") GenericInner<U, V> this) {} method in class:GenericOuter.GenericInner
/openjdk9/jdk/test/com/sun/jdi/
H A DDeferredStepTest.sh162 Since both threads are running at the same time, these
/openjdk9/make/common/
H A DTextFileProcessing.gmk76 # If both INCLUDES or REPLACEMENTS are present, then the includes will be
85 $$(error Cannot use both SOURCE_FILES and SOURCE_DIRS (in $1))

Completed in 117 milliseconds