/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
armtime | 70 /^[0-9]+\./ { # /proc/uptime lines 80 print "got(/proc/uptime):", $0, "=>", factor, uptime_total, uptime_idle 174 "grep mpu /proc/omap_clocks /proc/ckomap24xx" | getline clock_speed 218 cat /proc/uptime /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state >$my_log 225 cat /proc/uptime /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state >>$my_log
|
/system/extras/procmem/ |
procmem.c | 47 pm_process_t *proc; local 111 error = pm_process_create(ker, pid, &proc); 119 error = pm_process_workingset(proc, NULL, 1); 128 error = pm_process_maps(proc, &maps, &num_maps); 308 " -m Sort by mapping order (as read from /proc).\n"
|
/external/skia/src/effects/ |
SkColorFilters.cpp | 117 SkXfermodeColorFilter(SkColor color, SkXfermodeProc proc, 119 fProc = proc; 130 SkXfermodeProc proc = fProc; local 133 result[i] = proc(color, shader[i]); 176 SkXfermodeProc proc, 178 return proc ? 179 SkNEW_ARGS(SkXfermodeColorFilter, (color, proc, proc16)) :
|
SkColorMatrixFilter.cpp | 224 Proc proc = fProc; local 228 if (NULL == proc) { 257 proc(state, r, g, b, a); 278 Proc proc = fProc; local 282 if (NULL == proc) { 297 proc(state, r, g, b, 0); 322 fProc = (Proc)buffer.readFunctionPtr();
|
/external/skia/src/core/ |
SkGraphics.cpp | 294 int (*proc)(int); 297 int (*proc)(int); 306 proc = gList[j].proc; 308 proc(i);
|
SkGlyphCache.h | 104 //! If the proc is found, return true and set *dataPtr to its data 106 //! Add a proc/data pair to the glyphcache. proc should be non-null 108 //! If found, remove the proc/data pair from the glyphcache (does not 109 // call the proc) 112 /** Call proc on all cache entries, stopping early if proc returns true. 113 The proc should not create or delete caches, since it could produce 116 static void VisitAllCaches(bool (*proc)(SkGlyphCache*, void*), void* ctx); 118 /** Find a matching cache entry, and call proc() with it. If none is foun [all...] |
SkScan_Antihair.cpp | 247 LineProc proc; 261 proc = hline; 266 proc = horish; 336 proc = vline; 343 proc = vertish; 404 fstart = proc(istart, istart + 1, fstart, slope, blitter, scaleStart); 408 fstart = proc(istart, istart + fullSpans, fstart, slope, blitter, 64); 411 proc(istop - 1, istop, fstart, slope, blitter, scaleStop);
|
SkScan_Path.cpp | 131 PrePostProc proc) 149 if (proc) { 150 proc(blitter, curr_y, PREPOST_START); // pre-proc 214 if (proc) { 215 proc(blitter, curr_y, PREPOST_END); // post-proc 541 PrePostProc proc = NULL; local 546 proc = PrePostInverseBlitterProc; 549 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc); [all...] |
/external/tcpdump/ |
print-nfs.c | 290 u_int32_t proc, vers, reply_stat; local 315 if (xid_map_find(rp, bp2, &proc, &vers) >= 0) 316 interp_reply(rp, proc, vers, length); 500 u_int32_t proc; local 518 xid_map_enter(rp, bp2); /* record proc number for later on */ 521 proc = EXTRACT_32BITS(&rp->rm_call.cb_proc); 523 if (!v3 && proc < NFS_NPROCS) 524 proc = nfsv3_procid[proc]; 526 switch (proc) { 872 u_int32_t proc; \/* call proc number (host order) *\/ member in struct:xid_map_entry [all...] |
/frameworks/base/libs/binder/ |
Parcel.cpp | 60 void acquire_object(const sp<ProcessState>& proc, 75 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); 83 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle); 97 void release_object(const sp<ProcessState>& proc, 112 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); 120 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle); 139 status_t flatten_binder(const sp<ProcessState>& proc, 170 status_t flatten_binder(const sp<ProcessState>& proc, 224 status_t unflatten_binder(const sp<ProcessState>& proc, 235 *out = proc->getStrongProxyForHandle(flat->handle) [all...] |
/hardware/libhardware_legacy/wifi/ |
wifi.c | 78 static const char MODULE_FILE[] = "/proc/modules"; 140 FILE *proc; local 153 if ((proc = fopen(MODULE_FILE, "r")) == NULL) { 158 while ((fgets(line, sizeof(line), proc)) != NULL) { 160 fclose(proc); 164 fclose(proc);
|
/bionic/libc/include/sys/ |
exec_elf.h | 603 int exec_elf64_makecmds(struct proc *, struct exec_package *); 606 int exec_elf64_fixup(struct proc *, struct exec_package *); 608 int elf64_os_pt_note(struct proc *, struct exec_package *, Elf64_Ehdr *, 612 int exec_elf32_makecmds(struct proc *, struct exec_package *); 615 int exec_elf32_fixup(struct proc *, struct exec_package *); 617 int elf32_os_pt_note(struct proc *, struct exec_package *, Elf32_Ehdr *,
|
/external/e2fsprogs/e2fsck/ |
util.c | 354 struct ext2_inode * inode, const char *proc) 361 _("while reading inode %ld in %s"), ino, proc); 368 const char *proc) 375 _("while writing inode %ld in %s"), ino, proc); 381 struct ext2_inode * inode, const char *proc) 388 _("while writing inode %ld in %s"), ino, proc);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
exec_elf.h | 603 int exec_elf64_makecmds(struct proc *, struct exec_package *); 606 int exec_elf64_fixup(struct proc *, struct exec_package *); 608 int elf64_os_pt_note(struct proc *, struct exec_package *, Elf64_Ehdr *, 612 int exec_elf32_makecmds(struct proc *, struct exec_package *); 615 int exec_elf32_fixup(struct proc *, struct exec_package *); 617 int elf32_os_pt_note(struct proc *, struct exec_package *, Elf32_Ehdr *,
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
exec_elf.h | 603 int exec_elf64_makecmds(struct proc *, struct exec_package *); 606 int exec_elf64_fixup(struct proc *, struct exec_package *); 608 int elf64_os_pt_note(struct proc *, struct exec_package *, Elf64_Ehdr *, 612 int exec_elf32_makecmds(struct proc *, struct exec_package *); 615 int exec_elf32_fixup(struct proc *, struct exec_package *); 617 int elf32_os_pt_note(struct proc *, struct exec_package *, Elf32_Ehdr *,
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
exec_elf.h | 603 int exec_elf64_makecmds(struct proc *, struct exec_package *); 606 int exec_elf64_fixup(struct proc *, struct exec_package *); 608 int elf64_os_pt_note(struct proc *, struct exec_package *, Elf64_Ehdr *, 612 int exec_elf32_makecmds(struct proc *, struct exec_package *); 615 int exec_elf32_fixup(struct proc *, struct exec_package *); 617 int elf32_os_pt_note(struct proc *, struct exec_package *, Elf32_Ehdr *,
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
exec_elf.h | 603 int exec_elf64_makecmds(struct proc *, struct exec_package *); 606 int exec_elf64_fixup(struct proc *, struct exec_package *); 608 int elf64_os_pt_note(struct proc *, struct exec_package *, Elf64_Ehdr *, 612 int exec_elf32_makecmds(struct proc *, struct exec_package *); 615 int exec_elf32_fixup(struct proc *, struct exec_package *); 617 int elf32_os_pt_note(struct proc *, struct exec_package *, Elf32_Ehdr *,
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
exec_elf.h | 603 int exec_elf64_makecmds(struct proc *, struct exec_package *); 606 int exec_elf64_fixup(struct proc *, struct exec_package *); 608 int elf64_os_pt_note(struct proc *, struct exec_package *, Elf64_Ehdr *, 612 int exec_elf32_makecmds(struct proc *, struct exec_package *); 615 int exec_elf32_fixup(struct proc *, struct exec_package *); 617 int elf32_os_pt_note(struct proc *, struct exec_package *, Elf32_Ehdr *,
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
exec_elf.h | 603 int exec_elf64_makecmds(struct proc *, struct exec_package *); 606 int exec_elf64_fixup(struct proc *, struct exec_package *); 608 int elf64_os_pt_note(struct proc *, struct exec_package *, Elf64_Ehdr *, 612 int exec_elf32_makecmds(struct proc *, struct exec_package *); 615 int exec_elf32_fixup(struct proc *, struct exec_package *); 617 int elf32_os_pt_note(struct proc *, struct exec_package *, Elf32_Ehdr *,
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
AndroidDebugBridge.java | 885 Process proc; local 932 Process proc; local [all...] |
/external/bluetooth/glib/ |
glibconfig.h.win32.in | 135 # define g_ATEXIT(proc) (!atexit (proc)) 137 # define g_ATEXIT(proc) (atexit (proc))
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxgl.c | 198 void *CGX_GL_GetProcAddress(_THIS, const char *proc) { 200 func = AmiGetGLProc(proc);
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macgl.c | 191 void* Mac_GL_GetProcAddress(_THIS, const char *proc) 193 return SDL_LoadFunction( this->hidden->libraryHandle, proc );
|
/external/strace/ |
Android.mk | 12 proc.c stream.c
|
/hardware/msm7k/librpc/rpc/ |
xdr.h | 69 extern bool_t xdr_call_msg_start (XDR *xdr, uint32 prog, uint32 ver, uint32 proc, opaque_auth *cred, opaque_auth *verf); 73 extern void xdr_free (xdrproc_t proc, char *objp);
|