HomeSort by relevance Sort by last modified time
    Searched refs:Scope (Results 1 - 25 of 1217) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/parsing/
parameter-initializer-rewriter.h 14 class Scope;
16 // When an extra declaration scope needs to be inserted to account for
18 // needs to be in that new inner scope which was added after initial
21 // param_scope is the new inner scope, and its outer_scope() is assumed
22 // to be the function scope which was used during the initial parse.
24 Scope* param_scope);
  /external/clang/include/clang/Sema/
Scope.h 1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
35 /// Scope - A scope is a transient data structure that is used while parsing the
39 class Scope {
42 /// scope, which defines the sorts of things the scope contains.
44 /// \brief This indicates that the scope corresponds to a function, which
56 /// \brief This is a scope that can contain a declaration. Some scope
    [all...]
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/builder/
MiddleScope.java 19 import javax.inject.Scope;
23 @Scope
  /external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/
PerActivity.java 19 import javax.inject.Scope;
28 @Scope
  /system/tools/hidl/
Scope.cpp 17 #include "Scope.h"
27 Scope::Scope(const char *localName,
31 Scope::~Scope(){}
33 bool Scope::addType(NamedType *type, std::string *errorMsg) {
41 (*errorMsg) += "' is already declared in the current scope.";
53 NamedType *Scope::lookupType(const FQName &fqName) const {
72 // more than one names, but the first name is not a scope
75 Scope *outerScope = static_cast<Scope *>(outerType)
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/
CpuPm.asl 28 Scope(\)
67 Scope(\_PR.CPU0)
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 1 //===- LexicalScopes.cpp - Collecting lexical scope info ------------------===//
12 // This pass collects lexical scope information and maps machine instructions
39 /// initialize - Scan machine function and constuct lexical scope nest.
71 // If scope has not changed then skip this instruction.
83 // current instruction scope does not match scope of first instruction
107 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
110 DILocalScope *Scope = DL->getScope();
111 if (!Scope)
114 // The scope that we were created with could have an extra file - whic
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Scope.java 33 * A representation of the scope (or lack of it) associated with a component, providing method
36 final class Scope {
41 private static final Scope UNSCOPED = new Scope();
44 * The underlying {@link AnnotationMirror} that represents the scope annotation.
49 private Scope(@Nullable AnnotationMirror annotationMirror) {
53 private Scope() {
60 static Scope unscoped() {
66 * of that scope, otherwise returns a representation for an unscoped binding.
68 static Scope scopeOf(Element element)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
CPU.asl 24 // NOTE: The _PDC Implementation is out of the scope of this
28 Scope(\_PR)
Vlv.asl 24 Scope (\_SB.PCI0)
45 }//end scope
  /external/guice/core/src/com/google/inject/binder/
ScopedBindingBuilder.java 19 import com.google.inject.Scope;
38 void in(Scope scope);
  /external/guice/core/src/com/google/inject/spi/
BindingScopingVisitor.java 19 import com.google.inject.Scope;
24 * Visits each of the strategies used to scope an injection.
33 * Visit an eager singleton or single instance. This scope strategy is found on both module and
39 * Visit a scope instance. This scope strategy is found on both module and injector bindings.
41 V visitScope(Scope scope);
44 * Visit a scope annotation. This scope strategy is found only on module bindings. The instance
45 * that implements this scope is registered by {@link com.google.inject.Binder#bindScope(Class
    [all...]
ScopeBinding.java 22 import com.google.inject.Scope;
27 * Registration of a scope annotation with the scope that implements it. Instances are created
28 * explicitly in a module using {@link com.google.inject.Binder#bindScope(Class, Scope) bindScope()}
31 * Scope recordScope = new RecordScope();
40 private final Scope scope; field in class:ScopeBinding
42 ScopeBinding(Object source, Class<? extends Annotation> annotationType, Scope scope) {
45 this.scope = checkNotNull(scope, "scope")
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LexicalScopes.cpp 1 //===- LexicalScopes.cpp - Collecting lexical scope info ------------------===//
12 // This pass collects lexical scope information and maps machine instructions
42 /// initialize - Scan machine function and constuct lexical scope nest.
78 // If scope has not changed then skip this instruction.
90 // current instruction scope does not match scope of first instruction
114 /// findLexicalScope - Find lexical scope, either regular or inlined, for the
117 MDNode *Scope = NULL;
119 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
120 if (!Scope) return NULL
    [all...]
  /system/tools/hidl/c2hal/
Scope.h 32 struct Scope {
33 Scope() {}
34 ~Scope() {}
44 DISALLOW_COPY_AND_ASSIGN(Scope);
48 void Scope<T>::enter(std::string name, T item) {
52 LOG(WARNING) << "Redeclaring variable in scope: " << name;
60 void Scope<T>::leave(std::string name) {
64 LOG(WARNING) << "Tried to undefined already undefined value in scope: " << name;
72 T Scope<T>::lookup(std::string name) const {
  /libcore/json/src/main/java/org/json/
JSONStringer.java 71 enum Scope {
114 private final List<Scope> stack = new ArrayList<Scope>();
139 return open(Scope.EMPTY_ARRAY, "[");
148 return close(Scope.EMPTY_ARRAY, Scope.NONEMPTY_ARRAY, "]");
158 return open(Scope.EMPTY_OBJECT, "{");
167 return close(Scope.EMPTY_OBJECT, Scope.NONEMPTY_OBJECT, "}");
171 * Enters a new scope by appending any necessary whitespace and the give
    [all...]
  /external/clang/include/clang/Basic/
Attributes.h 33 int hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope,
  /external/dagger2/core/src/main/java/dagger/internal/
Factory.java 20 import javax.inject.Scope;
23 * An {@linkplain Scope unscoped} {@link Provider}. While a {@link Provider} <i>may<i> apply
  /external/guice/core/src/com/google/inject/
Scope.java 20 * 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}.
32 public interface Scope {
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
39 * <p>Scope implementations are strongly encouraged to override
45 * scope.
48 * scope
50 public <T> Provider<T> scope(Key<T> key, Provider<T> unscoped); method in interface:Scope
    [all...]
  /external/jsr330/src/javax/inject/
Singleton.java 26 * @see javax.inject.Scope @Scope
28 @Scope
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVBasicBlock.cpp 82 SPIRVBasicBlock::setScope(SPIRVEntry *Scope) {
83 assert(Scope && Scope->getOpCode() == OpFunction && "Invalid scope");
84 setParent(static_cast<SPIRVFunction*>(Scope));
  /frameworks/support/compat/java/android/support/v4/internal/
package-info.java 7 import static android.support.annotation.RestrictTo.Scope.LIBRARY_GROUP;
  /frameworks/support/design/src/android/support/design/internal/
package-info.java 7 import static android.support.annotation.RestrictTo.Scope.LIBRARY_GROUP;
  /frameworks/support/v7/preference/src/android/support/v7/internal/
package-info.java 7 import static android.support.annotation.RestrictTo.Scope.LIBRARY_GROUP;
  /frameworks/support/v7/preference/src/android/support/v7/preference/internal/
package-info.java 7 import static android.support.annotation.RestrictTo.Scope.LIBRARY_GROUP;

Completed in 404 milliseconds

1 2 3 4 5 6 7 8 91011>>