/third_party/benchmark/src/ |
H A D | timers.cc | 118 HANDLE proc = GetCurrentProcess(); in ProcessCPUUsage() local 123 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage()
|
/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-stack-asm.S | 42 .proc stack_it 127 .proc touch_all
|
H A D | ia64-test-readonly-asm.S | 29 .proc test_func
|
/third_party/ninja/src/ |
H A D | util.cc | 682 ifstream mountinfo("/proc/self/mountinfo");
708 ifstream cgroup("/proc/self/cgroup");
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
H A D | ima_setup.sh | 110 grep -q "ima_$policy" /proc/cmdline && return 111 for i in $(cat /proc/cmdline); do 133 dir="$(grep ^$type /proc/mounts | cut -d ' ' -f2 | head -1)" 158 tst_res TINFO "/proc/cmdline: $(cat /proc/cmdline)"
|
/third_party/python/Tools/freeze/test/ |
H A D | freeze.py | 44 proc = _run_quiet(cmd, cwd) 45 return proc.stdout.strip()
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_pindent.py | 28 universal_newlines=True) as proc: 29 out, err = proc.communicate(source)
|
/third_party/skia/gm/ |
H A D | conicpaths.cpp | 33 template <typename Proc> void append_path(Proc proc) { in append_path() argument 35 proc(&b); in append_path()
|
H A D | rrect.cpp | 124 static void drawrr(SkCanvas* canvas, const SkRRect& rrect, InsetProc proc) { in drawrr() argument 127 proc(rrect, d, d, &rr); in drawrr()
|
H A D | savelayer.cpp | 72 auto proc = [layerPaint](SkCanvas* canvas, SkCanvas::SaveLayerRec& rec) { in DEF_SIMPLE_GM() local 92 proc(canvas, rec); in DEF_SIMPLE_GM()
|
/third_party/skia/bench/ |
H A D | GrMemoryPoolBench.cpp | 157 GrMemoryPoolBench(const char* name, RunBenchProc proc, int poolSize) in GrMemoryPoolBench() argument 159 , fProc(proc) { in GrMemoryPoolBench()
|
/base/hiviewdfx/hilog/frameworks/libhilog/param/include/ |
H A D | properties.h | 44 int GetProcessQuota(const std::string& proc);
|
/third_party/ltp/testcases/commands/lsmod/ |
H A D | lsmod01.sh | 19 if [ -z "$(cat /proc/modules)" ]; then 50 modules_output=$(awk '{print $1, $2, $3}' /proc/modules | sort) 52 tst_brk TBROK "Failed to parse /proc/modules" 56 tst_res TINFO "lsmod output different from /proc/modules" 81 tst_res TFAIL "'lsmod' doesn't match /proc/modules output"
|
/third_party/nghttp2/src/ |
H A D | shrpx_mruby.h | 33 #include <mruby/proc.h>
|
/third_party/libfuse/include/ |
H A D | fuse_opt.h | 194 * A NULL 'proc' is equivalent to a processing function always 200 * @param proc is the processing function 204 const struct fuse_opt opts[], fuse_opt_proc_t proc);
|
/third_party/python/Lib/test/ |
H A D | test_regrtest.py | 528 proc = subprocess.run(args, 533 if proc.returncode != exitcode: 540 % (str(args), proc.returncode, proc.stdout)) 541 if proc.stderr: 547 % proc.stderr) 549 return proc 553 proc = self.run_command(args, **kw) 554 return proc.stdout 657 proc [all...] |
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_process.h | 57 struct proc *up_ptr;
|
/third_party/libunwind/libunwind/src/hppa/ |
H A D | setcontext.S | 36 .proc
|
H A D | getcontext.S | 33 .proc
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | siglongjmp.S | 32 .proc siglongjmp_continuation
|
H A D | sigsetjmp.S | 35 .proc __sigsetjmp
|
/third_party/ltp/testcases/kernel/controllers/ |
H A D | cgroup_lib.sh | 116 [ ! -f /proc/cgroups ] && tst_brk TCONF "Kernel does not support control groups"
|
/third_party/ltp/testcases/kernel/tracing/ftrace_test/ |
H A D | ftrace_stress_test.sh | 42 [ ! -e /proc/sys/kernel/$target ]; then
|
/third_party/ninja/ |
H A D | configure.py | 360 proc = subprocess.Popen( variable 364 if proc.wait() == 0: 486 proc = subprocess.Popen(['re2c', '-V'], stdout=subprocess.PIPE) 487 return int(proc.communicate()[0], 10) >= 1503
|
/third_party/ltp/testcases/kernel/mem/lib/ |
H A D | mem.c | 305 static void verify(char **memory, char value, int proc, in verify() argument 313 tst_res(TINFO, "child %d verifies memory content.", proc); in verify() 322 proc, memory[j][i], proc, in verify() 685 fp = fopen("/proc/self/maps", "r"); in range_is_mapped() 687 tst_brk(TBROK | TERRNO, "Failed to open /proc/self/maps."); in range_is_mapped() 696 tst_brk(TBROK | TERRNO, "Couldn't parse /proc/self/maps line."); in range_is_mapped()
|