Searched defs:_v (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DVocabularyGenerator.java54 protected com.sun.xml.internal.org.jvnet.fastinfoset.Vocabulary _v; field in class:VocabularyGenerator
65 _v = new com.sun.xml.internal.org.jvnet.fastinfoset.Vocabulary();
72 _v = new com.sun.xml.internal.org.jvnet.fastinfoset.Vocabulary();
79 _v = new com.sun.xml.internal.org.jvnet.fastinfoset.Vocabulary();
87 _v = new com.sun.xml.internal.org.jvnet.fastinfoset.Vocabulary();
91 return _v;
127 addToTable(prefix, _v.prefixes, _serializerVocabulary.prefix, _parserVocabulary.prefix);
128 addToTable(uri, _v.namespaceNames, _serializerVocabulary.namespaceName, _parserVocabulary.namespaceName);
136 _v.elements, _serializerVocabulary.elementName, _parserVocabulary.elementName, false);
140 _v
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp279 Variability _v; member in class:PerfData
322 Variability variability() { return _v; }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java167 protected ParserVocabulary _v; field in class:Decoder
275 _v = new ParserVocabulary();
276 _prefixTable = _v.prefix;
277 _elementNameTable = _v.elementName;
278 _attributeNameTable = _v.attributeName;
279 _characterContentChunkTable = _v.characterContentChunk;
280 _attributeValueTable = _v.attributeValue;
397 _v = v;
398 _prefixTable = _v.prefix;
399 _elementNameTable = _v
[all...]
H A DEncoder.java186 protected SerializerVocabulary _v; field in class:Encoder
539 return _v.attributeValue.getTotalCharacterCount() + length <
548 _v = new SerializerVocabulary();
552 _v.setExternalVocabulary(v.URI,
599 _v = vocabulary;
620 if (_v == null) {
621 _v = new SerializerVocabulary();
624 _v.clear();
629 if (!_v.hasInitialVocabulary() && !_v
[all...]

Completed in 40 milliseconds