/external/libchrome/sandbox/linux/services/ |
namespace_utils.h | 33 // CLONE_NEWUSER, or CLONE_NEWUTS. This relies on access to /proc, so it will 43 // later, this is required in order to write to /proc/self/gid_map without
|
namespace_utils_unittest.cc | 55 RAW_CHECK(NamespaceUtils::WriteToIdMapFile("/proc/self/uid_map", uid)); 59 RAW_CHECK(NamespaceUtils::WriteToIdMapFile("/proc/self/gid_map", gid));
|
thread_helpers.cc | 33 "Started thread does not appear in /proc"; 35 "Stopped thread does not disappear in /proc"; 45 // Counting threads via /proc/self/task could be racy. For the purpose of 134 // The target thread should exist in /proc. 140 // /proc. Start() above or following Stop(), the thread is started or joined, 141 // but entries in /proc may not have been updated.
|
/external/libunwind/tests/ |
flush-cache.S | 11 .proc flush_cache 51 .proc
|
/external/ltrace/ |
debug.c | 60 xinfdump(struct process *proc, arch_addr_t addr, size_t length) 63 size_t got = umovebytes(proc, addr, buf, length);
|
ltrace-elf.c | 51 #include "proc.h" 70 os_elf_add_plt_entry(struct process *proc, struct ltelf *lte, 80 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte, 90 os_elf_add_func_entry(struct process *proc, struct ltelf *lte, 106 arch_elf_add_func_entry(struct process *proc, struct ltelf *lte, 723 default_elf_add_plt_entry(struct process *proc, struct ltelf *lte, 759 elf_add_plt_entry(struct process *proc, struct ltelf *lte, 764 = arch_elf_add_plt_entry(proc, lte, name, rela, idx, ret); 767 plts = os_elf_add_plt_entry(proc, lte, name, rela, idx, ret); 771 return default_elf_add_plt_entry(proc, lte, name [all...] |
/external/skia/src/core/ |
SkConfig8888.cpp | 86 void (*proc)(uint32_t* dst, const uint32_t* src, int count); 93 proc = convert32_row<true, kNothing_AlphaVerb>; 98 proc = memcpy32_row; 103 proc = convert32_row<true, kPremul_AlphaVerb>; 105 proc = convert32_row<false, kPremul_AlphaVerb>; 110 proc = convert32_row<true, kUnpremul_AlphaVerb>; 112 proc = convert32_row<false, kUnpremul_AlphaVerb>; 122 proc(dstP, srcP, width);
|
/external/skia/src/gpu/glsl/ |
GrGLSLFragmentShaderBuilder.h | 82 * on a child proc. 203 * State that tracks which child proc in the proc tree is currently emitting code. This is 205 * emitted by the proc. fSubstageIndices is a stack: its count indicates how many levels deep 206 * we are in the tree, and its second-to-last value is the index of the child proc at that 208 * means we're currently emitting code for the base proc's 3rd child's 1st child's 2nd child. 216 * then the manglestring will be "_c3_c1_c2", and any uniform/function emitted by that proc will 217 * have "_c3_c1_c2" appended to its name, which can be interpreted as "base proc's 3rd child's
|
GrGLSLProgramBuilder.cpp | 67 void GrGLSLProgramBuilder::emitAndInstallPrimProc(const GrPrimitiveProcessor& proc, 77 openBrace.printf("{ // Stage %d, %s\n", fStageIndex, proc.name()); 79 fVS.codeAppendf("// Primitive Processor %s\n", proc.name()); 82 fGeometryProcessor = proc.createGLSLInstance(*this->glslCaps()); 84 SkSTArray<4, GrGLSLTextureSampler> samplers(proc.numTextures()); 85 this->emitSamplers(proc, &samplers); 92 proc, 102 verify(proc);
|
/external/skia/tests/ |
TLSTest.cpp | 33 static void test_threads(SkThread::entryPointProc proc) { 39 threads[i] = new SkThread(proc);
|
/external/skia/tools/ |
ProcStats.cpp | 44 #elif defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_ANDROID) // N.B. /proc is Linux-only. 50 if (FILE* statm = fopen("/proc/self/statm", "r")) {
|
/external/toybox/tests/ |
losetup.test | 33 "cat /proc/self/exe > file1 && cmp /proc/self/exe file1 && echo yes" \
|
/external/valgrind/none/tests/solaris/ |
mmap_noreserve.c | 2 Mappings with MAP_NORESEVE do not show in /proc/self/xmap 3 (only in /proc/self/rmap) until they actually materialize.
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_windows_test.go | 63 proc, err := syscall.GetProcAddress(h, "GetVersion") 67 r, _, _ := syscall.Syscall(uintptr(proc), 0, 0, 0, 0)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug286.go | 82 runtime.panic+0x7c /home/gri/go1/src/pkg/runtime/proc.c:1012 88 goexit /home/gri/go1/src/pkg/runtime/proc.c:145
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_windows_test.go | 63 proc, err := syscall.GetProcAddress(h, "GetVersion") 67 r, _, _ := syscall.Syscall(uintptr(proc), 0, 0, 0, 0)
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug286.go | 82 runtime.panic+0x7c /home/gri/go1/src/pkg/runtime/proc.c:1012 88 goexit /home/gri/go1/src/pkg/runtime/proc.c:145
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 41 proc = subprocess.Popen( 44 out, err = proc.communicate(self.data.encode())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_tool.py | 41 proc = subprocess.Popen( 44 out, err = proc.communicate(self.data.encode())
|
/system/core/libnativebridge/tests/ |
PreInitializeNativeBridge_test.cpp | 47 // Read /proc/cpuinfo 48 FILE* proc_cpuinfo = fopen("/proc/cpuinfo", "r");
|
/system/extras/iotop/ |
tasklist.cpp | 51 return ScanPidsInDir("/proc", [&tgid_map](pid_t tgid) { 60 std::string filename = android::base::StringPrintf("/proc/%d/task", tgid);
|
/system/sepolicy/ |
perfprofd.te | 39 # simpleperf needs to examine /proc to collect task/thread info 42 # simpleperf needs to access /proc/<pid>/exec
|
/external/chromium-trace/catapult/telemetry/build/ |
linux_setup_msr.py | 32 proc = subprocess.Popen('/sbin/lsmod', stdout=subprocess.PIPE) 33 stdout = proc.communicate()[0] 34 ret = proc.wait() 64 proc = subprocess.Popen(['/sbin/getcap', RDMSR_PATH], stdout=subprocess.PIPE) 65 stdout = proc.communicate()[0] 66 ret = proc.wait()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
video.py | 125 proc = subprocess.Popen(['avconv', '-i', video], stderr=subprocess.PIPE) 128 for line in proc.stderr.readlines(): 134 proc.communicate() 162 proc = subprocess.Popen(['avconv', '-i', mp4_file, '-vcodec', 167 num_read = proc.stdout.readinto(frame_data) 171 yield (GetFrameTimestampMs(proc.stderr),
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
linux_based_platform_backend.py | 28 meminfo_contents = self.GetFileContents('/proc/meminfo') 39 meminfo_contents = self.GetFileContents('/proc/meminfo') 135 return self.GetFileContents('/proc/%s/%s' % (pid, filename)) 155 """Parse '/proc/timer_list' output and returns the first jiffies attribute. 160 ['grep', 'jiffies', '/proc/timer_list']) 162 raise Exception('Unable to find jiffies from /proc/timer_list')
|