/external/v8/src/ |
checks.cc | 37 // Contains protection against recursive calls (faults while handling faults).
|
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserException.java | 7 * This exception is thrown to signal XML Pull Parser related faults.
|
/external/kernel-headers/original/linux/ |
resource.h | 31 long ru_majflt; /* page faults */
|
sysctl.h | 129 KERN_S390_USER_DEBUG_LOGGING=51, /* int: dumps of user faults */
|
mm.h | 628 * Different kinds of faults, as returned by handle_mm_fault(). [all...] |
/external/strace/ |
TODO | 29 ignore faults which occur before exec
|
strace.c | 785 fltset_t faults; local 968 /* Enable faults we care about */ 969 premptyset(&faults); 971 if (i > (sizeof faults) * CHAR_BIT) break; 972 if (qual_flags [i] & QUAL_FAULT) praddset (&faults, i); 974 if (IOCTL(tcp->pfd, PIOCSFAULT, &faults) < 0) { [all...] |
resource.c | 270 long ru_majflt; /* page faults */
|
/packages/experimental/procstatlog/ |
procstatreport.py | 95 <nobr>page faults:</nobr> <nobr>%(major)d major</nobr> 288 # Collect (no output yet) per-process CPU and major faults 317 faults = int(next[11]) - int(last[11]) 318 process_faults.setdefault(pid, {})[when] = faults 319 tf = total_faults[when] = total_faults.get(when, 0) + faults 330 # Output total major faults (sum over all processes) 573 # Output per-process CPU and page faults collected earlier 610 faults = sum(process_faults.get(pid, {}).values()) 611 if faults <= faults_cutoff: continue 620 "label_html": FAULTS_LABEL % {"major": faults}, [all...] |
/cts/tests/src/android/widget/cts/ |
WidgetTestUtils.java | 76 * @throws XmlPullParserException if XML Pull Parser related faults occur.
|
/external/blktrace/btt/ |
list.h | 27 * These are non-NULL pointers that will result in page faults
|
/external/gtest/test/ |
gtest_break_on_failure_unittest.py | 95 segmentation faults.
|
/external/libpng/ |
LICENSE | 34 or needs. This library is provided with all faults, and the entire
|
NOTICE | 32 or needs. This library is provided with all faults, and the entire
|
/external/iproute2/tc/ |
tc.c | 13 * Petri Mattila <petri@prihateam.fi> 990308: wrong memset's resulted in faults
|
/frameworks/base/services/java/com/android/server/ |
ProcessStats.java | 50 PROC_SPACE_TERM|PROC_OUT_LONG, // 9: minor faults 52 PROC_SPACE_TERM|PROC_OUT_LONG, // 11: major faults 662 pw.print(" / faults:");
|
/dalvik/vm/alloc/ |
HeapBitmap.c | 160 * Successive page faults will return zeroed memory.
|
Heap.c | [all...] |
/external/webkit/JavaScriptCore/wtf/ |
CurrentTime.cpp | 214 // prevent alignment faults on 64-bit Windows).
|
/external/iptables/libiptc/ |
linux_list.h | 36 * These are non-NULL pointers that will result in page faults
|
/external/libpcap/ |
aclocal.m4 | 601 # the CPU faults on an unaligned access, but at least some
|
/frameworks/base/libs/utils/ |
ZipFileRO.cpp | 507 * pair of system calls are negated by a reduction in page faults.
|
/external/qemu/fpu/ |
softfloat.h | 17 been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT TIMES
|
/external/quake/quake/src/WinQuake/data/ |
README.TXT | 275 If you experience page faults while running Quarterdeck's QDPMI DPMI server,
|
/external/qemu/ |
cpu-exec.c | 295 double or triple faults yet. */ [all...] |