Home
last modified time | relevance | path

Searched defs:Scope (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/bit/
H A Daapt.cpp112 struct Scope { struct
113 Scope* parent; argument
117 Scope(Scope* parent, int depth); argument
120 Scope::Scope(Scope* p, int d) in Scope() function in Scope
/aosp14/frameworks/base/api/
H A Dapi.go131 Scope string member
362 Scope bazel.StringAttribute member
/aosp14/frameworks/base/tools/powermodel/src/com/android/powermodel/
H A DRawBatteryStats.java84 public enum Scope { enum in RawBatteryStats