/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftstream.c | 59 FT_Error error = FT_Err_Ok; in FT_BASE_DEF() local 70 error = FT_THROW( Invalid_Stream_Operation ); in FT_BASE_DEF() 80 error = FT_THROW( Invalid_Stream_Operation ); in FT_BASE_DEF() 83 if ( !error ) in FT_BASE_DEF() 86 return error; in FT_BASE_DEF() 123 FT_Error error = FT_Err_Ok; in FT_BASE_DEF() local 155 error = FT_THROW( Invalid_Stream_Operation ); in FT_BASE_DEF() 158 return error; in FT_BASE_DEF() 196 FT_Error error; in FT_BASE_DEF() local 199 error in FT_BASE_DEF() 237 FT_Error error = FT_Err_Ok; FT_BASE_DEF() local 726 FT_Error error; FT_BASE_DEF() local [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | function_composite_test.cc | 97 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 117 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 137 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 156 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 181 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 205 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 223 EXPECT_THAT(p->error(), Eq("OpCompositeExtract %1 index value 900 is out of " in TEST_F() 242 EXPECT_TRUE(fe.EmitBody()) << p->error(); in TEST_F() 263 EXPECT_FALSE(fe.EmitBody()) << p->error(); in TEST_F() 264 EXPECT_THAT(p->error(), E in TEST_F() [all...] |
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service_skeleton.cpp | 44 int error; in ReverseInt() local 51 error = Remote()->SendRequest(REVERSEINT, dataParcel, replyParcel, option); in ReverseInt() 54 DBINDER_LOGE(LOG_LABEL, "rep = %{public}d, error = %{public}d", rep, error); in ReverseInt() 55 return error; in ReverseInt() 60 int error; in GetChildId() local 63 error = Remote()->SendRequest(TRANS_TRACE_ID, dataParcel, replyParcel, option); in GetChildId() 66 DBINDER_LOGE(LOG_LABEL, "rep = %{public}" PRIu64 ", error = %{public}d", rep, error); in GetChildId() 67 return error; in GetChildId() 73 int error; TransProxyObject() local 96 int error = Remote()->SendRequest(TRANS_PROXY_OBJECT_REFCOUNT, data, reply, option); TransProxyObjectRefCount() local 107 int error; TransProxyObjectAgain() local 124 int error; TransStubObject() local 170 int error = Remote()->SendRequest(TRANS_STUB_OBJECT_REFCOUNT, data, reply, option); TransStubObjectRefCount() local 187 int error = Remote()->SendRequest(GET_REMOTE_STUB_OBJECT, dataParcel, replyParcel, option); GetRemoteObject() local 206 int error = Remote()->SendRequest(GET_REMOTE_DES_TIMES, dataParcel, replyParcel, option); GetRemoteDecTimes() local 220 int error = Remote()->SendRequest(CLEAR_REMOTE_DES_TIMES, dataParcel, replyParcel, option); ClearRemoteDecTimes() local 228 int error; TransOversizedPkt() local 350 int error; ReverseIntNullReply() local 365 int error; ReverseIntVoidData() local 377 int error; ReverseIntDelay() local 392 int error; Delay() local 407 int error; ReverseIntDelayAsync() local 424 int error; PingService() local 682 int error = proxy->SendRequest(REVERSEINT, dataParcel, replyParcel, option); OnReceivedStubObject() local [all...] |
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | check.rs | 5 error, ident, trivial, Api, Array, Enum, ExternFn, ExternType, Impl, Lang, Lifetimes, 77 pub(crate) fn error(&mut self, sp: impl ToTokens, msg: impl Display) { 78 self.errors.error(sp, msg); 91 cx.error(ident, msg); in check_type_ident() 102 cx.error(ptr, error::BOX_CXX_TYPE.msg); in check_type_box() 110 cx.error(ptr, "unsupported target type of Box"); in check_type_box() 121 cx.error(ty, "Rust Vec containing C++ type is not supported yet"); in check_type_rust_vec() 136 cx.error(ty, "unsupported element type of Vec"); in check_type_rust_vec() 142 cx.error(pt in check_type_unique_ptr() [all...] |
/third_party/rust/crates/cxx/syntax/ |
H A D | check.rs | 5 error, ident, trivial, Api, Array, Enum, ExternFn, ExternType, Impl, Lang, Lifetimes, 77 pub(crate) fn error(&mut self, sp: impl ToTokens, msg: impl Display) { 78 self.errors.error(sp, msg); 91 cx.error(ident, msg); in check_type_ident() 102 cx.error(ptr, error::BOX_CXX_TYPE.msg); in check_type_box() 110 cx.error(ptr, "unsupported target type of Box"); in check_type_box() 121 cx.error(ty, "Rust Vec containing C++ type is not supported yet"); in check_type_rust_vec() 136 cx.error(ty, "unsupported element type of Vec"); in check_type_rust_vec() 142 cx.error(pt in check_type_unique_ptr() [all...] |
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | check.rs | 5 error, ident, trivial, Api, Array, Enum, ExternFn, ExternType, Impl, Lang, Lifetimes, 77 pub(crate) fn error(&mut self, sp: impl ToTokens, msg: impl Display) { 78 self.errors.error(sp, msg); 91 cx.error(ident, msg); in check_type_ident() 102 cx.error(ptr, error::BOX_CXX_TYPE.msg); in check_type_box() 110 cx.error(ptr, "unsupported target type of Box"); in check_type_box() 121 cx.error(ty, "Rust Vec containing C++ type is not supported yet"); in check_type_rust_vec() 136 cx.error(ty, "unsupported element type of Vec"); in check_type_rust_vec() 142 cx.error(pt in check_type_unique_ptr() [all...] |
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | check.rs | 5 error, ident, trivial, Api, Array, Enum, ExternFn, ExternType, Impl, Lang, Lifetimes, 77 pub(crate) fn error(&mut self, sp: impl ToTokens, msg: impl Display) { 78 self.errors.error(sp, msg); 91 cx.error(ident, msg); in check_type_ident() 102 cx.error(ptr, error::BOX_CXX_TYPE.msg); in check_type_box() 110 cx.error(ptr, "unsupported target type of Box"); in check_type_box() 121 cx.error(ty, "Rust Vec containing C++ type is not supported yet"); in check_type_rust_vec() 136 cx.error(ty, "unsupported element type of Vec"); in check_type_rust_vec() 142 cx.error(pt in check_type_unique_ptr() [all...] |
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | check.rs | 5 error, ident, trivial, Api, Array, Enum, ExternFn, ExternType, Impl, Lang, Lifetimes, 77 pub(crate) fn error(&mut self, sp: impl ToTokens, msg: impl Display) { 78 self.errors.error(sp, msg); 91 cx.error(ident, msg); in check_type_ident() 102 cx.error(ptr, error::BOX_CXX_TYPE.msg); in check_type_box() 110 cx.error(ptr, "unsupported target type of Box"); in check_type_box() 121 cx.error(ty, "Rust Vec containing C++ type is not supported yet"); in check_type_rust_vec() 136 cx.error(ty, "unsupported element type of Vec"); in check_type_rust_vec() 142 cx.error(pt in check_type_unique_ptr() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/ |
H A D | domain_rpc_service_proxy.cpp | 38 int error = Remote()->SendRequest(DomainServiceMsg::SET_LISTENER_OBJ, data, reply, option); in SetListenerObject() local 39 if (error != ERR_NONE) { in SetListenerObject() 40 SHARING_LOGE("set listener object failed: %{public}d.", error); in SetListenerObject() 41 return error; in SetListenerObject() 56 int error = Remote()->SendRequest(DomainServiceMsg::GET_SUBSYSTEM, data, reply, option); in GetSubSystemAbility() local 57 if (error != ERR_NONE) { in GetSubSystemAbility() 58 SHARING_LOGE("create sub proxy failed, error: %{public}d.", error); in GetSubSystemAbility() 73 int error = Remote()->SendRequest(DomainServiceMsg::DOMAIN_MSG, data, reply, option); in DoRpcCommand() local 74 if (error ! in DoRpcCommand() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | inter_ipc_proxy.cpp | 37 int error = Remote()->SendRequest(InterIpcMsg::SET_LISTENER_OBJ, data, reply, option); in SetListenerObject() local 38 if (error != ERR_NONE) { in SetListenerObject() 39 SHARING_LOGE("set listener object failed: %{public}d.", error); in SetListenerObject() 40 return error; in SetListenerObject() 56 int error = Remote()->SendRequest(InterIpcMsg::GET_SUBSYSTEM, data, reply, option); in GetSubSystemAbility() local 57 if (error != ERR_NONE) { in GetSubSystemAbility() 58 SHARING_LOGE("create sub proxy failed, error: %{public}d.", error); in GetSubSystemAbility() 74 int error = Remote()->SendRequest(InterIpcMsg::INTER_IPC_MSG, data, reply, option); in DoIpcCommand() local 75 if (error ! in DoIpcCommand() [all...] |
/third_party/rust/crates/autocfg/src/ |
H A D | version.rs | 5 use super::{error, Error}; 30 .map_err(error::from_io)); in from_rustc() 32 return Err(error::from_str("could not execute rustc")); in from_rustc() 34 let output = try!(str::from_utf8(&output.stdout).map_err(error::from_utf8)); in from_rustc() 39 None => return Err(error::from_str("could not find rustc release")), in from_rustc() 50 let major = try!(iter.next().ok_or(error::from_str("missing major version"))); in from_rustc() 51 let minor = try!(iter.next().ok_or(error::from_str("missing minor version"))); in from_rustc() 52 let patch = try!(iter.next().ok_or(error::from_str("missing patch version"))); in from_rustc() 55 try!(major.parse().map_err(error::from_num)), in from_rustc() 56 try!(minor.parse().map_err(error in from_rustc() [all...] |
/applications/standard/contacts_data/jstest/ |
H A D | Stability_test.js | 76 } catch (error) { 77 console.info('logMessage raw_contact_insert_stability_test_900: insert error = ' + error); 102 } catch (error) { 103 console.info('logMessage raw_contact_update_stability_test_1000: update error = ' + error); 129 } catch (error) { 130 console.info(tag + ' :logMessage : error = ' + error); 153 } catch (error) { [all...] |
/third_party/alsa-utils/amidi/ |
H A D | amidi.c | 61 static void error(const char *format, ...) in error() function 107 error("out of memory"); in my_malloc() 150 error("cannot get rawmidi information %d:%d:%d: %s\n", in list_device() 183 error("cannot open control for card %d: %s", card, snd_strerror(err)); in list_card_devices() 189 error("cannot determine device number: %s", snd_strerror(err)); in list_card_devices() 205 error("cannot determine card number: %s", snd_strerror(err)); in device_list() 209 error("no sound card found"); in device_list() 216 error("cannot determine card number: %s", snd_strerror(err)); in device_list() 229 error("snd_config_update failed: %s", snd_strerror(err)); in rawmidi_list() 233 error("snd_output_stdio_attac in rawmidi_list() [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/ |
H A D | window_manager_service_handler_proxy.cpp | 51 int error = SendTransactCmd(WMSCmd::ON_NOTIFY_WINDOW_TRANSITION, data, reply, option); in NotifyWindowTransition() local 52 if (error != ERR_OK) { in NotifyWindowTransition() 53 TAG_LOGE(AAFwkTag::ABILITYMGR, "SendRequest error: %{public}d", error); in NotifyWindowTransition() 69 int error = SendTransactCmd(WMSCmd::ON_GET_FOCUS_ABILITY, data, reply, option); in GetFocusWindow() local 70 if (error != ERR_OK) { in GetFocusWindow() 71 TAG_LOGE(AAFwkTag::ABILITYMGR, "SendRequest error: %{public}d", error); in GetFocusWindow() 105 int error = SendTransactCmd(WMSCmd::ON_COLD_STARTING_WINDOW, data, reply, option); in StartingWindow() local 106 if (error ! in StartingWindow() 130 int error = SendTransactCmd(WMSCmd::ON_HOT_STARTING_WINDOW, data, reply, option); StartingWindow() local 161 int error = SendTransactCmd(WMSCmd::ON_CANCEL_STARTING_WINDOW, data, reply, option); CancelStartingWindow() local 181 int error = SendTransactCmd(WMSCmd::ON_NOTIFY_ANIMATION_ABILITY_DIED, data, reply, option); NotifyAnimationAbilityDied() local 210 int error = SendTransactCmd(WMSCmd::ON_MOVE_MISSINONS_TO_FOREGROUND, data, reply, option); MoveMissionsToForeground() local 236 int error = SendTransactCmd(WMSCmd::ON_MOVE_MISSIONS_TO_BACKGROUND, data, reply, option); MoveMissionsToBackground() local [all...] |
/foundation/multimedia/media_foundation/services/media_monitor/client/src/ |
H A D | media_monitor_client.cpp | 58 int32_t error = Remote()->SendRequest( in GetAudioRouteMsg() local 60 FALSE_RETURN_V_MSG_E(error == ERR_NONE, error, "get Audio Route failed"); in GetAudioRouteMsg() 92 FALSE_RETURN_V_MSG_E(bufferCapacitySize > 0, ERROR, "get buffer capacity error"); in WriteAudioBuffer() 94 FALSE_RETURN_V_MSG_E(writeSize > 0, ERROR, "write buffer error"); in WriteAudioBuffer() 98 FALSE_RETURN_V_MSG_E(ret == SUCCESS, ERROR, "write buffer error %{public}d", ret); in WriteAudioBuffer() 110 int32_t error = Remote()->SendRequest( in GetInputBuffer() local 112 FALSE_RETURN_V_MSG_E(error == ERR_NONE, error, "get pcm buffer failed %{public}d", error); in GetInputBuffer() 144 int32_t error = Remote()->SendRequest( InputBufferFilled() local 161 int32_t error = Remote()->SendRequest( SetMediaParameters() local 174 int32_t error = Remote()->SendRequest( GetPcmDumpStatus() local 190 int32_t error = Remote()->SendRequest( ErasePreferredDeviceByType() local [all...] |
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/ |
H A D | object_service_proxy.cpp | 54 int32_t error = remoteObject->SendRequest(static_cast<uint32_t>(ObjectCode::OBJECTSTORE_SAVE), data, reply, mo); in ObjectStoreSave() local 55 if (error != 0) { in ObjectStoreSave() 56 ZLOGE("SendRequest returned %d", error); in ObjectStoreSave() 85 int32_t error = remoteObject->SendRequest( in OnAssetChanged() local 87 if (error != 0) { in OnAssetChanged() 88 ZLOGE("SendRequest returned %d", error); in OnAssetChanged() 115 int32_t error = in ObjectStoreRevokeSave() local 117 if (error != 0) { in ObjectStoreRevokeSave() 118 ZLOGE("SendRequest returned %d", error); in ObjectStoreRevokeSave() 145 int32_t error in ObjectStoreRetrieve() local 175 int32_t error = RegisterDataObserver() local 204 int32_t error = UnregisterDataChangeObserver() local 234 int32_t error = BindAssetStore() local 263 int32_t error = DeleteSnapshot() local [all...] |
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | me_cmp_mvi_asm.S | 79 tc: error left 80 td: error right */ 104 perr t3, t0, tc # error left 106 perr t4, t2, td # error right 107 addq v0, tc, v0 # add error left 108 addq v0, td, v0 # add error left 115 perr t8, t5, tc # error left 117 perr t9, t7, td # error right 118 addq v0, tc, v0 # add error left 119 addq v0, td, v0 # add error lef [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | function_validation_test.cc | 35 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 44 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 55 EXPECT_EQ(r()->error(), R"(56:78 error: redeclaration of 'common_name' in TEST_F() 68 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 81 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 98 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 119 ASSERT_TRUE(r()->Resolve()) << r()->error(); in TEST_F() 137 EXPECT_EQ(r()->error(), "12:34 warning: code is unreachable"); in TEST_F() 158 EXPECT_EQ(r()->error(), "1 in TEST_F() [all...] |
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42objs.c | 38 FT_Error error; in T42_Open_Face() local 52 /* scanning without causing an error) the call to `FT_Open_Face' in */ in T42_Open_Face() 56 error = t42_parser_init( parser, in T42_Open_Face() 60 if ( error ) in T42_Open_Face() 63 error = t42_parse_dict( face, &loader, in T42_Open_Face() 65 if ( error ) in T42_Open_Face() 72 error = FT_THROW( Unknown_File_Format ); in T42_Open_Face() 83 error = FT_THROW( Invalid_File_Format ); in T42_Open_Face() 155 return error; in T42_Open_Face() 170 FT_Error error; in FT_LOCAL_DEF() local 509 FT_Error error; FT_LOCAL_DEF() local 528 FT_Error error; FT_LOCAL_DEF() local 547 FT_Error error; FT_LOCAL_DEF() local 587 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local 654 FT_Error error; FT_LOCAL_DEF() local [all...] |
/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_proxy.cpp | 50 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_SWITCH_STATE), reply); in GetSwitchState() local 51 LBSLOGD(LOCATOR_STANDARD, "Proxy::GetSwitchState Transact ErrCode = %{public}d", error); in GetSwitchState() 53 if (error == NO_ERROR && reply.ReadInt32() == ERRCODE_SUCCESS) { in GetSwitchState() 68 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_ABILITY), data, reply); in EnableAbility() local 69 LBSLOGD(LOCATOR_STANDARD, "Proxy::EnableAbility Transact ErrCodes = %{public}d", error); in EnableAbility() 80 int error; in SendMsgWithDataReply() local 88 error = remote->SendRequest(msgId, data, reply, option); in SendMsgWithDataReply() 90 return error; in SendMsgWithDataReply() 134 int error = in RegisterSwitchCallback() local 136 LBSLOGD(LOCATOR_STANDARD, "Proxy::RegisterSwitchCallback Transact ErrCodes = %{public}d", error); in RegisterSwitchCallback() 141 int error = UnregisterSwitchCallback() local 148 int error = RegisterGnssStatusCallback() local 155 int error = UnregisterGnssStatusCallback() local 162 int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::REG_NMEA_CALLBACK), callback, uid); RegisterNmeaMessageCallback() local 168 int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::UNREG_NMEA_CALLBACK), callback, 0); UnregisterNmeaMessageCallback() local 188 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::START_LOCATING), data, reply); StartLocating() local 199 int error = StopLocating() local 207 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_CACHE_LOCATION), reply); GetCacheLocation() local 235 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::IS_PRIVACY_COMFIRMED), data, reply); IsLocationPrivacyConfirmed() local 255 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::SET_PRIVACY_COMFIRM_STATUS), data, reply); SetLocationPrivacyConfirmStatus() local 280 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::REG_CACHED_CALLBACK), data, reply); RegisterCachedLocationCallback() local 287 int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::UNREG_CACHED_CALLBACK), UnregisterCachedLocationCallback() local 297 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_CACHED_LOCATION_SIZE), reply); GetCachedGnssLocationsSize() local 310 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::FLUSH_CACHED_LOCATIONS), reply); FlushCachedGnssLocations() local 327 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::SEND_COMMAND), data, reply); SendCommand() local 338 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK), data, reply); EnableLocationMock() local 354 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::DISABLE_LOCATION_MOCK), data, reply); DisableLocationMock() local 377 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS), data, reply); SetMockedLocations() local 390 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::ENABLE_REVERSE_GEOCODE_MOCK), reply); EnableReverseGeocodingMock() local 402 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::DISABLE_REVERSE_GEOCODE_MOCK), reply); DisableReverseGeocodingMock() local 422 int error = SetReverseGeocodingMockInfo() local 491 int error = remote->SendRequest(msgId, data, reply, option); SendMsgWithDataReplyV9() local 535 int error = remote->SendRequest(msgId, data, reply, option); SendRegisterMsgToRemoteV9() local [all...] |
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | call_status_callback_stub.cpp | 342 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetRestrictionResult() local 348 error = UpdateSetRestrictionResult(result); in OnUpdateSetRestrictionResult() 349 if (!reply.WriteInt32(error)) { in OnUpdateSetRestrictionResult() 358 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetRestrictionPasswordResult() local 364 error = UpdateSetRestrictionPasswordResult(result); in OnUpdateSetRestrictionPasswordResult() 365 if (!reply.WriteInt32(error)) { in OnUpdateSetRestrictionPasswordResult() 398 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetTransferResult() local 404 error = UpdateSetTransferResult(result); in OnUpdateSetTransferResult() 405 if (!reply.WriteInt32(error)) { in OnUpdateSetTransferResult() 462 int32_t error in OnUpdateSetCallClirResult() local 478 int32_t error = TELEPHONY_ERR_FAIL; OnStartRttResult() local 494 int32_t error = TELEPHONY_ERR_FAIL; OnStopRttResult() local 510 int32_t error = TELEPHONY_ERR_FAIL; OnGetImsConfigResult() local 534 int32_t error = TELEPHONY_ERR_FAIL; OnSetImsConfigResult() local 550 int32_t error = TELEPHONY_ERR_FAIL; OnGetImsFeatureValueResult() local 574 int32_t error = TELEPHONY_ERR_FAIL; OnSetImsFeatureValueResult() local 590 int32_t error = TELEPHONY_ERR_FAIL; OnReceiveImsCallModeRequest() local 614 int32_t error = TELEPHONY_ERR_FAIL; OnReceiveImsCallModeResponse() local 638 int32_t error = TELEPHONY_ERR_FAIL; OnInviteToConferenceResult() local 654 int32_t error = TELEPHONY_ERR_FAIL; OnStartDtmfResult() local 670 int32_t error = TELEPHONY_ERR_FAIL; OnStopDtmfResult() local 686 int32_t error = TELEPHONY_ERR_FAIL; OnSendUssdResult() local 727 int32_t error = TELEPHONY_ERR_FAIL; OnGetImsCallDataResult() local 743 int32_t error = TELEPHONY_ERR_FAIL; OnCloseUnFinishedUssdResult() local 759 int32_t error = TELEPHONY_ERR_FAIL; OnPostDialNextChar() local 774 int32_t error = TELEPHONY_ERR_FAIL; OnReportPostDialDelay() local 789 int32_t error = TELEPHONY_ERR_FAIL; OnCallSessionEventChange() local 813 int32_t error = TELEPHONY_ERR_FAIL; OnPeerDimensionsChange() local 837 int32_t error = TELEPHONY_ERR_FAIL; OnCallDataUsageChange() local 852 int32_t error = TELEPHONY_ERR_FAIL; OnCameraCapabilitiesChange() local 876 int32_t error = TELEPHONY_ERR_FAIL; OnUpdateVoipEventInfo() local [all...] |
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
H A D | winfnt.c | 211 FT_Error error; in fnt_font_load() local 222 error = FT_THROW( Unknown_File_Format ); in fnt_font_load() 231 error = FT_THROW( Unknown_File_Format ); in fnt_font_load() 241 error = FT_THROW( Unknown_File_Format ); in fnt_font_load() 259 error = FT_THROW( Unknown_File_Format ); in fnt_font_load() 269 return error; in fnt_font_load() 277 FT_Error error; in fnt_face_get_dll_font() local 292 error = FT_ERR( Unknown_File_Format ); in fnt_face_get_dll_font() 296 error = FT_ERR( Unknown_File_Format ); in fnt_face_get_dll_font() 309 error in fnt_face_get_dll_font() 726 FT_Error error; FNT_Face_Init() local 964 FT_Error error = FT_ERR( Invalid_Pixel_Size ); FNT_Size_Request() local 1003 FT_Error error = FT_Err_Ok; FNT_Load_Glyph() local [all...] |
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | napi_preferences_error.h | 50 #define PRE_NAPI_ASSERT_BASE(env, assertion, error, retVal) \ 53 LOG_ERROR("throw error: code = %{public}d , message = %{public}s", \ 54 (error)->GetCode(), (error)->GetMsg().c_str()); \ 55 napi_throw_error((env), std::to_string((error)->GetCode()).c_str(), \ 56 (error)->GetMsg().c_str()); \ 61 #define PRE_NAPI_ASSERT(env, assertion, error) PRE_NAPI_ASSERT_BASE(env, assertion, error, nullptr) 63 #define PRE_NAPI_ASSERT_RETURN_VOID(env, assertion, error) \ 64 PRE_NAPI_ASSERT_BASE(env, assertion, error, NAPI_RETVAL_NOTHIN [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | StringPrepParseException.java | 14 * Exception that signals an error has occurred while parsing the 77 * and error code 79 * @param message A string describing the type of error that occurred 80 * @param error The error that has occurred 83 public StringPrepParseException(String message,int error){ in StringPrepParseException() argument 85 this.error = error; in StringPrepParseException() 91 * error code 93 * @param message A string describing the type of error tha 99 StringPrepParseException(String message,int error, String rules, int pos) StringPrepParseException() argument 119 StringPrepParseException(String message, int error, String rules, int pos, int lineNumber) StringPrepParseException() argument 175 private int error; global() field in StringPrepParseException [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MeasureUnitThreadTest.java | 42 AssertionError error; field in MeasureUnitThreadTest.NumericMeasureThread 48 this.error = null; in NumericMeasureThread() 59 error = e; in run() 85 if (t1.error != null) { in NumericRaceTest() 86 AssertionError error = new AssertionError("Failure in thread 1"); in NumericRaceTest() 87 error.initCause(t1.error); in NumericRaceTest() 88 throw error; in NumericRaceTest() 90 if (t2.error != null) { in NumericRaceTest() 91 AssertionError error in NumericRaceTest() [all...] |