5,840,503 results for 'ERROR repo:shomah4a/pypy2' (22 ms)
errors.html https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | HTML | 804 lines
33 Reports <b class="caret"></b></a><ul class="dropdown-menu"> 34<li><a href="errors.html"><i class="icon-remove-sign"></i> Errors 35 <span class="label label-info">98</span></a></li> 54<li><div class="btn-group type-filter" data-toggle="buttons-checkbox"> 55<button class="btn critical">Critical</button><button class="btn error">Error</button><button class="btn notice">Notice</button> 56</div></li> 92<tbody> 93<tr class="error"> 94<td>error</td> 97</tr> 98<tr class="error"> 99<td>error</td> 171<tr class="error"> 172<td>error</td> 173<td>0</td>errors.html https://bitbucket.org/jcjordan/jcjordan.bitbucket.org.git | HTML | 828 lines
32 Reports <b class="caret"></b></a><ul class="dropdown-menu"> 33<li><a href="errors.html"><i class="icon-remove-sign"></i> Errors 34 <span class="label label-info">83</span></a></li> 53<li><div class="btn-group type-filter" data-toggle="buttons-checkbox"> 54<button class="btn critical">Critical</button><button class="btn error">Error</button><button class="btn notice">Notice</button> 55</div></li> 99<tbody> 100<tr class="error"> 101<td>error</td> 104</tr> 105<tr class="error"> 106<td>error</td> 159<tr class="error"> 160<td>error</td> 161<td>7</td>Elmah.xml https://bitbucket.org/vblain/elmahmultiapp.git | XML | 1,982 lines
520 </member> 521 <member name="M:Elmah.ErrorDisplay.HumaneExceptionErrorType(Elmah.Error)"> 522 <summary> 619 <summary> 620 Binds an <see cref="P:Elmah.ErrorLogEntry.Error"/> instance with the <see cref="T:Elmah.ErrorLog"/> 621 instance from where it was served. 623 </member> 624 <member name="M:Elmah.ErrorLogEntry.#ctor(Elmah.ErrorLog,System.String,Elmah.Error)"> 625 <summary> 691 </member> 692 <member name="M:Elmah.ErrorLogModule.OnErrorSignaled(System.Object,Elmah.ErrorSignalEventArgs)"> 693 <summary> 1074 </member> 1075 <member name="M:Elmah.ErrorTweetModule.OnErrorSignaled(System.Object,Elmah.ErrorSignalEventArgs)"> 1076 <summary>Elmah.xml https://bitbucket.org/vblain/elmahmultiapp.git | XML | 1,982 lines
520 </member> 521 <member name="M:Elmah.ErrorDisplay.HumaneExceptionErrorType(Elmah.Error)"> 522 <summary> 619 <summary> 620 Binds an <see cref="P:Elmah.ErrorLogEntry.Error"/> instance with the <see cref="T:Elmah.ErrorLog"/> 621 instance from where it was served. 623 </member> 624 <member name="M:Elmah.ErrorLogEntry.#ctor(Elmah.ErrorLog,System.String,Elmah.Error)"> 625 <summary> 691 </member> 692 <member name="M:Elmah.ErrorLogModule.OnErrorSignaled(System.Object,Elmah.ErrorSignalEventArgs)"> 693 <summary> 1074 </member> 1075 <member name="M:Elmah.ErrorTweetModule.OnErrorSignaled(System.Object,Elmah.ErrorSignalEventArgs)"> 1076 <summary>amar-test.c https://bitbucket.org/bblough/amanda.git | C | 1,123 lines
301 "'%s' set 'error' but did not indicate an error condition: %s (%s)\n", 302 fn, error->message, strerror(error->code)); 303 else if (!error) 307 EXPECT_FAILURE( 308 "'%s' error: %s (%s)\n", fn, error->message, strerror(error->code)); 309 312 313#define check_gerror(ok, error, fn) check_gerror_((ok)!=0, (error), (fn)) 314 334 "'%s' correctly set 'error' but did not indicate an error condition: %s (%s)\n", 335 fn, error->message, strerror(error->code)); 336 else /* (!error) */ 776 at2 = amar_new_attr(af2, attrid++, &error); 777 check_gerror(at2, error, "amar_new_attr"); 778 ok = amar_attr_add_data_buffer(at, buf, 72, 0, &error);setup.c https://bitbucket.org/LANJr4D/jitsi.git | C | 2,046 lines
478 error = ERROR_OUTOFMEMORY; 479 LastError_setLastError(error, _T(__FILE__), __LINE__); 480 } 1450 error = ERROR_BAD_ARGUMENTS; 1451 LastError_setLastError(error, _T(__FILE__), __LINE__); 1452 } 1468// error = ERROR_OUTOFMEMORY; 1469// LastError_setLastError(error, _T(__FILE__), __LINE__); 1470// } 1521 error = ERROR_NOT_ENOUGH_MEMORY; 1522 LastError_setLastError(error, _T(__FILE__), __LINE__); 1523 } 1550 error = envVarError; 1551 LastError_setLastError(error, _T(__FILE__), __LINE__); 1552 }run.c https://bitbucket.org/LANJr4D/jitsi.git | C | 1,643 lines
87 if (envVarLength + 1 + pathLength + 1 > envVarCapacity) 88 error = ERROR_NOT_ENOUGH_MEMORY; 89 else 99 if (SetEnvironmentVariable(envVarName, envVar)) 100 error = ERROR_SUCCESS; 101 else 101 else 102 error = GetLastError(); 103 } 157 free(cmdLineW); 158 error = argv ? ERROR_SUCCESS : GetLastError(); 159 } 1162 else 1163 error = GetLastError(); 1164 free(cd);ct406.c https://bitbucket.org/simonsimons34/android_kernel_motorola_electrifym.git | C | 1,708 lines
531 if (error < 0) { 532 pr_err("%s: error writing CONFIG: %d\n", __func__, error); 533 return; 726 if (error < 0) { 727 pr_err("%s: Error %d\n", __func__, error); 728 return error; 741 if (error < 0) { 742 pr_err("%s: Error %d\n", __func__, error); 743 return error; 772 if (error < 0) { 773 pr_err("%s: Error %d\n", __func__, error); 774 return error; 1090 if (error < 0) { 1091 pr_err("%s: Error %d\n", __func__, error); 1092 }checkout.tpl https://bitbucket.org/elena_dyavolova/omf.git | Smarty Template | 929 lines
83 }, 84 error: function(xhr, ajaxOptions, thrownError) { 85 alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); 443 }, 444 error: function(xhr, ajaxOptions, thrownError) { 445 alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); 870 }, 871 error: function(xhr, ajaxOptions, thrownError) { 872 alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); 916 }, 917 error: function(xhr, ajaxOptions, thrownError) { 918 alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); 922 }, 923 error: function(xhr, ajaxOptions, thrownError) { 924 alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);ops_fstype.c https://bitbucket.org/olivier_pitton/linux-3.8.git | C | 1,435 lines
156 157static void end_bio_io_page(struct bio *bio, int error) 158{ 163 else 164 printk(KERN_WARNING "gfs2: error %d reading superblock\n", error); 165 unlock_page(page); 194 * @sector: The location of the super block 195 * @error: The error code to return 196 * 746 if (error) { 747 fs_err(sdp, "error recovering my journal: %d\n", error); 748 goto fail_jinode_gh; 1327 args.ar_quota_quantum = 60; 1328 args.ar_errors = GFS2_ERRORS_DEFAULT; 1329i915_irq.c https://bitbucket.org/olivier_pitton/linux-3.8.git | C | 2,884 lines
864{ 865 struct i915_gpu_error *error = container_of(work, struct i915_gpu_error, 866 work); 1048{ 1049 struct drm_i915_error_state *error = container_of(error_ref, 1050 typeof(*error), ref); 1296 spin_lock_irqsave(&dev_priv->gpu_error.lock, flags); 1297 error = dev_priv->gpu_error.first_error; 1298 spin_unlock_irqrestore(&dev_priv->gpu_error.lock, flags); 1340 if (INTEL_INFO(dev)->gen >= 6) { 1341 error->error = I915_READ(ERROR_GEN6); 1342 error->done_reg = I915_READ(DONE_REG); 1410 spin_lock_irqsave(&dev_priv->gpu_error.lock, flags); 1411 error = dev_priv->gpu_error.first_error; 1412 dev_priv->gpu_error.first_error = NULL;mm-broadband-modem-qmi.c https://bitbucket.org/accelecon/modemmanager.git | C | 7,658 lines
107 QmiService service, 108 GError **error) 109{ 114 if (!port) { 115 g_set_error (error, 116 MM_CORE_ERROR, 3487 if (!qmi_message_nas_get_serving_system_output_get_result (output, &error)) { 3488 g_prefix_error (&error, "Couldn't get serving system: "); 3489 g_simple_async_result_take_error (ctx->result, error); 7323{ 7324 GError *error = NULL; 7325 7326 if (!mm_qmi_port_open_finish (qmi, res, &error)) { 7327 g_simple_async_result_take_error (ctx->result, error); 7328 initialization_started_context_complete_and_free (ctx);mmcli-modem.c https://bitbucket.org/accelecon/modemmanager.git | C | 1,262 lines
469 g_printerr ("error: couldn't enable the modem: '%s'\n", 470 error ? error->message : "unknown error"); 471 exit (EXIT_FAILURE); 496 g_printerr ("error: couldn't disable the modem: '%s'\n", 497 error ? error->message : "unknown error"); 498 exit (EXIT_FAILURE); 605 g_printerr ("error: command failed: '%s'\n", 606 error ? error->message : "unknown error"); 607 exit (EXIT_FAILURE); 690 g_printerr ("error: couldn't create new bearer: '%s'\n", 691 error ? error->message : "unknown error"); 692 exit (EXIT_FAILURE); 719 g_printerr ("error: couldn't delete bearer: '%s'\n", 720 error ? error->message : "unknown error"); 721 exit (EXIT_FAILURE);jsonrpc.py https://bitbucket.org/tomusdrw/mgr.p2p.proxy.git | Python | 1,095 lines
208 def __init__(self, error_data=None): 209 RPCFault.__init__(self, PARSE_ERROR, ERROR_MESSAGE[PARSE_ERROR], error_data) 210 359 return '{"result": null, "error": {"code":%s, "message": %s}, "id": %s}' % \ 360 (self.dumps(error.error_code), self.dumps(error.error_message), self.dumps(id)) 361 else: 362 return '{"result": null, "error": {"code":%s, "message": %s, "data": %s}, "id": %s}' % \ 363 (self.dumps(error.error_code), self.dumps(error.error_message), self.dumps(error.error_data), self.dumps(id)) 364 544 return '{"jsonrpc": "2.0", "error": {"code":%s, "message": %s, "data": %s}, "id": %s}' % \ 545 (self.dumps(error.error_code), self.dumps(error.error_message), self.dumps(error.error_data), self.dumps(id)) 546 1077 self.log(traceback.format_exc()) 1078 return self.__data_serializer.dumps_error( RPCFault(INTERNAL_ERROR, ERROR_MESSAGE[INTERNAL_ERROR]), id ) 1079 print "Serializing response"open.c https://bitbucket.org/digetx/picasso-kernel.git | C | 1,084 lines
66 struct inode *inode; 67 long error; 68 76 77 error = mnt_want_write(path->mnt); 78 if (error) 80 81 error = inode_permission(inode, MAY_WRITE); 82 if (error) 84 85 error = -EPERM; 86 if (IS_APPEND(inode)) 88 89 error = get_write_access(inode); 90 if (error)xfs_vnodeops.c https://bitbucket.org/digetx/picasso-kernel.git | C | 2,348 lines
131 ASSERT(0); 132 error = XFS_ERROR(EFSCORRUPTED); 133 goto out; 1161 if (ip->i_d.di_nlink != 2) { 1162 error = XFS_ERROR(ENOTEMPTY); 1163 goto out_trans_cancel; 1165 if (!xfs_dir_isempty(ip)) { 1166 error = XFS_ERROR(ENOTEMPTY); 1167 goto out_trans_cancel; 1446 if (dp->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) { 1447 error = XFS_ERROR(EPERM); 1448 goto error_return; 1788 if (nimaps == 0) { 1789 error = XFS_ERROR(ENOSPC); 1790 break;xfs_qm.c https://bitbucket.org/digetx/picasso-kernel.git | C | 1,958 lines
844 if ((error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES))) { 845 xfs_alert(mp, "%s failed (error %d)!", __func__, error); 846 return error; 1409 0, 0, &uip))) 1410 return XFS_ERROR(error); 1411 } 1418 IRELE(uip); 1419 return XFS_ERROR(error); 1420 } 1437 flags | XFS_QMOPT_UQUOTA))) 1438 return XFS_ERROR(error); 1439 1450 1451 return XFS_ERROR(error); 1452 }xfs_ioctl.c https://bitbucket.org/digetx/picasso-kernel.git | C | 1,636 lines
235 (fmode & FMODE_WRITE) && IS_APPEND(inode)) { 236 error = -XFS_ERROR(EPERM); 237 goto out_dput; 560 ops[i].am_attrname, MAXNAMELEN); 561 if (ops[i].am_error == 0 || ops[i].am_error == MAXNAMELEN) 562 error = -ERANGE; 597 if (copy_to_user(am_hreq.ops, ops, size)) 598 error = XFS_ERROR(EFAULT); 599 1595 1596 error = xfs_errortag_add(in.errtag, mp); 1597 return -error; 1603 1604 error = xfs_errortag_clearall(mp, 1); 1605 return -error;xfs_bmap.c https://bitbucket.org/digetx/picasso-kernel.git | C | 6,314 lines
356 xfs_btree_del_cursor(cur, 357 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR); 358 } 3547 ASSERT(0); 3548 error = XFS_ERROR(EINVAL); 3549 goto error1; 5148 xfs_btree_del_cursor(bma.cur, 5149 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR); 5150 } 5454 got.br_startoff + got.br_blockcount) { 5455 error = XFS_ERROR(ENOSPC); 5456 goto error0; 5531 xfs_btree_del_cursor(cur, 5532 error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR); 5533 }xfs_alloc.c https://bitbucket.org/digetx/picasso-kernel.git | C | 2,558 lines
304{ 305 int error; /* error code */ 306 int i; /* operation results */ 827 xfs_agblock_t gtnew; /* useful start bno of right side */ 828 int error; /* error code */ 829 int i; /* result code, temporary */ 1214 xfs_btree_cur_t *cnt_cur; /* cursor for cnt btree */ 1215 int error; /* error result */ 1216 xfs_agblock_t fbno; /* start of found freespace */ 1513 xfs_btree_cur_t *cnt_cur; /* cursor for by-size btree */ 1514 int error; /* error return value */ 1515 xfs_agblock_t gtbno; /* start of right neighbor block */ 1811 xfs_extlen_t delta; /* new blocks needed in freelist */ 1812 int error; /* error result code */ 1813 xfs_extlen_t longest;/* longest extent in allocation group */