| /openjdk7/jdk/src/share/classes/sun/invoke/empty/ |
| H A D | Empty.java | 26 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 D | XSContentTypeFunction.java | 41 T empty( XSContentType empty ); method in interface:XSContentTypeFunction
|
| H A D | XSContentTypeVisitor.java | 41 void empty( XSContentType empty ); method in interface:XSContentTypeVisitor
|
| /openjdk7/jaxp/src/com/sun/java_cup/internal/runtime/ |
| H A D | virtual_parse_stack.java | 91 * 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 D | ClassQueue.java | 79 public boolean empty() { return vec.isEmpty(); } method in class:ClassQueue
|
| H A D | ClassSet.java | 87 public boolean empty() { return _map.isEmpty(); } method in class:ClassSet
|
| H A D | ClassStack.java | 75 public boolean empty() { return stack.empty(); } method in class:ClassStack
|
| /openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/ |
| H A D | StackImpl.java | 39 // 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 D | Stack.java | 34 * 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 D | Round1Apf.java | 68 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 D | Round2Apf.java | 69 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 D | Round3Apf.java | 66 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 D | Round4Apf.java | 66 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 D | ElementState.java | 64 * 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 D | ContentModel.java | 87 * 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 D | SoftAudioBuffer.java | 40 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 D | TextEventSequenceTest.java | 45 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 D | T7015430.java | 12 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 D | XMLDTDContentModelHandler.java | 153 * @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 D | IntStack.java | 120 * @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 D | ObjectStack.java | 123 * @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 D | PatternBuilder.java | 49 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 D | concurrentGCThread.hpp | 151 empty = 0, // no message enumerator in enum:SurrogateLockerThread::SLT_msg_type
|
| /openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/ |
| H A D | CharSet.java | 202 // 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 D | Hasher.java | 62 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];
|