Searched refs:subError (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTestSubcase.cpp | 228 long subError = NO_ERROR; in iterate() local 232 subError = subcase->Setup(); in iterate() 233 if (subError == ERROR) in iterate() 239 subError = ERROR; in iterate() 244 subError = ERROR; in iterate() 248 if (subError == NO_ERROR) in iterate() 252 subError = subcase->Run(); in iterate() 253 if (subError == ERROR) in iterate() 259 subError = ERROR; in iterate() 264 subError = ERROR; in iterate() [all …]
|
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | errors.js | 8 function subError(nameProperty, defaultMessage) { function 25 var Warning = subError("Warning", "warning"); 26 var CancellationError = subError("CancellationError", "cancellation error"); 27 var TimeoutError = subError("TimeoutError", "timeout error"); 28 var AggregateError = subError("AggregateError", "aggregate error"); 33 _TypeError = subError("TypeError", "type error"); 34 _RangeError = subError("RangeError", "range error");
|
/third_party/node/deps/npm/node_modules/bluebird/js/browser/ |
D | bluebird.core.js | 1517 function subError(nameProperty, defaultMessage) { 1534 var Warning = subError("Warning", "warning"); 1535 var CancellationError = subError("CancellationError", "cancellation error"); 1536 var TimeoutError = subError("TimeoutError", "timeout error"); 1537 var AggregateError = subError("AggregateError", "aggregate error"); 1542 _TypeError = subError("TypeError", "type error"); 1543 _RangeError = subError("RangeError", "range error");
|
D | bluebird.js | 1696 function subError(nameProperty, defaultMessage) { 1713 var Warning = subError("Warning", "warning"); 1714 var CancellationError = subError("CancellationError", "cancellation error"); 1715 var TimeoutError = subError("TimeoutError", "timeout error"); 1716 var AggregateError = subError("AggregateError", "aggregate error"); 1721 _TypeError = subError("TypeError", "type error"); 1722 _RangeError = subError("RangeError", "range error");
|