Searched refs:nested (Results 1 - 25 of 31) sorted by relevance

12

/openjdk10/jdk/test/tools/jar/multiRelease/data/test10/base/version/
H A DNested.java14 class nested { class in class:Nested
/openjdk10/jdk/test/tools/jar/multiRelease/data/test10/v9/version/
H A DNested.java11 class nested { class in class:Nested
/openjdk10/langtools/test/tools/javac/doctree/
H A DLiteralTest.java75 * {@literal {@literal nested} }
77 void nested() { } method in class:LiteralTest
H A DCodeTest.java75 * {@code {@code nested} }
77 void nested() { } method in class:CodeTest
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DSentEvent.java32 * A wrapping tag for a nested AWTEvent which indicates that the event was
49 private AWTEvent nested; field in class:SentEvent
55 SentEvent(AWTEvent nested) { argument
56 this(nested, null);
58 SentEvent(AWTEvent nested, AppContext toNotify) { argument
59 super((nested != null)
60 ? nested.getSource()
63 this.nested = nested;
69 if (nested !
[all...]
H A DSequencedEvent.java35 * precise order, even across multiple AppContexts. The nested events will be
38 * the nested event was destroyed (with a call to Component.removeNotify)
40 * the nested event is never dispatched.
54 private final AWTEvent nested; field in class:SequencedEvent
61 return ((SequencedEvent)sequencedEvent).nested;
75 * nested event.
77 * @param nested the AWTEvent which this SequencedEvent's dispatch()
80 public SequencedEvent(AWTEvent nested) { argument
81 super(nested.getSource(), ID);
82 this.nested
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/stream/
H A DFactoryConfigurationError.java39 Exception nested; field in class:FactoryConfigurationError
47 * Construct an exception with a nested inner exception
52 nested = e;
56 * Construct an exception with a nested inner exception
64 nested = e;
68 * Construct an exception with a nested inner exception
76 nested = e;
89 * Return the nested exception (if any)
91 * @return the nested exception or null
94 return nested;
[all...]
H A DXMLStreamException.java39 protected Throwable nested; field in class:XMLStreamException
61 * @param th a nested exception
65 nested = th;
71 * @param th a nested exception
76 nested = th;
82 * @param th a nested exception
90 nested = th;
110 * Gets the nested exception.
115 return nested;
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/util/xml/
H A DXMLStreamException.java43 protected Throwable nested; field in class:XMLStreamException
64 * @param th a nested exception
68 nested = th;
74 * @param th a nested exception
79 nested = th;
83 * Gets the nested exception.
88 return nested;
/openjdk10/jdk/test/javax/swing/SwingWorker/6880336/
H A DNestedWorkers.java26 * @summary Test for nested SwingWorkers, i.e. when the second worker is
49 SwingWorker<String, Void> nested = new NestedWorkers(level + 1);
50 nested.execute();
51 nested.get();
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DClassDeclaration.java250 String nested = getName().isInner() ? "nested " : "";
258 nested = "inner ";
260 nested = "local ";
268 return nested + type + name;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DDataSection.java202 private final Data[] nested; field in class:DataSection.PackedData
204 private PackedData(int alignment, int size, Data[] nested) { argument
206 this.nested = nested;
209 public static PackedData create(Data[] nested) { argument
212 for (int i = 0; i < nested.length; i++) {
213 assert size % nested[i].getAlignment() == 0 : "invalid alignment in packed constants";
214 alignment = DataSection.lcm(alignment, nested[i].getAlignment());
215 size += nested[i].getSize();
217 return new PackedData(alignment, size, nested);
[all...]
/openjdk10/jdk/test/java/lang/Class/
H A DGenericStringTest.java43 String[][] nested = {{""}};
49 failures += checkToGenericString(nested.getClass(), "java.lang.String[][]");
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/helpers/
H A DAbstractUnmarshallerImpl.java303 * This method checks the nested exception of SAXException
309 // check the nested exception to see if it's an UnmarshalException
310 Exception nested = e.getException();
311 if(nested instanceof UnmarshalException)
312 return (UnmarshalException)nested;
314 if(nested instanceof RuntimeException)
318 throw (RuntimeException)nested;
322 if(nested!=null)
323 return new UnmarshalException(nested);
/openjdk10/jdk/test/java/lang/annotation/typeAnnotations/
H A DGetAnnotatedReceiverType.java106 // More nested, inner, local and anonymous classes
107 Nested nested = new Nested();
108 Nested.NestedInner instance = nested.new NestedInner();
109 checkNull(nested.getClass().getConstructors()[0],
/openjdk10/jdk/test/com/sun/jdi/
H A DAnyDebuggeeTest.java37 * As set up, it prints the time to find all nested types and all
123 List<ReferenceType> nested = rt.nestedTypes();
124 int sz = nested.size();
129 System.out.println(size + " nested types took " + (end - start) + " ms");
/openjdk10/langtools/test/tools/javac/tree/
H A DMakeTypeTest.java119 if (testType.nested() >= 0) {
121 type = ct.getTypeArguments().get(testType.nested());
168 @TestType(expectedKind=Tree.Kind.EXTENDS_WILDCARD, nested = 0)
170 @TestType(expectedKind=Tree.Kind.SUPER_WILDCARD, nested = 0)
172 @TestType(expectedKind=Tree.Kind.UNBOUNDED_WILDCARD, nested = 0)
202 public int nested() default -1;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DLoader.java245 public static void reportError(String msg, Exception nested, boolean canRecover) throws SAXException { argument
251 nested ), canRecover );
/openjdk10/jdk/test/javax/imageio/plugins/tiff/
H A DTIFFDirectoryTest.java190 TIFFField nested = d.getTIFFField(n1).getDirectory().getTIFFField(n1);
191 check(nested.getTag().getNumber() == n1, "invalid tag number");
192 check(nested.getCount() == 1, "invalid field count");
193 check(nested.getAsLong(0) == offset, "invalid offset");
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DReferenceTypeImpl.c528 jclass *nested; local
530 error = allNestedClasses(clazz, &nested, &count);
537 (void)outStream_writeByte(out, referenceTypeTag(nested[i]));
538 (void)outStream_writeObjectRef(env, out, nested[i]);
540 if ( nested != NULL ) {
541 jvmtiDeallocate(nested);
/openjdk10/langtools/test/tools/javac/7003595/
H A DT7003595.java76 String getSource(String className, String outerName, String nested) { argument
78 replaceAll("#N", className).replaceAll("#B", nested);
/openjdk10/jdk/test/java/beans/Introspector/
H A DTestTypeResolver.java65 /* Every public nested class represents a test. In each case, either
66 * the class contains further nested classes, in which case we
75 Class<?>[] nested = c.getClasses();
76 Arrays.sort(nested, classNameComparator);
77 for (Class<?> n : nested)
83 if (nested.length == 0) {
86 "nested classes nor getThing() method");
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java239 Class<? extends Annotation> nested =
241 value = generateAnnotation(c, nested);
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DLexer.java88 /** True if a nested scan. (scan to completion, no EOF.) */
89 private final boolean nested; field in class:Lexer
203 * function body. This is used with the feature where the parser is skipping nested function bodies to
212 this.nested = false;
226 nested = true;
1525 * Edit string for nested expressions.
1677 while (!stream.isFull() || nested) {
1683 if (!nested) {
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java403 AWTEvent nested = sea.getNested(event);
404 if (nested.getID() == WindowEvent.WINDOW_LOST_FOCUS &&
405 nested instanceof TimedWindowEvent)
407 TimedWindowEvent twe = (TimedWindowEvent)nested;

Completed in 223 milliseconds

12