Searched refs:before (Results 1 – 25 of 153) sorted by relevance
1234567
54 before=${tt%%:*}58 sed -i -e "s/\b${before}/${after}/g; s/${after}_/${before}_/g;" "$1"
352 static struct cpu_disk_util_stats before; variable508 read_disk_util_state(&before); in capture_util_state_before()509 read_cpu_util_state(&before); in capture_util_state_before()524 tot1 = before.user_cpu_ticks + before.nice_cpu_ticks + in report_cpu_disk_util()525 before.system_cpu_ticks + before.hardirq_cpu_ticks + in report_cpu_disk_util()526 before.softirq_cpu_ticks; in report_cpu_disk_util()529 tot1 += before.iowait_cpu_ticks + before.idle_cpu_ticks; in report_cpu_disk_util()538 (before.user_cpu_ticks + before.nice_cpu_ticks); in report_cpu_disk_util()546 (before.system_cpu_ticks + before.hardirq_cpu_ticks + in report_cpu_disk_util()547 before.softirq_cpu_ticks); in report_cpu_disk_util()[all …]
32 # (1) isSystemServer=true before isSystemServer=false.33 # (2) Specified isEphemeralApp= before unspecified isEphemeralApp= boolean.34 # (3) Specified isV2App= before unspecified isV2App= boolean.35 # (4) Specified isOwner= before unspecified isOwner= boolean.36 # (5) Specified user= string before unspecified user= string.37 # (6) Fixed user= string before user= prefix (i.e. ending in *).38 # (7) Longer user= prefix before shorter user= prefix.39 # (8) Specified seinfo= string before unspecified seinfo= string.41 # (9) Specified name= string before unspecified name= string.42 # (10) Specified path= string before unspecified path= string.[all …]
50 # (1) isSystemServer=true before isSystemServer=false.51 # (2) Specified isEphemeralApp= before unspecified isEphemeralApp=53 # (3) Specified isOwner= before unspecified isOwner= boolean.54 # (4) Specified user= string before unspecified user= string;55 # more specific user= string before less specific user= string.56 # (5) Specified seinfo= string before unspecified seinfo= string.57 # (6) Specified name= string before unspecified name= string;58 # more specific name= string before less specific name= string.59 # (7) Specified path= string before unspecified path= string.60 # more specific name= string before less specific name= string.[all …]
13 # Apps cannot access external storage before it becomes available.16 # that apps are attempting to access encrypted storage before18 # allowed to write to CE storage before it's available.
30 # Apps cannot access external storage before it becomes available.33 # that apps are attempting to access encrypted storage before35 # allowed to write to CE storage before it's available.
10 should be able to read tests even if they've never seen this tool before.53 supplied as zero or more `before:` lines (run before `command:`) and zero or57 Any `command:`, `before:`, or `after:` line is expected to exit with status 0.83 * In addition to using a `before:` (which will fail a test), it can be useful
72 // blocks in the super partition, and use those before creating the COW89 // the update and before the merge allows us to infer the progress of the95 // before the update and before the merge allows us to infer the progress of174 // Total number of sectors allocated in the COW files before performing the204 // Number of reboots that occurred after issuing and before completeing the208 // Total size of all the COW images before the update.
58 auto before = std::chrono::steady_clock::now(); in TEST_F() local65 auto duration_ms = std::chrono::duration_cast<std::chrono::milliseconds>(after - before); in TEST_F()
98 auto before = std::chrono::steady_clock::now(); in TEST_F() local105 auto duration = after - before; in TEST_F()
13 # failures (before memory is fragmented, and cpu is busy running tons of other14 # stuff) and we absolutely want to be before netd and the system boot slot is34 # memlock data before bpfloader even gets a chance to run, it would fail
77 button.help:before94 button.help:hover:before
2 // that is running before the statsd APEX is mounted and
13 #### before subsubsection50 #### before subsubsection83 If there are any changes, we update last_current.txt and last_removed.txt before
101 "--extra-arg-before=-Xclang",102 "--extra-arg-before=-analyzer-config",103 "--extra-arg-before=-Xclang",104 "--extra-arg-before=optin.cplusplus.UninitializedObject:Pedantic=true",105 "--extra-arg-before=-Xclang",106 "--extra-arg-before=-analyzer-config",107 "--extra-arg-before=-Xclang",108 "--extra-arg-before=optin.cplusplus.UninitializedObject:CheckPointeeInitialization=true",235 // Needed here to guarantee that generated zip file is created before
75 before: mkdir -p d1/d276 before: echo b > d1/d2/a.txt83 before: mkdir -p d1/d284 before: echo b > d1/d2/a.txt112 before: mkdir dir
299 std::string before(InitInputFds()); in TEST() local306 for (int retry = 1000; retry && before == InitInputFds(); --retry) test_frame.RelaxForMs(); in TEST()308 EXPECT_NE(before, after); in TEST()
47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain72 * before the section _END tag to preserve existing enumeration values. In