Searched refs:errMoreMallocs (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/util/ |
D | all_tests.go | 159 errMoreMallocs = errors.New("child process did not exhaust all allocation calls") var 219 return false, errMoreMallocs 254 if passed, err := runTestOnce(test, mallocNumToFail); err != errMoreMallocs {
|
/external/cronet/tot/third_party/boringssl/src/util/ |
D | all_tests.go | 158 errMoreMallocs = errors.New("child process did not exhaust all allocation calls") var 218 return false, errMoreMallocs 253 if passed, err := runTestOnce(test, mallocNumToFail); err != errMoreMallocs {
|
/external/cronet/stable/third_party/boringssl/src/util/ |
D | all_tests.go | 158 errMoreMallocs = errors.New("child process did not exhaust all allocation calls") var 218 return false, errMoreMallocs 253 if passed, err := runTestOnce(test, mallocNumToFail); err != errMoreMallocs {
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 1289 errMoreMallocs = errors.New("child process did not exhaust all allocation calls") var 1768 return errMoreMallocs 23413 … if err = runTest(dispatcher, statusChan, test, shimPath, mallocNumToFail); err != errMoreMallocs {
|
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/ |
D | runner.go | 1267 errMoreMallocs = errors.New("child process did not exhaust all allocation calls") var 1730 return errMoreMallocs 22341 … if err = runTest(dispatcher, statusChan, test, shimPath, mallocNumToFail); err != errMoreMallocs {
|
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/ |
D | runner.go | 1267 errMoreMallocs = errors.New("child process did not exhaust all allocation calls") var 1730 return errMoreMallocs 22341 … if err = runTest(dispatcher, statusChan, test, shimPath, mallocNumToFail); err != errMoreMallocs {
|