Searched refs:runTestOnce (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/util/ |
D | all_tests.go | 163 func runTestOnce(test test, mallocNumToFail int64) (passed bool, err error) { func 250 return runTestOnce(test, -1) 254 if passed, err := runTestOnce(test, mallocNumToFail); err != errMoreMallocs {
|
/external/cronet/tot/third_party/boringssl/src/util/ |
D | all_tests.go | 162 func runTestOnce(test test, mallocNumToFail int64) (passed bool, err error) { func 249 return runTestOnce(test, -1) 253 if passed, err := runTestOnce(test, mallocNumToFail); err != errMoreMallocs {
|
/external/cronet/stable/third_party/boringssl/src/util/ |
D | all_tests.go | 162 func runTestOnce(test test, mallocNumToFail int64) (passed bool, err error) { func 249 return runTestOnce(test, -1) 253 if passed, err := runTestOnce(test, mallocNumToFail); err != errMoreMallocs {
|