Home
last modified time | relevance | path

Searched refs:xerr (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.errorbars.min.js7xerr:{err:"x",show:null,asymmetric:null,upperCap:null,lowerCap:null,color:null,radius:null},yerr:{… property
Djquery.flot.errorbars.js70xerr: { err: 'x', show: null, asymmetric: null, upperCap: null, lowerCap: null, color: null, radiu… property
90 if (series.points.xerr.asymmetric) {
116 var xerr = series.points.xerr,
122 if (xerr.asymmetric) {
151 if (!xerr.show){
168 err = [s.points.xerr, s.points.yerr];
336 if (s.points.errorbars && (s.points.xerr.show || s.points.yerr.show))
/external/libpng/contrib/examples/
Dsimpleover.c64 unsigned int xerr = 0;
85 xerr = x;
96 printf("error %f @ %u\n", err, xerr);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c251 static int window_exists_err_handler( Display* dpy, XErrorEvent* xerr ) in window_exists_err_handler() argument
254 if (xerr->error_code == BadWindow) { in window_exists_err_handler()
/external/mesa3d/src/glx/
DXF86dri.c415 noopErrorHandler(Display * dpy, XErrorEvent * xerr) in noopErrorHandler() argument
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c202 static int window_exists_err_handler( XMesaDisplay* dpy, XErrorEvent* xerr ) in window_exists_err_handler() argument
205 if (xerr->error_code == BadWindow) { in window_exists_err_handler()