Searched refs:nothing (Results 1 - 9 of 9) sorted by relevance

/openjdk7/langtools/test/tools/javac/6558548/
H A DT6558548.java11 void nothing() {} method in class:T6558548
63 nothing();
100 nothing();
124 nothing();
148 nothing();
174 nothing();
199 nothing();
225 nothing();
254 nothing();
282 nothing();
[all...]
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509KeyManager/
H A DSelectOneKeyOutOfMany.java81 String [] nothing = new String [] { "nothing" };
97 if (km.getClientAliases("nothing", null) != null)
98 throw new Exception("km.getClientAliases(nothing) != null");
99 System.out.println("km.getClientAlias(nothing) returning nulls");
101 if (km.getServerAliases("nothing", null) != null)
102 throw new Exception("km.getServerAliases(nothing) != null");
103 System.out.println("km.getServerAlias(nothing) returning nulls");
125 resultsNone = km.chooseClientAlias(nothing, null, null);
127 throw new Exception("km.chooseClientAlias(nothing) !
[all...]
/openjdk7/jdk/test/sun/security/tools/jarsigner/
H A Dcheckusage.sh74 $KT -keystore unrelated.jks -genkeypair -alias nothing -dname CN=Nothing -validity 365
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorDeadlockTest.java85 final Runnable nothing = new Runnable() {
90 (when == When.IN_GET_ATTRIBUTE) ? sensitiveThing : nothing;
H A DGaugeMonitorDeadlockTest.java85 final Runnable nothing = new Runnable() {
90 (when == When.IN_GET_ATTRIBUTE) ? sensitiveThing : nothing;
H A DStringMonitorDeadlockTest.java85 final Runnable nothing = new Runnable() {
90 (when == When.IN_GET_ATTRIBUTE) ? sensitiveThing : nothing;
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRECompiler.java52 static final int NODE_NORMAL = 0; // No flags (nothing special)
1101 int nothing = node (RE.OP_NOTHING, 0); // which is OP_NOTHING
1102 setNextOfEnd(ret, nothing); // point (second) branch to OP_NOTHING
1103 setNextOfEnd(ret + RE.nodeSize, nothing); // point the end of X to OP_NOTHING node
1192 // If we don't run loop, make a nothing node
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParseException.java281 static ParseException nothing (String filename) method in class:ParseException
283 return new ParseException (Util.getMessage ("ParseException.nothing", filename));
H A DParser.java146 ParseException.nothing (file);
3604 // else it is a ForwardEntry and nothing can be done at this point.

Completed in 1081 milliseconds