Home
last modified time | relevance | path

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

12345678

/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/bt/tools/scripts/
Dchange_types.sh55 after=${tt#*:}
58 sed -i -e "s/\b${before}/${after}/g; s/${after}_/${before}_/g;" "$1"
/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/fs_mgr/tests/
Dadb-remount-test.sh1392 check_eq "cat: /vendor/hello: Permission denied" "${B}" vendor after reboot w/o root
1404 check_eq "${A}" "${B}" /system/priv-app after reboot
1414 check_eq "${SYSTEM_DEVT}" "`adb_sh stat --format=%D /system/hello </dev/null`" system devt after re…
1415 check_eq "${VENDOR_DEVT}" "`adb_sh stat --format=%D /vendor/hello </dev/null`" vendor devt after re…
1416 check_eq "${SYSTEM_INO}" "`adb_sh stat --format=%i /system/hello </dev/null`" system inode after re…
1417 check_eq "${VENDOR_INO}" "`adb_sh stat --format=%i /vendor/hello </dev/null`" vendor inode after re…
1418 …T}" "`adb_sh stat --format=%D /system/bin/stat </dev/null`" --warning base system devt after reboot
1419 …T}" "`adb_sh stat --format=%D /vendor/bin/stat </dev/null`" --warning base vendor devt after reboot
1420 …EM_DEVT}" "`adb_sh stat --format=%D /system/xbin/su </dev/null`" --warning devt for su after reboot
1526 check_eq "${A}" "${B}" system after flash vendor
[all …]
/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
39 pruning messages at that point. It additionally prints the statistics from `logcat -S` after the
43 `print_point` is an positive integer. If it is unspecified, logs are printed after the entire
/system/bt/gd/os/linux_generic/
Dalarm_unittest.cc64 auto after = std::chrono::steady_clock::now(); in TEST_F() local
65 auto duration_ms = std::chrono::duration_cast<std::chrono::milliseconds>(after - before); in TEST_F()
Drepeating_alarm_unittest.cc104 auto after = std::chrono::steady_clock::now(); in TEST_F() local
105 auto duration = after - before; in TEST_F()
/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/extras/perf2cfg/doc/
DFSM.dot35 [ label = "'name \"disassembly (after)\"'" ];
37 [ label = "NOT('name \"disassembly (after)\"')" ];
/system/apex/
DAndroid.bp31 // TODO(b/178585590): delete this after testing linking strategy
/system/sepolicy/prebuilts/api/28.0/public/
Didmap.te9 # Ignore reading /proc/<pid>/maps after a fork.
/system/sepolicy/public/
Dbufferhubd.te7 # TODO(b/112338294): remove these after migrate to Binder
Didmap.te11 # Ignore reading /proc/<pid>/maps after a fork.
/system/tools/hidl/lint/test/interfaces/unhandled_comments/1.0/
Dtypes.hal21 TWO = 1 /* definitely unrecognized comment (after enumerator) */
/system/sepolicy/prebuilts/api/31.0/public/
Dbufferhubd.te7 # TODO(b/112338294): remove these after migrate to Binder
Didmap.te11 # Ignore reading /proc/<pid>/maps after a fork.
/system/sepolicy/prebuilts/api/30.0/public/
Dbufferhubd.te7 # TODO(b/112338294): remove these after migrate to Binder
Didmap.te11 # Ignore reading /proc/<pid>/maps after a fork.
/system/sepolicy/prebuilts/api/29.0/public/
Dbufferhubd.te7 # TODO(b/112338294): remove these after migrate to Binder
Didmap.te11 # Ignore reading /proc/<pid>/maps after a fork.
/system/tools/hidl/lint/test/interfaces/doc_comments/1.0/
DIParamAfterReturn.hal24 * @param multiple is the correct param, just after the @return
/system/bt/gd/hci/facade/
Dle_advertising_manager_facade.cc48 auto after = hci::GapData::Parse(&gap_data, packet.begin()); in GapDataFromProto() local
49 ASSERT(after != packet.begin()); in GapDataFromProto()

12345678