/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_literal_test.cc | 31 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 46 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 62 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 64 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 66 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 80 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 97 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 111 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 128 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() 142 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F() [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma_mp800.c | 69 if ((error = (x)) < 0) \ 70 return error; \ 74 error = handle_interrupt (s, x); \ 77 if (error != PIXMA_ECANCELED && error < 0) \ 78 return error; \ 422 int error; in send_get_tpu_info_3() local 427 return error; in send_get_tpu_info_3() 1035 int error, status_len; in query_status_3() local 1041 return error; in query_status_3() 1048 int error, status_len; query_status() local 1083 int error, datalen; read_image_block() local 1128 int error; read_error_info() local 1247 int error, status_len, tmo; init_ccd_lamp_3() local 1271 int error, tmo = 60; wait_until_ready() local 2122 int error = 0, tmo; mp810_scan() local 2248 int error; mp810_fill_buffer() local 2335 int error; mp810_finish_scan() local 2383 int error; mp810_get_status() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 416 static Error error(const Twine &Message) { in error() function 554 return error("Invalid record"); in upgradeDIExpression() 698 return error("Malformed block"); in lazyLoadModuleMetadataBlock() 743 return error("Invalid record"); in lazyLoadModuleMetadataBlock() 777 return error("Corrupted Metadata block"); in lazyLoadModuleMetadataBlock() 834 return error("Invalid record"); in lazyLoadModuleMetadataBlock() 837 return error("Invalid record"); in lazyLoadModuleMetadataBlock() 894 return error("Invalid metadata: fwd refs into function blocks"); in parseMetadata() 929 // FIXME this drops the error on the floor, which in parseMetadata() 951 return error("Malforme in parseMetadata() [all...] |
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffobjs.c | 166 FT_Error error = FT_Err_Ok; in FT_LOCAL_DEF() local 185 error = funcs->create( cffsize->face->memory, &priv, in FT_LOCAL_DEF() 187 if ( error ) in FT_LOCAL_DEF() 196 error = funcs->create( cffsize->face->memory, &priv, in FT_LOCAL_DEF() 198 if ( error ) in FT_LOCAL_DEF() 207 if ( error ) in FT_LOCAL_DEF() 219 return error; in FT_LOCAL_DEF() 286 FT_Error error; in FT_LOCAL_DEF() local 309 error = FT_Request_Metrics( size->face, req ); in FT_LOCAL_DEF() 310 if ( error ) in FT_LOCAL_DEF() 410 FT_Error error; cff_strcpy() local 511 FT_Error error; FT_LOCAL_DEF() local [all...] |
/third_party/python/Modules/ |
H A D | zlibmodule.c | 16 #error "The maximum block size accepted by zlib is UINT32_MAX." 334 goto error; in zlib_compress_impl() 350 goto error; in zlib_compress_impl() 353 goto error; in zlib_compress_impl() 357 goto error; in zlib_compress_impl() 368 goto error; in zlib_compress_impl() 379 goto error; in zlib_compress_impl() 392 goto error; in zlib_compress_impl() 398 error: in zlib_compress_impl() 441 goto error; in zlib_decompress_impl() [all...] |
/test/testfwk/arkxtest/uitest/test/ |
H A D | ui_driver_test.cpp | 85 auto error = ApiCallErr(NO_ERROR); in TEST_F() local 91 driver_->FindWidgets(selector, widgets, error, true); in TEST_F() 96 driver_->TriggerKey(key, opt_, error); in TEST_F() 97 ASSERT_EQ(NO_ERROR, error.code_); in TEST_F() 137 auto error = ApiCallErr(NO_ERROR); in TEST_F() local 143 driver_->FindWidgets(selector, widgets, error, true); in TEST_F() 152 error = ApiCallErr(NO_ERROR); in TEST_F() 153 auto ret = driver_->RetrieveWidget(*widgets.at(0), error, true); in TEST_F() 156 ASSERT_EQ(NO_ERROR, error.code_); in TEST_F() 197 auto error in TEST_F() local 295 auto error = ApiCallErr(NO_ERROR); TEST_F() local 369 auto error = ApiCallErr(NO_ERROR); TEST_F() local 455 auto error = ApiCallErr(NO_ERROR); TEST_F() local 548 auto error = ApiCallErr(NO_ERROR); TEST_F() local [all...] |
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/utils/asymmetric/ |
H A D | publicAsymmetricPromise.js | 43 console.error("[Promise]generateSymKey failed. error is " + err);
60 console.error("[Promise]convertKey failed. error is " + err);
75 console.error(
76 "[Promise]cipherGenerator init failed. error is " +
103 console.error(
104 "[Promise]cipherGenerator doFinal failed. error is " +
123 console.error("[Promise]signGenerator init failed. error i [all...] |
/third_party/libsnd/src/ |
H A D | mpeg_decode.c | 90 int error ; in mpeg_dec_decode() local 92 error = mpg123_read (pmp3d->pmh, (unsigned char *) ptr, len * sizeof (float), &done) ; in mpeg_dec_decode() 94 if (error == MPG123_OK || error == MPG123_DONE) in mpeg_dec_decode() 97 if (error == MPG123_NEW_FORMAT) in mpeg_dec_decode() 98 { psf->error = SFE_MALFORMED_FILE ; in mpeg_dec_decode() 102 psf->error = SFE_INTERNAL ; in mpeg_dec_decode() 193 { psf->error = SFE_BAD_SEEK ; in mpeg_dec_seek() 207 { int error ; in mpeg_dec_fill_sfinfo() local 213 error in mpeg_dec_fill_sfinfo() 497 int error ; mpeg_decoder_init() local [all...] |
H A D | sd2.c | 102 { int subformat, error = 0, valid ; in sd2_open() local 116 error = sd2_parse_rsrc_fork (psf) ; in sd2_open() 118 if (error) in sd2_open() 123 { error = SFE_BAD_OPEN_FORMAT ; in sd2_open() 135 error = sd2_write_rsrc_fork (psf, SF_FALSE) ; in sd2_open() 137 if (error) in sd2_open() 153 error = pcm_init (psf) ; in sd2_open() 157 error = SFE_UNIMPLEMENTED ; in sd2_open() 168 return error ; in sd2_open() 303 if (psf->error) in sd2_write_rsrc_fork() 372 int k, marker, error = 0 ; sd2_parse_rsrc_fork() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_type.cpp | 613 if (auto error = ValidateUniqueness(_, inst)) return error; in TypePass() 617 if (auto error = ValidateTypeInt(_, inst)) return error; in TypePass() 620 if (auto error = ValidateTypeFloat(_, inst)) return error; in TypePass() 623 if (auto error = ValidateTypeVector(_, inst)) return error; in TypePass() 626 if (auto error = ValidateTypeMatrix(_, inst)) return error; in TypePass() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_type.cpp | 613 if (auto error = ValidateUniqueness(_, inst)) return error; in TypePass() 617 if (auto error = ValidateTypeInt(_, inst)) return error; in TypePass() 620 if (auto error = ValidateTypeFloat(_, inst)) return error; in TypePass() 623 if (auto error = ValidateTypeVector(_, inst)) return error; in TypePass() 626 if (auto error = ValidateTypeMatrix(_, inst)) return error; in TypePass() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | wpng.c | 169 int error = 0; in main() local 252 while (*++argv && !error) { in main() 262 ++error; in main() 266 ++error; in main() 273 ++error; in main() 277 ++error; in main() 292 ++error; in main() 294 ++error; /* not expecting any other options */ in main() 299 /* open the input and output files, or register an error and abort */ in main() 305 ++error; in main() [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_decoration_test.cc | 44 EXPECT_EQ(p->error(), "1:10: expected '(' for location decoration"); in TEST_F() 54 EXPECT_EQ(p->error(), "1:11: expected ')' for location decoration"); in TEST_F() 64 EXPECT_EQ(p->error(), in TEST_F() 75 EXPECT_EQ(p->error(), in TEST_F() 99 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_P() 133 EXPECT_EQ(p->error(), "1:9: expected '(' for builtin decoration"); in TEST_F() 143 EXPECT_EQ(p->error(), "1:17: expected ')' for builtin decoration"); in TEST_F() 153 EXPECT_EQ(p->error(), "1:9: expected identifier for builtin"); in TEST_F() 163 EXPECT_EQ(p->error(), "1:9: invalid value for builtin decoration"); in TEST_F() 173 EXPECT_EQ(p->error(), " in TEST_F() [all...] |
H A D | parser_impl_switch_stmt_test.cc | 30 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 43 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 58 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 75 EXPECT_EQ(p->error(), "1:9: expected ')'"); in TEST_F() 85 EXPECT_EQ(p->error(), "1:8: expected '('"); in TEST_F() 95 EXPECT_EQ(p->error(), "1:11: expected '{' for switch statement"); in TEST_F() 105 EXPECT_EQ(p->error(), "1:12: expected '}' for switch statement"); in TEST_F() 117 EXPECT_EQ(p->error(), "2:7: unable to parse case selectors"); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_type_test.cc | 44 << gen.error(); in TEST_F() 57 << gen.error(); in TEST_F() 72 << gen.error(); in TEST_F() 85 << gen.error(); in TEST_F() 98 << gen.error(); in TEST_F() 110 << gen.error(); in TEST_F() 122 << gen.error(); in TEST_F() 134 << gen.error(); in TEST_F() 148 << gen.error(); in TEST_F() 163 << gen.error(); in TEST_F() [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_type.cpp | 621 if (auto error = ValidateUniqueness(_, inst)) return error; in TypePass() 625 if (auto error = ValidateTypeInt(_, inst)) return error; in TypePass() 628 if (auto error = ValidateTypeFloat(_, inst)) return error; in TypePass() 631 if (auto error = ValidateTypeVector(_, inst)) return error; in TypePass() 634 if (auto error = ValidateTypeMatrix(_, inst)) return error; in TypePass() [all...] |
/test/xts/acts/communication/nfc_SecureElement/entry/src/ohosTest/js/test/ |
H A D | openSession.test.js | 75 } catch (error) { 76 console.info("openSessionTest this is error " + error); 119 } catch (error) { 120 console.info("[NFC_test]6 The reader result of the session is abnormal:" + error); 142 } catch (error) { 143 console.info("[NFC_test]7 Get the ATR of this SE occurs exception:" + error); 170 } catch (error) { 171 console.info("[NFC_test]8 0800 occurs exception:" + error);
|
/test/xts/acts/communication/nfc_SecureElement_2/entry/src/ohosTest/js/test/ |
H A D | openSession.test.js | 73 } catch (error) { 74 console.info("openSessionTest this is error " + error); 117 } catch (error) { 118 console.info("[NFC_test]11 The reader result of the session is abnormal:" + error); 140 } catch (error) { 141 console.info("[NFC_test]10 Get the ATR of this SE occurs exception:" + error); 168 } catch (error) { 169 console.info("[NFC_test]13 0800 occurs exception:" + error);
|
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/ |
H A D | AsyKeyGeneratorBySpec.test.js | 61 console.error(
86 console.error(
111 console.error(
140 console.error(
142 " failed. error is " +
171 console.error(
199 console.error(
227 console.error(
255 console.error(
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_visual.c | 85 CGLError error = 0; in apple_visual_create_pfobj() local 170 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref); in apple_visual_create_pfobj() 172 if ((error == kCGLBadAttribute || vsref == 0) && use_core_profile) { in apple_visual_create_pfobj() 174 ("Trying again without CoreProfile: error=%s, vsref=%d\n", apple_cgl.error_string(error), vsref); in apple_visual_create_pfobj() 176 if (!error) in apple_visual_create_pfobj() 182 error = apple_cgl.choose_pixel_format(attr, pfobj, &vsref); in apple_visual_create_pfobj() 185 if (error) { in apple_visual_create_pfobj() 187 "CGLChoosePixelFormat error: %s\n", apple_cgl.error_string(error)); in apple_visual_create_pfobj() [all...] |
/third_party/node/test/parallel/ |
H A D | test-stream3-pause-then-read.js | 65 console.error(`read ${n}`); 69 console.error('c', c); 83 console.error('onData'); 96 console.error('seen too much', seen, diff); 108 console.error('pipe a little'); 139 console.error('resumePause'); 156 console.error('pipe the rest'); 164 console.error('written', written, totalPushed);
|
/third_party/node/test/common/ |
H A D | child_process.js | 41 console.error('child stderr'); 53 } catch (error) { 56 reason: `did not match expectation, checker throws:\n${util.inspect(error)}`, 81 console.error(`${tag} --- stderr ---`); 82 console.error(stderrStr === undefined ? child.stderr.toString() : stderrStr); 83 console.error(`${tag} --- stdout ---`); 84 console.error(stdoutStr === undefined ? child.stdout.toString() : stdoutStr); 85 console.error(`${tag} status = ${child.status}, signal = ${child.signal}`);
|
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
H A D | common.py | 53 error = None 54 raise OSMismatchError(filename, _expected, argv, error, TOOL) 111 error = (stderr.splitlines()[0], rc) 114 raise OSMismatchError(filename, _expected, argv, error, tool) 117 raise MissingDependenciesError(filename, (_missing,), argv, error, tool) 118 elif '#error' in stderr: 120 error = (stderr.splitlines()[1], rc) 122 raise ErrorDirectiveError(filename, argv, error, tool) 128 raise PreprocessorFailure(filename, argv, error, tool)
|
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | anim_dump.c | 39 int error = 0; in main() local 53 for (c = 1; !error && c < argc; ++c) { in main() 57 error = 1; in main() 64 error = 1; in main() 95 error = 1; in main() 98 for (i = 0; !error && i < image.num_frames; ++i) { in main() 113 error = 1; in main() 120 FREE_WARGV_AND_RETURN(error ? 1 : 0); in main()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftinit.c | 82 FT_Error error; in FT_Add_Default_Modules() local 94 error = FT_Add_Module( library, *cur ); in FT_Add_Default_Modules() 96 if ( error ) in FT_Add_Default_Modules() 98 " Cannot install `%s', error = 0x%x\n", in FT_Add_Default_Modules() 99 (*cur)->module_name, error )); in FT_Add_Default_Modules() 201 FT_Error error; in FT_EXPORT_DEF() local 224 error = FT_New_Library( memory, alibrary ); in FT_EXPORT_DEF() 225 if ( error ) in FT_EXPORT_DEF() 232 return error; in FT_EXPORT_DEF()
|