Searched refs:peek (Results 101 - 125 of 165) sorted by relevance

1234567

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java1035 if (DecoderStateTables.ISTRING_PREFIX_NAMESPACE(peek())
1069 if (DecoderStateTables.ISTRING_PREFIX_NAMESPACE(peek())
1847 protected final int peek() throws IOException { method in class:Decoder
1848 return peek(null);
1851 protected final int peek(OctetBufferListener octetBufferListener) throws IOException { method in class:Decoder
1937 peek();
/openjdk7/jdk/test/java/util/Collection/
H A DMOAT.java474 check(deq.peek() == null);
480 check(deq.peek() != e);
499 check(deq.peek() == e);
528 check(deq.peek() == null);
534 check(deq.peek() != e);
642 check(deq.peek() == null);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java1460 ElemChanges ec = path.peek();
1652 ElemChanges ec = path.peek();
1804 ElemChanges ec = path.peek();
1813 ec = path.peek();
1827 ElemChanges ec = path.peek();
1935 ElemChanges ec = path.peek();
2360 ElemChanges ec = path.peek();
2385 ElemChanges ec = path.peek();
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultMutableTreeNode.java1311 return (!stack.empty() && stack.peek().hasMoreElements());
1315 Enumeration enumer = stack.peek();
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DScheduledThreadPoolExecutor.java509 Delayed head = (Delayed) super.getQueue().peek();
993 public RunnableScheduledFuture peek() { method in class:ScheduledThreadPoolExecutor.DelayedWorkQueue
/openjdk7/hotspot/src/share/vm/services/
H A DmemTracker.cpp399 int per_seq_in_use = SequenceGenerator::peek() * 100 / max_jint;
439 assert(SequenceGenerator::peek() == 1, "Should not have memory activities during sync-point");
H A DmemPtr.hpp41 // peek last sequence number
42 static jint peek() { function in class:SequenceGenerator
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpChannelImpl.c415 jlong address, jint length, jboolean peek) {
423 int flags = peek == JNI_TRUE ? MSG_PEEK : 0;
413 Java_sun_nio_ch_SctpChannelImpl_receive0(JNIEnv *env, jclass klass, jint fd, jobject resultContainerObj, jlong address, jint length, jboolean peek) argument
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DDescendingVisitor.java97 return stack.peek();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java206 return((VariableBase)stack.peek());
1008 if (sheet != (SyntaxTreeNode)_parentStack.peek()) {
1303 SyntaxTreeNode parent = (SyntaxTreeNode)_parentStack.peek();
1334 SyntaxTreeNode parent = (SyntaxTreeNode)_parentStack.peek();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DDOM2SAX.java102 final String lastUri = (String) uriStack.peek();
H A DStAXEvent2SAX.java147 XMLEvent event = staxEventReader.peek();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMBuilder.java406 m_currentNode = m_elemStack.isEmpty() ? null : (Node)m_elemStack.peek();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBImpl.java1534 return (OAInvocationInfo)(stack.peek()) ;
1796 (ClientInvocationInfo) invocationInfoStack.peek();
1823 (ClientInvocationInfo)invocationInfoStack.peek();
1845 return (ClientInvocationInfo) invocationInfoStack.peek();
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.cpp73 const char *NameList::peek(int skip) { return (_iter + skip < _cur ? _names[_iter + skip] : NULL); } function in class:NameList
H A Dforms.hpp349 const char *peek(int skip = 1); // returns element + skip in iteration if there is one
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCRuntime.java124 /** current attributes set. always equal to attStack.peek() */
145 /** The current NGCCHandler. Always equals to handlerStack.peek() */
275 currentAtts = (AttributesImpl)attStack.peek();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/attach/
H A DExternalAttachmentsUnmarshaller.java110 event = reader.peek();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCRuntime.java124 /** current attributes set. always equal to attStack.peek() */
145 /** The current NGCCHandler. Always equals to handlerStack.peek() */
275 currentAtts = (AttributesImpl)attStack.peek();
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerInputStream.java519 return buffer.peek();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DDatagramSocketAdaptor.java387 protected int peek(InetAddress i) throws IOException { return 0; }
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLWriter.java172 Element top = blockElementStack.peek();
186 top = blockElementStack.peek();
194 Element top = blockElementStack.peek();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DXMLSerializer.java875 String v = grammar.getXMIMEContentType(cycleDetectionStack.peek());
1012 return handleError(e,cycleDetectionStack.peek(),null);
1052 return new ValidationEventLocatorExImpl(cycleDetectionStack.peek(),fieldName);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java1034 if (fBaseURIScope.size() > 0 && fDepth == fBaseURIScope.peek()) {
1073 if (fBaseURIScope.size() > 0 && fDepth == fBaseURIScope.peek()) {
1079 if (fLanguageScope.size() > 0 && fDepth == fLanguageScope.peek()) {
2793 fCurrentBaseURI.setBaseSystemId((String)fBaseURI.peek());
2794 fCurrentBaseURI.setLiteralSystemId((String)fLiteralSystemID.peek());
2795 fCurrentBaseURI.setExpandedSystemId((String)fExpandedSystemID.peek());
2816 return (String) fLanguageStack.peek();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java1820 String next = tokenizer.peek();
1847 String next = tokenizer.peek();
1867 if ("(".equals(tokenizer.peek())) {
1899 peek();
1902 public String peek() { method in class:Metacity.PeekableStringTokenizer
1918 peek();

Completed in 126 milliseconds

1234567