Home
last modified time | relevance | path

Searched refs:create_error (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/arm_compute/core/
DError.h126 Status create_error(ErrorCode error_code, std::string msg);
187 arm_compute::create_error(error_code, std::string(out.data())); \
235 …return arm_compute::create_error(arm_compute::ErrorCode::RUNTIME_ERROR, std::string(out.data())); \
271 return arm_compute::create_error(ErrorCode::RUNTIME_ERROR, std::string(out.data())); \
/external/libcups/cups/
Dppd-cache.c506 goto create_error; in _ppdCacheCreateWithFile()
531 goto create_error; in _ppdCacheCreateWithFile()
565 goto create_error; in _ppdCacheCreateWithFile()
571 goto create_error; in _ppdCacheCreateWithFile()
587 goto create_error; in _ppdCacheCreateWithFile()
603 goto create_error; in _ppdCacheCreateWithFile()
612 goto create_error; in _ppdCacheCreateWithFile()
620 goto create_error; in _ppdCacheCreateWithFile()
628 goto create_error; in _ppdCacheCreateWithFile()
637 goto create_error; in _ppdCacheCreateWithFile()
[all …]
/external/ComputeLibrary/src/core/
DError.cpp34 Status arm_compute::create_error(ErrorCode error_code, std::string msg) in create_error() function in arm_compute
/external/antlr/runtime/Python/
Dxmlrunner.py49 def create_error(test, time, error): member in _TestInfo
111 info = _TestInfo.create_error(test, time_taken, self._error)