Searched defs:empty (Results 1 - 25 of 76) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/sun/invoke/empty/
H A DEmpty.java26 package sun.invoke.empty;
29 * An empty class in an empty package.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/visitor/
H A DXSContentTypeFunction.java41 T empty( XSContentType empty ); method in interface:XSContentTypeFunction
H A DXSContentTypeVisitor.java41 void empty( XSContentType empty ); method in interface:XSContentTypeVisitor
/openjdk7/jaxp/src/com/sun/java_cup/internal/runtime/
H A Dvirtual_parse_stack.java91 * on the virtual stack). When this portion of the stack becomes empty we
101 * that the virtual stack is currently empty.
107 /* don't transfer if the real stack is empty */
122 /** Indicate whether the stack is empty. */
123 public boolean empty() method in class:virtual_parse_stack
125 /* if vstack is empty then we were unable to transfer onto it and
126 the whole thing is empty. */
127 return vstack.empty();
135 if (vstack.empty())
137 "Internal parser error: top() called on empty virtua
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClassQueue.java79 public boolean empty() { return vec.isEmpty(); } method in class:ClassQueue
H A DClassSet.java87 public boolean empty() { return _map.isEmpty(); } method in class:ClassSet
H A DClassStack.java75 public boolean empty() { return stack.empty(); } method in class:ClassStack
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DStackImpl.java39 // Tests if this stack is empty.
40 public final boolean empty() { method in class:StackImpl
47 if (empty())
/openjdk7/jdk/src/share/classes/java/util/
H A DStack.java34 * for whether the stack is <tt>empty</tt>, and a method to <tt>search</tt>
51 * Creates an empty Stack.
78 * @throws EmptyStackException if this stack is empty.
96 * @throws EmptyStackException if this stack is empty.
107 * Tests if this stack is empty.
112 public boolean empty() { method in class:Stack
/openjdk7/langtools/test/tools/apt/Compile/
H A DRound1Apf.java68 private final boolean empty; field in class:Round1Apf.Round1Ap
70 Round1Ap(AnnotationProcessorEnvironment env, boolean empty) { argument
72 this.empty = empty;
78 if (!empty) {
H A DRound2Apf.java69 private final boolean empty; field in class:Round2Apf.Round2Ap
71 Round2Ap(AnnotationProcessorEnvironment env, boolean empty) { argument
73 this.empty = empty;
107 if (!empty) {
H A DRound3Apf.java66 private final boolean empty; field in class:Round3Apf.Round3Ap
68 Round3Ap(AnnotationProcessorEnvironment env, boolean empty) { argument
70 this.empty = empty;
76 if (!empty)
H A DRound4Apf.java66 private final boolean empty; field in class:Round4Apf.Round4Ap
68 Round4Ap(AnnotationProcessorEnvironment env, boolean empty) { argument
70 this.empty = empty;
76 if (!empty)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DElementState.java64 * True if element is empty. Turns false immediately
67 public boolean empty; field in class:ElementState
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DContentModel.java87 * match an empty input stream.
89 public boolean empty() { method in class:ContentModel
98 if (m.empty()) {
107 if (!m.empty()) {
163 if (!m.empty()) {
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftAudioBuffer.java40 private boolean empty = true; field in class:SoftAudioBuffer
55 boolean bak_empty = empty;
62 empty = swap.empty;
69 swap.empty = bak_empty;
84 if (!empty) {
86 empty = true;
91 return empty;
95 empty = false;
/openjdk7/jdk/test/java/awt/event/TextEvent/TextEventSequenceTest/
H A DTextEventSequenceTest.java45 test("non-empty text string");
129 synchronized static void checkCounts(int empty, int nonempty) { argument
130 if (empty != cntEmptyStrings || nonempty != cntNonEmptyStrings) {
132 String.format("Expected events: empty = %d, nonempty = %d, "
133 + "actual events: empty = %d, nonempty = %d",
134 empty, nonempty, cntEmptyStrings, cntNonEmptyStrings));
/openjdk7/langtools/test/tools/javac/generics/7015430/
H A DT7015430.java12 static <E extends Exception> Iterable<E> empty(Iterable<E> arg) throws E { method in class:T7015430
32 empty(i);
41 empty(i);
50 T7015430.<RuntimeException>empty(i);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLDTDContentModelHandler.java153 * @see #empty
169 public void empty(Augmentations augmentations) throws XNIException; method in interface:XMLDTDContentModelHandler
183 * @see #empty
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DIntStack.java120 * @throws EmptyStackException if this stack is empty.
138 * @throws EmptyStackException if this stack is empty.
156 * @throws EmptyStackException if this stack is empty.
170 * Tests if this stack is empty.
172 * @return <code>true</code> if this stack is empty;
176 public boolean empty() method in class:IntStack
H A DObjectStack.java123 * @throws EmptyStackException if this stack is empty.
141 * @throws EmptyStackException if this stack is empty.
159 * @throws EmptyStackException if this stack is empty.
173 * Tests if this stack is empty.
175 * @return <code>true</code> if this stack is empty;
179 public boolean empty() method in class:ObjectStack
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DPatternBuilder.java49 private final EmptyPattern empty; field in class:PatternBuilder
54 empty = new EmptyPattern();
60 empty = parent.empty;
66 return empty;
74 if (p1 == empty)
76 if (p2 == empty)
89 if (p1 == empty)
91 if (p2 == empty)
113 if (p1 == empty
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.hpp151 empty = 0, // no message enumerator in enum:SurrogateLockerThread::SLT_msg_type
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DCharSet.java202 // cache and set an appropriate flag. If the set is empty
214 if (result.empty()) {
325 if (result.empty()) {
337 * expression cache to empty.
349 * Creates an empty CharSet.
629 // the complement of an empty CharSet is one containing everything
630 if (empty()) {
717 public boolean empty() { method in class:CharSet
/openjdk7/jdk/make/tools/src/build/tools/hasher/
H A DHasher.java62 boolean empty = false; // Generating an empty table? field in class:Hasher
67 err.println(" -e generate empty table (ignores value exprs)");
83 empty = true;
236 Object v = empty ? null : a[1];

Completed in 47 milliseconds

1234