/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/ |
D | GCMBlockCipher.java | 266 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/ |
D | GCMBlockCipher.java | 266 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/ |
D | GCMBlockCipher.java | 264 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/ |
D | FramebufferImpl_mock.h | 55 MOCK_CONST_METHOD1(checkStatus, gl::FramebufferStatus(const gl::Context *)); 71 ON_CALL(*framebufferImpl, checkStatus(testing::_)) in MakeFramebufferMock()
|
D | FramebufferImpl.h | 85 virtual gl::FramebufferStatus checkStatus(const gl::Context *context) const = 0;
|
/external/google-breakpad/docs/ |
D | sym_upload_v2_protocol.md | 16 * [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/ |
D | creststn.c | 278 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/ |
D | VettingViewer.java | 373 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/ |
D | FramebufferNULL.h | 68 gl::FramebufferStatus checkStatus(const gl::Context *context) const override;
|
D | FramebufferNULL.cpp | 154 gl::FramebufferStatus FramebufferNULL::checkStatus(const gl::Context *context) const in checkStatus() function in rx::FramebufferNULL
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | FramebufferD3D.h | 95 gl::FramebufferStatus checkStatus(const gl::Context *context) const override;
|
D | FramebufferD3D.cpp | 253 gl::FramebufferStatus FramebufferD3D::checkStatus(const gl::Context *context) const in checkStatus() function in rx::FramebufferD3D
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FramebufferGL.h | 82 gl::FramebufferStatus checkStatus(const gl::Context *context) const override;
|
D | FramebufferGL.cpp | 1225 gl::FramebufferStatus FramebufferGL::checkStatus(const gl::Context *context) const in checkStatus() function in rx::FramebufferGL
|
/external/angle/src/libANGLE/ |
D | Framebuffer.h | 307 ANGLE_INLINE const FramebufferStatus &checkStatus(const Context *context) const in checkStatus() function 323 return checkStatus(context).isComplete(); in isComplete()
|
D | validationES.h | 766 const FramebufferStatus &framebufferStatus = framebuffer->checkStatus(context); in ValidateFramebufferComplete()
|
D | Framebuffer.cpp | 1202 mCachedStatus = mImpl->checkStatus(context); in checkStatusImpl()
|
D | Context.cpp | 6501 return framebuffer->checkStatus(this).status; in checkFramebufferStatus()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckDates.java | 506 final CheckStatus checkStatus = new CheckStatus() in handleCheck() local 511 …checkStatus.setMessage("The date value “{0}” is the same as what is used for a different item: {1}… in handleCheck() 514 …checkStatus.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/ |
D | FrameBufferMtl.h | 83 gl::FramebufferStatus checkStatus(const gl::Context *context) const override;
|
D | FrameBufferMtl.mm | 487 gl::FramebufferStatus FramebufferMtl::checkStatus(const gl::Context *context) const
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | FramebufferVk.h | 110 gl::FramebufferStatus checkStatus(const gl::Context *context) const override;
|
D | FramebufferVk.cpp | 1484 gl::FramebufferStatus FramebufferVk::checkStatus(const gl::Context *context) const in checkStatus() function in rx::FramebufferVk
|