/third_party/libunwind/libunwind/src/ia64/ |
H A D | longjmp.S | 29 .proc longjmp_continuation
|
H A D | setjmp.S | 32 .proc _setjmp
|
/third_party/ltp/lib/newlib_tests/shell/ |
H A D | tst_skip_filesystems.sh | 19 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 D | guest_init | 14 echo EARLYKILL > /proc/sys/vm/memory_failure_early_kill
|
/third_party/ltp/testcases/kernel/tracing/ftrace_test/ |
H A D | ftrace_regression02.sh | 46 ls -l /proc > /dev/null 2>&1
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf.cc | 1157 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 D | fedabipkgdiff | 1182 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 D | rss-measure.sh | 33 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 D | insmod01.sh | 40 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 D | fuse_opt.h | 193 * 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 D | runpwtests06.sh | 32 test_file="/proc/sys/kernel/timer_migration" 55 if [ ! -f /proc/sys/kernel/timer_migration ]; then
|
/third_party/skia/src/codec/ |
H A D | SkMaskSwizzler.h | 57 SkMaskSwizzler(SkMasks* masks, RowProc proc, int subsetWidth, int srcOffset);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | keywords.h | 52 int proc; variable
|
/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()
|
/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"
|