Home
last modified time | relevance | path

Searched refs:error (Results 426 - 450 of 7529) sorted by relevance

1...<<11121314151617181920>>...302

/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_intrinsic_test.cc54 ASSERT_TRUE(b.GenerateGlobalVariable(var)) << b.error(); in TEST_P()
55 ASSERT_TRUE(b.GenerateFunction(func)) << b.error(); in TEST_P()
81 ASSERT_TRUE(b.GenerateGlobalVariable(var)) << b.error(); in TEST_P()
82 ASSERT_TRUE(b.GenerateFunction(func)) << b.error(); in TEST_P()
117 ASSERT_TRUE(b.GenerateGlobalVariable(var)) << b.error(); in TEST_P()
118 ASSERT_TRUE(b.GenerateFunction(func)) << b.error(); in TEST_P()
148 ASSERT_TRUE(b.GenerateGlobalVariable(var)) << b.error(); in TEST_P()
149 ASSERT_TRUE(b.GenerateFunction(func)) << b.error(); in TEST_P()
184 ASSERT_TRUE(b.GenerateGlobalVariable(var)) << b.error(); in TEST_F()
185 ASSERT_TRUE(b.GenerateFunction(func)) << b.error(); in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp142 error() << format("Units[%d] - start offset: 0x%08" PRIx64 " \n", UnitIndex, in verifyUnitHeader()
180 error() << "Compilation unit without DIE.\n"; in verifyUnitContents()
186 error() << "Compilation unit root DIE is not a unit DIE: " in verifyUnitContents()
193 error() << "Compilation unit type (" << dwarf::UnitTypeString(UnitType) in verifyUnitContents()
203 error() << "Skeleton compilation unit has children.\n"; in verifyUnitContents()
220 error() << "Call site entry nested within inlined subroutine:"; in verifyDebugInfoCallSite()
227 error() << "Call site entry not nested within a valid subprogram:"; in verifyDebugInfoCallSite()
238 error() << "Subprogram with call site entry has no DW_AT_call attribute:"; in verifyDebugInfoCallSite()
257 error() << "Abbreviation declaration contains multiple " in verifyAbbrevSection()
371 // FIXME: Report the error in verifyDieRanges()
1474 raw_ostream &DWARFVerifier::error() const { return WithColor::error(OS); } error() function in DWARFVerifier
[all...]
/third_party/python/Lib/test/
H A Dtest_struct.py41 self.assertRaises(struct.error, struct.calcsize, 'Z')
52 self.assertRaises(struct.error, struct.pack, 'iii', 3)
53 self.assertRaises(struct.error, struct.pack, 'i', 3, 3, 3)
54 self.assertRaises((TypeError, struct.error), struct.pack, 'i', 'foo')
55 self.assertRaises((TypeError, struct.error), struct.pack, 'P', 'foo')
56 self.assertRaises(struct.error, struct.unpack, 'd', b'flap')
58 self.assertRaises(struct.error, struct.unpack, 'iii', s)
59 self.assertRaises(struct.error, struct.unpack, 'i', s)
229 # Adding any byte should cause a "too big" error.
230 self.assertRaises((struct.error, TypeErro
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy.cpp92 WIFI_LOGE("SetScanControlInfo Write interface token error!"); in SetScanControlInfo()
114 int error = Remote()->SendRequest(static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_SET_SCAN_CONTROL_INFO), in SetScanControlInfo() local
116 if (error != ERR_NONE) { in SetScanControlInfo()
144 WIFI_LOGE("Scan Write interface token error!"); in Scan()
150 int error = in Scan() local
152 if (error != ERR_NONE) { in Scan()
179 WIFI_LOGE("AdvanceScan Write interface token error!"); in AdvanceScan()
192 int error = Remote()->SendRequest(static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_SPECIFIED_PARAMS_SCAN), in AdvanceScan() local
194 if (error != ERR_NONE) { in AdvanceScan()
222 WIFI_LOGE("IsWifiClosedScan Write interface token error!"); in IsWifiClosedScan()
226 int error = Remote()->SendRequest(static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_IS_SCAN_ALWAYS_ACTIVE), IsWifiClosedScan() local
397 int error = Remote()->SendRequest(static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_REGISTER_SCAN_CALLBACK), RegisterCallBack() local
422 int error = Remote()->SendRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_SUPPORTED_FEATURES), GetSupportedFeatures() local
475 int error = Remote()->SendRequest(static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_SET_WIFI_SCAN_ONLY), data, SetScanOnlyAvailable() local
504 int error = Remote()->SendRequest(static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_GET_WIFI_SCAN_ONLY), data, GetScanOnlyAvailable() local
542 int error = Remote()->SendRequest(static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_START_PNO_SCAN), data, StartWifiPnoScan() local
[all...]
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreStoreExcuteSyncJsunit.test.js74 console.error(`integrity_check failed, code:${err.code}, message: ${err.message}`);
93 console.error(`integrity_check failed, code:${err.code}, message: ${err.message}`);
115 console.error(`get user_version failed, code:${err.code}, message: ${err.message}`);
133 // 14800021: SQLite: Generic error.
135 console.error(`execute select sql failed, code:${err.code}, message: ${err.message}`);
155 console.error(`execute select sql failed, code:${err.code}, message: ${err.message}`);
175 console.error(`execute insert sql failed, code:${err.code}, message: ${err.message}`);
196 console.error(`execute insert sql failed, code:${err.code}, message: ${err.message}`);
221 console.error(`execute update sql failed, code:${err.code}, message: ${err.message}`);
246 console.error(`execut
[all...]
/third_party/openssl/test/
H A Dasn1_time_test.c112 int error = 0; in test_table() local
125 error = 1; in test_table()
132 error = 1; in test_table()
137 error = 1; in test_table()
141 error = 1; in test_table()
146 error = 1; in test_table()
151 error = 1; in test_table()
156 error = 1; in test_table()
162 error = 1; in test_table()
168 local_error = error in test_table()
[all...]
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c52 FT_Error error = FT_Err_Ok; in FT_CALLBACK_DEF() local
77 error = inc->funcs->get_glyph_data( inc->object, in FT_CALLBACK_DEF()
79 if ( error || glyph_data.length < cid->fd_bytes ) in FT_CALLBACK_DEF()
93 if ( error ) in FT_CALLBACK_DEF()
125 error = FT_THROW( Invalid_Offset ); in FT_CALLBACK_DEF()
165 error = FT_THROW( Invalid_Offset ); in FT_CALLBACK_DEF()
178 error = psaux->t1_decoder_funcs->parse_charstrings_old( in FT_CALLBACK_DEF()
184 error = psaux->t1_decoder_funcs->parse_metrics( in FT_CALLBACK_DEF()
202 error = psaux->t1_decoder_funcs->parse_charstrings( in FT_CALLBACK_DEF()
209 if ( FT_ERR_EQ( error, Glyph_Too_Bi in FT_CALLBACK_DEF()
338 FT_Error error; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.c70 * FreeType error code. 0 means success.
77 FT_Error error; in FT_LOCAL_DEF() local
95 if ( error ) in FT_LOCAL_DEF()
98 return error; in FT_LOCAL_DEF()
125 FT_Error error; in reallocate_t1_table() local
132 return error; in reallocate_t1_table()
172 * FreeType error code. 0 means success. An error is returned if a
190 FT_Error error; in FT_LOCAL_DEF() local
207 error in FT_LOCAL_DEF()
246 FT_Error error; ps_table_done() local
347 FT_Error error = FT_ERR( Invalid_File_Format ); skip_literal_string() local
462 FT_Error error = FT_Err_Ok; skip_procedure() local
525 FT_Error error = FT_Err_Ok; ps_parser_skip_PS_token() local
1043 FT_Error error; FT_LOCAL_DEF() local
1338 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local
1422 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local
1680 FT_Error error; FT_LOCAL_DEF() local
1696 FT_Error error; FT_LOCAL_DEF() local
1732 FT_Error error = FT_ERR( Invalid_File_Format ); FT_LOCAL_DEF() local
1969 FT_Error error; FT_LOCAL_DEF() local
1985 FT_Error error; FT_LOCAL_DEF() local
2014 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local
2270 FT_Error error; FT_LOCAL_DEF() local
2286 FT_Error error; FT_LOCAL_DEF() local
2322 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdf.c257 * Undefined orientation, used for initialization and error detection.
490 FT_Error error = FT_Err_Ok; in sdf_edge_new() local
496 error = FT_THROW( Invalid_Argument ); in sdf_edge_new()
507 return error; in sdf_edge_new()
529 FT_Error error = FT_Err_Ok; in sdf_contour_new() local
535 error = FT_THROW( Invalid_Argument ); in sdf_contour_new()
546 return error; in sdf_contour_new()
584 FT_Error error = FT_Err_Ok; in sdf_shape_new() local
590 error = FT_THROW( Invalid_Argument ); in sdf_shape_new()
602 return error; in sdf_shape_new()
654 FT_Error error = FT_Err_Ok; sdf_move_to() local
686 FT_Error error = FT_Err_Ok; sdf_line_to() local
729 FT_Error error = FT_Err_Ok; sdf_conic_to() local
771 FT_Error error = FT_Err_Ok; sdf_cubic_to() local
820 FT_Error error = FT_Err_Ok; sdf_outline_decompose() local
1071 FT_Error error = FT_Err_Ok; split_sdf_conic() local
1140 FT_Error error = FT_Err_Ok; split_sdf_cubic() local
1205 FT_Error error = FT_Err_Ok; split_sdf_shape() local
1845 FT_Error error = FT_Err_Ok; get_min_distance_line() local
2061 FT_Error error = FT_Err_Ok; get_min_distance_conic() local
2357 FT_Error error = FT_Err_Ok; get_min_distance_conic() local
2669 FT_Error error = FT_Err_Ok; get_min_distance_cubic() local
2866 FT_Error error = FT_Err_Ok; sdf_edge_get_min_distance() local
2940 FT_Error error = FT_Err_Ok; sdf_contour_get_min_distance() local
3025 FT_Error error = FT_Err_Ok; sdf_generate() local
3195 FT_Error error = FT_Err_Ok; sdf_generate_bounding_box() local
3441 FT_Error error = FT_Err_Ok; sdf_generate_subdivision() local
3497 FT_Error error = FT_Err_Ok; sdf_generate_with_overlaps() local
3712 FT_Error error; sdf_raster_new() local
3753 FT_Error error = FT_Err_Ok; sdf_raster_render() local
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotoaccesshelperinf.js36 const ERROR_MSG_OHOS_INNER_FAIL = 'Internal system error';
55 console.error('photoAccessHelper invalid, array is null.');
62 console.error('photoAccessHelper invalid, array size invalid.');
71 console.error('photoAccessHelper invalid, uri is null.');
76 console.error('photoAccessHelper invalid, uri type is not string.');
157 } catch (error) {
158 console.info(`photoAccessHelper error: ${JSON.stringify(error)}`);
174 console.info('photoAccessHelper permission error');
206 } catch (error) {
[all...]
/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_listener_proxy.cpp48 int error = Remote()->SendRequest(ScreenCaptureListenerMsg::ON_ERROR, data, reply, option); in OnError() local
49 CHECK_AND_RETURN_LOG(error == MSERR_OK, "on error failed, error: %{public}d", error); in OnError()
63 int error = Remote()->SendRequest(ScreenCaptureListenerMsg::ON_AUDIO_AVAILABLE, data, reply, option); in OnAudioBufferAvailable() local
64 CHECK_AND_RETURN_LOG(error == MSERR_OK, "OnAudioBufferAvailable failed, error: %{public}d", error); in OnAudioBufferAvailable()
77 int error in OnVideoBufferAvailable() local
91 int error = Remote()->SendRequest(ScreenCaptureListenerMsg::ON_STAGE_CHANGE, data, reply, option); OnStateChange() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_service_proxy.cpp40 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_SEND_SYNC, data, response, option); in SendRequestSync() local
41 if (error != NO_ERROR) { in SendRequestSync()
42 RSSEXE_LOGE("Send request error: %{public}d.", error); in SendRequestSync()
64 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_SEND_ASYNC, data, response, option); in SendRequestAsync() local
65 if (error != NO_ERROR) { in SendRequestAsync()
66 RSSEXE_LOGE("Send request error: %{public}d.", error); in SendRequestAsync()
81 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_KILL_PROCESS, data, response, option); in KillProcess() local
82 if (error ! in KillProcess()
114 int32_t error = Remote()->SendRequest(ResIpcType::REQUEST_SEND_DEBUG, data, response, option); SendDebugCommand() local
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A DGnomeFontInstance.cpp59 FT_Error error; in GnomeFontInstance() local
64 error = FT_New_Face(engine, fontPathName, 0, &fFace); in GnomeFontInstance()
66 if (error != 0) { in GnomeFontInstance()
67 printf("OOPS! Got error code %d\n", error); in GnomeFontInstance()
76 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92); in GnomeFontInstance()
88 if (error != 0) { in GnomeFontInstance()
152 FT_Error error; in getGlyphAdvance() local
154 error = FT_Load_Glyph(fFace, glyph, FT_LOAD_DEFAULT); in getGlyphAdvance()
156 if (error ! in getGlyphAdvance()
166 FT_Error error; getGlyphPoint() local
[all...]
/third_party/node/test/internet/
H A Dtest-dgram-broadcast-multi-process.js69 console.error('[PARENT] Responses were not received within %d ms.',
71 console.error('[PARENT] Fail');
96 console.error('[PARENT] Worker %d died. %d dead of %d',
104 console.error('[PARENT] All workers have died.');
105 console.error('[PARENT] Fail');
127 console.error('[PARENT] %d received %d messages total.',
133 console.error('[PARENT] All workers have received the ' +
151 console.error('[PARENT] %d received %d matching messages.',
159 console.error('[PARENT] Success');
180 console.error('[PAREN
[all...]
H A Dtest-dgram-multicast-multi-process.js60 console.error('[PARENT] Worker %d died. %d dead of %d',
66 console.error('[PARENT] All workers have died.');
67 console.error('[PARENT] Fail');
88 console.error('[PARENT] %d received %d messages total.',
94 console.error('[PARENT] All workers have received the ' +
111 console.error('[PARENT] %d received %d matching messages.',
118 console.error('[PARENT] Success');
140 console.error('[PARENT] Responses were not received within %d ms.',
142 console.error('[PARENT] Fail');
166 console.error('[PAREN
[all...]
H A Dtest-dgram-multicast-ssmv6-multi-process.js54 console.error('[PARENT] Worker %d died. %d dead of %d',
60 console.error('[PARENT] All workers have died.');
61 console.error('[PARENT] Fail');
82 console.error('[PARENT] %d received %d messages total.',
88 console.error('[PARENT] All workers have received the ' +
105 console.error('[PARENT] %d received %d matching messages.',
112 console.error('[PARENT] Success');
134 console.error('[PARENT] Responses were not received within %d ms.',
136 console.error('[PARENT] Fail');
160 console.error('[PAREN
[all...]
H A Dtest-dgram-multicast-ssm-multi-process.js54 console.error('[PARENT] Worker %d died. %d dead of %d',
60 console.error('[PARENT] All workers have died.');
61 console.error('[PARENT] Fail');
82 console.error('[PARENT] %d received %d messages total.',
88 console.error('[PARENT] All workers have received the ' +
105 console.error('[PARENT] %d received %d matching messages.',
112 console.error('[PARENT] Success');
134 console.error('[PARENT] Responses were not received within %d ms.',
136 console.error('[PARENT] Fail');
160 console.error('[PAREN
[all...]
/third_party/pulseaudio/src/modules/
H A Dreserve-monitor.c86 DBusError error; in filter_handler() local
88 dbus_error_init(&error); in filter_handler()
98 &error, in filter_handler()
119 dbus_error_free(&error); in filter_handler()
129 DBusError *error) { in rm_watch()
136 if (!error) in rm_watch()
137 error = &_error; in rm_watch()
139 dbus_error_init(error); in rm_watch()
182 dbus_bus_add_match(m->connection, m->match, error); in rm_watch()
184 if (dbus_error_is_set(error)) { in rm_watch()
124 rm_watch( rm_monitor **_m, DBusConnection *connection, const char *device_name, rm_change_cb_t change_cb, DBusError *error) rm_watch() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGnomeFontInstance.cpp59 FT_Error error; in GnomeFontInstance() local
64 error = FT_New_Face(engine, fontPathName, 0, &fFace); in GnomeFontInstance()
66 if (error != 0) { in GnomeFontInstance()
67 printf("OOPS! Got error code %d\n", error); in GnomeFontInstance()
76 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92); in GnomeFontInstance()
88 if (error != 0) { in GnomeFontInstance()
152 FT_Error error; in getGlyphAdvance() local
154 error = FT_Load_Glyph(fFace, glyph, FT_LOAD_DEFAULT); in getGlyphAdvance()
156 if (error ! in getGlyphAdvance()
166 FT_Error error; getGlyphPoint() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLEB128.h130 const char **error = nullptr) {
134 if (error)
135 *error = nullptr;
138 if (error)
139 *error = "malformed uleb128, extends past end";
146 if (error)
147 *error = "uleb128 too big for uint64";
163 const char **error = nullptr) {
168 if (error)
169 *error
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp103 static Error error(const Twine &Message) { in error() function
134 return error("Invalid bitcode signature"); in initStream()
140 return error("Invalid bitcode wrapper header"); in initStream()
192 return error("Malformed block"); in readIdentificationBlock()
207 return error("Invalid value"); in readIdentificationBlock()
214 return error( in readIdentificationBlock()
239 return error("Malformed block"); in readIdentificationCode()
274 return error("Malformed block"); in hasObjCCategoryInModule()
292 return error("Invalid record"); in hasObjCCategoryInModule()
317 return error("Malforme in hasObjCCategory()
452 Error BitcodeReaderBase::error(const Twine &Message) { error() function in BitcodeReaderBase
[all...]
/third_party/curl/tests/server/
H A Dsws.c264 int error; in parse_servercmd() local
271 error = errno; in parse_servercmd()
272 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in parse_servercmd()
284 error = getpart(&orgcmd, &cmdsize, "reply", "servercmd", stream); in parse_servercmd()
286 if(error) { in parse_servercmd()
287 logmsg("getpart() failed with error: %d", error); in parse_servercmd()
791 int error in storerequest() local
958 int error = SOCKERRNO; get_request() local
1021 int error = 0; send_doc() local
1288 int error; connect_to() local
1797 int error; accept_connection() local
1964 int error; main() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.c159 FT_Error error; in tt_get_metrics() local
179 return error; in tt_get_metrics()
235 FT_Error error; in tt_get_metrics_incremental() local
243 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics( in tt_get_metrics_incremental()
246 if ( error ) in tt_get_metrics_incremental()
259 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics( in tt_get_metrics_incremental()
262 if ( error ) in tt_get_metrics_incremental()
303 FT_Error error; in FT_CALLBACK_DEF() local
309 /* the following line sets the `error' variable through macros! */ in FT_CALLBACK_DEF()
311 return error; in FT_CALLBACK_DEF()
361 FT_Error error; FT_CALLBACK_DEF() local
599 FT_Error error; FT_CALLBACK_DEF() local
885 FT_Error error; TT_Hint_Glyph() local
953 FT_Error error = FT_Err_Ok; TT_Process_Simple_Glyph() local
1357 FT_Error error; TT_Process_Composite_Glyph() local
1615 FT_Error error = FT_Err_Ok; load_truetype_glyph() local
2363 FT_Error error; compute_glyph_metrics() local
2425 FT_Error error; load_sbit_image() local
2487 FT_Error error; tt_loader_init() local
2819 FT_Error error; FT_LOCAL_DEF() local
[all...]
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_proxy.cpp42 ErrorLog("Write interface token error"); in TurnOn()
60 ErrorLog("Write interface token error"); in TurnOff()
79 ErrorLog("Write interface token error"); in GetState()
96 ErrorLog("Write interface token error"); in IsNfcOpen()
116 ErrorLog("Write interface token error"); in RegisterCallBack()
120 ErrorLog("Write type error"); in RegisterCallBack()
129 int error = SendRequestExpectReplyNone( in RegisterCallBack() local
132 if (error != ERR_NONE) { in RegisterCallBack()
133 ErrorLog("RegisterCallBack failed, error code is %{public}d", error); in RegisterCallBack()
153 int error = SendRequestExpectReplyNone( UnRegisterCallBack() local
202 int error = SendRequestExpectReplyNone( RegNdefMsgCb() local
230 int error = SendRequestExpectReplyNone( RegQueryApplicationCb() local
257 int error = SendRequestExpectReplyNone( RegCardEmulationNotifyCb() local
289 int error = SendRequestExpectReplyNone( NotifyEventStatus() local
[all...]
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcsbits.c46 FT_Error error; in ftc_sbit_copy_bitmap() local
59 return error; in ftc_sbit_copy_bitmap()
92 * Note that it returns a non-zero error code _only_ in the case of
106 FT_Error error; in ftc_snode_load() local
123 error = clazz->family_load_glyph( family, gindex, manager, &face ); in ftc_snode_load()
124 if ( error ) in ftc_snode_load()
184 /* copy the bitmap into a new buffer -- ignore error */ in ftc_snode_load()
185 error = ftc_sbit_copy_bitmap( sbit, bitmap, manager->memory ); in ftc_snode_load()
198 if ( error && FT_ERR_NEQ( error, Out_Of_Memor in ftc_snode_load()
219 FT_Error error; FT_LOCAL_DEF() local
388 FT_Error error; FT_LOCAL_DEF() local
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...302