Home
last modified time | relevance | path

Searched refs:errMoreMallocs (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/util/
Dall_tests.go159 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/
Dall_tests.go158 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/
Dall_tests.go158 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/
Drunner.go1289 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/
Drunner.go1267 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/
Drunner.go1267 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 {