Searched defs:Scope (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/annotations/src/android/support/annotation/
H A DRestrictTo.java31 * specific scope (as defined by {@link Scope}).
56 Scope[] value();
58 enum Scope { enum in interface:RestrictTo
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h51 class Scope { class in class:slang::RSObjectRefCount
59 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { function in class:slang::RSObjectRefCount::Scope
106 std::deque<Scope*> mScopeStack; // A deque used as a stack to store scopes, but also
119 inline Scope *getCurrentScope() {
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
H A DScope.java35 public class Scope { class
72 Scope.enter(scopeProviders[scopeIndex]);
75 Scope.exit();
/frameworks/base/tools/bit/
H A Daapt.cpp112 struct Scope { struct
113 Scope* parent;
117 Scope(Scope* parent, int depth);
120 Scope::Scope(Scope* p, int d) function in class:Scope
174 Scope* scope = new Scope(NULL, -1);
185 Scope* tm
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2652 MDNode *Scope = nullptr, *IA = nullptr; local
2653 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1));
2655 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2913 MDNode *Scope = nullptr, *IA = nullptr; local
2914 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1));
2916 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1600 milliseconds