Home
last modified time | relevance | path

Searched refs:checkStatus (Results 1 – 4 of 4) 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.c250 static void checkStatus(int32_t line, UErrorCode expected, UErrorCode status) { in checkStatus() function
267 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
273 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
280 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
287 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
292 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
301 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
307 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
313 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
320 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
[all …]
/external/curl/tests/python_dependencies/impacket/
Dsmbserver.py2197 connData = smbServer.getConnectionData(connId, checkStatus = False)
2399 connData = smbServer.getConnectionData(connId, checkStatus = False)
2500 connData = smbServer.getConnectionData(connId, checkStatus = False)
2553 connData = smbServer.getConnectionData(connId, checkStatus = False)
3734 def getConnectionData(self, connId, checkStatus = True): argument
3736 if checkStatus is True: