Home
last modified time | relevance | path

Searched defs:ErrorRecord (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/closure_linter/closure_linter/
Derrorrecord.py29 class ErrorRecord(object): class
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Derrorrecord.py29 class ErrorRecord(object): class
/external/stressapptest/src/
Dworker.cc126 struct ErrorRecord { struct
127 uint64 actual; // This is the actual value read.
128 uint64 reread; // This is the actual value, reread.
129 uint64 expected; // This is what it should have been.
130 uint64 *vaddr; // This is where it was (or wasn't).
131 char *vbyteaddr; // This is byte specific where the data was (or wasn't).
132 uint64 paddr; // This is the bus address, if available.
133 uint64 *tagvaddr; // This holds the tag value if this data was tagged.
134 uint64 tagpaddr; // This holds the physical address corresponding to the tag.