Searched refs:when (Results 1 – 25 of 419) sorted by relevance
12345678910>>...17
8 ### 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.
8 ### 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.
5 # We also transition into this domain from dumpstate, when13 # vdc sends information back to dumpstate when "adb bugreport" is used
6 # Switch to more restrictive domains when executing common tools11 # domain when working with untrusted block devices18 # from accidentally writing when the mount point isn't present.
1 # Transition to crash_dump when /system/bin/crash_dump* is executed.2 # This occurs when the process crashes.
5 # Switch to more restrictive domains when executing common tools10 # domain when working with untrusted block devices17 # from accidentally writing when the mount point isn't present.
1 # 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 to28 # Suppress denial logspam when simpleperf is trying to find a matching process
9 # 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
42 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); in uptimeMillis() local43 return (int64_t) nanoseconds_to_milliseconds(when); in uptimeMillis()
12 # Set sys.usb.ffs.ready when starting minadbd for sideload.16 # Set sys.usb.config when switching into fastboot.
2 activity when CPU usage is very high. The daemon uses debugfs underlying for19 Known issue: in the systrace output, anrdaemon will show up when the trace is20 not running. This is because the daemon process turns off tracing when CPU usage23 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
33 from cert.behavior import when, wait_until461 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 …]
21 * This is called when there is a transition between having >= 1 clients and having 0 clients30 * true - when there are >= 1 clients. This must be called as soon as IServiceManager::get32 * false - when there are 0 clients. This may be delayed if it is thought that another
173 e.when = mWhen++; in lookup()192 if (e.when < mCacheData.valueAt(lru).when) { in cache()