Searched refs:testResult (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/restest/
H A Drestest.cpp176 TestResult& testResult)
178 Warnings::SetCurrentWarnings(&testResult.warnings);
199 testResult.exception = new Exception(exception);
204 || testResult.warnings.CountWarnings() > 0 || testResult.exception) {
208 if (testResult.warnings.CountWarnings() > 0) {
210 const char* warning = testResult.warnings.WarningAt(i);
216 if (testResult.exception) {
217 status_t error = testResult.exception->GetError();
218 const char* description = testResult
175 test_file(const char* filename, const TestOptions& options, TestResult& testResult) argument
252 TestResult* testResult = new TestResult(filename); local
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DMixer.cpp407 uint16 testResult = 0; local
450 if (_CheckRegFeatures(Info.fAC97Reg, testMask, testResult)) {
451 if (testResult == 0)

Completed in 19 milliseconds