Home
last modified time | relevance | path

Searched refs:checkStatus (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/egl/
DteglAndroidUtil.cpp133 void checkStatus (status_t status) in checkStatus() function
153 checkStatus(graphicBuffer.lock(GraphicBuffer::USAGE_SW_WRITE_RARELY, &bufferData)); in createBuffer()
158 checkStatus(graphicBuffer.unlock()); in createBuffer()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java265 checkStatus(); in processAADByte()
325 checkStatus(); in processByte()
344 checkStatus(); in processBytes()
395 checkStatus(); in doFinal()
624 private void checkStatus() in checkStatus() method in GCMBlockCipher
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c248 static void checkStatus(int32_t line, UErrorCode expected, UErrorCode status) { in checkStatus() function
265 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
271 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
278 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
285 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
290 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
299 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
305 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
311 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
318 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
[all …]