5,840,503 results for 'ERROR repo:hexene/libav' (19 ms)
quota.c https://bitbucket.org/bradfa/linux.git | C | 1,615 lines
1337 1338static void quotad_error(struct gfs2_sbd *sdp, const char *msg, int error) 1339{ 1339{ 1340 if (error == 0 || error == -EROFS) 1341 return; 1342 if (!test_bit(SDF_SHUTDOWN, &sdp->sd_flags)) 1343 fs_err(sdp, "gfs2_quotad: %s error %d\n", msg, error); 1344} 1352 int error = fxn(sdp->sd_vfs, 0); 1353 quotad_error(sdp, msg, error); 1354 *timeo = gfs2_tune_get_i(&sdp->sd_tune, new_timeo) * HZ; 1407 int error = gfs2_statfs_sync(sdp->sd_vfs, 0); 1408 quotad_error(sdp, "statfs", error); 1409 statfs_timeo = gfs2_tune_get(sdp, gt_statfs_quantum) * HZ;dir.c https://bitbucket.org/bradfa/linux.git | C | 2,019 lines
106 struct buffer_head *bh; 107 int error; 108 110 if (error) 111 return error; 112 if (gfs2_metatype_check(GFS2_SB(&ip->i_inode), bh, GFS2_METATYPE_JD)) { 123 struct buffer_head *dibh; 124 int error; 125 256 257 return (error) ? error : size; 258} 797 798 return error ? ERR_PTR(error) : NULL; 799 }xattr.c https://bitbucket.org/bradfa/linux.git | C | 1,690 lines
556out: 557 ext4_std_error(inode->i_sb, error); 558 return; 1184 if (error == 0) 1185 error = error2; 1186 } 1456 if (!bh) { 1457 EXT4_ERROR_INODE(inode, "block %llu read error", 1458 EXT4_I(inode)->i_file_acl); 1523 * Returns 0 if the blocks are equal, 1 if they differ, and 1524 * a negative error number on errors. 1525 */ 1588 if (!bh) { 1589 EXT4_ERROR_INODE(inode, "block %lu read error", 1590 (unsigned long) ce->e_block);xmldebug.xml https://bitbucket.org/totte/kate.git | XML | 594 lines
16 17 <context name="0:prolog" attribute="Error" lineEndContext="#stay"> 18 <RegExpr attribute="Doctype Declaration" context="1:XMLDecl Version" String="<\?xml(\s+|$)"/> 25 26 <context name="2:XMLDecl Version Eq" attribute="Error" lineEndContext="5:XMLDecl Encoding Eq"> 27 <RegExpr attribute="Attribute" context="3:XMLDecl Version" String="\s*=\s*"/> 30 31 <context name="3:XMLDecl Version" attribute="Error" lineEndContext="#stay"> 32 <RegExpr attribute="Value" context="4:XMLDecl Encoding" String="\s*("[A-Za-z0-9:._-]*"|'[A-Za-z0-9:._-]*')(?!e)\s*"/> 35 36 <context name="4:XMLDecl Encoding" attribute="Error" lineEndContext="#stay"> 37 <RegExpr attribute="Attribute" context="5:XMLDecl Encoding Eq" String="\s*encoding\s*"/> 583 <itemData name="Stylesheet" defStyleNum="dsKeyword"/> 584 <itemData name="Error" defStyleNum="dsError"/> 585 </itemDatas>error.log https://bitbucket.org/_naz/cake-facebook-app.git | Unknown | 682 lines
3082012-12-27 01:11:02 Error: [FatalErrorException] parse error, expecting `T_FUNCTION' 309#0 /Users/nazimjamil/Sites/mexican-wave/lib/Cake/Error/ErrorHandler.php(161): ErrorHandler::handleFatalError(4, 'parse error, ex...', '/Users/nazimjam...', 6) 310#1 [internal function]: ErrorHandler::handleError(4, 'parse error, ex...', '/Users/nazimjam...', 6, Array) 3242012-12-27 01:12:40 Error: [FatalErrorException] parse error, expecting `T_FUNCTION' 325#0 /Users/nazimjamil/Sites/mexican-wave/lib/Cake/Error/ErrorHandler.php(161): ErrorHandler::handleFatalError(4, 'parse error, ex...', '/Users/nazimjam...', 6) 326#1 [internal function]: ErrorHandler::handleError(4, 'parse error, ex...', '/Users/nazimjam...', 6, Array) 4602012-12-27 01:31:14 Error: [FatalErrorException] parse error, expecting `')'' 461#0 /Users/nazimjamil/Sites/mexican-wave/lib/Cake/Error/ErrorHandler.php(161): ErrorHandler::handleFatalError(4, 'parse error, ex...', '/Users/nazimjam...', 66) 462#1 [internal function]: ErrorHandler::handleError(4, 'parse error, ex...', '/Users/nazimjam...', 66, Array) 5482012-12-27 02:21:45 Error: [FatalErrorException] parse error 549#0 /Users/nazimjamil/Sites/mexican-wave/lib/Cake/Error/ErrorHandler.php(161): ErrorHandler::handleFatalError(4, 'parse error', '/Users/nazimjam...', 29) 550#1 [internal function]: ErrorHandler::handleError(4, 'parse error', '/Users/nazimjam...', 29, Array) 6752012-12-27 03:22:45 Error: [FatalErrorException] parse error 676#0 /Users/nazimjamil/Sites/mexican-wave/lib/Cake/Error/ErrorHandler.php(161): ErrorHandler::handleFatalError(4, 'parse error', '/Users/nazimjam...', 18) 677#1 [internal function]: ErrorHandler::handleError(4, 'parse error', '/Users/nazimjam...', 18, Array)enme-js_deps_src_main_resources_req_json_services.js.html https://bitbucket.org/encuestame/enme-doc.git | HTML | 1,083 lines
532// if (encuestame.error.dialog != null){ 533// encuestame.error.dialog.open ? encuestame.error.dialog.hide() : ""; 534// } else { 687 var defaultError = function(error, ioargs){ 688 console.error("default error ", error); 689 }; 760 var defaultError = function(error, ioargs) { 761 console.error("default error ", error); 762 }; 766 //get the xhr encapsulated error message. 767 errorWrapper = function (errorText, xhrError) { 768 if (typeof(xhrError === "object")){ 771 } else { 772 error(errorText || "undefined error"); 773 }main.c https://bitbucket.org/voltagex/android-kernel-u8666.git | C | 1,211 lines
79 80static int async_error; 81 525 #ifdef CONFIG_HUAWEI_RPC_CRASH_DEBUG 526 printk(KERN_ERR "HUAWEI RPC DEBUG: resumed_noirq %s error = %d\n", dev_name(dev), error); 527 #endif 710 #ifdef CONFIG_HUAWEI_RPC_CRASH_DEBUG 711 printk(KERN_ERR "HUAWEI RPC DEBUG: resumed %s error=%d\n", dev_name(dev), error); 712 #endif 1004 if (error) 1005 async_error = error; 1006 1071 if (!error) 1072 error = async_error; 1073 if (!error)testwt2.f https://bitbucket.org/vijaysm/libmesh.git | FORTRAN Legacy | 1,432 lines
72 1 cpu_word_size, io_word_size 73 write (iout, '("after excre, error = ", i4)' ) ierr 74 78 1 exoid2, ierr 79 write (iout, '("after excre (2), error = ", i4)' ) ierr 80 96 97 write (iout, '("after expini, error = ", i4)' ) ierr 98 110 111 write (iout, '("after expini (2), error = ", i4)' ) ierr 112 215 call expcor (exoid, x, y, z, ierr) 216 write (iout, '("after expcor, error = ", i4)' ) ierr 217testrd1.dmp https://bitbucket.org/vijaysm/libmesh.git | Unknown | 918 lines
1 2after exopen, error = 0 3 I/O word size 4 4 5after exgini, error = 0 6database parameters: 14 15after exgcor, error = 0 16x coords = 103 104after exgcon, error = 0 105x coord name = xcoor 107 108after exgmp, error = 0 109testwtm.c https://bitbucket.org/vijaysm/libmesh.git | C | 1,405 lines
146 147 printf ("after ex_put_init, error = %d\n", error); 148 972 error = ex_put_prop(exoid, EX_SIDE_SET, 30, "COLOR", 100); 973 printf ("after ex_put_prop, error = %d\n", error); 974 1382 error = ex_update (exoid); 1383 printf ("after ex_update, error = %d\n", error); 1384 for (n=0; n<nexofiles; n++) 1386 error = ex_update (exoidm[n]); 1387 printf ("after ex_update (%d), error = %d\n", n, error); 1388 } 1397 error = ex_close (exoid); 1398 printf ("after ex_close, error = %d\n", error); 1399 for (n=0; n<nexofiles; n++)testwtd.c https://bitbucket.org/vijaysm/libmesh.git | C | 602 lines
116 117 printf ("after ex_put_init, error = %d\n", error); 118 326 error = ex_put_node_set_dist_fact (exoid, 21, dist_fact); 327 printf ("after ex_put_node_set_dist_fact, error = %d\n", error); 328 561 nodal_var_vals); 562 printf ("after ex_put_nodal_var, error = %d\n", error); 563 } 578 num_elem_in_block[j], elem_var_vals); 579 printf ("after ex_put_elem_var, error = %d\n", error); 580 } 588 error = ex_update (exoid); 589 printf ("after ex_update, error = %d\n", error); 590testwtbig.c https://bitbucket.org/vijaysm/libmesh.git | C | 776 lines
124 125 printf ("after ex_put_init, error = %d\n", error); 126 329 error = ex_put_prop_array(exoid, EX_NODE_SET, "VELOCITY", prop_array); 330 printf ("after ex_put_prop_array, error = %d\n", error); 331 736 nodal_var_vals); 737 printf ("after ex_put_nodal_var, error = %d\n", error); 738 } 753 num_elem_in_block[j], elem_var_vals); 754 printf ("after ex_put_elem_var, error = %d\n", error); 755 } 763 error = ex_update (exoid); 764 printf ("after ex_update, error = %d\n", error); 765 }testwt_ss.c https://bitbucket.org/vijaysm/libmesh.git | C | 835 lines
112 113 printf ("after ex_put_init, error = %d\n", error); 114 305 error = ex_put_elem_conn (exoid, ebids[1], connect); 306 printf ("after ex_put_elem_conn, error = %d\n", error); 307 799 error = ex_put_qa (exoid, num_qa_rec, qa_record); 800 printf ("after ex_put_qa, error = %d\n", error); 801 817 error = ex_put_info (exoid, num_info, info); 818 printf ("after ex_put_info, error = %d\n", error); 819 828 error = ex_close (exoid); 829 printf ("after ex_close, error = %d\n", error); 830 if (error) {testwt_nossnsdf.c https://bitbucket.org/vijaysm/libmesh.git | C | 889 lines
120 121 printf ("after ex_put_init, error = %d\n", error); 122 396 error = ex_put_node_set (exoid, 20, node_list); 397 printf ("after ex_put_node_set, error = %d\n", error); 398 error = ex_put_node_set_dist_fact (exoid, 20, dist_fact); 844 nodal_var_vals); 845 printf ("after ex_put_nodal_var, error = %d\n", error); 846 } 865 num_elem_in_block[j], elem_var_vals); 866 printf ("after ex_put_elem_var, error = %d\n", error); 867 } 876 error = ex_update (exoid); 877 printf ("after ex_update, error = %d\n", error); 878 }testwt_nc.c https://bitbucket.org/vijaysm/libmesh.git | C | 1,236 lines
119 120 printf ("after ex_put_init, error = %d\n", error); 121 467 error = ex_put_elem_conn (exoid, ebids[4], connect); 468 printf ("after ex_put_elem_conn, error = %d\n", error); 469 1199 num_nodes_in_nset[j], nset_var_vals); 1200 printf ("after ex_put_nset_var, error = %d\n", error); 1201 if (error) { 1213 error = ex_update (exoid); 1214 printf ("after ex_update, error = %d\n", error); 1215 if (error) { 1229 error = ex_close (exoid); 1230 printf ("after ex_close, error = %d\n", error); 1231 if (error) {testwt_clb.c https://bitbucket.org/vijaysm/libmesh.git | C | 999 lines
117 118 printf ("after ex_put_init, error = %d\n", error); 119 405 error = ex_put_elem_attr (exoid, ebids[0], attrib); 406 printf ("after ex_put_elem_attr, error = %d\n", error); 407 962 num_elem_per_set[j], sset_var_vals); 963 printf ("after ex_put_sset_var, error = %d\n", error); 964 if (error) { 977 error = ex_update (exoid); 978 printf ("after ex_update, error = %d\n", error); 979 if (error) { 992 error = ex_close (exoid); 993 printf ("after ex_close, error = %d\n", error); 994 if (error) {testwt2.c https://bitbucket.org/vijaysm/libmesh.git | C | 1,279 lines
133 134 printf ("after ex_put_init, error = %d\n", error); 135 535 error = ex_put_prop_array(exoid2, EX_NODE_SET, "VELOCITY", prop_array); 536 printf ("after ex_put_prop (2), error = %d\n", error); 537 1262 error = ex_update (exoid); 1263 printf ("after ex_update, error = %d\n", error); 1264 error = ex_update (exoid2); 1264 error = ex_update (exoid2); 1265 printf ("after ex_update (2), error = %d\n", error); 1266 } 1274 error = ex_close (exoid); 1275 printf ("after ex_close, error = %d\n", error); 1276 error = ex_close (exoid2);testwt1.c https://bitbucket.org/vijaysm/libmesh.git | C | 920 lines
123 124 printf ("after ex_put_init, error = %d\n", error); 125 423 error = ex_put_elem_attr (exoid, ebids[4], &attrib[15]); 424 printf ("after ex_put_elem_attr, error = %d\n", error); 425 875 nodal_var_vals); 876 printf ("after ex_put_nodal_var, error = %d\n", error); 877 } 896 num_elem_in_block[j], elem_var_vals); 897 printf ("after ex_put_elem_var, error = %d\n", error); 898 } 907 error = ex_update (exoid); 908 printf ("after ex_update, error = %d\n", error); 909 }testwt.c https://bitbucket.org/vijaysm/libmesh.git | C | 1,232 lines
120 121 printf ("after ex_put_init, error = %d\n", error); 122 464 error = ex_put_elem_conn (exoid, ebids[4], connect); 465 printf ("after ex_put_elem_conn, error = %d\n", error); 466 1195 num_nodes_in_nset[j], nset_var_vals); 1196 printf ("after ex_put_nset_var, error = %d\n", error); 1197 if (error) { 1209 error = ex_update (exoid); 1210 printf ("after ex_update, error = %d\n", error); 1211 if (error) { 1225 error = ex_close (exoid); 1226 printf ("after ex_close, error = %d\n", error); 1227 if (error) {testwt-partial.c https://bitbucket.org/vijaysm/libmesh.git | C | 1,218 lines
120 121 printf ("after ex_put_init, error = %d\n", error); 122 469 error = ex_put_elem_conn (exoid, ebids[4], connect); 470 printf ("after ex_put_elem_conn, error = %d\n", error); 471 1181 k, nsids[j], num_nodes_in_nset[j], nset_var_vals); 1182 printf ("after ex_put_nset_var, error = %d\n", error); 1183 if (error) { 1195 error = ex_update (exoid); 1196 printf ("after ex_update, error = %d\n", error); 1197 if (error) { 1211 error = ex_close (exoid); 1212 printf ("after ex_close, error = %d\n", error); 1213 if (error) {