HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 526 - 550 of 1184) sorted by null

<<21222324252627282930>>

  /external/iproute2/ip/
ipaddress.c 45 int scope, scopemask; member in struct:__anon19338
68 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n");
72 fprintf(stderr, " [ label STRING ] [ scope SCOPE-ID ]\n");
73 fprintf(stderr, "SCOPE-ID := [ host | link | global | NUMBER ]\n");
537 if ((filter.scope^ifa->ifa_scope)&filter.scopemask)
631 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1)));
797 } else if (strcmp(*argv, "scope") == 0) {
798 unsigned scope = 0 local
1120 unsigned scope = 0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 135 """Find local names in scope"""
280 scope = self.scope.check_name(name)
281 if scope == SC_LOCAL:
286 elif scope == SC_GLOBAL_EXPLICIT:
288 elif scope == SC_GLOBAL_IMPLICIT:
293 elif scope == SC_FREE or scope == SC_CELL:
296 raise RuntimeError, "unsupported scope for var %s: %d" % \
297 (name, scope)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 135 """Find local names in scope"""
280 scope = self.scope.check_name(name)
281 if scope == SC_LOCAL:
286 elif scope == SC_GLOBAL_EXPLICIT:
288 elif scope == SC_GLOBAL_IMPLICIT:
293 elif scope == SC_FREE or scope == SC_CELL:
296 raise RuntimeError, "unsupported scope for var %s: %d" % \
297 (name, scope)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 120 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
126 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
132 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
138 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
AST.stg 146 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
152 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
158 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
164 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
ST.stg 81 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
AST.stg 144 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
150 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
156 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
162 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
ST.stg 58 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 168 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
174 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
180 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
186 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 119 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
125 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
131 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
137 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 119 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
125 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
131 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
137 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 262 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
269 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
275 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
283 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 136 ruleRefTrack(rule,label,elementIndex,args,scope) ::= <<
142 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
148 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= <<
154 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
ST.stg 73 ruleRefAndListLabel(rule,label,elementIndex,args,scope) ::= <<
  /external/checkpolicy/test/
dismod.c 105 scope_datum_t *scope = local
106 (scope_datum_t *) hashtab_search(p->scope[symbol_type].table, id);
107 assert(scope != NULL);
108 if (scope->scope == SCOPE_REQ) {
521 for (j = ebitmap_startbit(&indices->scope[i]);
522 j < ebitmap_length(&indices->scope[i]); j++) {
523 if (ebitmap_get_bit(&indices->scope[i], j)) {
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.js 8 * Points the webview to the starting URL of a scope authorization
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contentSettings/
popup.js 19 'scope': (incognito ? 'incognito_session_only' : 'regular')
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
background.js 11 'scope' : 'http://www.google.com/m8/feeds/',
  /external/chromium_org/components/policy/core/common/
config_dir_policy_loader.cc 63 PolicyScope scope)
64 : AsyncPolicyLoader(task_runner), config_dir_(config_dir), scope_(scope) {}
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.css 63 td.indexeddb-transaction-scope {
  /external/chromium_org/remoting/protocol/
third_party_authenticator_unittest.cc 44 const std::string& scope,
47 ASSERT_EQ(scope, kTokenScope);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceNamedConstructor.cpp 112 v8::EscapableHandleScope scope(isolate);
121 return scope.Escape(result);
V8TestNamedConstructor.cpp 123 v8::EscapableHandleScope scope(isolate);
132 return scope.Escape(result);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptController.cpp 110 v8::Context::Scope scope(context);
159 v8::Context::Scope scope(context);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIteratorTest.cpp 120 PassRefPtr<ShadowRoot> createShadowRootForElementWithIDAndSetInnerHTML(TreeScope& scope, const char* hostElementID, const char* shadowRootContent)
122 RefPtr<ShadowRoot> shadowRoot = scope.getElementById(AtomicString::fromUTF8(hostElementID))->createShadowRoot(ASSERT_NO_EXCEPTION);

Completed in 746 milliseconds

<<21222324252627282930>>