/third_party/curl/lib/ |
H A D | socketpair.c | 95 goto error; in Curl_socketpair() 101 goto error; in Curl_socketpair() 104 goto error; in Curl_socketpair() 107 goto error; in Curl_socketpair() 109 goto error; in Curl_socketpair() 112 goto error; in Curl_socketpair() 114 goto error; in Curl_socketpair() 118 goto error; in Curl_socketpair() 125 goto error; in Curl_socketpair() 134 goto error; in Curl_socketpair() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDefs.cpp | 43 Error::Error (VkResult error, const char* message, const char* expr, const char* file, int line) in Error() argument 45 , m_error (error) in Error() 49 Error::Error (VkResult error, const std::string& message) in Error() argument 51 , m_error (error) in Error() 59 NotSupportedError::NotSupportedError (VkResult error, const char* message, const char* expr, const char* file, int line) in NotSupportedError() argument 61 , m_error (error) in NotSupportedError() 65 NotSupportedError::NotSupportedError (VkResult error, const std::string& message) in NotSupportedError() argument 67 , m_error (error) in NotSupportedError() 75 OutOfMemoryError::OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int line) in OutOfMemoryError() argument 77 , m_error (error) in OutOfMemoryError() 82 OutOfMemoryError(VkResult error, const std::string& message) OutOfMemoryError() argument [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftadvanc.c | 94 FT_Error error; in FT_EXPORT_DEF() local 97 error = func( face, gindex, 1, flags, padvance ); in FT_EXPORT_DEF() 98 if ( !error ) in FT_EXPORT_DEF() 101 if ( FT_ERR_NEQ( error, Unimplemented_Feature ) ) in FT_EXPORT_DEF() 102 return error; in FT_EXPORT_DEF() 118 FT_Error error = FT_Err_Ok; in FT_EXPORT_DEF() local 143 error = func( face, start, count, flags, padvances ); in FT_EXPORT_DEF() 144 if ( !error ) in FT_EXPORT_DEF() 147 if ( FT_ERR_NEQ( error, Unimplemented_Feature ) ) in FT_EXPORT_DEF() 148 return error; in FT_EXPORT_DEF() [all...] |
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/spirv-tools/source/val/ |
H A D | validate_barriers.cpp | 62 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass() 63 return error; in BarriersPass() 66 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass() 67 return error; in BarriersPass() 70 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass() 71 return error; in BarriersPass() 79 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass() 80 return error; in BarriersPass() 83 if (auto error = ValidateMemorySemantics(_, inst, 1, memory_scope)) { in BarriersPass() 84 return error; in BarriersPass() [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...] |
/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/ability/form_fwk/interfaces/inner_api/src/ |
H A D | js_form_state_observer_proxy.cpp | 48 int32_t error = SendTransactCmd( in OnAddForm() local 53 if (error != ERR_OK) { in OnAddForm() 54 HILOG_ERROR("SendRequest:%{public}d failed", error); in OnAddForm() 56 return error; in OnAddForm() 81 int32_t error = SendTransactCmd( in OnRemoveForm() local 86 if (error != ERR_OK) { in OnRemoveForm() 87 HILOG_ERROR("SendRequest:%{public}d failed", error); in OnRemoveForm() 89 return error; in OnRemoveForm() 124 int32_t error = SendTransactCmd( in NotifyWhetherFormsVisible() local 129 if (error ! in NotifyWhetherFormsVisible() 184 int32_t error = remote->SendRequest( OnFormClickEvent() local [all...] |
/third_party/curl/tests/libtest/ |
H A D | lib1912.c | 36 int error = 0; in test() local 47 error++; in test() 51 error++; in test() 55 error++; in test() 59 error++; in test() 63 error++; in test() 68 error++; in test() 72 error++; in test() 76 error++; in test() 83 return error; in test() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | ipromise3.js | 3 then<U>(success?: (value: T) => IPromise3<U>, error?: (error: any) => IPromise3<U>, progress?: (progress: any) => void ): IPromise3<U>; 4 then<U>(success?: (value: T) => IPromise3<U>, error?: (error: any) => U, progress?: (progress: any) => void ): IPromise3<U>; 5 then<U>(success?: (value: T) => U, error?: (error: any) => IPromise3<U>, progress?: (progress: any) => void ): IPromise3<U>; 6 then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void ): IPromise3<U>; 7 done? <U>(success?: (value: T) => any, error?: (error [all...] |
/third_party/vk-gl-cts/scripts/src_util/ |
H A D | check_whitespace.py | 32 error = False 35 error = True 38 error = True 41 error = True 45 return not error 48 error = False 52 error = True 54 return not error 58 parser.add_argument("-e", "--only-errors", action="store_true", dest="onlyErrors", default=False, help="Print only on error") 68 error variable [all...] |
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_nonblock.c | 67 int error,msg_count; in main() local 121 error = fcntl(lstn_sk, F_SETFL, sflag | O_NONBLOCK); in main() 122 if (error < 0) in main() 124 "error:%d, errno:%d", error, errno); in main() 127 error = accept(lstn_sk, (struct sockaddr *)&svr_addr, &len); in main() 128 if (error != -1 || errno != EAGAIN) in main() 130 "error:%d, errno:%d", error, errno); in main() 141 error in main() [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...] |
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 091-hash-line.c | 2 #error line 0 error 4 #error line 25 error 6 #error source 1, line 0 error 8 #error source 2, line 30 error
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | policy_checks.h | 21 // reported with `#error`. This enforcement is best effort, so successfully 40 #error "Cygwin is not supported." 50 #error "This package requires Visual Studio 2015 Update 2 or higher." 57 #error "This package requires gcc 4.7 or higher." 65 #error "This package requires __apple_build_version__ of 4211165 or higher." 77 #error "C++ versions less than C++11 are not supported." 86 #error "STLPort is not supported." 97 #error "Abseil assumes CHAR_BIT == 8." 108 #error "Abseil assumes that int is at least 4 bytes. "
|
/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...] |
/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...] |