Searched defs:_context (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkEntry.hpp36 SharkContext* _context; member in class:SharkEntry
47 return _context;
58 _context = context;
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.hpp44 stringStream _context; // optional, killable context marker member in class:CompileLog
67 stringStream* context() { return &_context; }
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp55 void * _context; // ContextRecord on Windows, member in class:VMError
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DCachedXPathFuncHereAPI.java63 XPathContext _context = null; field in class:CachedXPathFuncHereAPI
97 this._context=existingXPathContext;
107 this._context=previouslyUsed.getXPathContext();
297 _context.reset();
298 _dtmManager=_context.getDTMManager();
347 _context.reset();
348 _dtmManager=_context.getDTMManager();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBinderImpl.java83 BinderImpl(JAXBContextImpl _context,InfosetScanner<XmlNode> scanner) { argument
84 this.context = _context;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStartElementEvent.java49 private NamespaceContext _context = null; field in class:StartElementEvent
55 if (_context != null) _context = null;
160 return _context;
184 if(_context != null)
185 return _context.getNamespaceURI(prefix);
227 _context = context;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dannotation.java59 public annotation(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _existing, AnnotationContext _context) { argument
63 this.context = _context;
67 public annotation(NGCCRuntimeEx runtime, AnnotationImpl _existing, AnnotationContext _context) { argument
68 this(null, runtime, runtime, -1, _existing, _context);

Completed in 2280 milliseconds