Home
last modified time | relevance | path

Searched refs:error (Results 351 - 375 of 7529) sorted by relevance

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

/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Daudio_aac_codec.cpp211 int error; in InitSwr() local
213 if ((error = swr_init(swr_)) < 0) { in InitSwr()
214 SHARING_LOGE("open swr(%{public}d:%{public}s)", error, in InitSwr()
215 av_make_error_string(errBuf, AV_ERROR_MAX_STRING_SIZE, error)); in InitSwr()
222 if ((error = av_samples_alloc(swrData_, NULL, enc_->channels, enc_->frame_size, enc_->sample_fmt, 0)) < 0) { in InitSwr()
223 SHARING_LOGE("alloc swr buffer(%{public}d:%{public}s)\n", error, in InitSwr()
224 av_make_error_string(errBuf, AV_ERROR_MAX_STRING_SIZE, error)); in InitSwr()
309 int error; in AddSamplesToFifo() local
311 if ((error = av_audio_fifo_realloc(fifo_, av_audio_fifo_size(fifo_) + frame_size)) < 0) { in AddSamplesToFifo()
312 SHARING_LOGE("Could not reallocate FIFO(%{public}d:%{public}s)", error, in AddSamplesToFifo()
370 int error = 0; DoSwr() local
402 int error = 0; OnFrame() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dloclikely.cpp81 * the error U_BUFFER_OVERFLOW_ERROR.
83 * If an illegal argument is provided, the function returns the error
99 * @param err A pointer to a UErrorCode for error reporting.
116 goto error; in createTagStringWithAlternates()
121 goto error; in createTagStringWithAlternates()
163 goto error; in createTagStringWithAlternates()
204 goto error; in createTagStringWithAlternates()
240 goto error; in createTagStringWithAlternates()
278 error: in createTagStringWithAlternates()
283 * no previous error, i in createTagStringWithAlternates()
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_type_test.cc42 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F()
64 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F()
78 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F()
95 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F()
116 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F()
131 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F()
146 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F()
148 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F()
150 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F()
159 ASSERT_FALSE(b.has_error()) << b.error(); in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp110 error(line, "illegal vector field selection", compString.c_str()); in parseVectorFields()
171 error(line, "illegal vector field selection", compString.c_str()); in parseVectorFields()
178 error(line, "vector field selection out of range", compString.c_str()); in parseVectorFields()
184 error(line, "illegal - vector component fields not from the same set", compString.c_str()); in parseVectorFields()
209 void TParseContext::error(const TSourceLoc& loc, in error() function in TParseContext
241 // Same error message for all places assignments don't work.
248 error(line, "", op, extraInfo.c_str()); in assignError()
252 // Same error message for all places unary operations don't work.
260 error(line, " wrong operand type", op, extraInfo.c_str()); in unaryOpError()
264 // Same error messag
3755 int error = glslang_scan(count, string, length, context); PaParseStrings() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp67 throw error(CL_INVALID_VALUE); in validate_build_common()
70 throw error(CL_INVALID_OPERATION); in validate_build_common()
75 throw error(CL_INVALID_DEVICE); in validate_build_common()
92 throw error(CL_INVALID_VALUE); in identify_and_validate_il()
111 throw error(CL_INVALID_VALUE); in clCreateProgramWithSource()
123 } catch (error &e) { in clCreateProgramWithSource()
138 throw error(CL_INVALID_VALUE); in clCreateProgramWithBinary()
143 throw error(CL_INVALID_DEVICE); in clCreateProgramWithBinary()
169 throw error(CL_INVALID_VALUE); in clCreateProgramWithBinary()
172 throw error(CL_INVALID_BINAR in clCreateProgramWithBinary()
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c78 double max_error=2; /* As a percentage error-in-last-digit/.5 */ in validation_ascii_to_fp()
193 /* NOTE: if you hit this error case are you compiling with gcc in validation_ascii_to_fp()
484 fprintf(stderr, "checkfp: internal error (1)\n"); in check_one_character()
610 int error = 0; in validation_muldiv() local
696 ++error; in validation_muldiv()
706 ++error; in validation_muldiv()
725 "errors)\n", tested, overflow, passed, error, error64); in validation_muldiv()
794 double error = png_log8bit(i) - correct; in validation_gamma() local
796 if (i != 0 && fabs(error) > maxerr) in validation_gamma()
797 maxerr = fabs(error); in validation_gamma()
814 double error = png_log16bit(i) - correct; validation_gamma() local
838 double error = png_exp(i) - correct; validation_gamma() local
856 double error = png_exp8bit(i) - correct; validation_gamma() local
874 double error = png_exp16bit(i) - correct; validation_gamma() local
904 double error = out - correct; validation_gamma() local
923 double error = out - correct; validation_gamma() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftmac.c588 FT_Error error = FT_Err_Ok; in read_lwfn() local
627 error = FT_THROW( Array_Too_Large ); in read_lwfn()
694 return error; in read_lwfn()
707 FT_Error error; in FT_New_Face_From_LWFN() local
716 error = read_lwfn( library->memory, res, &pfb_data, &pfb_size ); in FT_New_Face_From_LWFN()
718 if ( error ) in FT_New_Face_From_LWFN()
719 return error; in FT_New_Face_From_LWFN()
740 FT_Error error = FT_Err_Ok; in FT_New_Face_From_SFNT() local
758 return error; in FT_New_Face_From_SFNT()
791 error in FT_New_Face_From_SFNT()
809 FT_Error error = FT_ERR( Cannot_Open_Resource ); FT_New_Face_From_Suitcase() local
864 FT_Error error = FT_Err_Ok; FT_EXPORT_DEF() local
932 FT_Error error; FT_New_Face_From_Resource() local
974 FT_Error error; FT_EXPORT_DEF() local
1015 FT_Error error; FT_EXPORT_DEF() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dmetadata_accessor_factory.cpp52 uint32_t error = SUCCESS; in Create() local
53 return Create(dataInfo, error, mode); in Create()
58 uint32_t error = SUCCESS; in Create() local
59 return Create(fd, error); in Create()
64 uint32_t error = SUCCESS; in Create() local
65 return Create(path, error); in Create()
68 std::shared_ptr<MetadataAccessor> MetadataAccessorFactory::Create(const DataInfo &dataInfo, uint32_t &error, in Create() argument
78 return Create(stream, error); in Create()
81 std::shared_ptr<MetadataAccessor> MetadataAccessorFactory::Create(const int fd, uint32_t &error, const int originalFd) in Create() argument
88 return Create(stream, error); in Create()
91 Create(const std::string &path, uint32_t &error, const std::string &originalPath) Create() argument
102 Create(std::shared_ptr<MetadataStream> &stream, uint32_t &error) Create() argument
123 GetImageType(std::shared_ptr<MetadataStream> &stream, uint32_t &error) GetImageType() argument
[all...]
/third_party/curl/tests/
H A Dsshhelp.pm156 my $error;
159 $error = 'Error: Missing argument 1 for dump_array()';
167 $error = "Error: cannot close file $filename";
171 $error = "Error: cannot write file $filename";
173 return $error;
221 die "error: \$sshdlog uninitialized" if(not defined $sshdlog);
230 die "error: \$sshlog uninitialized" if(not defined $sshlog);
239 die "error: \$sftplog uninitialized" if(not defined $sftplog);
375 my $error;
378 $error
[all...]
/third_party/musl/libc-test/src/math/
H A Dfpclassify.c84 #define error(t,c) err++, printf("%s:%d: (at line %d) %La has class %d (%s), but %s returns %d\n", \ macro
94 error(tf[i], fpclassify); in main()
96 error(tf[i], isinf); in main()
98 error(tf[i], isnan); in main()
100 error(tf[i], isnormal); in main()
102 error(tf[i], isfinite); in main()
107 error(td[i], fpclassify); in main()
109 error(td[i], isinf); in main()
111 error(td[i], isnan); in main()
113 error(t in main()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_layout.cpp165 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
167 return error; in FunctionScopedInstructions()
180 if (auto error = in FunctionScopedInstructions()
183 return error; in FunctionScopedInstructions()
185 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
187 return error; in FunctionScopedInstructions()
202 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions()
204 return error; in FunctionScopedInstructions()
223 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
225 return error; in FunctionScopedInstructions()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_layout.cpp165 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
167 return error; in FunctionScopedInstructions()
180 if (auto error = in FunctionScopedInstructions()
183 return error; in FunctionScopedInstructions()
185 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
187 return error; in FunctionScopedInstructions()
202 if (auto error = _.current_function().RegisterFunctionParameter( in FunctionScopedInstructions()
204 return error; in FunctionScopedInstructions()
223 if (auto error = _.current_function().RegisterSetFunctionDeclType( in FunctionScopedInstructions()
225 return error; in FunctionScopedInstructions()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DemptyVariableDeclarationBindingPatterns01_ES5iterable.js59 catch (error) { e = { error: error }; }
64 finally { if (e) throw e.error; }
115 catch (e_1_1) { e_1 = { error: e_1_1 }; }
120 finally { if (e_1) throw e_1.error; }
127 catch (e_2_1) { e_2 = { error: e_2_1 }; }
132 finally { if (e_2) throw e_2.error; }
139 catch (e_3_1) { e_3 = { error: e_3_1 }; }
144 finally { if (e_3) throw e_3.error; }
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp414 /// Report an error at the current location with the given message.
417 bool error(const Twine &Msg);
419 /// Report an error at the given location with the given message.
422 bool error(StringRef::iterator Loc, const Twine &Msg);
515 /// Return true if an error occurred.
520 /// Return true if an error occurred.
530 /// Otherwise report an error and return true.
566 [this](StringRef::iterator Loc, const Twine &Msg) { error(Loc, Msg); }); in lex()
569 bool MIParser::error(const Twine &Msg) { return error(Toke function in MIParser
571 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { error() function in MIParser
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_proxy.cpp85 WIFI_LOGE("Write interface token error: %{public}s", __func__); in IsHotspotActive()
89 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_IS_HOTSPOT_ACTIVE), data, in IsHotspotActive() local
91 if (error != ERR_NONE) { in IsHotspotActive()
118 WIFI_LOGE("Write interface token error: %{public}s", __func__); in IsHotspotDualBandSupported()
122 int error = Remote()->SendRequest( in IsHotspotDualBandSupported() local
124 if (error != ERR_NONE) { in IsHotspotDualBandSupported()
152 WIFI_LOGE("Write interface token error: %{public}s", __func__); in GetHotspotState()
156 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GETAPSTATE_WIFI), data, in GetHotspotState() local
158 if (error != ERR_NONE) { in GetHotspotState()
187 WIFI_LOGE("Write interface token error in GetHotspotConfig()
191 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_HOTSPOT_CONFIG), GetHotspotConfig() local
244 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_SETAPCONFIG_WIFI), SetHotspotConfig() local
274 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_SETTIMEOUT_AP), SetHotspotIdleTimeout() local
308 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_STATION_LIST), data, GetStationList() local
363 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_DISCONNECT_STA), data, DisassociateSta() local
389 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_ENABLE_WIFI_AP), data, EnableHotspot() local
420 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_DISABLE_WIFI_AP), data, DisableHotspot() local
451 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_BLOCK_LISTS), data, GetBlockLists() local
507 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_ADD_BLOCK_LIST), data, AddBlockList() local
540 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_DEL_BLOCK_LIST), data, DelBlockList() local
569 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_VALID_BANDS), data, GetValidBands() local
614 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_VALID_CHANNELS), GetValidChannels() local
669 int error = Remote()->SendRequest( RegisterCallBack() local
697 int error = Remote()->SendRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_SUPPORTED_FEATURES), GetSupportedFeatures() local
731 int error = Remote()->SendRequest( GetSupportedPowerModel() local
775 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_POWER_MODEL), data, GetPowerModel() local
810 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_SET_POWER_MODEL), data, SetPowerModel() local
857 int error = Remote()->SendRequest(static_cast<uint32_t>(HotspotInterfaceCode::WIFI_SVR_CMD_GET_IFACE_NAME), data, GetApIfaceName() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
H A Dlangsvr.go49 func (s rSpy) Read(p []byte) (n int, err error) {
62 func (s wSpy) Write(p []byte) (n int, err error) {
123 func (s *server) DidChangeWorkspaceFolders(ctx context.Context, p *lsp.DidChangeWorkspaceFoldersParams) error {
127 func (s *server) Initialized(ctx context.Context, p *lsp.InitializedParams) error {
131 func (s *server) Exit(ctx context.Context) error {
135 func (s *server) DidChangeConfiguration(ctx context.Context, p *lsp.DidChangeConfigurationParams) error {
139 func (s *server) DidOpen(ctx context.Context, p *lsp.DidOpenTextDocumentParams) error {
143 func (s *server) DidChange(ctx context.Context, p *lsp.DidChangeTextDocumentParams) error {
147 func (s *server) DidClose(ctx context.Context, p *lsp.DidCloseTextDocumentParams) error {
151 func (s *server) DidSave(ctx context.Context, p *lsp.DidSaveTextDocumentParams) error {
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go49 func (s rSpy) Read(p []byte) (n int, err error) {
62 func (s wSpy) Write(p []byte) (n int, err error) {
123 func (s *server) DidChangeWorkspaceFolders(ctx context.Context, p *lsp.DidChangeWorkspaceFoldersParams) error {
127 func (s *server) Initialized(ctx context.Context, p *lsp.InitializedParams) error {
131 func (s *server) Exit(ctx context.Context) error {
135 func (s *server) DidChangeConfiguration(ctx context.Context, p *lsp.DidChangeConfigurationParams) error {
139 func (s *server) DidOpen(ctx context.Context, p *lsp.DidOpenTextDocumentParams) error {
143 func (s *server) DidChange(ctx context.Context, p *lsp.DidChangeTextDocumentParams) error {
147 func (s *server) DidClose(ctx context.Context, p *lsp.DidCloseTextDocumentParams) error {
151 func (s *server) DidSave(ctx context.Context, p *lsp.DidSaveTextDocumentParams) error {
[all...]
/third_party/spirv-tools/utils/vscode/src/
H A Dlangsvr.go49 func (s rSpy) Read(p []byte) (n int, err error) {
62 func (s wSpy) Write(p []byte) (n int, err error) {
123 func (s *server) DidChangeWorkspaceFolders(ctx context.Context, p *lsp.DidChangeWorkspaceFoldersParams) error {
127 func (s *server) Initialized(ctx context.Context, p *lsp.InitializedParams) error {
131 func (s *server) Exit(ctx context.Context) error {
135 func (s *server) DidChangeConfiguration(ctx context.Context, p *lsp.DidChangeConfigurationParams) error {
139 func (s *server) DidOpen(ctx context.Context, p *lsp.DidOpenTextDocumentParams) error {
143 func (s *server) DidChange(ctx context.Context, p *lsp.DidChangeTextDocumentParams) error {
147 func (s *server) DidClose(ctx context.Context, p *lsp.DidCloseTextDocumentParams) error {
151 func (s *server) DidSave(ctx context.Context, p *lsp.DidSaveTextDocumentParams) error {
[all...]
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp149 int error = ERR_NONE; in SendRequest() local
183 error = WaitForCompletion(nullptr); in SendRequest()
188 error = WaitForCompletion(&reply); in SendRequest()
197 return error; in SendRequest()
248 int error = FlushCommands(nullptr); in AddDeathRecipient() local
249 if (error == ERR_NONE) { in AddDeathRecipient()
255 return error == ERR_NONE; in AddDeathRecipient()
280 int error = FlushCommands(nullptr); in RemoveDeathRecipient() local
281 if (error != ERR_NONE) { in RemoveDeathRecipient()
282 ZLOGE(LABEL, "failed, handle:%{public}d error in RemoveDeathRecipient()
309 int error = WaitForCompletion(&reply); TranslateIRemoteObject() local
481 int error = binderConnector_->WriteBinder(BINDER_SET_MAX_THREADS, &maxThreadNum); SetMaxWorkThread() local
496 int error = TransactWithDriver(false); FlushCommands() local
536 int error; StartWorkLoop() local
582 int error = WriteTransaction(cmd, flags, -1, 0, reply, &result, totalDBinderBufSize); SendReply() local
689 int error = binderConnector_->WriteBinder(BINDER_GET_ACCESS_TOKEN, &token); GetAccessToken() local
701 int error = binderConnector_->WriteBinder(BINDER_GET_SENDER_INFO, &sender); GetSenderInfo() local
735 int error = ERR_DEAD_OBJECT; SamgrServiceSendRequest() local
749 int32_t error = ERR_DEAD_OBJECT; GeneralServiceSendRequest() local
782 int32_t error = ERR_DEAD_OBJECT; TargetStubSendRequest() local
834 int32_t error = TargetStubSendRequest(tr, *data, reply, option, flagValue); Transaction() local
895 OnTransaction(uint32_t cmd, int32_t &error) OnTransaction() argument
967 int error = ERR_NONE; HandleCommandsInner() local
1015 int error = HandleCommandsInner(cmd); HandleCommands() local
1120 int error = binderConnector_->WriteBinder(GetBWRCommand(), &bwr); TransactWithDriver() local
1122 int error = binderConnector_->WriteBinder(BINDER_WRITE_READ, &bwr); TransactWithDriver() local
1184 OnTransactionComplete( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) OnTransactionComplete() argument
1196 OnDeadOrFailedReply( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) OnDeadOrFailedReply() argument
1208 OnAcquireResult( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) OnAcquireResult() argument
1222 OnReply( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) OnReply() argument
1238 OnTranslationComplete( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) OnTranslationComplete() argument
1253 DealWithCmd( MessageParcel *reply, int32_t *acquireResult, bool &continueLoop, int32_t &error, uint32_t cmd) DealWithCmd() argument
1290 int error = ERR_NONE; WaitForCompletion() local
1365 int error = FlushCommands(nullptr); FreeBuffer() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DDisplay.cpp306 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); // Rendering directly to front buffer not supported in createWindowSurface()
308 return error(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE); in createWindowSurface()
312 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createWindowSurface()
314 return error(EGL_BAD_MATCH, EGL_NO_SURFACE); in createWindowSurface()
316 return error(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE); in createWindowSurface()
325 return error(EGL_BAD_ALLOC, EGL_NO_SURFACE); in createWindowSurface()
376 return error(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE); in createPBufferSurface()
391 return error(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE); in createPBufferSurface()
404 return error(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE); in createPBufferSurface()
410 return error(EGL_BAD_ATTRIBUT in createPBufferSurface()
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsft.c156 FT_Error error; in cf2_builder_lineTo() local
172 error = ps_builder_start_point( builder, in cf2_builder_lineTo()
175 if ( error ) in cf2_builder_lineTo()
177 if ( !*callbacks->error ) in cf2_builder_lineTo()
178 *callbacks->error = error; in cf2_builder_lineTo()
184 error = ps_builder_add_point1( builder, in cf2_builder_lineTo()
187 if ( error ) in cf2_builder_lineTo()
189 if ( !*callbacks->error ) in cf2_builder_lineTo()
190 *callbacks->error in cf2_builder_lineTo()
200 FT_Error error; cf2_builder_cubeTo() local
313 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local
667 FT_Error error; FT_LOCAL_DEF() local
726 FT_Error error = FT_Err_Ok; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfobjs.c63 FT_Error error; in tt_name_ascii_from_utf16() local
98 FT_Error error; in tt_name_ascii_from_other() local
137 FT_Error error = FT_Err_Ok; in FT_LOCAL_DEF() local
285 return error; in FT_LOCAL_DEF()
349 FT_Error error; in sfnt_open_font() local
381 return error; in sfnt_open_font()
389 return error; in sfnt_open_font()
391 error = woff_open_font( stream, face ); in sfnt_open_font()
392 if ( error ) in sfnt_open_font()
393 return error; in sfnt_open_font()
497 FT_Error error; FT_LOCAL_DEF() local
787 FT_Error error; FT_LOCAL_DEF() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_error.h36 #define RDB_NAPI_ASSERT_BASE_FROMV9(env, assertion, error, retVal, version) \
39 if ((error) == nullptr) { \
40 LOG_ERROR("throw error: error message is empty,version= %{public}d", version); \
41 napi_throw_error((env), nullptr, "error message is empty"); \
44 if (((version) > (APIVERSION_8)) || (((error)->GetCode()) == (401))) { \
45 LOG_ERROR("throw error: code = %{public}d , message = %{public}s, version= %{public}d", \
46 (error)->GetCode(), (error)->GetMessage().c_str(), version); \
47 napi_throw_error((env), std::to_string((error)
[all...]
/third_party/ffmpeg/libavutil/
H A Dlzo.c40 int error; member
51 c->error |= AV_LZO_INPUT_DEPLETED; in get_byte()
73 c->error |= AV_LZO_ERROR; in get_len()
94 c->error |= AV_LZO_INPUT_DEPLETED; in copy()
98 c->error |= AV_LZO_OUTPUT_FULL; in copy()
125 c->error |= AV_LZO_INVALID_BACKPTR; in copy_backptr()
130 c->error |= AV_LZO_OUTPUT_FULL; in copy_backptr()
153 c.error = 0; in av_lzo1x_decode()
159 c.error |= AV_LZO_ERROR; in av_lzo1x_decode()
162 c.error | in av_lzo1x_decode()
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_get_decorations_test.cc36 EXPECT_TRUE(p->error().empty()); in TEST_F()
45 EXPECT_TRUE(p->error().empty()); in TEST_F()
59 EXPECT_TRUE(p->error().empty()); in TEST_F()
75 EXPECT_TRUE(p->error().empty()); in TEST_F()
84 EXPECT_TRUE(p->error().empty()); in TEST_F()
93 EXPECT_TRUE(p->error().empty()); in TEST_F()
106 EXPECT_TRUE(p->error().empty()); in TEST_F()
116 EXPECT_TRUE(p->BuildAndParseInternalModule()) << p->error(); in TEST_F()
120 EXPECT_TRUE(p->error().empty()); in TEST_F()
134 EXPECT_TRUE(p->BuildAndParseInternalModule()) << p->error(); in TEST_F()
[all...]

Completed in 19 milliseconds

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