Home
last modified time | relevance | path

Searched refs:proc (Results 226 - 250 of 427) sorted by relevance

12345678910>>...18

/third_party/libunwind/libunwind/src/ia64/
H A Dlongjmp.S29 .proc longjmp_continuation
H A Dsetjmp.S32 .proc _setjmp
/third_party/ltp/lib/newlib_tests/shell/
H A Dtst_skip_filesystems.sh19 EXPECT_PASS "grep '$TST_MNTPOINT $TST_FS_TYPE' /proc/mounts"
26 fs=$(grep "$TST_MNTPOINT $TST_FS_TYPE" /proc/mounts | cut -d ' ' -f3)
/third_party/ltp/testcases/kernel/mce-test/kvm/host/
H A Dguest_init14 echo EARLYKILL > /proc/sys/vm/memory_failure_early_kill
/third_party/ltp/testcases/kernel/tracing/ftrace_test/
H A Dftrace_regression02.sh46 ls -l /proc > /dev/null 2>&1
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf.cc1157 std::unique_ptr<PDFTOPDF_Processor> proc(PDFTOPDF_Factory::processor()); in main()
1169 } else if (!proc->loadFilename(argv[6],qpdf_flatten)) { in main()
1182 (!proc->loadFile(tmpfile,WillStayAlive,qpdf_flatten))) { in main()
1197 if (!qpdf_flatten && proc->hasAcroForm()) { in main()
1286 if (!proc->loadFile(outfile,TakeOwnership,0)) { in main()
1303 proc.addCM(...,...); in main()
1307 if (!processPDFTOPDF(*proc,param)) { in main()
1313 emitComment(*proc,param); // pass information to subsequent filters via PDF comments in main()
1315 //proc->emitFile(stdout); in main()
1316 proc in main()
[all...]
/third_party/libabigail/tools/
H A Dfedabipkgdiff1182 proc = subprocess.Popen(' '.join(cmd), shell=True,
1185 # So we could have done: stdout, stderr = proc.communicate()
1186 # But then the documentatin of proc.communicate says:
1192 # proc.communicate() function does *NOT* terminate and seems to be
1199 if proc.poll() != None:
1202 stdout = ''.join(proc.stdout.readlines())
1203 stderr = ''.join(proc.stderr.readlines())
1205 is_ok = proc.returncode == ABIDIFF_OK
1206 is_internal_error = proc.returncode & ABIDIFF_ERROR or proc
[all...]
/third_party/jerryscript/tools/
H A Drss-measure.sh33 SUM=$(grep -o -e "^[0-9a-f][0-9a-f]*.*" -e "^Rss.*" /proc/$PID/smaps 2>/dev/null | grep -A 1 -- "r[w-]-p " | grep "^Rss"|awk '{s += $2;} END {print s;}')
/third_party/ltp/testcases/commands/insmod/
H A Dinsmod01.sh40 grep -q ltp_insmod01 /proc/modules
42 tst_res TFAIL "ltp_insmod01 not found in /proc/modules"
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_opt.h193 * A NULL 'proc' is equivalent to a processing function always
199 * @param proc is the processing function
203 const struct fuse_opt opts[], fuse_opt_proc_t proc);
/third_party/ltp/testcases/kernel/power_management/
H A Drunpwtests06.sh32 test_file="/proc/sys/kernel/timer_migration"
55 if [ ! -f /proc/sys/kernel/timer_migration ]; then
/third_party/skia/src/codec/
H A DSkMaskSwizzler.h57 SkMaskSwizzler(SkMasks* masks, RowProc proc, int subsetWidth, int srcOffset);
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h52 int proc; variable
/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()
/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"

Completed in 15 milliseconds

12345678910>>...18