Searched refs:scope (Results 1 - 25 of 716) sorted by relevance

1234567891011>>

/external/iproute2/ip/
H A Droutef4 exec ip -4 ro flush scope global type unicast
H A Droutel24 scope=""
40 echo "$network $via $src $proto $scope $dev $table"
44 printf(format,"target","","gateway","source","proto","scope","dev","tbl");
55 scope=$5;
58 printf(format,network,mask,via,src,proto,scope,dev,table);
/external/guice/core/src/com/google/inject/spi/
H A DScopeBinding.java27 * Registration of a scope annotation with the scope that implements it. Instances are created
40 private final Scope scope; field in class:ScopeBinding
42 ScopeBinding(Object source, Class<? extends Annotation> annotationType, Scope scope) { argument
45 this.scope = checkNotNull(scope, "scope");
57 return scope;
65 binder.withSource(getSource()).bindScope(annotationType, scope);
/external/python/cpython2/Tools/compiler/
H A Ddemo.py15 scope. The scope is the name of the current class or None.
18 def visitClass(self, node, scope=None):
21 def visitFunction(self, node, scope=None):
22 if scope is not None:
23 print "%s.%s" % (scope, node.name)
/external/mesa3d/src/util/
H A Dvk_alloc.h34 VkSystemAllocationScope scope)
36 return alloc->pfnAllocation(alloc->pUserData, size, align, scope);
42 VkSystemAllocationScope scope)
44 return alloc->pfnReallocation(alloc->pUserData, ptr, size, align, scope);
60 VkSystemAllocationScope scope)
63 return vk_alloc(alloc, size, align, scope);
65 return vk_alloc(parent_alloc, size, align, scope);
72 VkSystemAllocationScope scope)
74 void *mem = vk_alloc2(parent_alloc, alloc, size, align, scope);
32 vk_alloc(const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) argument
40 vk_realloc(const VkAllocationCallbacks *alloc, void *ptr, size_t size, size_t align, VkSystemAllocationScope scope) argument
57 vk_alloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) argument
69 vk_zalloc2(const VkAllocationCallbacks *parent_alloc, const VkAllocationCallbacks *alloc, size_t size, size_t align, VkSystemAllocationScope scope) argument
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCTarget.java81 /** Is scope in @scope::name {action} valid for this kind of grammar?
88 public boolean isValidActionScope(int grammarType, String scope) { argument
91 if (scope.equals("lexer")) {
94 if (scope.equals("header")) {
97 if (scope.equals("includes")) {
100 if (scope.equals("preincludes")) {
103 if (scope.equals("overrides")) {
108 if (scope.equals("parser")) {
111 if (scope
[all...]
/external/python/cpython2/Lib/compiler/
H A Dsymbols.py88 """Return scope of name.
90 The scope of a name could be LOCAL, GLOBAL, FREE, or CELL.
123 """Force name to be global in scope.
127 variable. Now that all its enclosing scope have been
143 """Process list of free vars from nested scope.
147 the nested scope should treat them as globals.
220 scope = self.module = self.scopes[node] = ModuleScope()
221 self.visit(node.node, scope)
231 scope = FunctionScope(node.name, self.module, self.klass)
233 scope
[all...]
/external/selinux/libsepol/tests/
H A Dhelpers.c68 scope_datum_t *scope = (scope_datum_t *) hashtab_search(p->scope[symtab].table, sym); local
70 if (scope == NULL) {
73 if (scope->scope != SCOPE_DECL) {
76 if (scope->decl_ids_len != 1) {
80 return p->decl_val_to_struct[scope->decl_ids[0] - 1];
/external/selinux/libsepol/src/
H A Davrule_block.c4 * or global scope) for a policy module.
69 ebitmap_init(&decl->required.scope[i]);
70 ebitmap_init(&decl->declared.scope[i]);
77 static void scope_index_destroy(scope_index_t * scope) argument
80 if (scope == NULL) {
84 ebitmap_destroy(scope->scope + i);
86 if (scope->class_perms_map) {
87 for (i = 0; i < scope->class_perms_len; i++) {
88 ebitmap_destroy(scope
157 scope_datum_t *scope = local
[all...]
/external/guice/core/src/com/google/inject/
H A DScope.java20 * A scope is a level of visibility that instances provided by Guice may have.
21 * By default, an instance created by the {@link Injector} has <i>no scope</i>,
24 * and then immediately forgets it. Associating a scope with a particular
28 * <p>An example of a scope is {@link Scopes#SINGLETON}.
35 * Scopes a provider. The returned provider returns objects from this scope.
36 * If an object does not exist in this scope, the provider can use the given
45 * scope.
48 * scope
50 public <T> Provider<T> scope(Key<T> key, Provider<T> unscoped); method in interface:Scope
53 * A short but useful description of this scope
[all...]
/external/v8/src/runtime/
H A Druntime-error.cc17 HandleScope scope(isolate);
H A Druntime-module.cc15 HandleScope scope(isolate);
22 HandleScope scope(isolate);
30 HandleScope scope(isolate);
38 HandleScope scope(isolate);
H A Druntime-generator.cc16 HandleScope scope(isolate);
39 HandleScope scope(isolate);
49 HandleScope scope(isolate);
57 HandleScope scope(isolate);
65 HandleScope scope(isolate);
73 HandleScope scope(isolate);
81 HandleScope scope(isolate);
89 HandleScope scope(isolate);
97 HandleScope scope(isolate);
H A Druntime-operators.cc13 HandleScope scope(isolate);
22 HandleScope scope(isolate);
31 HandleScope scope(isolate);
40 HandleScope scope(isolate);
49 HandleScope scope(isolate);
58 HandleScope scope(isolate);
67 HandleScope scope(isolate);
76 HandleScope scope(isolate);
86 HandleScope scope(isolate);
95 HandleScope scope(isolat
[all...]
H A Druntime-date.cc26 HandleScope scope(isolate);
34 HandleScope scope(isolate);
/external/vixl/test/
H A Dtest-code-generation-scopes.cc57 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes);
71 CodeBufferCheckScope scope(&masm, aarch64::kInstructionSize);
85 CodeBufferCheckScope scope(&masm, 2 * aarch32::kA32InstructionSizeInBytes);
100 CodeBufferCheckScope scope(&masm, 2 * aarch64::kInstructionSize);
115 CodeBufferCheckScope scope; local
117 scope.Open(&masm, aarch32::kA32InstructionSizeInBytes);
131 CodeBufferCheckScope scope; local
133 scope.Open(&masm, aarch64::kInstructionSize);
147 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes);
149 scope
179 CodeBufferCheckScope scope; local
197 CodeBufferCheckScope scope; local
243 EmissionCheckScope scope; local
259 EmissionCheckScope scope; local
307 EmissionCheckScope scope; local
325 EmissionCheckScope scope; local
470 EmissionCheckScope scope; local
479 EmissionCheckScope scope; local
524 ExactAssemblyScope scope; local
540 ExactAssemblyScope scope; local
588 ExactAssemblyScope scope; local
606 ExactAssemblyScope scope; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DObjC.stg252 <rule.ruleDescriptor:{ruleDescriptor | <returnScopeInterface(scope=ruleDescriptor.returnScope)>}>}>
306 <returnScopeImplementation(scope=ruleDescriptor.returnScope)>}>
562 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeInterface(scope=it)><endif>}>
565 <rule.ruleDescriptor:{ ruleDescriptor | <ruleAttributeScopeInterface(scope=ruleDescriptor.ruleScope)>}>}>
567 <rules:{rule |<rule.ruleDescriptor:{ ruleDescriptor | <returnScopeInterface(scope=ruleDescriptor.returnScope)>}>}>
572 <rules:{rule | <rule.ruleDescriptor.ruleScope:ruleAttributeScopeDecl(scope=rule.ruleDescriptor.ruleScope)>}>
574 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeMemVar(scope=it)><endif>}><\n>
670 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeImplementation(scope=it)><endif>}>
674 <rule.ruleDescriptor:{ ruleDescriptor | <ruleAttributeScopeImplementation(scope=ruleDescriptor.ruleScope)>}>}>
677 <rules:{rule | <rule.ruleDescriptor:{ ruleDescriptor | <returnScopeImplementation(scope
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DActionAnalysis.g76 AttributeScope scope = null;
81 scope = enclosingRule.getLocalAttributeScope($y.text);
90 scope = refdRule.getLocalAttributeScope($y.text);
98 scope = refdRule.getLocalAttributeScope($y.text);
101 if ( scope!=null &&
102 (scope.isPredefinedRuleScope||scope.isPredefinedLexerRuleScope) )
121 AttributeScope scope = enclosingRule.getLocalAttributeScope($ID.text);
122 if ( scope!=null &&
123 (scope
[all...]
/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp12 // Calls to NSAutoreleasePools will be rewritten as an @autorelease scope.
23 // - There is not a corresponding -release/-drain in the same scope
25 // - There is a variable that is declared inside the intended @autorelease scope
98 PoolScope &scope = *scpI; local
99 clearRefsIn(*scope.Begin, info.Refs);
100 clearRefsIn(*scope.End, info.Refs);
101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
122 PoolScope &scope = *scpI; local
123 clearUnavailableDiags(*scope
153 PoolScope &scope = *scpI; local
208 PoolScope &scope = Scopes.back(); local
254 NameReferenceChecker(ASTContext &ctx, PoolScope &scope, SourceLocation &referenceLoc, SourceLocation &declarationLoc) argument
296 handlePoolScope(PoolScope &scope, CompoundStmt *compoundS) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg191 #define SCOPE_TYPE(scope) p<name>_##scope##_SCOPE
192 #define SCOPE_STACK(scope) p<name>_##scope##Stack
193 #define SCOPE_TOP(scope) ctx->p<name>_##scope##Top
194 #define SCOPE_SIZE(scope) ctx->p<name>_##scope##Stack_limit
195 #define SCOPE_INSTANCE(scope, i) (ctx->SCOPE_STACK(scope)
[all...]
/external/v8/src/inspector/
H A Dv8-runtime-agent-impl.cc187 InjectedScript::ContextScope scope(m_inspector, m_contextGroupId,
189 Response response = scope.initialize();
195 response = scope.injectedScript()->wrapObject(
279 InjectedScript::ContextScope scope(m_inspector, m_session->contextGroupId(),
281 response = scope.initialize();
287 if (silent.fromMaybe(false)) scope.ignoreExceptionsAndMuteConsole();
288 if (userGesture.fromMaybe(false)) scope.pretendUserGesture();
290 if (includeCommandLineAPI.fromMaybe(false)) scope.installCommandLineAPI();
292 bool evalIsDisabled = !scope.context()->IsCodeGenerationFromStringsAllowed();
294 if (evalIsDisabled) scope
[all...]
/external/valgrind/none/tests/s390x/
H A Decag.c41 char *type, *scope; local
52 case 1: scope = "private"; break;
53 case 2: scope = "shared"; break;
54 case 3: scope = "reserved"; break;
57 printf("L%u topology: %s; %s\n", level+1, type, scope);
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DIndexer.java61 final Object scope; field in class:Indexer.IndexedBinding
65 IndexedBinding(Binding<?> binding, BindingType type, Object scope, Object extraEquality) { argument
66 this.scope = scope;
81 && Objects.equal(scope, o.scope)
89 return Objects.hashCode(type, scope, typeLiteral, annotationType, annotationName,
104 private Object scope(Binding<?> binding) { method in class:Indexer
109 return new Indexer.IndexedBinding(binding, BindingType.CONSTRUCTOR, scope(binding),
115 return new Indexer.IndexedBinding(binding, BindingType.CONSTANT, scope(bindin
162 visitScope(Scope scope) argument
[all...]
/external/guice/core/src/com/google/inject/internal/
H A DScopeBindingProcessor.java39 Scope scope = checkNotNull(command.getScope(), "scope");
54 if (!scope.equals(existing.getScope())) {
55 errors.duplicateScopes(existing, annotationType, scope);
/external/v8/src/builtins/
H A Dbuiltins-proxy.cc16 HandleScope scope(isolate);
25 HandleScope scope(isolate);

Completed in 1689 milliseconds

1234567891011>>