Home
last modified time | relevance | path

Searched refs:proc (Results 251 - 275 of 447) sorted by relevance

1...<<1112131415161718

/third_party/benchmark/src/
H A Dtimers.cc118 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 Dia64-test-stack-asm.S42 .proc stack_it
127 .proc touch_all
H A Dia64-test-readonly-asm.S29 .proc test_func
/third_party/ninja/src/
H A Dutil.cc682 ifstream mountinfo("/proc/self/mountinfo");
708 ifstream cgroup("/proc/self/cgroup");
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_setup.sh110 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 Dfreeze.py44 proc = _run_quiet(cmd, cwd)
45 return proc.stdout.strip()
/third_party/python/Lib/test/test_tools/
H A Dtest_pindent.py28 universal_newlines=True) as proc:
29 out, err = proc.communicate(source)
/third_party/skia/gm/
H A Dconicpaths.cpp33 template <typename Proc> void append_path(Proc proc) { in append_path() argument
35 proc(&b); in append_path()
H A Drrect.cpp124 static void drawrr(SkCanvas* canvas, const SkRRect& rrect, InsetProc proc) { in drawrr() argument
127 proc(rrect, d, d, &rr); in drawrr()
H A Dsavelayer.cpp72 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 DGrMemoryPoolBench.cpp157 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 Dproperties.h44 int GetProcessQuota(const std::string& proc);
/third_party/ltp/testcases/commands/lsmod/
H A Dlsmod01.sh19 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 Dshrpx_mruby.h33 #include <mruby/proc.h>
/third_party/libfuse/include/
H A Dfuse_opt.h194 * 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 Dtest_regrtest.py528 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 Dusb_process.h57 struct proc *up_ptr;
/third_party/libunwind/libunwind/src/hppa/
H A Dsetcontext.S36 .proc
H A Dgetcontext.S33 .proc
/third_party/libunwind/libunwind/src/ia64/
H A Dsiglongjmp.S32 .proc siglongjmp_continuation
H A Dsigsetjmp.S35 .proc __sigsetjmp
/third_party/ltp/testcases/kernel/controllers/
H A Dcgroup_lib.sh116 [ ! -f /proc/cgroups ] && tst_brk TCONF "Kernel does not support control groups"
/third_party/ltp/testcases/kernel/tracing/ftrace_test/
H A Dftrace_stress_test.sh42 [ ! -e /proc/sys/kernel/$target ]; then
/third_party/ninja/
H A Dconfigure.py360 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 Dmem.c305 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()

Completed in 11 milliseconds

1...<<1112131415161718