/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | kernel.cpp | 34 throw error(CL_INVALID_VALUE); in clCreateKernel() 45 } catch (error &e) { 57 throw error(CL_INVALID_VALUE); in clCreateKernelsInProgram() 73 } catch (error &e) { in clCreateKernelsInProgram() 82 } catch (error &e) { in clRetainKernel() 93 } catch (error &e) { in clReleaseKernel() 106 } catch (error &e) { 142 throw error(CL_INVALID_VALUE); in clGetKernelInfo() 147 } catch (error &e) { in clGetKernelInfo() 160 throw error(CL_INVALID_DEVIC in clGetKernelWorkGroupInfo() [all...] |
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrobjs.c | 75 FT_Error error; in FT_LOCAL_DEF() local 84 error = pfr_header_load( &face->header, stream ); in FT_LOCAL_DEF() 85 if ( error ) in FT_LOCAL_DEF() 88 error = FT_THROW( Unknown_File_Format ); in FT_LOCAL_DEF() 95 error = FT_THROW( Unknown_File_Format ); in FT_LOCAL_DEF() 104 error = pfr_log_font_count( stream, in FT_LOCAL_DEF() 107 if ( error ) in FT_LOCAL_DEF() 119 error = FT_THROW( Invalid_Argument ); in FT_LOCAL_DEF() 124 error = pfr_log_font_load( in FT_LOCAL_DEF() 130 if ( error ) in FT_LOCAL_DEF() 322 FT_Error error; FT_LOCAL_DEF() local 481 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma_common.c | 229 pixma_strerror (int error) in pixma_strerror() argument 234 switch (error) in pixma_strerror() 265 snprintf (buf, sizeof (buf), "EUNKNOWN:%d", error); in pixma_strerror() 616 int error; in pixma_check_result() local 625 error = pixma_map_status_errno (pixma_get_be16 (r)); in pixma_check_result() 631 error = PIXMA_EPROTO; in pixma_check_result() 639 error = PIXMA_EPROTO; in pixma_check_result() 644 error = PIXMA_EPROTO; in pixma_check_result() 647 if (error == PIXMA_EPROTO) in pixma_check_result() 654 return error; in pixma_check_result() 661 int error, tmo; pixma_cmd_transaction() local 785 int error; pixma_open() local 861 int error; pixma_scan() local [all...] |
/third_party/curl/lib/ |
H A D | ftplistparser.c | 167 CURLcode error; member 236 return pl_data->error; in Curl_ftp_parselist_geterror() 375 if(parser->error) { /* error in previous call */ in Curl_ftp_parselist() 378 * 2. call => OUT_OF_MEMORY (or other error) in Curl_ftp_parselist() 379 * 3. (last) call => is skipped RIGHT HERE and the error is handled later in Curl_ftp_parselist() 399 parser->error = CURLE_OUT_OF_MEMORY; in Curl_ftp_parselist() 411 parser->error = CURLE_OUT_OF_MEMORY; in Curl_ftp_parselist() 451 parser->error = CURLE_FTP_BAD_FILE_LIST; in Curl_ftp_parselist() 458 parser->error in Curl_ftp_parselist() [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | entry_point_validation_test.cc | 59 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 70 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 83 EXPECT_EQ(r()->error(), in TEST_F() 84 "12:34 error: missing entry point IO attribute on return type"); in TEST_F() 99 EXPECT_EQ(r()->error(), R"(14:52 error: multiple entry point IO attributes in TEST_F() 119 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 141 EXPECT_EQ(r()->error(), R"(14:52 error: multiple entry point IO attributes in TEST_F() 164 EXPECT_EQ(r()->error(), in TEST_F() [all...] |
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/ |
H A D | helper_listener_proxy.cpp | 51 int error = SendRequest(HelperListenerMsg::ON_ERROR_MSG, data, reply, option); in OnError() local 52 CHECK_AND_RETURN_LOG(error == MSERR_OK, "on error failed, error: %{public}d", error); in OnError() 67 int error = SendRequest(HelperListenerMsg::ON_INFO, data, reply, option); in OnInfo() local 68 CHECK_AND_RETURN_LOG(error == MSERR_OK, "on info failed, error: %{public}d", error); in OnInfo() 97 int32_t error in SendRequest() local [all...] |
/third_party/benchmark/src/ |
H A D | re.h | 48 #error No regular expression backend was found! 69 // On failure (and if error is not nullptr), error is populated with a human 70 // readable error message if an error occurs. 71 bool Init(const std::string& spec, std::string* error); 84 #error No regular expression backend implementation available 90 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() argument 92 ((void)error); // suppress unused warning in Init() 101 if (error) { in Init() 119 Init(const std::string& spec, std::string* error) Init() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_simd_selection.c | 55 const char **error) in brw_simd_should_compile() 59 assert(error); in brw_simd_should_compile() 70 *error = ralloc_asprintf( in brw_simd_should_compile() 82 *error = ralloc_asprintf( in brw_simd_should_compile() 90 *error = ralloc_asprintf( in brw_simd_should_compile() 97 *error = ralloc_asprintf( in brw_simd_should_compile() 109 *error = ralloc_strdup( in brw_simd_should_compile() 123 *error = ralloc_asprintf( in brw_simd_should_compile() 184 const char *error[3] = {0}; in brw_simd_select_for_workgroup_size() local 191 0 /* required_dispatch_width */, &error[sim in brw_simd_select_for_workgroup_size() 50 brw_simd_should_compile(void *mem_ctx, unsigned simd, const struct intel_device_info *devinfo, struct brw_cs_prog_data *prog_data, unsigned required, const char **error) brw_simd_should_compile() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | asyncFunctionsAndStrictNullChecks.js | 4 then<U>(success?: (value: TResult) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (progress: any) => void): IPromise<U>; 5 then<U>(success?: (value: TResult) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any) => void): IPromise<U>; 6 then<U>(success?: (value: TResult) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any) => void): IPromise<U>; 7 then<U>(success?: (value: TResult) => U, error?: (error: any) => U, progress?: (progress: any) => void): IPromise<U>; 8 done<U>(success?: (value: TResult) => any, error?: (error [all...] |
H A D | jsDeclarationsJSDocRedirectedLookups.js | 88 out/index.d.ts(14,39): error TS2304: Cannot find name 'class'.
89 out/index.d.ts(15,38): error TS2304: Cannot find name 'bool'.
90 out/index.d.ts(16,37): error TS2304: Cannot find name 'int'.
91 out/index.d.ts(17,39): error TS2552: Cannot find name 'float'. Did you mean 'GLfloat'?
92 out/index.d.ts(18,41): error TS2304: Cannot find name 'integer'.
111 !!! error TS2304: Cannot find name 'class'.
114 !!! error TS2304: Cannot find name 'bool'.
117 !!! error TS2304: Cannot find name 'int'.
120 !!! error TS2552: Cannot find name 'float'. Did you mean 'GLfloat'?
123 !!! error TS230 [all...] |
/third_party/rust/crates/syn/examples/dump-syntax/src/ |
H A D | main.rs | 34 error: syn::Error, 46 ReadFile(error) => write!(f, "Unable to read file: {}", error), in fmt() 48 error, in fmt() 51 } => render_location(f, error, filepath, source_code), in fmt() 57 if let Err(error) = try_main() { in main() 58 let _ = writeln!(io::stderr(), "{}", error); in main() 74 |error| Error::ParseFile { in try_main() 75 error, in try_main() 85 // Render a rustc-style error messag [all...] |
/third_party/vk-gl-cts/framework/delibs/dethread/ |
H A D | deAtomic.h | 46 # error "Implement deAtomicIncrementInt32()" in deAtomicIncrementInt32() 72 # error "Implement deAtomicDecrementInt32()" in deAtomicDecrementInt32() 107 # error "Implement deAtomicCompareExchange32()" in deAtomicCompareExchangeUint32() 130 # error "Implement deAtomicIncrementInt64()" in deAtomicIncrementInt64() 156 # error "Implement deAtomicDecrementInt64()" in deAtomicDecrementInt64() 191 # error "Implement deAtomicCompareExchangeUint64()" in deAtomicCompareExchangeUint64() 209 # error "Invalid DE_PTR_SIZE value" in deAtomicIncrementUSize() 225 # error "Invalid DE_PTR_SIZE value" in deAtomicDecrementUSize() 250 # error "Invalid DE_PTR_SIZE value" in deAtomicCompareExchangePtr() 265 # error "Implemen [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_type_decl_test.cc | 42 ASSERT_NE(t.value, nullptr) << p->error(); in TEST_F() 55 ASSERT_NE(t.value, nullptr) << p->error(); in TEST_F() 66 ASSERT_NE(t.value, nullptr) << p->error(); in TEST_F() 77 ASSERT_NE(t.value, nullptr) << p->error(); in TEST_F() 88 ASSERT_NE(t.value, nullptr) << p->error(); in TEST_F() 111 ASSERT_NE(t.value, nullptr) << p->error(); in TEST_P() 134 ASSERT_EQ(p->error(), "1:9: expected '>' for vector"); in TEST_P() 152 ASSERT_EQ(p->error(), "1:5: expected '<' for vector"); in TEST_P() 170 ASSERT_EQ(p->error(), "1:6: invalid type for vector"); in TEST_P() 183 ASSERT_NE(t.value, nullptr) << p->error(); in TEST_F() [all...] |
H A D | parser_impl_primary_expression_test.cc | 28 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 40 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 67 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 83 EXPECT_EQ(p->error(), "1:6: invalid type for vector"); in TEST_F() 93 EXPECT_EQ(p->error(), "1:11: expected '(' for type constructor"); in TEST_F() 103 EXPECT_EQ(p->error(), "1:25: expected ')' for type constructor"); in TEST_F() 113 EXPECT_EQ(p->error(), "1:5: expected ')' for type constructor"); in TEST_F() 123 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F() 128 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 147 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_sub_1_test.cpp | 61 EXPECT_EQ(pattern_->GetUserUnderlineColor().error, std::nullopt); in HWTEST_F() 77 EXPECT_EQ(userColorRes.error, std::nullopt); in HWTEST_F() 118 EXPECT_EQ(userColorRes.error, std::nullopt); in HWTEST_F() 145 * @tc.step: step6. Set userUnderlineColor.error is GREEN in HWTEST_F() 148 userColor.error = Color::GREEN; in HWTEST_F() 153 * @tc.expected: UserUnderlineColor.error is GREEN in HWTEST_F() 157 EXPECT_EQ(userColorRes.error, Color::GREEN); in HWTEST_F() 183 userColor.error = std::nullopt; in HWTEST_F() 193 EXPECT_EQ(userColorRes.error, std::nullopt); in HWTEST_F() 230 EXPECT_EQ(userColorRes.error, st in HWTEST_F() [all...] |
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffdrivr.c | 100 * FreeType error code. 0 means success. 158 * FreeType error code. 0 means success. 166 FT_Error error; in FT_CALLBACK_DEF() local 192 error = cff_slot_load( slot, size, glyph_index, load_flags ); in FT_CALLBACK_DEF() 197 return error; in FT_CALLBACK_DEF() 209 FT_Error error = FT_Err_Ok; in FT_CALLBACK_DEF() local 289 return error; in FT_CALLBACK_DEF() 297 error = cff_glyph_load( slot, face->size, start + nn, flags ); in FT_CALLBACK_DEF() 298 if ( error ) in FT_CALLBACK_DEF() 306 return error; in FT_CALLBACK_DEF() 324 FT_Error error; cff_get_glyph_name() local 471 FT_Error error = FT_Err_Ok; cff_ps_get_font_info() local 515 FT_Error error = FT_Err_Ok; cff_ps_get_font_extra() local 657 FT_Error error = FT_Err_Ok; cff_get_cmap_info() local 700 FT_Error error = FT_Err_Ok; cff_get_ros() local 755 FT_Error error = FT_Err_Ok; cff_get_is_cid() local 779 FT_Error error = FT_Err_Ok; cff_get_cid_from_glyph_index() local [all...] |
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcfdrivr.c | 249 FT_Error error; in FT_CALLBACK_DEF() local 257 error = pcf_load_font( stream, face, face_index ); in FT_CALLBACK_DEF() 258 if ( error ) in FT_CALLBACK_DEF() 277 error = error2; in FT_CALLBACK_DEF() 282 if ( error ) in FT_CALLBACK_DEF() 293 error = error3; in FT_CALLBACK_DEF() 298 if ( error ) in FT_CALLBACK_DEF() 309 error = error4; in FT_CALLBACK_DEF() 313 if ( error ) in FT_CALLBACK_DEF() 321 error in FT_CALLBACK_DEF() 434 FT_Error error = FT_ERR( Invalid_Pixel_Size ); FT_CALLBACK_DEF() local 474 FT_Error error = FT_Err_Ok; FT_CALLBACK_DEF() local 661 FT_Error error = FT_Err_Ok; pcf_property_set() local 721 FT_Error error = FT_Err_Ok; pcf_property_get() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-subset.cc | 153 GError **error); 158 GError **error); 170 GError **error) in parse_gids() 201 g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE, in parse_gids() 212 g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE, in parse_gids() 219 g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE, in parse_gids() 246 GError **error G_GNUC_UNUSED) in parse_glyphs() 281 g_set_error (error, G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE, in parse_glyphs() 303 GError **error G_GNUC_UNUSED) in parse_text() 337 GError **error) in parse_unicodes() 167 parse_gids(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error) parse_gids() argument 334 parse_unicodes(const char *name G_GNUC_UNUSED, const char *arg, gpointer data, GError **error) parse_unicodes() argument 413 parse_nameids(const char *name, const char *arg, gpointer data, GError **error) parse_nameids() argument 467 parse_name_languages(const char *name, const char *arg, gpointer data, GError **error) parse_name_languages() argument 579 parse_drop_tables(const char *name, const char *arg, gpointer data, GError **error) parse_drop_tables() argument 624 parse_file_for(const char *name, const char *arg, gpointer data, GError **error) parse_file_for() argument 688 collect_face(const char *name, const char *arg, gpointer data, GError **error) collect_face() argument 705 collect_rest(const char *name, const char *arg, gpointer data, GError **error) collect_rest() argument [all...] |
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
H A D | generator_impl_type_test.cc | 36 ASSERT_TRUE(gen.EmitType(out, alias_ty)) << gen.error(); in TEST_F() 47 ASSERT_TRUE(gen.EmitType(out, arr)) << gen.error(); in TEST_F() 58 ASSERT_TRUE(gen.EmitType(out, a)) << gen.error(); in TEST_F() 69 ASSERT_TRUE(gen.EmitType(out, a)) << gen.error(); in TEST_F() 80 ASSERT_TRUE(gen.EmitType(out, bool_)) << gen.error(); in TEST_F() 91 ASSERT_TRUE(gen.EmitType(out, f32)) << gen.error(); in TEST_F() 102 ASSERT_TRUE(gen.EmitType(out, i32)) << gen.error(); in TEST_F() 113 ASSERT_TRUE(gen.EmitType(out, mat2x3)) << gen.error(); in TEST_F() 124 ASSERT_TRUE(gen.EmitType(out, p)) << gen.error(); in TEST_F() 136 ASSERT_TRUE(gen.EmitType(out, p)) << gen.error(); in TEST_F() [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/uri_permission/src/ |
H A D | uri_permission_manager_proxy.cpp | 65 int error = SendTransactCmd(UriPermMgrCmd::ON_GRANT_URI_PERMISSION, data, reply, option); in GrantUriPermission() local 66 if (error != ERR_OK) { in GrantUriPermission() 67 TAG_LOGE(AAFwkTag::URIPERMMGR, "SendRequest failed, error:%{public}d", error); in GrantUriPermission() 118 int error = SendTransactCmd(UriPermMgrCmd::ON_BATCH_GRANT_URI_PERMISSION, data, reply, option); in GrantUriPermission() local 119 if (error != ERR_OK) { in GrantUriPermission() 120 TAG_LOGE(AAFwkTag::URIPERMMGR, "SendRequest failed, error:%{public}d", error); in GrantUriPermission() 171 int error = SendTransactCmd(UriPermMgrCmd::ON_GRANT_URI_PERMISSION_PRIVILEGED, data, reply, option); in GrantUriPermissionPrivileged() local 172 if (error ! in GrantUriPermissionPrivileged() 197 int error = SendTransactCmd(UriPermMgrCmd::ON_REVOKE_URI_PERMISSION, data, reply, option); RevokeUriPermission() local 217 int error = SendTransactCmd(UriPermMgrCmd::ON_REVOKE_ALL_URI_PERMISSION, data, reply, option); RevokeAllUriPermissions() local 248 int error = SendTransactCmd(UriPermMgrCmd::ON_REVOKE_URI_PERMISSION_MANUALLY, data, reply, option); RevokeUriPermissionManually() local 278 int error = SendTransactCmd(UriPermMgrCmd::ON_VERIFY_URI_PERMISSION, data, reply, option); VerifyUriPermission() local 320 int error = SendTransactCmd(UriPermMgrCmd::ON_CHECK_URI_AUTHORIZATION, data, reply, option); CheckUriAuthorization() local [all...] |
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbstoreStoreExcuteJsunit.test.js | 73 console.error(`integrity_check failed, code:${err.code}, message: ${err.message}`); 92 console.error(`integrity_check failed, code:${err.code}, message: ${err.message}`); 114 console.error(`get user_version failed, code:${err.code}, message: ${err.message}`); 132 // 14800021: SQLite: Generic error. 134 console.error(`execute select sql failed, code:${err.code}, message: ${err.message}`); 154 console.error(`execute select sql failed, code:${err.code}, message: ${err.message}`); 174 console.error(`execute insert sql failed, code:${err.code}, message: ${err.message}`); 195 console.error(`execute insert sql failed, code:${err.code}, message: ${err.message}`); 220 console.error(`execute update sql failed, code:${err.code}, message: ${err.message}`); 245 console.error(`execut [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | colord.c | 122 DBusError error; in get_filename_for_profile_path() local 138 dbus_error_init(&error); in get_filename_for_profile_path() 143 &error); in get_filename_for_profile_path() 146 error.name, error.message); in get_filename_for_profile_path() 147 dbus_error_free(&error); in get_filename_for_profile_path() 178 DBusError error; in get_profile_for_device_path() local 226 dbus_error_init(&error); in get_profile_for_device_path() 231 &error); in get_profile_for_device_path() 234 error in get_profile_for_device_path() 270 DBusError error; get_device_path_for_device_id() local 361 DBusError error; get_profile_inhibitors() local [all...] |
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_timetolive.c | 104 int error; in main() local 154 error = getsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &orig_len, in main() 156 if (error) in main() 186 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &len, in main() 188 if (error) in main() 229 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main() 230 test_check_msg_notification(&inmessage, error, in main() 240 error = test_recvmsg(sk1, &inmessage, MSG_WAITALL); in main() 241 test_check_msg_notification(&inmessage, error, in main() 248 error in main() [all...] |
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jackdbus-detect.c | 225 DBusError error; in check_service_started() local 231 dbus_error_init(&error); in check_service_started() 235 JACK_SERVICE_NAME, &error)) { in check_service_started() 245 if (!(reply = dbus_connection_send_with_reply_and_block(pa_dbus_connection_get(u->connection), m, -1, &error))) { in check_service_started() 246 pa_log("IsStarted() call failed: %s: %s", error.name, error.message); in check_service_started() 250 if (!dbus_message_get_args(reply, &error, DBUS_TYPE_BOOLEAN, &call_result, DBUS_TYPE_INVALID)) { in check_service_started() 251 pa_log("IsStarted() call return failed: %s: %s", error.name, error.message); in check_service_started() 263 dbus_error_free(&error); in check_service_started() 274 DBusError error; dbus_filter_handler() local 312 DBusError error; pa__init() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ValidateLimitations.cpp | 179 void ValidateLimitations::error(TSourceLoc loc, in error() function in ValidateLimitations 204 error(node->getLine(), in validateLoopType() 234 error(node->getLine(), "Missing init declaration", "for"); in validateForLoopInit() 244 error(init->getLine(), "Invalid init declaration", "for"); in validateForLoopInit() 250 error(decl->getLine(), "Invalid init declaration", "for"); in validateForLoopInit() 255 error(decl->getLine(), "Invalid init declaration", "for"); in validateForLoopInit() 260 error(declInit->getLine(), "Invalid init declaration", "for"); in validateForLoopInit() 266 error(symbol->getLine(), in validateForLoopInit() 272 error(declInit->getLine(), in validateForLoopInit() 287 error(nod in validateForLoopCond() [all...] |