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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gn/
copy_target_generator.h 15 Scope* scope,
function_set_defaults.cc 8 #include "tools/gn/scope.h"
20 " set_default's block will be copied into the current scope.\n"
23 " If a variable with that name is already in scope, the build will fail\n"
41 Value RunSetDefaults(Scope* scope,
65 if (scope->GetTargetDefaults(target_type)) {
77 Scope block_scope(scope);
82 // Now copy the values set on the scope we made into the free-floating one
83 // (with no containing scope) used to hold the target defaults
    [all...]
group_target_generator.h 15 Scope* scope,
scope_per_file_provider_unittest.cc 21 Scope scope(test.settings());
22 scope.set_source_dir(SourceDir("//source/"));
23 ScopePerFileProvider provider(&scope);
42 Scope scope(&settings);
43 scope.set_source_dir(SourceDir("//source/"));
44 ScopePerFileProvider provider(&scope);
function_toolchain.cc 9 #include "tools/gn/scope.h"
19 // the toolchain property on a scope.
22 // Reads the given string from the scope (if present) and puts the result into
24 bool ReadString(Scope& scope, const char* var, std::string* dest, Err* err) {
25 const Value* v = scope.GetValue(var, true);
87 Value RunToolchain(Scope* scope,
92 if (!EnsureNotProcessingImport(function, scope, err) ||
93 !EnsureNotProcessingBuildConfig(function, scope, err)
    [all...]
config_values_generator.cc 8 #include "tools/gn/scope.h"
17 Scope* scope,
22 const Value* value = scope->GetValue(var_name, true);
32 Scope* scope,
38 const Value* value = scope->GetValue(var_name, true);
43 ExtractListOfRelativeDirs(scope->settings()->build_settings(),
52 Scope* scope,
    [all...]
operators.cc 10 #include "tools/gn/scope.h"
18 // Applies the sources assignment filter from the given scope to each element
21 void AppendFilteredSourcesToValue(const Scope* scope,
24 const PatternList* filter = scope->GetSourcesAssignmentFilter();
96 Value ExecuteEquals(Scope* scope,
101 const Value* old_value = scope->GetValue(left.value(), false);
103 if (scope->IsSetButUnused(left.value())) {
113 err->AppendSubErr(Err(*scope->GetValue(left.value())
    [all...]
function_read_file.cc 40 Value RunReadFile(Scope* scope,
53 const SourceDir& cur_dir = scope->GetSourceDir();
56 scope->settings()->build_settings()->GetFullPath(source_file);
  /external/clang/lib/Sema/
TargetAttributesSema.h 14 class Scope;
22 virtual bool ProcessDeclAttribute(Scope *scope, Decl *D,
  /external/iproute2/ip/
routel 24 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/libsepol/src/
avrule_block.c 4 * 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)
80 if (scope == NULL) {
84 ebitmap_destroy(scope->scope + i);
86 for (i = 0; i < scope->class_perms_len; i++) {
87 ebitmap_destroy(scope->class_perms_map + i);
89 free(scope->class_perms_map)
155 scope_datum_t *scope = local
    [all...]
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 63 * @param scope The address scope.
65 void addressUpdated(String address, String iface, int flags, int scope);
73 * @param scope The address scope.
75 void addressRemoved(String address, String iface, int flags, int scope);
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
IdentityScopeStub.java 56 * @param scope
59 public IdentityScopeStub(String name, IdentityScope scope)
61 super(name, scope);
117 * Sets the system's identity scope
118 * @param scope
120 public static void mySetSystemScope(IdentityScope scope) {
122 IdentityScope.setSystemScope(scope);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerConsole.cpp 42 WorkerConsole::WorkerConsole(WorkerGlobalScope* scope)
43 : m_scope(scope)
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 70 * check that void IdentityScope(String, IdentityScope) creates instance with given name and within given scope
73 IdentityScope scope = new IdentityScopeStub("my scope"); local
74 is = new IdentityScopeStub("Aleksei Semenov", scope);
77 assertEquals(scope.getName(), is.getScope().getName());
84 String name = Security.getProperty("system.scope");
86 IdentityScope scope = IdentityScope.getSystemScope(); local
87 assertNotNull(scope);
88 assertEquals(name, scope.getClass().getName());
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 75 * check that void IdentityScope(String, IdentityScope) creates instance with given name and within given scope
78 IdentityScope scope = new IdentityScopeStub("my scope"); local
79 is = new IdentityScopeStub("Aleksei Semenov", scope);
82 assertEquals(scope.getName(), is.getScope().getName());
89 String name = Security.getProperty("system.scope");
91 IdentityScope scope = IdentityScope.getSystemScope(); local
92 assertNotNull(scope);
93 assertEquals(name, scope.getClass().getName());
102 // default implementation is specified by security property system.scope
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 252 <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=ruleDescriptor.returnScope)>}>}
    [all...]
  /libcore/luni/src/main/java/java/security/
Identity.java 41 private IdentityScope scope; field in class:Identity
63 * the scope of this {@code Identity}.
67 * @param scope
71 * in the specified scope.
73 public Identity(String name, IdentityScope scope)
76 if (scope != null) {
77 scope.addIdentity(this);
78 this.scope = scope;
221 return scope;
    [all...]
  /external/chromium_org/v8/test/webkit/
exception-with-handler-inside-eval-with-dynamic-scope.js 24 description('This test makes sure stack unwinding works correctly when it occurs inside an eval contained in a dynamic scope.');
27 var test = "outer scope";
28 with({test:"inner scope"}) {
29 eval("try { throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }");
31 eval("try { with({test:'innermost scope'}) throw ''; } catch (e) { result = test; shouldBe('result', '\"inner scope\"'); }");
33 eval("with ({test:'innermost scope'}) try { throw ''; } catch (e) { result = test; shouldBe('result', '\"innermost scope\"'); }");
35 with ({test:'innermost scope'}) eval("try { throw ''; } catch (e) { result = test; shouldBe('result', '\"innermost scope\"'); }");
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionAnalysis.g 76 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.isPredefinedRuleScope||scope.isPredefinedLexerRuleScope)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 31 import com.android.tools.lint.detector.api.Scope;
97 EnumSet<Scope> scope = null; local
104 scope = Scope.ALL;
109 scope = EnumSet.of(Scope.MANIFEST);
111 scope = Scope.RESOURCE_FILE_SCOPE;
114 if (scope != null)
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 12 // 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.Begin)
153 PoolScope &scope = *scpI; local
208 PoolScope &scope = Scopes.back(); local
    [all...]
  /external/v8/test/cctest/
test-func-name-inference.cc 54 v8::HandleScope scope; local
57 v8::HandleScope scope; local
113 v8::HandleScope scope; local
125 v8::HandleScope scope; local
137 v8::HandleScope scope; local
151 v8::HandleScope scope; local
165 v8::HandleScope scope; local
181 v8::HandleScope scope; local
199 v8::HandleScope scope; local
217 v8::HandleScope scope; local
231 v8::HandleScope scope; local
247 v8::HandleScope scope; local
260 v8::HandleScope scope; local
275 v8::HandleScope scope; local
288 v8::HandleScope scope; local
304 v8::HandleScope scope; local
318 v8::HandleScope scope; local
334 v8::HandleScope scope; local
353 v8::HandleScope scope; local
368 v8::HandleScope scope; local
386 v8::HandleScope scope; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 191 #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)->get(ctx->SCOPE_STACK(scope),i)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptObject.cpp 63 ScriptScope scope(scriptState);
64 scope.global()->Set(v8AtomicString(scriptState->isolate(), name), toV8(value, v8::Handle<v8::Object>(), scriptState->isolate()));
65 return scope.success();
70 ScriptScope scope(scriptState);
71 v8::Local<v8::Value> v8Value = scope.global()->Get(v8AtomicString(scriptState->isolate(), name));

Completed in 1532 milliseconds

12 3 4 5 6 7 8 91011>>