Home
last modified time | relevance | path

Searched refs:error (Results 2801 - 2825 of 8737) sorted by relevance

1...<<111112113114115116117118119120>>...350

/third_party/rust/crates/regex/regex-syntax/src/
H A Derror.rs2 use std::error;
12 /// This error type encompasses any error that can be returned by this crate.
15 /// An error that occurred while translating concrete syntax into abstract
18 /// An error that occurred while translating abstract syntax into a high
42 impl error::Error for Error {
64 /// A helper type for formatting nice error messages.
68 /// markers pointing out the position where an error occurred.
71 /// The original regex pattern in which the error occurred.
73 /// The error kin
[all...]
/third_party/rust/crates/os_str_bytes/src/windows/
H A Dtests.rs10 fn test(error: EncodingError, string: &[u8]) { in test_invalid()
11 assert_eq!(Err(error), super::from_bytes(string)); in test_invalid()
/third_party/spirv-tools/utils/
H A Dgenerate_changelog.py58 logging.error("usage: {} <CHANGES-path> <tag> <output-file>".format(sys.argv[0]))
83 logging.error("No tag matching {} found.".format(start_tag))
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Dutf16.go27 func ToUTF16Column(p Point, content []byte) (int, error) {
66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
/third_party/python/Modules/
H A D_elementtree.c800 goto error; in _elementtree_Element___deepcopy___impl()
805 goto error; in _elementtree_Element___deepcopy___impl()
811 goto error; in _elementtree_Element___deepcopy___impl()
821 goto error; in _elementtree_Element___deepcopy___impl()
833 goto error; in _elementtree_Element___deepcopy___impl()
840 goto error; in _elementtree_Element___deepcopy___impl()
844 error: in _elementtree_Element___deepcopy___impl()
2697 goto error; in treebuilder_handle_start()
2704 goto error; in treebuilder_handle_start()
2712 goto error; in treebuilder_handle_start()
3149 PyObject *errmsg, *error, *position, *code; expat_set_error() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_single_kv_store.cpp181 "Parameter error:Mandatory parameters are left unspecified"); in Put()
184 "Parameter error:parameters key must be string"); in Put()
191 ThrowNapiError(env, Status::INVALID_ARGUMENT, "Parameter error:the type of value must be:" + type->second); in Put()
205 ctxt->status = (GenerateNapiError(status, ctxt->jsCode, ctxt->error) == Status::SUCCESS) ? in Put()
229 "Parameter error:Mandatory parameters are left unspecified"); in Delete()
236 "Parameter error:parameters key must be string"); in Delete()
242 "Parameter error:please check predicates type"); in Delete()
262 ctxt->status = (GenerateNapiError(status, ctxt->jsCode, ctxt->error) == Status::SUCCESS) ? in Delete()
279 "Parameter error:Mandatory parameters are left unspecified"); in OnEvent()
285 "Parameter error in OnEvent()
[all...]
/test/xts/acts/ability/ability_runtime/featureability/actsfeatureabilitytest/entry/src/ohosTest/js/test/
H A DFeatureAbilityJsunit.test.js290 }catch(error){
291 console.info("ACTS_StartAbility_1000 : error = " + error);
630 (error, data) => {
631 console.info('featureAbilityTest startAbility asyncCallback errCode : ' + error + " data: " + data)
726 (error, data) => {
727 console.info('featureAbilityTest startAbility asyncCallback errCode : ' + error + " data: " + data)
810 (error, data) => {
811 console.info('featureAbilityTest startAbility asyncCallback errCode : ' + error + " data: " + data)
1469 }catch(error){
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_decorations.cpp772 if (auto error = CheckBuiltInVariable(interface, vstate))
773 return error;
775 if (auto error = CheckBuiltInVariable(interface, vstate))
776 return error;
1487 if (auto error =
1489 return error;
1701 if (auto error = CheckImportedVariableInitialization(vstate)) return error;
1702 if (auto error = CheckDecorationsOfEntryPoints(vstate)) return error;
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp522 return error(GL_INVALID_ENUM, false); in ValidateCopyFormats()
527 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
532 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
547 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
555 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
566 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
575 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
583 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
588 return error(GL_INVALID_OPERATION, false); in ValidateCopyFormats()
591 return error(GL_INVALID_ENU in ValidateCopyFormats()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_decorations.cpp772 if (auto error = CheckBuiltInVariable(interface, vstate))
773 return error;
775 if (auto error = CheckBuiltInVariable(interface, vstate))
776 return error;
1487 if (auto error =
1489 return error;
1701 if (auto error = CheckImportedVariableInitialization(vstate)) return error;
1702 if (auto error = CheckDecorationsOfEntryPoints(vstate)) return error;
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c67 FT_Error* error ) in cf2_hintmask_init()
71 hintmask->error = error; in cf2_hintmask_init()
114 CF2_SET_ERROR( hintmask->error, Invalid_Glyph_Format ); in cf2_hintmask_setCounts()
163 /* error */ in cf2_hintmask_read()
167 *hintmask->error ); in cf2_hintmask_read()
323 cf2_arrstack_push( stemHintArray, &stemhint ); /* defer error check */ in cf2_doStems()
455 * `error' is a shared error code used by many objects in this
456 * routine. Before the code continues from an error, i
486 FT_Error* error = &font->error; cf2_interpT2CharString() local
[all...]
H A Dt1decode.c255 * FreeType error code. 0 means success.
265 FT_Error error; in t1operator_seac() local
338 error = FT_GlyphLoader_CheckSubGlyphs( loader, 2 ); in t1operator_seac()
339 if ( error ) in t1operator_seac()
380 error = t1_decoder_parse_glyph( decoder, (FT_UInt)bchar_index ); in t1operator_seac()
382 if ( error ) in t1operator_seac()
405 error = t1_decoder_parse_glyph( decoder, (FT_UInt)achar_index ); in t1operator_seac()
407 if ( error ) in t1operator_seac()
420 return error; in t1operator_seac()
443 * FreeType error cod
450 FT_Error error; FT_LOCAL_DEF() local
[all...]
/third_party/python/Modules/_io/
H A Dbufferedio.c621 /* Sets the current error to BlockingIOError */
635 raised, NULL otherwise. The error is always re-raised. */
745 clears the error indicator), 0 otherwise.
772 /* This silences any error set by PyObject_RichCompareBool() */ in _PyIO_trap_eintr()
1209 /* Do some error checking instead of trusting OS 'seek()' in _io__Buffered_seek_impl()
1210 ** error detection, just in case. in _io__Buffered_seek_impl()
1633 goto error; in _bufferedreader_read_generic()
1647 goto error; in _bufferedreader_read_generic()
1659 goto error; in _bufferedreader_read_generic()
1664 goto error; in _bufferedreader_read_generic()
[all...]
/third_party/python/Lib/test/
H A Dtest_sys_settrace.py1264 except ZeroDivisionError as error:
1582 return error
1761 # this should raise an error
1850 # This is the exception we wanted; make sure the error message
1870 def run_test(self, func, jumpFrom, jumpTo, expected, error=None,
1875 if error is None:
1878 with self.assertRaisesRegex(*error):
1883 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None,
1888 if error is None:
1891 with self.assertRaisesRegex(*error)
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_decorations.cpp832 if (auto error = CheckBuiltInVariable(interface, vstate))
833 return error;
835 if (auto error = CheckBuiltInVariable(interface, vstate))
836 return error;
1633 if (auto error =
1635 return error;
1899 if (auto error = CheckImportedVariableInitialization(vstate)) return error;
1900 if (auto error = CheckDecorationsOfEntryPoints(vstate)) return error;
[all...]
/third_party/icu/icu4c/source/common/
H A Ddictbe.cpp1455 void CjkBreakEngine::initJapanesePhraseParameter(UErrorCode& error) { in initJapanesePhraseParameter() argument
1456 loadJapaneseExtensions(error); in initJapanesePhraseParameter()
1457 loadHiragana(error); in initJapanesePhraseParameter()
1460 void CjkBreakEngine::loadJapaneseExtensions(UErrorCode& error) { in loadJapaneseExtensions() argument
1462 ResourceBundle ja(U_ICUDATA_BRKITR, "ja", error); in loadJapaneseExtensions()
1463 if (U_SUCCESS(error)) { in loadJapaneseExtensions()
1464 ResourceBundle bundle = ja.get(tag, error); in loadJapaneseExtensions()
1465 while (U_SUCCESS(error) && bundle.hasNext()) { in loadJapaneseExtensions()
1466 fSkipSet.puti(bundle.getNextString(error), 1, error); in loadJapaneseExtensions()
1471 loadHiragana(UErrorCode& error) loadHiragana() argument
1476 fSkipSet.puti(UnicodeString(iterator.getCodepoint()), 1, error); loadHiragana() local
[all...]
/third_party/libuv/src/win/
H A Dutil.c122 goto error; in uv_exepath()
138 error: in uv_exepath()
554 goto error; in uv_cpu_info()
561 goto error; in uv_cpu_info()
570 goto error; in uv_cpu_info()
597 goto error; in uv_cpu_info()
608 goto error; in uv_cpu_info()
619 goto error; in uv_cpu_info()
642 error: in uv_cpu_info()
725 * "This error i in uv_interface_addresses()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp511 CCodecError &error = Errors.AddNew(); in AddLastError() local
512 error.Path = path; in AddLastError()
513 error.ErrorCode = res; in AddLastError()
582 CCodecError &error = Errors.AddNew(); in LoadDll() local
583 error.Path = dllPath; in LoadDll()
584 error.Message = "cannot load file as datafile library"; in LoadDll()
585 error.ErrorCode = HRESULT_FROM_WIN32(lastError); in LoadDll()
604 CCodecError &error = Errors.AddNew(); in LoadDll() local
605 error.Path = dllPath; in LoadDll()
606 error in LoadDll()
677 CCodecError &error = Errors.AddNew(); LoadDll() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_ec.cc258 const char* error; in GetPublicKey() local
260 if (!ECPointToBuffer(env, group, pub, form, &error).ToLocal(&buf)) in GetPublicKey()
261 return THROW_ERR_CRYPTO_OPERATION_FAILED(env, error); in GetPublicKey()
432 const char* error; in ConvertKey() local
434 if (!ECPointToBuffer(env, group.get(), pub.get(), form, &error).ToLocal(&buf)) in ConvertKey()
435 return THROW_ERR_CRYPTO_OPERATION_FAILED(env, error); in ConvertKey()
879 Local<Value> error; in ExportJWKEdKey() local
890 env->isolate(), out.data<const char>(), len, BASE64URL, &error) in ExportJWKEdKey()
893 if (!error.IsEmpty()) in ExportJWKEdKey()
894 env->isolate()->ThrowException(error); in ExportJWKEdKey()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ddictbe.cpp1474 void CjkBreakEngine::initJapanesePhraseParameter(UErrorCode& error) { in initJapanesePhraseParameter() argument
1475 loadJapaneseExtensions(error); in initJapanesePhraseParameter()
1476 loadHiragana(error); in initJapanesePhraseParameter()
1479 void CjkBreakEngine::loadJapaneseExtensions(UErrorCode& error) { in loadJapaneseExtensions() argument
1481 ResourceBundle ja(U_ICUDATA_BRKITR, "ja", error); in loadJapaneseExtensions()
1482 if (U_SUCCESS(error)) { in loadJapaneseExtensions()
1483 ResourceBundle bundle = ja.get(tag, error); in loadJapaneseExtensions()
1484 while (U_SUCCESS(error) && bundle.hasNext()) { in loadJapaneseExtensions()
1485 fSkipSet.puti(bundle.getNextString(error), 1, error); in loadJapaneseExtensions()
1490 loadHiragana(UErrorCode& error) loadHiragana() argument
1495 fSkipSet.puti(UnicodeString(iterator.getCodepoint()), 1, error); loadHiragana() local
[all...]
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-ffi_darwin.c116 #error undefined architecture in ffi_prep_args()
201 #error undefined architecture in ffi_prep_args()
223 #error undefined architecture in ffi_prep_args()
279 #error undefined architecture in ffi_prep_args()
408 #error undefined architecture in ffi_prep_cif_machdep()
452 #error undefined architecture in ffi_prep_cif_machdep()
510 #error undefined architecture in ffi_prep_cif_machdep()
532 #error undefined architecture in ffi_prep_cif_machdep()
544 #error undefined architecture in ffi_prep_cif_machdep()
751 #error undefine in ffi_prep_closure()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c195 int error; /* has an error been seen? */ member
244 static char nuls[10]; /* place to point scanner in event of error */
334 p->error = 0; in llvm_regcomp()
384 if (p->error != 0) /* lose */ in llvm_regcomp()
386 return(p->error); in llvm_regcomp()
589 if (!EAT('}')) { /* error heuristics */ in p_ere_exp()
698 /* the MORE here is an error heuristic */ in p_simp_re()
760 if (!EATTWO('\\', '}')) { /* error heuristics */ in p_simp_re()
815 /* allocset did set error statu in p_bracket()
[all...]
/third_party/python/Programs/
H A D_testembed.c42 static void error(const char *msg) in error() function
277 fprintf(stderr, "Fatal error: cannot decode program name\n"); in test_pre_initialization_api()
356 error("PyGILState_Check failed!"); in bpo20891_thread()
374 error("PyThread_allocate_lock failed!"); in test_bpo20891()
382 error("PyThread_start_new_thread failed!"); in test_bpo20891()
1225 PyErr_SetString(PyExc_RuntimeError, "Intentional error"); in _audit_hook()
1247 printf("No error raised"); in _test_audit()
1499 error("missing TESTPATH env var"); in test_init_setpath()
1504 error("failed to decode TESTPATH"); in test_init_setpath()
1532 error("missin in test_init_setpath_config()
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A Dmultiple-emitHelpers-in-different-projects.js334 catch (error) { e = { error: error }; }
339 finally { if (e) throw e.error; }
398 >>> catch (error) { e = { error: error }; }
403 >>> finally { if (e) throw e.error; }
778 {"bundle":{"commonSourceDirectory":"../second","sourceFiles":["../second/second_part1.ts","../second/second_part2.ts"],"js":{"sections":[{"pos":0,"end":504,"kind":"emitHelpers","data":"typescript:read"},{"pos":506,"end":894,"kind":"emitHelpers","data":"typescript:spreadArray"},{"pos":896,"end":1471,"kind":"text"}],"sources":{"helpers":["typescript:read","typescript:spreadArray"]},"mapHash":"-34534977022-{\"version\":3,\"file\":\"second-output.js\",\"sourceRoot\":\"\",\"sources\":[\"../second/second_part1.ts\",\"../second/second_part2.ts\"],\"names\":[],\"mappings\":\";;;;;;;;;;;;;;;;;;;;;;;;;AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED,SAAS,wBAAwB;IAAC,WAAc;SAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;QAAd,sBAAc;;AAAI,CAAC;AACrD,IAAM,qBAAqB,GAAG,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;AACvC,wBAAwB,8BAAC,EAAE,UAAK,qBAAqB,WAAE;ACdvD;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC\"}","hash":"53236375969-var __read = (this && this.__read) || function (o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp472 explicit GatherMeshDataResult(const string& error) : success(false), error(error) {} in GatherMeshDataResult()
474 : success(other.success), error(move(other.error)), meshBuilder(move(other.meshBuilder)) in move()
480 error = move(other.error);
488 /** In case of import error, contains the description of the error. */
489 string error; member
758 string error = "Failed to load primitive " + to_string(primitiveIndex) + '\\n' + position.error + normal.error; GatherErrorStrings() local
[all...]

Completed in 40 milliseconds

1...<<111112113114115116117118119120>>...350