Searched refs:faults (Results 1 – 25 of 80) sorted by relevance
1234
/external/skia/infra/bots/recipe_modules/flavor/resources/ |
D | win_run_and_check_log.ps1 | 33 $faults = Get-EventLog -LogName Application -InstanceId 1000 -EntryType Error ` variable 36 if ($faults) { variable 39 Write-Host $faults[0].Message variable
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/ |
D | hog.c | 44 uint64_t faults; member 197 result.faults = usage_end.ru_majflt - usage_start.ru_majflt; in main()
|
/external/autotest/client/site_tests/hardware_Memtester/ |
D | control.quick | 16 This test uses memtester to find memory subsystem faults. The quick test
|
D | control | 14 This test uses memtester to find memory subsystem faults. Amount of memory
|
D | control.memory_qual | 14 This test uses memtester to find memory subsystem faults. Amount of memory
|
/external/autotest/client/site_tests/hardware_UnsafeMemory/ |
D | control.quick | 16 This test uses rowhammer-test to find memory faults that may lead to violations
|
D | control | 18 This test uses rowhammer-test to find memory faults that may lead to violations
|
/external/mesa3d/.gitlab-ci/ |
D | deqp-freedreno-a530-flakes.txt | 12 # unstable results (probably related to the iommu faults).
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.18.txt | 8 of future memory faults, at least the fixed filesystem will be fully
|
/external/perfetto/docs/data-sources/ |
D | memory-counters.md | 91 * mem.mm.min_flt: Minor page faults 92 * mem.mm.maj_flt: Major page faults 93 * mem.mm.swp_flt: Page faults served by swapcache 94 * mem.mm.read_io: Read page faults backed by I/O
|
/external/wycheproof/doc/ |
D | ecdh.md | 55 and hardware faults.
|
/external/mesa3d/docs/relnotes/ |
D | 10.5.4.rst | 45 vm protection faults in piglit lest: texsubimage cube_map_array pbo
|
D | 18.0.1.rst | 163 - freedreno/a5xx: fix page faults on last level
|
D | 12.0.2.rst | 69 The Talos Principle and Serious Sam 3 GPU faults 288 - radeonsi: fix VM faults due NULL internal const buffers on CIK
|
/external/python/cpython2/Doc/library/ |
D | resource.rst | 195 | ``6`` | :attr:`ru_minflt` | page faults not requiring I/O | 197 | ``7`` | :attr:`ru_majflt` | page faults requiring I/O |
|
D | dl.rst | 23 used incorrectly it may cause segmentation faults, crashes or other incorrect
|
/external/python/cpython3/Doc/library/ |
D | resource.rst | 309 | ``6`` | :attr:`ru_minflt` | page faults not requiring I/O | 311 | ``7`` | :attr:`ru_majflt` | page faults requiring I/O |
|
/external/ImageMagick/MagickWand/ |
D | ChangeLog | 163 * DrawSetStrokeDashArray() no longer faults for an array of one element 198 * CloneDrawingWand() no longer faults when the supplied drawing wand has not
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | FaultMaps.rst | 57 of faults are supported:
|
D | BigEndianNEON.rst | 133 …`LDR``, we'd still need to use ``LD1`` in some places to avoid alignment faults (the result of the… 135 Most operating systems however do not run with alignment faults enabled, so this is often not an is…
|
/external/libpng/ |
D | NOTICE | 63 or needs. This library is provided with all faults, and the entire
|
D | LICENSE | 63 or needs. This library is provided with all faults, and the entire
|
/external/pdfium/third_party/libpng16/ |
D | LICENSE | 63 or needs. This library is provided with all faults, and the entire
|
/external/angle/extensions/ |
D | EXT_robustness.txt | 49 from hardware faults such as uncorrectable memory errors. Along with 50 recovery from such hardware faults, the recovery mechanism can
|
/external/llvm/docs/ |
D | BigEndianNEON.rst | 133 …`LDR``, we'd still need to use ``LD1`` in some places to avoid alignment faults (the result of the… 135 Most operating systems however do not run with alignment faults enabled, so this is often not an is…
|
1234