HomeSort by relevance Sort by last modified time
    Searched refs:proc (Results 76 - 100 of 1046) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/gps/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/oprofile/daemon/liblegacy/
opd_mapping.c 55 void opd_kill_maps(struct opd_proc * proc)
59 list_for_each_safe(pos, pos2, &proc->maps) {
68 void opd_add_mapping(struct opd_proc * proc, struct opd_image * image,
74 proc->tid, start, end, offset, image->name);
79 if (list_empty(&proc->maps)) {
80 if (proc->name)
81 free((char *)proc->name);
82 proc->name = xstrdup(image->name);
91 list_add_tail(&map->next, &proc->maps);
141 struct opd_proc * proc; local
    [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...]
  /system/core/toolbox/
top.c 93 static void free_proc(struct proc_info *proc);
95 static int read_stat(char *filename, struct proc_info *proc);
96 static void read_policy(int pid, struct proc_info *proc);
97 static void add_proc(int proc_num, struct proc_info *proc);
98 static int read_cmdline(char *filename, struct proc_info *proc);
99 static int read_status(char *filename, struct proc_info *proc);
201 struct proc_info *proc; local
204 proc = free_procs;
208 proc = malloc(sizeof(*proc));
233 struct proc_info *proc; local
413 struct proc_info *old_proc, *proc; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-exceptions.rb 13 proc {
  /external/ltrace/
fetch.h 41 struct fetch_context *fetch_arg_init(enum tof type, struct process *proc,
45 struct fetch_context *fetch_arg_clone(struct process *proc,
52 struct process *proc,
58 struct process *proc,
78 struct fetch_context *arch_fetch_arg_init(enum tof type, struct process *proc,
80 struct fetch_context *arch_fetch_arg_clone(struct process *proc,
83 struct process *proc, struct arg_type_info *info,
86 struct process *proc, struct arg_type_info *info,
output.h 27 void output_line(struct process *proc, const char *fmt, ...);
28 void output_left(enum tof type, struct process *proc,
30 void output_right(enum tof type, struct process *proc,
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 37 GrGLFuncPtr proc; local
38 if (NULL != (proc = (GrGLFuncPtr) GetProcAddress(fGLLib.get(), name))) {
39 return proc;
41 if (NULL != (proc = (GrGLFuncPtr) wglGetProcAddress(name))) {
42 return proc;
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 37 GrGLFuncPtr proc; local
38 if (NULL != (proc = (GrGLFuncPtr) GetProcAddress(fGLLib.get(), name))) {
39 return proc;
41 if (NULL != (proc = (GrGLFuncPtr) wglGetProcAddress(name))) {
42 return proc;
  /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/chromium_org/third_party/opus/src/celt/arm/
arm2gnu.pl 152 my $proc;
154 $proc = $1;
156 if ($proc)
158 $prefix = $prefix.sprintf("\t.type\t%s, %%function; ",$proc);
159 push(@proc_stack, $proc);
170 my $proc;
172 $proc = pop(@proc_stack);
173 $_ = "\t.size $proc, .-$proc".$_ if ($proc);
    [all...]
  /external/libopus/celt/arm/
arm2gnu.pl 128 my $proc;
130 $proc = $1;
132 if ($proc)
134 $prefix = $prefix.sprintf("\t.type\t%s, %%function; ",$proc);
135 push(@proc_stack, $proc);
146 my $proc;
148 $proc = pop(@proc_stack);
149 $_ = "\t.size $proc, .-$proc".$_ if ($proc);
    [all...]
  /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/chromium_org/third_party/libvpx/source/libvpx/build/make/
ads2gas.pl 198 # Use PROC and ENDP to give the symbols a .size directive.
202 my $proc;
204 $proc = $1;
205 push(@proc_stack, $proc) if ($proc);
210 my $proc;
212 $proc = pop(@proc_stack);
213 $_ = "\t.size $proc, .-$proc".$_ if ($proc);
    [all...]
  /external/libvpx/libvpx/build/make/
ads2gas.pl 198 # Use PROC and ENDP to give the symbols a .size directive.
202 my $proc;
204 $proc = $1;
205 push(@proc_stack, $proc) if ($proc);
210 my $proc;
212 $proc = pop(@proc_stack);
213 $_ = "\t.size $proc, .-$proc".$_ if ($proc);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
ads2gas.pl 198 # Use PROC and ENDP to give the symbols a .size directive.
202 my $proc;
204 $proc = $1;
205 push(@proc_stack, $proc) if ($proc);
210 my $proc;
212 $proc = pop(@proc_stack);
213 $_ = "\t.size $proc, .-$proc".$_ if ($proc);
    [all...]
  /external/chromium_org/base/process/
process_info_mac.cc 25 proc(static_cast<struct kinfo_proc*>(malloc(len)));
26 if (sysctl(mib, arraysize(mib), proc.get(), &len, NULL, 0) < 0)
28 return Time::FromTimeVal(proc->kp_proc.p_un.__p_starttime);
  /external/iputils/
ipg 3 if [ -e /proc/modules ] ; then
8 for PGDEV in /proc/net/pg /proc/net/pktgen/pg0 / ; do
12 echo "Could not locate pg in /proc/net" 1>&2
  /external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.h 33 bool InferiorCallMmap(Process *proc, lldb::addr_t &allocated_addr,
37 bool InferiorCallMunmap(Process *proc, lldb::addr_t addr, lldb::addr_t length);
39 bool InferiorCall(Process *proc, const Address *address, lldb::addr_t &returned_func);
  /external/ltrace/sysdeps/linux-gnu/s390/
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/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
extutil.h 189 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \
190 XExtDisplayInfo *proc (Display *dpy) \
199 #define XEXT_FIND_DISPLAY_PROTO(proc) \
200 XExtDisplayInfo *proc(Display *dpy)
202 #define XEXT_GENERATE_CLOSE_DISPLAY(proc,extinfo) \
203 int proc (Display *dpy, XExtCodes *codes) \
208 #define XEXT_CLOSE_DISPLAY_PROTO(proc) \
209 int proc(Display *dpy, XExtCodes *codes)
211 #define XEXT_GENERATE_ERROR_STRING(proc,extname,nerr,errl) \
212 char *proc (Display *dpy, int code, XExtCodes *codes, char *buf, int n)
    [all...]
  /frameworks/base/tools/preload/
PrintPsTree.java 40 for (Proc proc : root.processes.values()) {
41 if (proc.parent == null) {
42 proc.print();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
extutil.h 155 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \
156 XExtDisplayInfo *proc (Display *dpy) \
165 #define XEXT_FIND_DISPLAY_PROTO(proc) \
166 XExtDisplayInfo *proc(Display *dpy)
168 #define XEXT_GENERATE_CLOSE_DISPLAY(proc,extinfo) \
169 int proc (Display *dpy, XExtCodes *codes) \
174 #define XEXT_CLOSE_DISPLAY_PROTO(proc) \
175 int proc(Display *dpy, XExtCodes *codes)
177 #define XEXT_GENERATE_ERROR_STRING(proc,extname,nerr,errl) \
178 char *proc (Display *dpy, int code, XExtCodes *codes, char *buf, int n)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
extutil.h 155 #define XEXT_GENERATE_FIND_DISPLAY(proc,extinfo,extname,hooks,nev,data) \
156 XExtDisplayInfo *proc (Display *dpy) \
165 #define XEXT_FIND_DISPLAY_PROTO(proc) \
166 XExtDisplayInfo *proc(Display *dpy)
168 #define XEXT_GENERATE_CLOSE_DISPLAY(proc,extinfo) \
169 int proc (Display *dpy, XExtCodes *codes) \
174 #define XEXT_CLOSE_DISPLAY_PROTO(proc) \
175 int proc(Display *dpy, XExtCodes *codes)
177 #define XEXT_GENERATE_ERROR_STRING(proc,extname,nerr,errl) \
178 char *proc (Display *dpy, int code, XExtCodes *codes, char *buf, int n)
    [all...]
  /external/chromium_org/tools/site_compare/scrapers/chrome/
chromebase.py 38 proc = None
41 (proc, wnd) = windowing.InvokeAndWait(path)
47 return (wnd, proc, address_bar, render_pane)
67 (wnd, proc, address_bar, render_pane) = InvokeBrowser(path)
103 if proc:
108 if not windowing.WaitForProcessExit(proc, timeout):
109 windowing.EndProcess(proc)
132 proc = None
141 if not proc:
142 (wnd, proc, address_bar, render_pane) = InvokeBrowser(path
    [all...]

Completed in 590 milliseconds

1 2 34 5 6 7 8 91011>>