Home
last modified time | relevance | path

Searched refs:scoped (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockTarget.java35 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/
Dstatic_string_view_tests.cpp49 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/
Dunit-test.sh84 --scoped 'Llockedregioncodeinjection/TestScopedLock;,monitorEnter,monitorExit'
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dsysui.md27 the `SysUIComponent#Builder`, then builds the SysUI scoped components
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto1915 // 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/
Datoms.proto9417 * Logs the invalid type when invalid scoped access is requested.