/external/skia/src/core/ |
SkPaint.cpp | [all...] |
/external/skia/src/ports/ |
SkFontHost_win.cpp | 40 void SkTypeface_SetEnsureLOGFONTAccessibleProc(void (*proc)(const LOGFONT&)) { 41 gEnsureLOGFONTAccessibleProc = proc; [all...] |
/external/zlib/src/contrib/masmx86/ |
inffas32.asm | 161 _inflate_fast proc near
|
/external/zlib/src/ |
make_vms.com | 63 $!!! if axp .or. ia64 then set proc/parse=extended 775 $ proc = true 778 $ if f$locate("}",line).lt. f$length(line) then proc = false 779 $ if f$locate("local:", line) .lt. f$length(line) then proc = false 780 $ if proc 843 $ proc = true 846 $ if f$locate("}",line).lt. f$length(line) then proc = false 847 $ if f$locate("local:", line) .lt. f$length(line) then proc = false 848 $ if proc
|
/system/sepolicy/ |
file_contexts | 27 /proc u:object_r:rootfs:s0
|
/build/ |
envsetup.sh | 1006 adb shell 'echo /cores/core.%p > /proc/sys/kernel/core_pattern'; 1050 while [ $(adb shell "[ -d /proc/$PID ] && echo -n yes") ]; do 1086 if adb shell ls -l /proc/$PID/exe | grep -q /system/bin/app_process ; then 1115 # Read the ELF header from /proc/$PID/exe to determine if the process is 1121 if [[ "$(adb shell cat /proc/$PID/exe | xxd -l 1 -s 4 -ps)" -eq "02" ]] ; then [all...] |
/device/generic/goldfish/opengl/system/egl/ |
egl.cpp | 533 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc; [all...] |
/external/skia/dm/ |
DM.cpp | [all...] |
/external/valgrind/include/vki/ |
vki-solaris.h | 735 #include <sys/proc.h> 745 /* We want the new /proc definitions. */ [all...] |
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_mdpcomp.cpp | 229 if(!ctx->proc) { 230 ALOGE("%s: HWC proc not registered", __FUNCTION__); 237 ctx->proc->invalidate(ctx->proc); [all...] |
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_mdpcomp.cpp | 243 if(!ctx->proc) { 244 ALOGE("%s: HWC proc not registered", __FUNCTION__); 251 ctx->proc->invalidate(ctx->proc); [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles.cpp | 48 return (__eglMustCastToProperFunctionPointerType)gles_funcs_by_name[i].proc; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_subprocess.py | 408 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()), 412 fd_directory = '/proc/%d/fd' % os.getpid() 673 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()), 677 fd_directory = '/proc/%d/fd' % os.getpid() [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_subprocess.py | 408 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()), 412 fd_directory = '/proc/%d/fd' % os.getpid() 673 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()), 677 fd_directory = '/proc/%d/fd' % os.getpid() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 408 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()), 412 fd_directory = '/proc/%d/fd' % os.getpid() 673 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()), 677 fd_directory = '/proc/%d/fd' % os.getpid() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_subprocess.py | 408 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()), 412 fd_directory = '/proc/%d/fd' % os.getpid() 673 @unittest.skipUnless(os.path.isdir('/proc/%d/fd' % os.getpid()), 677 fd_directory = '/proc/%d/fd' % os.getpid() [all...] |
/external/guice/extensions/struts2/lib/ |
commons-io-1.3.2.jar | |
/external/libunwind/doc/ |
libunwind-dynamic.tex | 124 \subsection{Proc-info format} 204 generators will describe their procedures either with the proc-info
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
build.go | 1176 ns := fmt.Sprintf("/proc/%s/ns", pid)
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/ |
legacy_profile.go | 1010 // /proc/self/maps, and overrides the mappings in the current profile.
|
/prebuilts/go/darwin-x86/src/runtime/ |
mgcmark.go | 673 // If another proc wants a pointer, give it some.
|
trace.go | 278 throw("trace: non-empty trace buffer in proc")
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux.go | 137 return Utimes("/proc/self/fd/"+itoa(fd), tv)
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
build.go | 1176 ns := fmt.Sprintf("/proc/%s/ns", pid)
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/ |
legacy_profile.go | 1010 // /proc/self/maps, and overrides the mappings in the current profile.
|