Searched refs:pv (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DProtocolList.java126 for (ProtocolVersion pv : protocols) {
127 if (pv.v > protocolVersion.v) {
130 selectedVersion = pv;
H A DHandshakeHash.java165 void protocolDetermined(ProtocolVersion pv) { argument
170 version = pv.compareTo(ProtocolVersion.TLS12) >= 0 ? 2 : 1;
/openjdk7/jdk/src/share/classes/javax/print/
H A DMimeType.java603 String pv = theLexer.getLexeme();
605 toUnicodeLowerCase (pv) :
606 pv);
609 String pv = removeBackslashes (theLexer.getLexeme());
611 toUnicodeLowerCase (pv) :
612 pv);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.h192 virtual HRESULT __stdcall Read(void __RPC_FAR *pv, ULONG cb, ULONG __RPC_FAR *pcbRead);
194 virtual HRESULT __stdcall Write(const void __RPC_FAR *pv, ULONG cb, ULONG __RPC_FAR *pcbWritten);
H A Dawt_DnDDS.cpp1494 HRESULT __stdcall AwtDragSource::ADSIStreamProxy::Read(void __RPC_FAR *pv, ULONG cb, ULONG __RPC_FAR *pcbRead) { argument
1500 if (read > 0) memmove(pv, (void *)(m_buffer + m_off), read);
1519 HRESULT __stdcall AwtDragSource::ADSIStreamProxy::Write(const void __RPC_FAR *pv, ULONG cb, ULONG __RPC_FAR *pcbWritten) { argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDocumentImpl.java694 Vector pv = new Vector(10,10);
698 pv.addElement(n);
708 for (int j = pv.size() - 1; j >= 0; --j) {
713 NodeImpl nn = (NodeImpl) pv.elementAt(j);
769 int pvsize = pv.size();
775 NodeImpl nn = (NodeImpl) pv.elementAt(j);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java524 ParserVocabulary pv = new ParserVocabulary(v.vocabulary);
526 _externalVocabularies.put(externalVocabularyURI, pv);
528 pv, false);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp1254 PredecessorValidator pv(this);

Completed in 65 milliseconds