HomeSort by relevance Sort by last modified time
    Searched full:proc (Results 101 - 125 of 3592) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_msg.h 63 virtual void proc() const;
72 virtual void proc() const;
81 virtual void proc() const;
100 virtual void proc() const;
115 virtual void proc() const;
126 virtual void proc() const;
141 virtual void proc() const;
157 virtual void proc() const;
165 virtual void proc() const;
173 virtual void proc() const
    [all...]
  /external/ltrace/sysdeps/linux-gnu/s390/
fetch.c 34 #include "proc.h"
65 fetch_register_banks(struct process *proc, struct fetch_context *ctx,
72 if (ptrace(PTRACE_PEEKUSR_AREA, proc->pid, &parea, NULL) < 0) {
85 fetch_context_init(struct process *proc, struct fetch_context *context,
90 return fetch_register_banks(proc, context, syscall_enter);
94 arch_fetch_arg_init(enum tof type, struct process *proc,
99 || fetch_context_init(proc, context, type == LT_TOF_SYSCALL) < 0) {
106 context->stack_pointer = get_stack_pointer(proc)
115 arch_fetch_arg_clone(struct process *proc,
126 allocate_stack_slot(struct fetch_context *ctx, struct process *proc,
    [all...]
plt.c 25 #include "proc.h"
36 sym2addr(struct process *proc, struct library_symbol *sym)
42 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
53 return linux_elf_add_plt_entry_irelative(proc, lte, rela,
  /external/ltrace/sysdeps/linux-gnu/mips/
trace.c 38 #include "proc.h"
60 \param proc The process that had an event.
64 Most targets just return here. A couple use proc->arch_ptr for a
68 get_arch_dep(struct process *proc)
73 \param proc Process that had event.
90 syscall_p(struct process *proc, int status, int *sysnum)
93 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) {
95 long pc = (long)get_instruction_pointer(proc);
97 int insn = ptrace(PTRACE_PEEKTEXT, proc->pid, pc - 4, 0);
98 int num = ptrace(PTRACE_PEEKTEXT, proc->pid, pc - 8, 0)
    [all...]
  /external/toybox/tests/
pgrep.test 15 proc=$!
16 echo "# Process created with id: $proc"
19 proc_parent=`cat /proc/${proc}/stat | awk '{ print $4 }'`
20 echo "# Parent Process id of $proc is $proc_parent"
23 testing "pgrep pattern" "pgrep yes" "$proc\n" "" ""
24 testing "pgrep wildCardPattern" "pgrep ^y.*s$" "$proc\n" "" ""
25 testing "pgrep -l pattern" "pgrep -l yes" "$proc yes\n" "" ""
26 testing "pgrep -f pattern" "pgrep -f yes" "$proc\n" "" ""
27 testing "pgrep -n pattern" "pgrep -n yes" "$proc\n" "" "
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_qclient.cpp 79 if(mHwcContext->proc)
80 mHwcContext->proc->invalidate(mHwcContext->proc);
88 if(mHwcContext->proc)
89 mHwcContext->proc->invalidate(mHwcContext->proc);
96 if(mHwcContext->proc)
97 mHwcContext->proc->invalidate(mHwcContext->proc);
102 if(mHwcContext->proc) {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_functors.i 6 * containers, that will invoke a Ruby proc or method to do
22 * # sort order defined by Ruby proc
23 * b = IntSet.new( proc { |a,b| a > b } )
  /system/extras/tests/net_test/
net_test.sh 4 [ -f /proc/net/if_inet6 ] || insmod $DIR/kernel/net-next/net/ipv6/ipv6.ko
12 echo "0 65536" > /proc/sys/net/ipv4/ping_group_range
18 test=$(cat /proc/cmdline | sed -re 's/.*net_test=([^ ]*).*/\1/g')
  /external/libchrome/sandbox/linux/services/
proc_util_unittest.cc 17 base::ScopedFD proc_fd(open("/proc/", O_RDONLY | O_DIRECTORY));
31 // Have a "/proc" file descriptor around.
32 int proc_fd = open("/proc/", O_RDONLY | O_DIRECTORY);
40 int proc_fd = open("/proc/", O_RDONLY | O_DIRECTORY);
52 int open_directory_fd = open("/proc/self/", O_RDONLY | O_DIRECTORY);
57 // The "/proc/" file descriptor should now be closed, |proc_fd| is the
thread_helpers.h 18 // must be a file descriptor to /proc/ and remains owned by the
24 // on /proc to be updated. In the case where this doesn't crash, this will
30 // Starts |thread| and ensure that it has an entry in /proc/self/task/ from
35 // /proc/self/task/ from the point of view of the current thread. This is
  /external/autotest/client/site_tests/hardware_DiskSize/
control 15 This test will find the disk where /dev is located by searching /proc/cmdline,
16 and will then determine the size of the main disk by reading /proc/partitions.
  /frameworks/support/tests/res/xml/
paths.xml 4 <!-- /proc/1 -->
5 <root-path name="test_init" path="proc/1/" />
  /external/ltrace/sysdeps/linux-gnu/aarch64/
fetch.c 28 #include "proc.h"
32 int aarch64_read_gregs(struct process *proc, struct user_pt_regs *regs);
33 int aarch64_read_fregs(struct process *proc, struct user_fpsimd_state *regs);
47 context_init(struct fetch_context *context, struct process *proc)
49 if (aarch64_read_gregs(proc, &context->gregs) < 0
50 || aarch64_read_fregs(proc, &context->fpregs) < 0)
63 arch_fetch_arg_clone(struct process *proc, struct fetch_context *context)
174 struct process *proc, struct arg_type_info *info)
178 size_t sz = type_sizeof(proc, info);
258 struct process *proc, struct arg_type_info *info
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 34 #include "proc.h"
66 fetch_context_init(struct process *proc, struct fetch_context *context)
70 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->regs) < 0)
79 arch_fetch_arg_init(enum tof type, struct process *proc,
84 || fetch_context_init(proc, context) < 0) {
94 arch_fetch_arg_clone(struct process *proc,
105 allocate_stack_slot(struct fetch_context *ctx, struct process *proc,
108 size_t al = type_alignof(proc, info);
109 size_t sz = type_sizeof(proc, info);
114 long value = ptrace(PTRACE_PEEKDATA, proc->pid, ctx->stack_pointer, 0)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
proc.c 49 #include "proc.h"
51 /* /proc/pid doesn't exist just after the fork, and sometimes `ltrace'
70 PROC_PID_FILE(proc_exe, "/proc/%d/exe", pid);
85 PROC_PID_FILE(fn, "/proc/%d/status", pid);
235 PROC_PID_FILE(fn, "/proc/%d/task", pid);
283 select_32_64(struct process *proc, void *p32, void *p64)
285 if (sizeof(long) == 4 || proc->mask_32bit)
292 fetch_dyn64(struct process *proc, arch_addr_t *addr, Elf64_Dyn *ret)
294 if (umovebytes(proc, *addr, ret, sizeof(*ret)) != sizeof(*ret))
301 fetch_dyn32(struct process *proc, arch_addr_t *addr, Elf64_Dyn *ret
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
CpuFeaturesTest.java 58 BufferedReader br = new BufferedReader(new FileReader("/proc/cpuinfo"));
90 assertTrue("/proc/cpuinfo does not advertise required feature " + feature + " to 32-bit ARM processes",
96 assertFalse("/proc/cpuinfo advertises required feature " + feature + " to 64-bit ARM processes",
105 /* When /proc/cpuinfo is read by 32-bit ARM processes, the CPU
108 assertNotNull("Failed to read CPU architecture field from /proc/cpuinfo",
115 fail("/proc/cpuinfo reported non-integer CPU architecture " + cpuArch);
119 assertTrue("/proc/cpuinfo reported 32-bit only CPU architecture " + cpuArchInt + " on ARM64 CPU",
124 /* When /proc/cpuinfo is read by 32-bit ARM processes, the Features
128 assertNotNull("Failed to read Features field from /proc/cpuinfo",
144 /* When /proc/cpuinfo is read by 64-bit ARM processes, the Feature
    [all...]
  /external/ltrace/
libltrace.c 37 #include "proc.h"
47 stop_non_p_processes(struct process *proc, void *data)
58 if (p_proc == proc || p_proc->leader == proc->leader) {
65 debug(2, "Sending SIGSTOP to process %u", proc->pid);
66 kill(proc->pid, SIGSTOP);
129 struct process *proc = open_program(command, pid); local
130 if (proc == NULL) {
136 trace_set_options(proc);
164 if (ev->proc && ev->proc->state == STATE_IGNORED)
    [all...]
  /device/htc/flounder/
init.recovery.flounder.rc 3 write /proc/sys/vm/extra_free_kbytes 36864
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixNetworkInterfaceTest.java 46 Process proc = Runtime.getRuntime().exec(cmd); local
47 proc.waitFor();
51 proc = Runtime.getRuntime().exec(cmd);
52 proc.waitFor();
70 Process proc = Runtime.getRuntime().exec(cmd); local
71 proc.waitFor();
77 proc = Runtime.getRuntime().exec(cmd);
78 proc.waitFor();
100 Process proc = Runtime.getRuntime().exec(cmd); local
101 proc.waitFor()
127 Process proc = Runtime.getRuntime().exec(cmd); local
    [all...]
  /external/autotest/client/profilers/catprofile/
catprofile.py 5 job.profilers.add('catprofile', ['/proc/meminfo','/proc/uptime'],
15 def initialize(self, filenames = ['/proc/meminfo', '/proc/slabinfo'],
  /external/libunwind/src/hppa/
siglongjmp.S 8 .proc
  /external/llvm/test/Feature/
properties.ll 6 target triple = "proc-vend-sys"
  /external/skia/src/gpu/
GrGpuFactory.h 21 GrGpuFactoryRegistrar(int i, CreateGpuProc proc);
  /external/valgrind/none/tests/
procfs-non-linux.vgtest 2 # For Solaris, there is Solaris-specific 'solaris/proc-cmdline-exe'.
  /external/vboot_reference/tests/
test_using_qemu.sh 21 sudo mkdir -p "${SYSROOT}/proc" "${SYSROOT}/dev"
22 sudo mount --bind /proc "${SYSROOT}/proc"
36 sudo umount -l "${SYSROOT}/proc"

Completed in 837 milliseconds

1 2 3 45 6 7 8 91011>>