HomeSort by relevance Sort by last modified time
    Searched defs:CheckError (Results 1 - 13 of 13) sorted by null

  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 24 CheckError();
27 CheckError();
30 CheckError();
61 CheckError();
64 CheckError();
68 CheckError();
71 CheckError();
80 CheckError();
118 void EGLInterface::CheckError() {
glx_stuff.cc 121 void GLXInterface::CheckError() {
waffle_stuff.cc 191 void WaffleInterface::CheckError() {
  /prebuilts/go/darwin-x86/src/testing/quick/
quick.go 222 // A CheckError is the result of Check finding an error.
223 type CheckError struct {
228 func (s *CheckError) Error() string {
234 CheckError
246 // Check returns that input as a *CheckError.
286 return &CheckError{i + 1, toInterfaces(arguments)}
329 return &CheckEqualError{CheckError{i + 1, toInterfaces(arguments)}, xOut, yOut}
  /prebuilts/go/linux-x86/src/testing/quick/
quick.go 222 // A CheckError is the result of Check finding an error.
223 type CheckError struct {
228 func (s *CheckError) Error() string {
234 CheckError
246 // Check returns that input as a *CheckError.
286 return &CheckError{i + 1, toInterfaces(arguments)}
329 return &CheckEqualError{CheckError{i + 1, toInterfaces(arguments)}, xOut, yOut}
  /external/protobuf/python/google/protobuf/internal/
json_format_test.py 101 def CheckError(self, text, error_message):
588 self.CheckError('',
592 self.CheckError(
596 self.CheckError(
602 self.CheckError('{int32Value: 1}',
605 self.CheckError('{"unknownName": 1}',
613 self.CheckError('{"int32Value": 1,\n"int32Value":2}',
617 self.CheckError('{"boolValue": 1}',
620 self.CheckError('{"boolValue": "true"}',
629 self.CheckError('{"int32Value": 012345}'
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/
PlatformMemTest.h 250 EFI_PLATFORM_MEMTEST_CHECK_FOR_ERROR CheckError;
  /external/python/cpython2/Lib/sqlite3/test/
dbapi.py 51 def CheckError(self):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 47 inline void CheckError(HRESULT hr) throw() {
474 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(&varSrc)));
480 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(pSrc)));
485 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(static_cast<const VARIANT*>(&varSrc))));
490 _com_util::CheckError(::VariantCopy(this,&varSrc));
741 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(&varSrc)));
746 else { _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(pSrc))); }
750 _com_util::CheckError(::VariantCopy(this,const_cast<VARIANT*>(static_cast<const VARIANT*>(&varSrc))));
1148 _com_util::CheckError(::VariantClear(this));
1180 _com_util::CheckError(::VariantChangeType(static_cast<VARIANT*>(this),const_cast<VARIANT*>(static_cast<const VARIANT*>(p (…)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
dbapi.py 50 def CheckError(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
dbapi.py 50 def CheckError(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 50 def CheckError(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 50 def CheckError(self):

Completed in 475 milliseconds