/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_common.h | 8 // error handler base class. 406 # error "ObjC GC not supported." in adoptObjCObj() 544 virtual void handleError(GLenum error, 549 virtual void handleError(NSError *_Nullable error, 568 #define ANGLE_MTL_CHECK(context, test, error) \ 573 context->handleError(error, __FILE__, ANGLE_FUNCTION, __LINE__); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | binary_to_text_test.cpp | 68 spv_result_t error = variable 72 ASSERT_EQ(SPV_SUCCESS, error); 111 EXPECT_THAT(diagnostic->error, Eq(std::string("Missing module."))); in TEST_F() 134 EXPECT_THAT(diagnostic->error, Eq(expected.str())); in TEST_F() 155 EXPECT_THAT(diagnostic->error, Eq(expected.str())); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | run_perf_tests.py | 317 logging.error('Sharding params must be specified together.') 337 logging.error('No tests to run.') 389 logging.error('Error count exceeded max errors (%d). Aborting.' % args.max_errors) 406 logging.error('%s failed. Output:\n%s' % (cmd_run[0], '\n'.join(output))) 456 logging.error('Test %s failed to record some samples' % test)
|
/third_party/python/Lib/test/ |
H A D | test_dbm_dumb.py | 86 with self.assertRaisesRegex(dumbdbm.error, 89 with self.assertRaisesRegex(dumbdbm.error, 202 with self.assertRaises(dumbdbm.error): 213 with self.assertRaises(dumbdbm.error) as cm: 222 with self.assertRaises(dumbdbm.error) as cm:
|
H A D | test_urllib2net.py | 11 import urllib.error namespace 35 urllib.error.URLError) 142 None, urllib.error.URLError), 155 urllib.error.URLError), 248 urlopen = _wrap_with_retry_thrice(urlopen, urllib.error.URLError) 260 # urllib.error.URLError is a subclass of OSError 263 msg = ("Didn't get expected error(s) %s for %s %s, got %s: %s" %
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/ |
H A D | main.go | 85 func run() error { 308 func call(dir, exe string, args ...interface{}) error { 324 func getDEPS(r *git.Repository, branch string) (string, error) { 346 func fetch(r *git.Repository, branch string) (plumbing.Hash, error) { 365 func parseTintFromDEPS(deps string) (plumbing.Hash, error) {
|
/third_party/python/Modules/ |
H A D | _testinternalcapi.c | 265 goto error; 268 goto error; 273 error: 439 PyErr_Format(PyExc_RuntimeError, "encode error: pos=%zu, reason=%s", in encode_locale_ex() 443 PyErr_SetString(PyExc_ValueError, "unsupported error handler"); in encode_locale_ex() 446 PyErr_SetString(PyExc_ValueError, "unknown error code"); in encode_locale_ex() 482 PyErr_Format(PyExc_RuntimeError, "decode error: pos=%zu, reason=%s", in decode_locale_ex() 486 PyErr_SetString(PyExc_ValueError, "unsupported error handler"); in decode_locale_ex() 489 PyErr_SetString(PyExc_ValueError, "unknown error code"); in decode_locale_ex() 573 goto error; in PyInit__testinternalcapi() [all...] |
/third_party/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.cc | 67 using util::error::INVALID_ARGUMENT; 68 using util::error::NOT_FOUND; 85 return Status(util::error::NOT_FOUND, 102 return Status(util::error::NOT_FOUND, 311 util::error::INVALID_ARGUMENT, in ParseTypeUrl()
|
/third_party/spirv-tools/test/ |
H A D | binary_to_text_test.cpp | 68 spv_result_t error = variable 72 ASSERT_EQ(SPV_SUCCESS, error); 122 EXPECT_THAT(diagnostic->error, Eq(std::string("Missing module."))); in TEST_F() 145 EXPECT_THAT(diagnostic->error, Eq(expected.str())); in TEST_F() 166 EXPECT_THAT(diagnostic->error, Eq(expected.str())); in TEST_F()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vfy.c | 87 * Return 1 if given cert is considered self-signed, 0 if not, or -1 on error. 112 * Returns 1 on success, 0 on not found, -1 on internal error. 146 * Inform the verify callback of an error. 147 * The error code is set to |err| if |err| is not X509_V_OK, else 148 * |ctx->error| is left unchanged (under the assumption it is set elsewhere). 149 * The error depth is |depth| if >= 0, else it defaults to |ctx->error_depth|. 150 * The error cert is |x| if not NULL, else defaults to the chain cert at depth. 152 * Returns 0 to abort verification with an error, non-zero to continue. 162 ctx->error = err; in verify_cb_cert() 171 * Inform the verify callback of an error, CR [all...] |
/third_party/openssl/crypto/x509/ |
H A D | x509_vfy.c | 87 * Return 1 if given cert is considered self-signed, 0 if not, or -1 on error. 112 * Returns 1 on success, 0 on not found, -1 on internal error. 146 * Inform the verify callback of an error. 147 * The error code is set to |err| if |err| is not X509_V_OK, else 148 * |ctx->error| is left unchanged (under the assumption it is set elsewhere). 149 * The error depth is |depth| if >= 0, else it defaults to |ctx->error_depth|. 150 * The error cert is |x| if not NULL, else defaults to the chain cert at depth. 152 * Returns 0 to abort verification with an error, non-zero to continue. 162 ctx->error = err; in verify_cb_cert() 171 * Inform the verify callback of an error, CR [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 861 // when early fragment tests are enabled. We allow some tolerance to account for precision error in iterate() 868 std::ostringstream error; in iterate() local 869 error << "Rendered depth value [ "<< x << ", " << y << ", " << z << "] is not correct: " << depthValue << " >= 0.5f"; in iterate() 870 TCU_FAIL(error.str().c_str()); in iterate() 876 std::ostringstream error; in iterate() local 877 error << "Rendered depth value [ "<< x << ", " << y << ", " << z << "] is not correct: " << depthValue << " != 0.5f"; in iterate() 878 TCU_FAIL(error.str().c_str()); in iterate() 886 std::ostringstream error; in iterate() local 887 error << "Rendered stencil value [ "<< x << ", " << y << ", " << z << "] is not correct: " << stencilValue << " != "; in iterate() 888 error << ( in iterate() [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_enc.cpp | 497 " error %08x.\n", (uint32_t) hr); in decklink_write_video_packet() 588 goto error; in ff_decklink_write_header() 595 goto error; in ff_decklink_write_header() 605 goto error; in ff_decklink_write_header() 608 goto error; in ff_decklink_write_header() 611 goto error; in ff_decklink_write_header() 617 error: in ff_decklink_write_header()
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 209 File::Error* error) { in ReplaceFile() 212 if (error) in ReplaceFile() 213 *error = File::GetLastFileError(); in ReplaceFile() 445 bool CreateDirectoryAndGetError(const FilePath& full_path, File::Error* error) { in CreateDirectoryAndGetError() argument 464 // Mkdir failed, but it might have failed with EEXIST, or some other error in CreateDirectoryAndGetError() 470 if (error) in CreateDirectoryAndGetError() 471 *error = File::OSErrorToFileError(saved_errno); in CreateDirectoryAndGetError() 207 ReplaceFile(const FilePath& from_path, const FilePath& to_path, File::Error* error) ReplaceFile() argument
|
/third_party/cups-filters/utils/ |
H A D | driverless.c | 471 goto error; in list_printers() 496 goto error; in list_printers() 530 /* Read error - bail if we don't see EAGAIN or EINTR... */ in list_printers() 535 goto error; in list_printers() 541 goto error; in list_printers() 566 fprintf(stderr, "ERROR: ippfind (PID %d) stopped with an error: %s\n", in list_printers() 569 goto error; in list_printers() 575 /* if we get 1 from ippfind, it is actually a correct value, not an error, in list_printers() 597 error: in list_printers()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.cpp | 207 const DWORD error = ::GetLastError();
in Read() local 209 return Callback->InFileStream_On_Error(CallbackRef, error);
in Read() 210 if (error == 0)
in Read() 212 return HRESULT_FROM_WIN32(error);
in Read() 220 int error = ferror(stdin);
in Read() local 223 if (s2 <= size && error == 0)
in Read() 295 in case of error. So we don't need additional code below */
in Seek()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | xmlparser.cpp | 208 // unexpected error opening Latin-1 converter in parseFile() 229 // unexpected error in conversion from Latin-1 in parseFile() 303 break; // conversion error in parseFile() 377 error("Root Element expected", status); in parse() 433 error("Element start / end tag mismatch", status); in parse() 453 // It's an error. in parse() 454 error("Unrecognized markup", status); in parse() 460 error("Root element not closed.", status); in parse() 471 error("Extra content at the end of the document", status); in parse() 636 UXMLParser::error(cons function in UXMLParser [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | xmlparser.cpp | 208 // unexpected error opening Latin-1 converter in parseFile() 229 // unexpected error in conversion from Latin-1 in parseFile() 303 break; // conversion error in parseFile() 377 error("Root Element expected", status); in parse() 433 error("Element start / end tag mismatch", status); in parse() 453 // It's an error. in parse() 454 error("Unrecognized markup", status); in parse() 460 error("Root element not closed.", status); in parse() 471 error("Extra content at the end of the document", status); in parse() 636 UXMLParser::error(cons function in UXMLParser [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_perfcounter.c | 330 goto error; in r600_create_batch_query() 335 goto error; in r600_create_batch_query() 342 goto error; in r600_create_batch_query() 348 goto error; in r600_create_batch_query() 421 goto error; in r600_create_batch_query() 425 error: in r600_create_batch_query()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLInterfaceAutogen.cpp | 42 GrGLenum error = fFunctions.fGetError(); in checkError() local 43 if (error != GR_GL_NO_ERROR && !fSuppressErrorLogging) { in checkError() 44 SkDebugf("---- glGetError 0x%x(%s)", error, get_error_string(error)); in checkError() 52 if (error == GR_GL_OUT_OF_MEMORY) { in checkError() 56 return error; in checkError()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | xmlparser.cpp | 208 // unexpected error opening Latin-1 converter in parseFile() 229 // unexpected error in conversion from Latin-1 in parseFile() 303 break; // conversion error in parseFile() 377 error("Root Element expected", status); in parse() 433 error("Element start / end tag mismatch", status); in parse() 453 // It's an error. in parse() 454 error("Unrecognized markup", status); in parse() 460 error("Root element not closed.", status); in parse() 471 error("Extra content at the end of the document", status); in parse() 636 UXMLParser::error(cons function in UXMLParser [all...] |
/third_party/skia/tests/ |
H A D | TransferPixelsTest.cpp | 205 auto error = std::function<ComparePixmapsErrorReporter>( in basic_transfer_to_test() local 217 error); in basic_transfer_to_test() local 279 error); in basic_transfer_to_test() local 400 auto error = std::function<ComparePixmapsErrorReporter>( in basic_transfer_from_test() local 411 error); in basic_transfer_from_test() local 449 error); in basic_transfer_from_test() local
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | compound_statement_test.cc | 38 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 60 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 96 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 166 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 240 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 325 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_mode_setting.cpp | 602 // Already produced an error if multiple memory model instructions are in ValidateMemoryModel() 642 if (auto error = ValidateEntryPoint(_, inst)) return error; in ModeSettingPass() 646 if (auto error = ValidateExecutionMode(_, inst)) return error; in ModeSettingPass() 649 if (auto error = ValidateMemoryModel(_, inst)) return error; in ModeSettingPass()
|
/third_party/spirv-tools/test/val/ |
H A D | val_non_uniform_test.cpp | 169 std::string error = std::get<4>(GetParam()); in TEST_P() local 186 if (error == "") { in TEST_P() 200 EXPECT_THAT(getDiagnosticString(), HasSubstr(error)); in TEST_P() 209 std::string error = std::get<4>(GetParam()); in TEST_P() local 226 if (error == "") { in TEST_P() 238 EXPECT_THAT(getDiagnosticString(), HasSubstr(error)); in TEST_P()
|