/external/chromium-trace/catapult/systrace/systrace/test_data/ |
D | atrace_procfs_dump | 1 proc/1/task/1 2 /proc/10/task/10 3 /proc/100/task/100 4 /proc/101/task/101 5 /proc/102/task/102 6 /proc/103/task/103 7 /proc/104/task/104 8 /proc/105/task/105 9 /proc/106/task/106 10 /proc/1068/task/1068 [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_proc.cc | 24 Processor *proc = new(mem) Processor; in ProcCreate() local 25 proc->thr = nullptr; in ProcCreate() 27 AllocatorProcStart(proc); in ProcCreate() 30 proc->dd_pt = ctx->dd->CreatePhysicalThread(); in ProcCreate() 31 return proc; in ProcCreate() 34 void ProcDestroy(Processor *proc) { in ProcDestroy() argument 35 CHECK_EQ(proc->thr, nullptr); in ProcDestroy() 37 AllocatorProcFinish(proc); in ProcDestroy() 39 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy() 40 ctx->metamap.OnProcIdle(proc); in ProcDestroy() [all …]
|
D | tsan_sync.cc | 39 void SyncVar::Reset(Processor *proc) { in Reset() argument 50 if (proc == 0) { in Reset() 54 clock.Reset(&proc->clock_cache); in Reset() 55 read_clock.Reset(&proc->clock_cache); in Reset() 64 u32 idx = block_alloc_.Alloc(&thr->proc()->block_cache); in AllocBlock() 74 uptr MetaMap::FreeBlock(Processor *proc, uptr p) { in FreeBlock() argument 79 FreeRange(proc, p, sz); in FreeBlock() 83 bool MetaMap::FreeRange(Processor *proc, uptr p, uptr sz) { in FreeRange() argument 99 block_alloc_.Free(&proc->block_cache, idx & ~kFlagMask); in FreeRange() 105 s->Reset(proc); in FreeRange() [all …]
|
D | tsan_mman.cc | 68 Processor *proc; member 72 , proc(ProcCreate()) { in GlobalProc() 84 if (thr->proc()) in ScopedGlobalProcessor() 101 ProcWire(gp->proc, thr); in ScopedGlobalProcessor() 107 if (thr->proc() != gp->proc) in ~ScopedGlobalProcessor() 109 ProcUnwire(gp->proc, thr); in ~ScopedGlobalProcessor() 121 void AllocatorProcStart(Processor *proc) { in AllocatorProcStart() argument 122 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart() 123 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart() 126 void AllocatorProcFinish(Processor *proc) { in AllocatorProcFinish() argument [all …]
|
/external/toybox/tests/ |
D | pgrep.test | 15 proc=$! 19 proc_parent=`cat /proc/${proc}/stat | cut -d' ' -f4` 23 testing "pattern" "pgrep yes" "$proc\n" "" "" 24 testing "wildCardPattern" "pgrep ^y.*s$" "$proc\n" "" "" 25 testing "-l pattern" "pgrep -l yes" "$proc yes\n" "" "" 26 testing "-f pattern" "pgrep -f yes" "$proc\n" "" "" 27 testing "-n pattern" "pgrep -n yes" "$proc\n" "" "" 28 testing "-o pattern" "pgrep -o yes" "$proc\n" "" "" 29 testing "-s" "pgrep -s $session_id yes" "$proc\n" "" "" 30 testing "-P" "pgrep -P $proc_parent yes" "$proc\n" "" "" [all …]
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | run_vmtests | 17 done < /proc/meminfo 21 nr_hugepgs=`cat /proc/sys/vm/nr_hugepages` 26 echo 3 > /proc/sys/vm/drop_caches 27 echo $(( $lackpgs + $nr_hugepgs )) > /proc/sys/vm/nr_hugepages 36 done < /proc/meminfo 63 shmmax=`cat /proc/sys/kernel/shmmax` 64 shmall=`cat /proc/sys/kernel/shmall` 65 echo 268435456 > /proc/sys/kernel/shmmax 66 echo 4194304 > /proc/sys/kernel/shmall 77 echo $shmmax > /proc/sys/kernel/shmmax [all …]
|
/external/libvpx/libvpx/build/make/ |
D | ads2gas.pl | 194 my $proc; 196 $proc = $1; 197 push(@proc_stack, $proc) if ($proc); 202 my $proc; 204 $proc = pop(@proc_stack); 205 $_ = "\t.size $proc, .-$proc".$_ if ($proc);
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | module.cpp | 38 _serializer<T>::proc(os, x); in _proc() 45 _serializer<T>::proc(is, x); in _proc() 52 _serializer<T>::proc(is, x); in _proc() 60 _serializer<T>::proc(sz, x); in _proc() 68 proc(std::ostream &os, const T &x) { in proc() function 73 proc(std::istream &is, T &x) { in proc() function 78 proc(module::size_t &sz, const T &x) { in proc() function 89 proc(std::ostream &os, const std::vector<T> &v) { in proc() function 97 proc(std::istream &is, std::vector<T> &v) { in proc() function 105 proc(module::size_t &sz, const std::vector<T> &v) { in proc() function [all …]
|
/external/ltp/tools/pounder21/test_scripts/ |
D | get_hw_info | 33 cat /proc/cmdline 37 cat /proc/cpuinfo 45 cat /proc/devices 49 cat /proc/dma 53 cat /proc/interrupts 57 cat /proc/iomem 61 cat /proc/ioports 69 find /proc/ide -type f | while read f; do echo $f; cat $f; done; 73 find /proc/scsi -type f | while read f; do echo $f; cat $f; done;
|
/external/ltp/tools/pounder21/test_repo/ |
D | T00hwinfo | 33 cat /proc/cmdline 37 cat /proc/cpuinfo 45 cat /proc/devices 49 cat /proc/dma 53 cat /proc/interrupts 57 cat /proc/iomem 61 cat /proc/ioports 69 find /proc/ide -type f | while read f; do echo $f; cat $f; done; 73 find /proc/scsi -type f | while read f; do echo $f; cat $f; done;
|
/external/strace/tests-m32/ |
D | qual_fault.c | 104 open_file(const char *prefix, int proc) in open_file() argument 109 snprintf(path, sizeof(path), "%s.%d", prefix, proc); in open_file() 154 int proc; in main() local 155 for (proc = 0; proc < num_procs; ++proc) { in main() 162 int pidfd = open_file(pid_prefix, proc); in main() 176 exp_fd = open_file(exp_prefix, proc); in main() 177 got_fd = open_file(got_prefix, proc); in main() 178 out_fd = open_file(out_prefix, proc); in main() 200 for (proc = 0; proc < num_procs; ++proc) { in main() 204 perror_msg_and_fail("wait %d", proc); in main()
|
/external/strace/tests/ |
D | qual_fault.c | 104 open_file(const char *prefix, int proc) in open_file() argument 109 snprintf(path, sizeof(path), "%s.%d", prefix, proc); in open_file() 154 int proc; in main() local 155 for (proc = 0; proc < num_procs; ++proc) { in main() 162 int pidfd = open_file(pid_prefix, proc); in main() 176 exp_fd = open_file(exp_prefix, proc); in main() 177 got_fd = open_file(got_prefix, proc); in main() 178 out_fd = open_file(out_prefix, proc); in main() 200 for (proc = 0; proc < num_procs; ++proc) { in main() 204 perror_msg_and_fail("wait %d", proc); in main()
|
/external/strace/tests-mx32/ |
D | qual_fault.c | 104 open_file(const char *prefix, int proc) in open_file() argument 109 snprintf(path, sizeof(path), "%s.%d", prefix, proc); in open_file() 154 int proc; in main() local 155 for (proc = 0; proc < num_procs; ++proc) { in main() 162 int pidfd = open_file(pid_prefix, proc); in main() 176 exp_fd = open_file(exp_prefix, proc); in main() 177 got_fd = open_file(got_prefix, proc); in main() 178 out_fd = open_file(out_prefix, proc); in main() 200 for (proc = 0; proc < num_procs; ++proc) { in main() 204 perror_msg_and_fail("wait %d", proc); in main()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPRPathProcessor.cpp | 99 const GrCCPRPathProcessor& proc = primProc.cast<GrCCPRPathProcessor>(); in setData() local 100 pdman.set2f(fAtlasAdjustUniform, 1.0f / proc.atlas()->width(), in setData() 101 1.0f / proc.atlas()->height()); in setData() 116 const GrCCPRPathProcessor& proc = args.fGP.cast<GrCCPRPathProcessor>(); in onEmitCode() local 125 varyingHandler->emitAttributes(proc); in onEmitCode() 130 varyingHandler->addFlatPassThroughAttribute(&proc.getInstanceAttrib(InstanceAttribs::kColor), in onEmitCode() 139 v->codeAppendf("highp mat2 N = mat2(%s);", proc.getEdgeNormsAttrib().fName); in onEmitCode() 144 proc.getInstanceAttrib(InstanceAttribs::kDevBounds).fName, in onEmitCode() 145 proc.getInstanceAttrib(InstanceAttribs::kDevBounds).fName); in onEmitCode() 151 proc.getInstanceAttrib(InstanceAttribs::kDevBounds45).fName, in onEmitCode() [all …]
|
/external/libopus/celt/arm/ |
D | arm2gnu.pl | 161 my $proc; 163 $proc = $1; 165 if ($proc) 167 $prefix = $prefix.sprintf("\t.type\t%s, %%function; ",$proc) unless ($apple); 172 push(@proc_stack, $proc); 183 my $proc; 185 $proc = pop(@proc_stack); 186 $_ = "\t.size $proc, .-$proc".$_ if ($proc && !$apple);
|
/external/skia/src/codec/ |
D | SkSwizzler.cpp | 732 template <SkSwizzler::RowProc proc> 748 proc(dst32, (const uint8_t*)src16, width, bpp, deltaSrc, 0, ctable); in SkipLeadingGrayAlphaZerosThen() 751 template <SkSwizzler::RowProc proc> 767 proc(dst32, (const uint8_t*)src32, dstWidth, bpp, deltaSrc, 0, ctable); in SkipLeading8888ZerosThen() 772 RowProc proc = nullptr; in MakeSimple() local 775 proc = &sample1; in MakeSimple() 778 proc = &sample2; in MakeSimple() 782 proc = &sample4; in MakeSimple() 785 proc = &sample6; in MakeSimple() 788 proc = &sample8; in MakeSimple() [all …]
|
/external/ltp/testcases/kernel/controllers/ |
D | test_controllers.sh | 40 if [ -f /proc/cgroups ] 42 CPU_CONTROLLER=`grep -w cpu /proc/cgroups | cut -f1`; 43 CPU_CONTROLLER_VALUE=`grep -w cpu /proc/cgroups | cut -f4`; 44 MEM_CONTROLLER=`grep -w memory /proc/cgroups | cut -f1`; 45 MEM_CONTROLLER_VALUE=`grep -w memory /proc/cgroups | cut -f4`; 46 IOTHROTTLE_CONTROLLER=`grep -w blockio /proc/cgroups | cut -f1`; 47 IOTHROTTLE_CONTROLLER_VALUE=`grep -w blockio /proc/cgroups | cut -f4`; 48 FREEZER=`grep -w freezer /proc/cgroups | cut -f1`; 49 FREEZER_VALUE=`grep -w freezer /proc/cgroups | cut -f4`; 50 CPUACCOUNT_CONTROLLER=`grep -w cpuacct /proc/cgroups | cut -f1` [all …]
|
/external/ltp/testcases/kdump/lib/ |
D | sysinfo.sh | 10 cat /proc/version 14 cat /proc/cpuinfo 18 cat /proc/meminfo 22 cat /proc/devices 26 cat /proc/interrupts 30 cat /proc/iomem 34 cat /proc/partitions
|
D | test.sh | 39 echo c >/proc/sysrq-trigger 45 echo 0 >/proc/crasher 51 echo 1 >/proc/crasher 57 echo 1 >/proc/sys/kernel/panic_on_oops 58 echo 2 >/proc/crasher 65 echo 3 >/proc/crasher 81 echo 1 >/proc/sys/kernel/panic_on_oops 97 echo 1 >/proc/sys/kernel/panic_on_oops 113 echo 1 >/proc/sys/kernel/panic_on_oops 129 echo 1 >/proc/sys/kernel/panic_on_oops [all …]
|
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/ |
D | UnixNetworkInterfaceTest.java | 46 Process proc = Runtime.getRuntime().exec(cmd); in test_isUp() local 47 proc.waitFor(); in test_isUp() 51 proc = Runtime.getRuntime().exec(cmd); in test_isUp() 52 proc.waitFor(); in test_isUp() 70 Process proc = Runtime.getRuntime().exec(cmd); in test_supportsMulticast() local 71 proc.waitFor(); in test_supportsMulticast() 77 proc = Runtime.getRuntime().exec(cmd); in test_supportsMulticast() 78 proc.waitFor(); in test_supportsMulticast() 100 Process proc = Runtime.getRuntime().exec(cmd); in test_getHardwareAddress() local 101 proc.waitFor(); in test_getHardwareAddress() [all …]
|
/external/ltp/testcases/misc/math/fptests/ |
D | fptest02.c | 69 int proc; member 174 static int addevent(int type, int proc, double t) in addevent() argument 182 eventtab[i].proc = proc; in addevent() 215 rtrevent.proc = eventtab[imin].proc; in nextevent() 265 int i, p, proc; in doevent() local 268 proc = ev->proc; in doevent() 273 addevent(ENTERCRIT, proc, sgtime); in doevent() 275 addwaiting(proc); in doevent() 280 addevent(LEAVECRIT, proc, nxttime); in doevent() 284 addevent(ATBARRIER, proc, sgtime); in doevent() [all …]
|
D | fptest01.c | 69 int proc; member 195 static int addevent(int type, int proc, double t) in addevent() argument 203 eventtab[i].proc = proc; in addevent() 234 rtrevent.proc = eventtab[imin].proc; in nextevent() 284 int i, p, proc; in doevent() local 287 proc = ev->proc; in doevent() 292 addevent(ENTERCRIT, proc, global_time); in doevent() 294 addwaiting(proc); in doevent() 299 addevent(LEAVECRIT, proc, nxttime); in doevent() 303 addevent(ATBARRIER, proc, global_time); in doevent() [all …]
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_Exec.java | 66 Process proc = (Process) arr[0]; in run() local 68 InputStream in = proc.getInputStream(); in run() 80 proc.waitFor(); in run() 81 int exitCode = proc.exitValue(); in run() 82 proc.destroy(); in run() 117 Process proc = (Process) arr[0]; in getProcessOutput() local 119 InputStream in = proc.getInputStream(); in getProcessOutput() 131 proc.waitFor(); in getProcessOutput() 135 proc.destroy(); in getProcessOutput() 230 final Process proc = in exec() local [all …]
|
/external/valgrind/none/tests/ |
D | procfs-linux.stderr.exp-with-readlinkat | 2 /proc/self/cmdline: 4 /proc/<pid>/cmdline: 6 Result of readlink("/proc/self/exe"): procfs-cmdline-exe 7 Result of readlink("/proc/<pid>/exe"): procfs-cmdline-exe 8 Result of readlinkat("/proc/self/exe"): procfs-cmdline-exe 9 Result of readlinkat("/proc/<pid>/exe"): procfs-cmdline-exe
|
/external/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_test.sh | 38 if [ ! -f /proc/cgroups ]; then 173 if [ ! -e /proc/sched_debug ]; then 178 grep -q -w "cpu" /proc/cgroups 219 if [ ! -e /proc/lockdep ]; then 225 lines=`cat /proc/cgroups | wc -l` 256 lines=`cat /proc/cgroups | wc -l` 262 subsys1=`tail -n 1 /proc/cgroups | awk '{ print $1 }'` 263 subsys2=`tail -n 2 /proc/cgroups | head -1 | awk '{ print $1 }'` 311 grep -q -w "ns" /proc/cgroups 390 grep -q -w "cpu" /proc/cgroups [all …]
|