Searched defs:_term (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DParticleImpl.java46 Ref.Term _term, Locator _loc, BigInteger _maxOccurs, BigInteger _minOccurs ) {
49 this.term = _term;
54 Ref.Term _term, Locator _loc, int _maxOccurs, int _minOccurs ) {
57 this.term = _term;
61 public ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc ) { argument
62 this(owner,_ann,_term,_loc,1,1);
45 ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc, BigInteger _maxOccurs, BigInteger _minOccurs ) argument
53 ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc, int _maxOccurs, int _minOccurs ) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp324 ParallelTaskTerminator& _term; member in class:ParScanThreadStateSet
329 ParallelTaskTerminator* terminator() { return &_term; }
339 _gen(gen), _next_gen(old_gen), _term(term)
369 _term.reset_for_reuse(active_threads);
986 ParallelTaskTerminator _term(n_workers, task_queues());
989 _overflow_stacks, desired_plab_sz(), _term);

Completed in 45 milliseconds