Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 115) sorted by relevance

12345

/system/libziparchive/cli-tests/
Dunzip.test11 after: [ ! -f d1/d2/x.txt ]
23 after: [ ! -f d1/d2/x.txt ]
34 after: [ ! -f d1/d2/file ]
46 after: [ ! -f d1/d2/file ]
58 after: [ ! -f d1/d2/b.txt ]
65 after: [ -f d1/d2/a.txt ]
66 after: [ -f d1/d2/b.txt ]
67 after: [ -f d1/d2/c.txt ]
68 after: [ -f d1/d2/empty.txt ]
69 after: [ -f d1/d2/x.txt ]
[all …]
/system/extras/ioshark/
Dioshark_bench_subr.c353 static struct cpu_disk_util_stats after; variable
518 read_disk_util_state(&after); in report_cpu_disk_util()
519 read_cpu_util_state(&after); in report_cpu_disk_util()
521 tot2 = after.user_cpu_ticks + after.nice_cpu_ticks + in report_cpu_disk_util()
522 after.system_cpu_ticks + after.hardirq_cpu_ticks + in report_cpu_disk_util()
523 after.softirq_cpu_ticks; in report_cpu_disk_util()
528 tot2 += after.iowait_cpu_ticks + after.idle_cpu_ticks; in report_cpu_disk_util()
537 delta1 = (after.user_cpu_ticks + after.nice_cpu_ticks) - in report_cpu_disk_util()
544 delta1 = (after.system_cpu_ticks + after.hardirq_cpu_ticks + in report_cpu_disk_util()
545 after.softirq_cpu_ticks) - in report_cpu_disk_util()
[all …]
/system/extras/boottime_tools/bootanalyze/
DREADME.md32 stop_event: <logcat log message which will terminate log collection after reboot>
37 On some devise clock is showing incorrect time for first couple of seconds after boot.
39 be present in dmesg log after clock correction.
/system/core/cli-test/
DREADME.md39 after: [ ! -f d1/d2/x.txt ]
54 more `after:` lines (run after `command:`). These are useful for both
57 Any `command:`, `before:`, or `after:` line is expected to exit with status 0.
80 this. In the meantime, it's possible to use an `after:` with `grep -q` if
/system/logging/logd/
DREADME.replay.md36 buffer_type from the buffers specified by `buffers` starting after the number of logs specified by
37 `print_point` have been logged. This acts as if a user called `logcat` immediately after the
38 specified logs have been logged. It additionally prints the statistics from `logcat -S` after the
42 `print_point` is an positive integer. If it is unspecified, logs are printed after the entire
/system/libufdt/tests/testdata/
Dsuffix_compress-base.dts4 /* these name could be suffix compressed in dtb after compiled */
/system/timezone/input_tools/android/tzids/src/main/proto/
Dtz_ids_proto.proto48 // equivalent. e.g. "America/Boise" has the same rules as "America/Denver" after Sun, 03 Feb
61 // The functional replacement of one time zone ID by another after a point in time.
66 // The Olson ID that is better / to use in place of replacedId on Android after fromMillis.
/system/memory/lmkd/
Dlmkd.rc16 # reinitialize lmkd after device finished booting if experiments set any flags during boot
22 # if the device finished booting or sets lmkd.reinit=0 to re-initialize lmkd after boot completes
DREADME.md62 - `ro.lmk.kill_timeout_ms`: duration in ms after a kill when no additional
81 after a kill. Default for low-RAM devices = 50,
92 cycle after kill used to allow blocking of killing
/system/extras/simpleperf/doc/
Djit_symbols.md47 All characters after the symbol size and until the end of the line are parsed as the symbol name,
53 a file either before or after.
/system/extras/perf2cfg/doc/
DFSM.dot35 [ label = "'name \"disassembly (after)\"'" ];
37 [ label = "NOT('name \"disassembly (after)\"')" ];
/system/sepolicy/microdroid/system/public/
Dsu.te2 # after performing an adb root command.
/system/security/keystore2/aconfig/
Dflags.aconfig31 description: "Abandon Keystore database retry loop after an interval"
/system/sepolicy/public/
Dsu.te2 # after performing an adb root command.
/system/security/mls/mls-rs-crypto-boringssl/
DAndroid.bp2 // Do not modify this file after the first "rust_*" or "genrule" module
/system/sepolicy/private/
Dbufferhubd.te7 # TODO(b/112338294): remove these after migrate to Binder
/system/tools/hidl/lint/test/interfaces/unhandled_comments/1.0/
Dtypes.hal21 TWO = 1 /* definitely unrecognized comment (after enumerator) */
/system/tools/hidl/lint/test/interfaces/doc_comments/1.0/
DIParamAfterReturn.hal24 * @param multiple is the correct param, just after the @return
/system/core/bootstat/
Dbootstat.rc12 # root.root to system.log, may be deleted after ota has settled.
63 # Need go after persist peroperties are loaded which is right before zygote-start trigger
/system/memory/libmemunreachable/
DAndroid.bp91 // Ignore memory leaks after ASSERT_NE in DisableMalloc_test.cpp.
/system/core/init/test_service/
DREADME.md28 And then attempt to exactly match the token after `:`, `0000000000003000`,
/system/chre/apps/test/common/proto/
Dchre_audio_concurrency_test.proto24 // data has been received, after a previously received ENABLE_AUDIO
/system/tools/xsdc/
DREADME.md25 #### after subsubsection
62 #### after subsubsection
/system/extras/app-launcher/
DREADME61 to be written for that - modeled after the disk_stats_before/after
/system/core/init/
DREADME.ueventd.md24 directories will not be parsed. Imported files are parsed after the current file has been parsed.
108 `/apex/*/etc/firmware` is also searched after a list of firmware directories.
121 Ueventd will wait until after `post-fs` in init, to keep retrying before believing the firmwares are
149 console after the external program has exited.

12345