Searched defs:testing (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp72 static bool testing() { return true; } function
77 static bool testing() { return false; } function
458 if (RT_SUCCESS(rc) && (!success || testing()))
462 if (RT_SUCCESS(rc) && (!success | testing()))
464 if (RT_SUCCESS(rc) && testing())
486 if (RT_SUCCESS(rc) && (!success || testing()))
490 if ( RT_SUCCESS(rc) && (!success || testing()))
493 if (RT_SUCCESS(rc) && testing())

Completed in 64 milliseconds