Searched defs:scope (Results 76 - 100 of 108) sorted by relevance

12345

/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp339 // native wrappers have no scope data, it is implied
343 ScopeDesc* scope = nm->scope_desc_at(fr->pc()); local
344 tty->print("bci: %d ",scope->bci());
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DHierMemDirCtx.java842 public HierContextEnumerator(Context context, int scope) argument
844 super(context, scope);
847 protected HierContextEnumerator(Context context, int scope, argument
849 super(context, scope, contextName, returnSelf);
857 protected ContextEnumerator newEnumerator(Context ctx, int scope, argument
859 return new HierContextEnumerator(ctx, scope, contextName,
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp40 // Per-scope data. These are pushed and popped as we descend into
51 // Whether this scope or any parent scope has exception handlers
59 // Maximum inline size for this scope
89 // Number of returns seen in this scope
114 IRScope* scope() const { return _scope; } function in class:VALUE_OBJ_CLASS_SPEC::ScopeData
116 void set_scope(IRScope* scope);
118 // Whether this or any parent scope has exception handlers
122 // Exception handlers list to be used for this scope
148 // Must be called after scope i
198 IRScope* scope() const { return scope_data()->scope(); } function in class:VALUE_OBJ_CLASS_SPEC
[all...]
H A Dc1_Instruction.cpp324 IRScope* StateSplit::scope() const { function in class:StateSplit
325 return _state->scope();
760 MethodLivenessResult liveness = new_state->scope()->method()->liveness_at_bci(bci());
780 BitMap requires_phi_function = new_state->scope()->requires_phi_function();
797 assert(existing_state->scope() == new_state->scope(), "not matching");
H A Dc1_LIRGenerator.hpp440 IRScope* scope() const { return block()->scope(); } function in class:LIRGenerator
H A Dc1_IR.hpp143 IRScope* _caller; // the caller scope, or NULL
208 IRScopeDebugInfo(IRScope* scope, argument
214 _scope(scope)
222 IRScope* scope() { return _scope; } function in class:IRScopeDebugInfo
243 recorder->describe_scope(pc_offset, scope()->method(), bci(), reexecute, is_method_handle_invoke, return_oop, locvals, expvals, monvals);
258 FrameMap* frame_map() const { return scope()->compilation()->frame_map(); }
259 Compilation* compilation() const { return scope()->compilation(); }
263 // use scope from ValueStack
272 IRScope* scope() const { return _scope; } function in class:CodeEmitInfo
287 IRScope* _top_scope; // the root of the scope hierarch
[all...]
H A Dc1_Optimizer.cpp140 if (if_state->scope()->level() > sux_state->scope()->level()) {
141 while (sux_state->scope() != if_state->scope()) {
145 } else if (if_state->scope()->level() < sux_state->scope()->level()) {
146 while (sux_state->scope() != if_state->scope()) {
354 assert(end_state->scope() == sux_state->scope(), "scope
770 IRScope* scope = stack->scope(); local
[all...]
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_Ports.cpp40 /* If a device has the only AudioStream in the scope (input or output),
64 AudioObjectPropertyScope scope; // input, output member in struct:AudioControl
87 AudioObjectPropertyScope scope; member in struct:PortLine
88 // if the device has several AudioStreams in the scope, streamID == 0
240 AudioObjectPropertyScope scope = local
243 err = GetAudioObjectPropertySize(mixer->deviceID, scope, kAudioDevicePropertyStreams, &size);
250 err = GetAudioObjectProperty(mixer->deviceID, scope, kAudioDevicePropertyStreams,
257 // the device has several AudioStreams in the scope
260 mixer->ports[mixer->portCount].scope = scope;
311 AudioObjectPropertyScope scope = mixer->ports[portIndex].scope; local
[all...]
H A DPLATFORM_API_MacOSX_PCM.cpp825 AudioUnitScope scope = isSource ? kAudioUnitScope_Input : kAudioUnitScope_Output; local
857 err = AudioUnitSetProperty(device->audioUnit, kAudioUnitProperty_StreamFormat, scope, element, &device->asbd, sizeof(device->asbd));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java166 private final Map<Class/*scope*/,Map<QName,ElementBeanInfoImpl>> elements = new LinkedHashMap<Class, Map<QName, ElementBeanInfoImpl>>();
335 RuntimeClassInfo scope = n.getScope();
336 Class scopeClazz = scope==null?null:scope.getClazz();
460 public ElementBeanInfoImpl getElement(Class scope, QName name) { argument
461 Map<QName,ElementBeanInfoImpl> m = elements.get(scope);
/openjdk7/jdk/src/windows/native/java/net/
H A DNetworkInterface.c583 int scope; local
592 scope = addrs->addr.him6.sin6_scope_id;
593 if (scope != 0) { /* zero is default value, no need to set */
594 (*env)->SetIntField(env, iaObj, ia6_scopeidID, scope);
H A Dnet_util_md.c614 printf (" scope %d\n", a->sin6_scope_id);
955 int cmpScopeID (unsigned int scope, struct sockaddr *him) { argument
957 return him6->sin6_scope_id == scope;
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DPCSC.java55 (int scope)
54 SCardEstablishContext(int scope) argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java338 public QName getQName(String scope, String name) { argument
339 return getQName(scope + name);
342 public QName getQName(QName scope, QName name) { argument
343 return getQName(scope.toString() + name.toString());
1257 * SAX2: Begin the scope of a prefix-URI Namespace mapping.
1268 * SAX2: End the scope of a prefix-URI Namespace mapping.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java679 public ParsedPattern makeExternalRef(Parseable current, String uri, String ns, Scope scope, argument
691 return current.parseExternal(uri, new SchemaBuilderImpl(ns, uri, this), scope, ns );
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java113 /** Top level scope (-1). */
542 elementDecl.scope= -1;
620 elementDecl.scope= -1;
1216 * @return index of the elementDeclName in scope
1827 protected void putElementNameMapping(QName name, int scope, argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java364 short scope = XSConstants.SCOPE_GLOBAL;
370 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
376 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
387 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
393 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
1268 XSSimpleType type, short scope) {
1272 fScope = scope;
1276 XSSimpleType simpleType, short constraintType, short scope,
1267 BuiltinAttrDecl(String name, String tns, XSSimpleType type, short scope) argument
1275 setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT) argument
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapClient.java524 LdapResult search(String dn, int scope, int deref, int sizeLimit, argument
542 ber.encodeInt(scope, LBER_ENUMERATED);
H A DLdapCtx.java1944 int scope;
1948 scope = LdapClient.SCOPE_BASE_OBJECT;
1952 scope = LdapClient.SCOPE_ONE_LEVEL;
1955 scope = LdapClient.SCOPE_SUBTREE;
1987 scope,
2015 * - the scope is set to OBJECT_SCOPE
2031 // if scope is not object-scope, it's really a search
3374 public void addNamingListener(Name nm, int scope, NamingListener l) argument
3376 addNamingListener(getTargetName(nm), scope,
3379 addNamingListener(String nm, int scope, NamingListener l) argument
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp251 static void set_mutex_scope(int scope) { _mutex_scope = scope; } argument
269 static void set_cond_scope(int scope) { _cond_scope = scope; } argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java224 * The current scope, or null if there's none.
226 Scope scope; field in class:SchemaParser.State
242 this.scope = parent.scope;
684 RootState(IncludedGrammar grammar, Scope scope, String ns) { argument
686 this.scope = scope;
1085 grammar = schemaBuilder.makeGrammar(scope);
1087 scope = grammar;
1120 if(scope
1577 SchemaParser(SAXParseable parseable, XMLReader xr, ErrorHandler eh, SchemaBuilder schemaBuilder, IncludedGrammar grammar, Scope scope, String inheritedNs) argument
[all...]
/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c670 int scope=0; local
680 scope = ((struct sockaddr_in6*)addrP->addr)->sin6_scope_id;
682 if (scope != 0) { /* zero is default value, no need to set */
683 (*env)->SetIntField(env, iaObj, ia6_scopeidID, scope);
1131 int plen, scope, dad_status, if_idx; local
1137 &if_idx, &plen, &scope, &dad_status, devname) != EOF) {
H A Dnet_util_md.c262 int cmpScopeID (unsigned int scope, struct sockaddr *him) { argument
265 return 1; /* scope is ignored for comparison in 2.2 kernel */
267 return hext->sin6_scope_id == scope;
277 int cmpScopeID (unsigned int scope, struct sockaddr *him) { argument
279 return him6->sin6_scope_id == scope;
675 int plen, scope, dad_status, if_idx; local
681 &if_idx, &plen, &scope, &dad_status, devname) == 13) {
857 // XXXBSD: should we do something with scope id here ? see below linux comment
865 * If the scope was cached the we use the cached value. If not cached but
881 * if scope i
1203 int plen, scope, dad_status, if_idx; local
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DHtmlDocletWriter.java1318 public void summaryTableHeader(String[] header, String scope) { argument
1321 thScopeNoWrap("TableHeader", scope);
1332 * @param scope the scope of the headers
1335 public Content getSummaryTableHeader(String[] header, String scope) { argument
1341 tr.addContent(HtmlTree.TH(HtmlStyle.colOne, scope, tableHeader));
1347 tr.addContent(HtmlTree.TH(HtmlStyle.colFirst, scope, tableHeader));
1349 tr.addContent(HtmlTree.TH(HtmlStyle.colLast, scope, tableHeader));
1351 tr.addContent(HtmlTree.TH(scope, tableHeader));
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java1285 * Print &lt;TH CLASS="stylename" SCOPE="scope" NOWRAP&gt; tag.
1288 * @param scope the scope attribute.
1290 public void thScopeNoWrap(String stylename, String scope) { argument
1291 print("<TH CLASS=\"" + stylename + "\" SCOPE=\"" + scope + "\" NOWRAP>");

Completed in 133 milliseconds

12345