Home
last modified time | relevance | path

Searched refs:_scope (Results 1 – 11 of 11) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
DRequest.java218 private UserIdentity.Scope _scope; field in Request
1220 if (_scope != null) in getServletName()
1221 return _scope.getName(); in getServletName()
1347 return _scope; in getUserIdentityScope()
1456 return ((Authentication.User)_authentication).isUserInRole(_scope,role); in isUserInRole()
1512 _scope = null; in recycle()
1988 _scope = scope; in setUserIdentityScope()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg407 <ruleDescriptor.useScopes:{<it>_stack.push(new <it>_scope());}; separator="\n">
408 <ruleDescriptor.ruleScope:{<it.name>_stack.push(new <it.name>_scope());}; separator="\n">
1135 protected static class <scope.name>_scope {
1144 protected static class <scope.name>_scope {
1221 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name>
1224 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name>
1226 ((<scope>_scope)<scope>_stack.peek()).<attr.name>
1233 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name> =<expr>;
1236 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name> =<expr>;
1238 ((<scope>_scope)<scope>_stack.peek()).<attr.name> =<expr>;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg433 <ruleDescriptor.useScopes:{it |<it>_stack.push(new <it>_scope());}; separator="\n">
434 <ruleDescriptor.ruleScope:{it |<it.name>_stack.push(new <it.name>_scope());}; separator="\n">
1160 protected static class <scope.name>_scope {
1169 protected static class <scope.name>_scope {
1244 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name>
1247 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name>
1249 ((<scope>_scope)<scope>_stack.peek()).<attr.name>
1256 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name> =<expr>;
1259 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name> =<expr>;
1261 ((<scope>_scope)<scope>_stack.peek()).<attr.name> =<expr>;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg581 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope(this));<it>_scopeInit(<it>_stack.Peek(…
582 <ruleDescriptor.ruleScope:{it|<it.name>_stack.Push(new <it.name>_scope(this));<it.name>_scopeInit(<…
1414 protected sealed partial class <scope.name>_scope
1418 public <scope.name>_scope(<grammar.recognizerName> grammar) { OnCreated(grammar); }
1422 protected void <scope.name>_scopeInit( <scope.name>_scope scope )
1427 partial void <scope.name>_scopeInit( <scope.name>_scope scope );
1430 protected void <scope.name>_scopeAfter( <scope.name>_scope scope )
1435 partial void <scope.name>_scopeAfter( <scope.name>_scope scope );
1437 protected readonly ListStack\<<scope.name>_scope\> <scope.name>_stack = new ListStack\<<scope.name>
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
Dappengine.py678 self._scope = util.scopes_to_string(scope)
754 self._scope, redirect_uri=redirect_uri,
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg603 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope());<it>_scopeInit(<it>_stack.Peek());}…
604 <ruleDescriptor.ruleScope:{it|<it.name>_stack.Push(new <it.name>_scope());<it.name>_scopeInit(<it.n…
1435 protected sealed partial class <scope.name>_scope
1440 protected void <scope.name>_scopeInit( <scope.name>_scope scope )
1445 protected virtual void <scope.name>_scopeInit( <scope.name>_scope scope ) {}
1448 protected void <scope.name>_scopeAfter( <scope.name>_scope scope )
1453 protected virtual void <scope.name>_scopeAfter( <scope.name>_scope scope ) {}
1455 protected readonly ListStack\<<scope.name>_scope\> <scope.name>_stack = new ListStack\<<scope.name>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg459 <ruleDescriptor.useScopes:{<it>_stack.push(new <it>_scope());}; separator="\n">
460 <ruleDescriptor.ruleScope:{<it.name>_stack.push(new <it.name>_scope());}; separator="\n">
1163 protected static class <scope.name>_scope {
1241 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name>
1244 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name>
1246 ((<scope>_scope)<scope>_stack.peek()).<attr.name>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg411 <ruleDescriptor.useScopes:{it | <it>_stack.push(new <it>_scope())}; separator="\n">
412 <ruleDescriptor.ruleScope:{it | <it.name>_stack.push(new <it.name>_scope())}; separator="\n">
1144 class <scope.name>_scope {
1147 val <scope.name>_stack = new collection.mutable.Stack[<scope.name>_scope]<\n>
1153 class <scope.name>_scope {
1156 val <scope.name>_stack = new collection.mutable.Stack[<scope.name>_scope]<\n>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg492 <ruleDescriptor.useScopes:{it | self.<it>_stack.append(<it>_scope())}; separator="\n">
493 <ruleDescriptor.ruleScope:{it | self.<it.name>_stack.append(<it.name>_scope())}; separator="\n">
1241 class <scope.name>_scope(object):
1256 class <scope.name>_scope(object):
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg1708 <scope.name>_Scope *<scope.name>_scope;<\n>
1739 <scope.name>_scope = [<scope.name>_Scope new<scope.name>_Scope];<\n>
1750 <scope.name>_Scope *<scope.name>_scope; /* ObjC ruleAttributeScopeMemVar */<\n>
1796 <scope.name>_scope = [<scope.name>_Scope new<scope.name>_Scope];<\n>
1812 <scope.name>_Scope *<scope.name>_scope;<\n>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1644 ((<scope>_scope)<scope>_stack[<index>]).<attr.name>