Home
last modified time | relevance | path

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

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java266 checkStatus(); in processAADByte()
285 checkStatus(); in processAADBytes()
329 checkStatus(); in processByte()
357 checkStatus(); in processBytes()
424 checkStatus(); in doFinal()
681 private void checkStatus() in checkStatus() method in GCMBlockCipher
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java266 checkStatus(); in processAADByte()
285 checkStatus(); in processAADBytes()
329 checkStatus(); in processByte()
357 checkStatus(); in processBytes()
424 checkStatus(); in doFinal()
681 private void checkStatus() in checkStatus() method in GCMBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java264 checkStatus(); in processAADByte()
283 checkStatus(); in processAADBytes()
327 checkStatus(); in processByte()
355 checkStatus(); in processBytes()
422 checkStatus(); in doFinal()
679 private void checkStatus() in checkStatus() method in GCMBlockCipher
/external/angle/src/libANGLE/renderer/
DFramebufferImpl_mock.h55 MOCK_CONST_METHOD1(checkStatus, gl::FramebufferStatus(const gl::Context *));
71 ON_CALL(*framebufferImpl, checkStatus(testing::_)) in MakeFramebufferMock()
DFramebufferImpl.h85 virtual gl::FramebufferStatus checkStatus(const gl::Context *context) const = 0;
/external/google-breakpad/docs/
Dsym_upload_v2_protocol.md16 * [Symbol `checkStatus`](#symbol-checkstatus)
60 $ curl https://sym-upload-api/symbols/file_name/123123123123123123123123123:checkStatus?key=myfancy…
88 * `/symbols/<debug_file>/<debug_id>:checkStatus?key=<key>`
99 #### Symbol `checkStatus`
102 /symbols/<debug_file>/<debug_id>:checkStatus?key=<key>
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c278 static void checkStatus(int32_t line, UErrorCode expected, UErrorCode status) { in checkStatus() function
295 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
301 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
308 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
315 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
320 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
329 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
335 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); in TestErrorCodes()
341 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
348 checkStatus(__LINE__, U_USING_DEFAULT_WARNING, status); in TestErrorCodes()
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java373 for (CheckStatus checkStatus : result) { in getErrorStatus()
374 final CheckCLDR cause = checkStatus.getCause(); in getErrorStatus()
382 CheckStatus.Type statusType = checkStatus.getType(); in getErrorStatus()
393 outputSubtypes.add(checkStatus.getSubtype()); in getErrorStatus()
395 … appendToMessage(checkStatus.getMessage(), checkStatus.getSubtype(), errorMessage); in getErrorStatus()
400 outputSubtypes.add(checkStatus.getSubtype()); in getErrorStatus()
402 … appendToMessage(checkStatus.getMessage(), checkStatus.getSubtype(), errorMessage); in getErrorStatus()
/external/angle/src/libANGLE/renderer/null/
DFramebufferNULL.h68 gl::FramebufferStatus checkStatus(const gl::Context *context) const override;
DFramebufferNULL.cpp154 gl::FramebufferStatus FramebufferNULL::checkStatus(const gl::Context *context) const in checkStatus() function in rx::FramebufferNULL
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.h95 gl::FramebufferStatus checkStatus(const gl::Context *context) const override;
DFramebufferD3D.cpp253 gl::FramebufferStatus FramebufferD3D::checkStatus(const gl::Context *context) const in checkStatus() function in rx::FramebufferD3D
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.h82 gl::FramebufferStatus checkStatus(const gl::Context *context) const override;
DFramebufferGL.cpp1225 gl::FramebufferStatus FramebufferGL::checkStatus(const gl::Context *context) const in checkStatus() function in rx::FramebufferGL
/external/angle/src/libANGLE/
DFramebuffer.h307 ANGLE_INLINE const FramebufferStatus &checkStatus(const Context *context) const in checkStatus() function
323 return checkStatus(context).isComplete(); in isComplete()
DvalidationES.h766 const FramebufferStatus &framebufferStatus = framebuffer->checkStatus(context); in ValidateFramebufferComplete()
DFramebuffer.cpp1202 mCachedStatus = mImpl->checkStatus(context); in checkStatusImpl()
DContext.cpp6501 return framebuffer->checkStatus(this).status; in checkFramebufferStatus()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java506 final CheckStatus checkStatus = new CheckStatus() in handleCheck() local
511checkStatus.setMessage("The date value “{0}” is the same as what is used for a different item: {1}… in handleCheck()
514checkStatus.setMessage("The date value “{0}” is the same as what is used for a different item: {1}… in handleCheck()
517 result.add(checkStatus); in handleCheck()
/external/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.h83 gl::FramebufferStatus checkStatus(const gl::Context *context) const override;
DFrameBufferMtl.mm487 gl::FramebufferStatus FramebufferMtl::checkStatus(const gl::Context *context) const
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.h110 gl::FramebufferStatus checkStatus(const gl::Context *context) const override;
DFramebufferVk.cpp1484 gl::FramebufferStatus FramebufferVk::checkStatus(const gl::Context *context) const in checkStatus() function in rx::FramebufferVk