Searched refs:scoped (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
D | LockTarget.java | 35 private final boolean scoped; field in LockTarget 37 public LockTarget(String targetDesc, String pre, String post, boolean scoped) { in LockTarget() argument 41 this.scoped = scoped; in LockTarget() 57 if (scoped) { in getPreOwner() 73 if (scoped) { in getPostOwner() 85 return scoped; in getScoped()
|
/frameworks/av/media/utils/tests/ |
D | static_string_view_tests.cpp | 49 static constexpr std::array<char, 2> scoped = {'a', 'b'}; in TEST() local 51 constexpr StaticStringView Ticket2 = StaticStringView::create<scoped>(); in TEST() 52 const StaticStringView Ticket3 = StaticStringView::create<scoped>(); in TEST()
|
/frameworks/base/tools/locked_region_code_injection/test/ |
D | unit-test.sh | 84 --scoped 'Llockedregioncodeinjection/TestScopedLock;,monitorEnter,monitorExit'
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | sysui.md | 27 the `SysUIComponent#Builder`, then builds the SysUI scoped components
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1915 // ACTION: app requested access to a scoped directory, user granted it. 1921 // ACTION: app requested access to a scoped directory, user denied it. 1927 // ACTION: app requested access to a scoped directory, user granted it. 1933 // ACTION: app requested access to a scoped directory, user denied it.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 9417 * Logs the invalid type when invalid scoped access is requested.
|