/external/valgrind/main/memcheck/tests/ |
addressable.c | 96 int faults; member in struct:test 143 if (1 == tests[i].faults && 152 if (tests[i].faults == 0)
|
overlap.c | 62 strcpy(x+20, x); // overlap, but runs forever (or until it seg faults)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
vtimes.h | 46 /* Number of hard page faults (i.e. those that required I/O). */ 48 /* Number of soft page faults (i.e. those serviced by reclaiming
|
/external/v8/src/ |
checks.cc | 37 // Contains protection against recursive calls (faults while handling faults).
|
/libcore/support/src/test/java/tests/io/ |
MockOs.java | 33 * A mocking interceptor that wraps another {@link Os} to add faults. This can 100 * faults.
|
/external/kernel-headers/original/linux/ |
resource.h | 31 long ru_majflt; /* page faults */
|
/external/strace/ |
TODO | 29 ignore faults which occur before exec
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserException.java | 7 * This exception is thrown to signal XML Pull Parser related faults.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
resource.h | 31 long ru_majflt; /* page faults */
|
mii.h | 82 #define ADVERTISE_RFAULT 0x2000 /* Say we can detect faults */ 117 #define EXPANSION_MFAULTS 0x0010 /* Multiple faults detected */
|
/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...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
resource.h | 184 /* Number of soft page faults (i.e. those serviced by reclaiming 187 /* Number of hard page faults (i.e. those that required I/O). */
|
/external/protobuf/gtest/xcode/Scripts/ |
versiongenerate.py | 11 This script makes the following assumptions (these are faults of the script,
|
/external/valgrind/main/include/ |
pub_tool_signals.h | 34 // Register an interest in apparently internal faults; used code which
|
/frameworks/base/core/java/com/android/internal/os/ |
ProcessStats.java | 50 PROC_SPACE_TERM|PROC_OUT_LONG, // 9: minor faults 52 PROC_SPACE_TERM|PROC_OUT_LONG, // 11: major faults 78 PROC_SPACE_TERM|PROC_OUT_LONG, // 9: minor faults 80 PROC_SPACE_TERM|PROC_OUT_LONG, // 11: major faults 786 pw.print(" / faults:");
|
/cts/tests/src/android/widget/cts/ |
WidgetTestUtils.java | 77 * @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/chromium/testing/gtest/test/ |
gtest_break_on_failure_unittest.py | 102 segmentation faults.
|
/external/chromium/testing/gtest/xcode/Scripts/ |
versiongenerate.py | 40 This script makes the following assumptions (these are faults of the script,
|
/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 | 34 or needs. This library is provided with all faults, and the entire
|
/external/llvm/include/llvm/Support/ |
ErrorHandling.h | 43 /// faults, blindly throwing exceptions through unfamiliar code isn't a way to
|
/external/protobuf/gtest/test/ |
gtest_break_on_failure_unittest.py | 99 segmentation faults.
|
/external/valgrind/main/helgrind/tests/ |
Makefile.am | 109 # DDD: it seg faults, and then the Valgrind exit path hangs
|