Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/system/sepolicy/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
15 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
16 ### These rules should eventually be granted only when needed.
/system/sepolicy/prebuilts/api/28.0/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
16 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
17 ### These rules should eventually be granted only when needed.
/system/sepolicy/prebuilts/api/27.0/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
16 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
17 ### These rules should eventually be granted only when needed.
Dvdc.te5 # We also transition into this domain from dumpstate, when
13 # vdc sends information back to dumpstate when "adb bugreport" is used
/system/sepolicy/prebuilts/api/26.0/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
16 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
17 ### These rules should eventually be granted only when needed.
Dvdc.te5 # We also transition into this domain from dumpstate, when
13 # vdc sends information back to dumpstate when "adb bugreport" is used
/system/sepolicy/prebuilts/api/29.0/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
15 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
16 ### These rules should eventually be granted only when needed.
/system/sepolicy/prebuilts/api/30.0/public/
Dgatekeeperd.te8 ### Rules needed when Gatekeeper HAL runs inside gatekeeperd process.
9 ### These rules should eventually be granted only when needed.
15 ### Rules needed when Gatekeeper HAL runs outside of gatekeeperd process.
16 ### These rules should eventually be granted only when needed.
/system/sepolicy/prebuilts/api/26.0/private/
Dvold.te6 # Switch to more restrictive domains when executing common tools
11 # domain when working with untrusted block devices
18 # from accidentally writing when the mount point isn't present.
Ddomain.te1 # Transition to crash_dump when /system/bin/crash_dump* is executed.
2 # This occurs when the process crashes.
/system/sepolicy/prebuilts/api/29.0/private/
Dvold.te5 # Switch to more restrictive domains when executing common tools
10 # domain when working with untrusted block devices
17 # from accidentally writing when the mount point isn't present.
/system/sepolicy/prebuilts/api/30.0/private/
Dvold.te5 # Switch to more restrictive domains when executing common tools
10 # domain when working with untrusted block devices
17 # from accidentally writing when the mount point isn't present.
Dsimpleperf.te1 # Domain used when running /system/bin/simpleperf to profile a specific app.
24 # Allow /proc/<pid> access for the target app (for example, when trying to
28 # Suppress denial logspam when simpleperf is trying to find a matching process
Drunas_app.te9 # when using run-as on a debuggable app. Used to run lldb/ndk-gdb/simpleperf,
23 # Suppress denial logspam when simpleperf is trying to find a matching process
/system/sepolicy/prebuilts/api/27.0/private/
Dvold.te6 # Switch to more restrictive domains when executing common tools
11 # domain when working with untrusted block devices
18 # from accidentally writing when the mount point isn't present.
Ddomain.te1 # Transition to crash_dump when /system/bin/crash_dump* is executed.
2 # This occurs when the process crashes.
/system/sepolicy/prebuilts/api/28.0/private/
Dvold.te5 # Switch to more restrictive domains when executing common tools
10 # domain when working with untrusted block devices
17 # from accidentally writing when the mount point isn't present.
/system/core/libutils/
DSystemClock.cpp42 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); in uptimeMillis() local
43 return (int64_t) nanoseconds_to_milliseconds(when); in uptimeMillis()
/system/sepolicy/private/
Dvold.te5 # Switch to more restrictive domains when executing common tools
10 # domain when working with untrusted block devices
17 # from accidentally writing when the mount point isn't present.
Dsimpleperf.te1 # Domain used when running /system/bin/simpleperf to profile a specific app.
24 # Allow /proc/<pid> access for the target app (for example, when trying to
28 # Suppress denial logspam when simpleperf is trying to find a matching process
Drecovery.te12 # Set sys.usb.ffs.ready when starting minadbd for sideload.
16 # Set sys.usb.config when switching into fastboot.
/system/extras/ANRdaemon/
DREADME2 activity when CPU usage is very high. The daemon uses debugfs underlying for
19 Known issue: in the systrace output, anrdaemon will show up when the trace is
20 not running. This is because the daemon process turns off tracing when CPU usage
23 when the CPU usage becomes high and the daemon process turn on tracing again,
25 daemon process to some other process. Due to this artifact, when the raw trace
/system/bt/gd/cert/
Dcert_self_test.py33 from cert.behavior import when, wait_until
461 when(thing).test_request(anything()).then().increment_count()
473 when(thing).test_request(anything()).then().increment_count()
485 when(thing).test_request(anything()).then(times=3).increment_count()
497 when(thing).test_request(anything()).always().increment_count()
510 when(thing).test_request(lambda obj: obj == "B").always().increment_count()
523 when(thing).test_request(anything()).then().increment_count().increment_count()
536 when(thing).test_request(lambda obj: obj == "B").then(times=1).increment_count()
537 when(thing).test_request(lambda obj: obj == "C").always().increment_count()
552 when(thing).test_request(anything()).then().increment_count()
[all …]
/system/libhidl/transport/manager/1.2/
DIClientCallback.hal21 * This is called when there is a transition between having >= 1 clients and having 0 clients
30 * true - when there are >= 1 clients. This must be called as soon as IServiceManager::get
32 * false - when there are 0 clients. This may be delayed if it is thought that another
/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp173 e.when = mWhen++; in lookup()
192 if (e.when < mCacheData.valueAt(lru).when) { in cache()

12345678910>>...17