HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 51 - 75 of 867) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/connectivity/shill/
scope_logger.cc 34 // Scope names corresponding to the scope defined by ScopeLogger::Scope.
71 "Scope tags do not have expected number of strings");
94 bool ScopeLogger::IsLogEnabled(Scope scope, int verbose_level) const {
95 return IsScopeEnabled(scope) && verbose_level <= verbose_level_;
98 bool ScopeLogger::IsScopeEnabled(Scope scope) const {
99 CHECK_GE(scope, 0)
    [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/guice/core/src/com/google/inject/internal/
ScopeBindingProcessor.java 21 import com.google.inject.Scope;
39 Scope scope = checkNotNull(command.getScope(), "scope"); local
54 if (!scope.equals(existing.getScope())) {
55 errors.duplicateScopes(existing, annotationType, scope);
  /external/jetty/src/java/org/eclipse/jetty/security/
UserAuthentication.java 23 import org.eclipse.jetty.server.UserIdentity.Scope;
50 public boolean isUserInRole(Scope scope, String role)
52 return _userIdentity.isUserInRole(role, scope);
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.h 45 LLVMMetadataRef Scope,
50 LLVMMetadataRef Scope,
55 LLVMDIBuilderRef D, LLVMMetadataRef Scope, const char *Name,
61 LLVMDIBuilderCreateAutoVariable(LLVMDIBuilderRef D, LLVMMetadataRef Scope,
67 LLVMDIBuilderRef D, LLVMMetadataRef Scope, const char *Name, unsigned ArgNo,
88 LLVMDIBuilderRef D, LLVMMetadataRef Scope, const char *Name,
94 LLVMDIBuilderRef D, unsigned Tag, const char *Name, LLVMMetadataRef Scope,
99 LLVMDIBuilderCreateMemberType(LLVMDIBuilderRef D, LLVMMetadataRef Scope,
DIBuilderBindings.cpp 54 LLVMMetadataRef Scope,
59 auto *LB = D->createLexicalBlock(unwrap<DILocalScope>(Scope),
65 LLVMMetadataRef Scope,
69 return wrap(D->createLexicalBlockFile(unwrap<DILocalScope>(Scope),
74 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name,
79 return wrap(D->createFunction(unwrap<DIScope>(Scope), Name, LinkageName,
87 LLVMDIBuilderCreateAutoVariable(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope,
92 return wrap(D->createAutoVariable(unwrap<DIScope>(Scope), Name,
98 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name,
103 unwrap<DIScope>(Scope), Name, ArgNo, unwrap<DIFile>(File), Line
    [all...]
  /external/v8/src/parsing/
parameter-initializer-rewriter.cc 23 Rewriter(uintptr_t stack_limit, Expression* initializer, Scope* old_scope,
24 Scope* new_scope)
43 Scope* old_scope_;
44 Scope* new_scope_;
45 Scope* old_scope_closure_;
46 Scope* new_scope_closure_;
69 function_literal->scope()->ReplaceOuterScope(new_scope_);
74 class_literal->scope()->ReplaceOuterScope(new_scope_);
79 // scope on its scope chain
    [all...]
  /external/v8/test/fuzzer/
json.cc 16 v8::Isolate::Scope isolate_scope(isolate);
18 v8::Context::Scope context_scope(support->GetContext());
wasm-asmjs.cc 30 v8::Isolate::Scope isolate_scope(isolate);
32 v8::Context::Scope context_scope(support->GetContext());
wasm.cc 30 v8::Isolate::Scope isolate_scope(isolate);
32 v8::Context::Scope context_scope(support->GetContext());
  /frameworks/support/annotations/src/android/support/annotation/
RestrictTo.java 31 * specific scope (as defined by {@link Scope}).
54 * The scope to which usage should be restricted.
56 Scope[] value();
58 enum Scope {
73 * <strong>Note:</strong> This scope should not be used to annotate
  /external/clang/lib/CodeGen/
CGCleanup.cpp 14 // control transfers out of a particular scope. This can be
113 /// Push an entry of the given size onto this protected-scope stack.
177 EHCleanupScope *Scope =
190 return Scope->getCleanupBuffer();
237 EHCatchScope *scope = local
240 return scope;
408 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin());
410 // As long as Old strictly encloses the scope's enclosing normal
414 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup());
448 EHCleanupScope &Scope) {
1074 EHScope &scope = *EHStack.find(i); local
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 188 /// \param Scope Member scope.
197 DIDerivedType *createMemberType(DIScope *Scope, StringRef Name,
205 /// \param Scope Member scope.
212 DIDerivedType *createStaticMemberType(DIScope *Scope, StringRef Name,
249 /// \param Scope Scope in which this class is defined.
264 DICompositeType *createClassType(DIScope *Scope, StringRef Name,
274 /// \param Scope Scope in which this struct is defined
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.h 42 NSInteger Scope;
51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.h 42 NSInteger Scope;
51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.h 42 NSInteger Scope;
51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
  /external/dagger2/lib/
javax-inject.jar 
  /external/guice/core/src/com/google/inject/spi/
ProvisionListener.java 21 import com.google.inject.Scope;
41 * object. If a type is bound within a {@link Scope}, provisioning depends on
42 * the scope. Types bound in Singleton scope will only be provisioned once.
43 * Types bound in no scope will be provisioned every time they are injected.
  /external/guice/lib/
javax.inject.jar 
  /frameworks/support/compat/api24/android/support/v4/net/
TrafficStatsCompatApi24.java 25 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/compat/gingerbread/android/support/v4/animation/
ValueAnimatorCompat.java 22 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /frameworks/support/v17/leanback/common/android/support/v17/leanback/transition/
TransitionListener.java 18 import static android.support.annotation.RestrictTo.Scope.GROUP_ID;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
javax.inject-1.jar 
  /prebuilts/tools/common/m2/repository/javax/inject/javax.inject/1/
javax.inject-1.jar 
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scope.rb 10 @A = ANTLR3::Scope.new( :a, :b )
11 @B = ANTLR3::Scope.new( 'count = 3' )
12 @C = ANTLR3::Scope.new( 'a', 'b = 0', 'c = {}' )

Completed in 389 milliseconds

1 23 4 5 6 7 8 91011>>