Home
last modified time | relevance | path

Searched defs:CheckError (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/quick/
Dquick.go228 type CheckError struct { struct
229 Count int
230 In []any
233 func (s *CheckError) Error() string {
239 CheckError anonMember
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Dcheck.cc15 CheckError::CheckError(const char* file, in CheckError() function in partition_alloc::internal::logging::CheckError
23 CheckError::CheckError(const char* file, int line, LogSeverity severity) in CheckError() function in partition_alloc::internal::logging::CheckError
26 CheckError::CheckError(const char* file, in CheckError() function in partition_alloc::internal::logging::CheckError
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp4191 bool CreationErrorTest::CheckError(const glw::GLenum expected, const glw::GLchar *log_message) in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::CreationErrorTest
4343 bool EnableDisableAttributeErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar *lo… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::EnableDisableAttributeErrorsTest
4478 bool ElementBufferErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar *log_message) in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::ElementBufferErrorsTest
4690 bool VertexBuffersErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar *log_message) in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::VertexBuffersErrorsTest
5003 bool AttributeFormatErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar *log_messa… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeFormatErrorsTest
5150 bool AttributeBindingErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar *log_mess… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingErrorsTest
5284 bool AttributeBindingDivisorErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar *l… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::AttributeBindingDivisorErrorsTest
5409 bool GetVertexArrayErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar *log_messag… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayErrorsTest
5575 bool GetVertexArrayIndexedErrorsTest::CheckError(const glw::GLenum expected, const glw::GLchar *log… in CheckError() function in gl4cts::DirectStateAccess::VertexArrays::GetVertexArrayIndexedErrorsTest
/aosp_15_r20/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/src/main/java/com/google/api/servicecontrol/v1/
H A DCheckError.java31 public final class CheckError extends com.google.protobuf.GeneratedMessageV3 class
37 private CheckError(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in CheckError() method in CheckError
41 private CheckError() { in CheckError() method in CheckError
/aosp_15_r20/external/googleapis/google/api/servicecontrol/v1/
H A Dcheck_error.proto32 message CheckError { message
/aosp_15_r20/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/src/main/proto/google/api/servicecontrol/v1/
H A Dcheck_error.proto32 message CheckError { message
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp575 bool JpegCompressor::CheckError(const char* msg) { in CheckError() function in android::JpegCompressor
/aosp_15_r20/external/cronet/base/
H A Dcheck.cc359 CheckError::CheckError(LogMessage* log_message) : log_message_(log_message) {} in CheckError() function in logging::CheckError
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Djson_format_test.py101 def CheckError(self, text, error_message): member in JsonFormatBase
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Djson_format_test.py101 def CheckError(self, text, error_message): member in JsonFormatBase
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcomutil.h47 inline void CheckError(HRESULT hr) throw() { in CheckError() function
/aosp_15_r20/external/python/cpython2/Lib/sqlite3/test/
Ddbapi.py51 def CheckError(self): member in ModuleTests
/aosp_15_r20/external/cronet/base/win/
H A Daccess_token_unittest.cc263 void CheckError(bool result, DWORD expected_error) { in CheckError() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp3042 angle::Result CheckError(const gl::Context *context, in CheckError() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream.cc2363 void Stream::CheckError(bool operation_retcode) { in CheckError() function in stream_executor::Stream
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dservicecontrol.v1.json488 "CheckError": { object