Searched refs:ERR (Results 1 - 25 of 99) sorted by path

1234

/external/bouncycastle/
H A Dimport_bouncycastle.sh29 trap "echo WARNING: Exiting on non-zero subprocess exit code" ERR;
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc226 // 4 ERR
229 enum { GETNAME, GETVALUE, GETDATA, DONE, ERR }; enumerator in enum:content::__anon7505
294 case ERR:
/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dremoting_postflight.sh37 trap on_error ERR
H A Dremoting_preflight.sh39 trap on_error ERR
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcmdline.py330 OK, ERR = 0, 1
393 return ERR
399 return ERR
432 return ERR
438 return ERR
449 return ERR
453 return ERR
475 return ERR
503 return ERR
664 status = ERR
[all...]
/external/chromium_org/third_party/angle/src/common/
H A Ddebug.h57 #define ERR(message, ...) gl::trace(false, "err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__) macro
59 #define ERR(message, ...) (void(0))
77 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
112 ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
116 #define UNREACHABLE() ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__)
/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.cpp109 ERR("Could not retrieve the window dimensions");
H A Dmain.cpp36 ERR("Could not set thread local storage.");
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DContext.cpp2017 ERR("Point rendering without writing to gl_PointSize.");
H A DProgramBinary.cpp274 ERR("Error compiling dynamic pixel executable:\n%s\n", &tempCharBuffer[0]);
305 ERR("Error compiling dynamic vertex executable:\n%s\n", &tempCharBuffer[0]);
H A DlibGLESv2.cpp477 ERR("Simultaneous use of GL_CONSTANT_ALPHA/GL_ONE_MINUS_CONSTANT_ALPHA and GL_CONSTANT_COLOR/GL_ONE_MINUS_CONSTANT_COLOR invalid under WebGL");
H A Dmain.cpp33 ERR("Could not set thread local storage.");
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DHLSLCompiler.cpp53 ERR("No D3D compiler module found - aborting!\n");
H A DVertexDataManager.cpp71 ERR("Failed to allocate the streaming vertex buffer.");
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DBlit11.cpp100 ERR("Failed to create staging texture for depth stencil blit. HRESULT: 0x%X.", result);
420 ERR("Failed to map vertex buffer for texture swizzle, HRESULT: 0x%X.", result);
438 ERR("Failed to map constant buffer for texture swizzle, HRESULT: 0x%X.", result);
543 ERR("Failed to map vertex buffer for texture copy, HRESULT: 0x%X.", result);
656 ERR("Failed to map vertex buffer for texture copy, HRESULT: 0x%X.", result);
H A DClear11.cpp225 ERR("It is undefined behaviour to clear a render buffer which is not normalized fixed point or floating-"
494 ERR("Unable to create a ID3D11BlendState, HRESULT: 0x%X.", result);
539 ERR("Unable to create a ID3D11DepthStencilState, HRESULT: 0x%X.", result);
H A DImage11.cpp61 ERR("Failed to map destination image for mip map generation. HRESULT:0x%X", destMapResult);
69 ERR("Failed to map source image for mip map generation. HRESULT:0x%X", srcMapResult);
267 ERR("Could not map image for loading.");
301 ERR("Could not map image for loading.");
353 ERR("Failed to create resolve texture for Image11::copy, HRESULT: 0x%X.", result);
387 ERR("Failed to map texture for Image11::copy, HRESULT: 0x%X.", result);
475 ERR("Creating image failed.");
516 ERR("Creating image failed.");
H A DRenderer11.cpp143 ERR("Could not load D3D11 or DXGI library - aborting!\n");
153 ERR("Could not retrieve D3D11CreateDevice address - aborting!\n");
186 ERR("Failed creating Debug D3D11 device - falling back to release runtime.\n");
205 ERR("Could not create D3D11 device - aborting!\n");
233 ERR("DXGI 1.2 required to present to HWNDs owned by another process.\n");
245 ERR("Could not query DXGI device - aborting!\n");
253 ERR("Could not retrieve DXGI adapter - aborting!\n");
267 ERR("Could not create DXGI factory - aborting!\n");
445 ERR("NULL sampler state returned by RenderStateCache::getSamplerState, setting the default"
467 ERR("NUL
[all...]
H A DSwapChain11.cpp116 ERR("Failed to open the swap chain pbuffer share handle: %08lX", result);
126 ERR("Failed to query texture2d interface in pbuffer share handle: %08lX", result);
141 ERR("Invalid texture parameters in the shared offscreen texture pbuffer");
167 ERR("Could not create offscreen texture: %08lX", result);
191 ERR("Could not query offscreen texture resource: %08lX", result);
201 ERR("Could not get offscreen texture shared handle: %08lX", result);
247 ERR("Could not create depthstencil surface for new swap chain: 0x%08X", result);
337 ERR("Error resizing swap chain buffers: 0x%08X", result);
423 ERR("Could not create additional swap chains or offscreen surfaces: %08lX", result);
603 ERR("Presen
[all...]
H A DTextureStorage11.cpp265 ERR("Failed to swizzle texture.");
495 ERR("Creating image failed.");
849 ERR("Creating image failed.");
1262 ERR("Creating image failed.");
1635 ERR("Creating image failed.");
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DBlit9.cpp136 ERR("Failed to create shader for blit operation");
147 ERR("Failed to set shader for blit operation");
229 ERR("Failed to retrieve the render target.");
265 ERR("Failed to retrieve the render target.");
H A DImage9.cpp190 ERR("Creating image surface failed.");
475 ERR("Failed to retrieve the render target.");
489 ERR("Could not create matching destination surface.");
498 ERR("GetRenderTargetData unexpectedly failed.");
512 ERR("Failed to lock the source surface (rectangle might be invalid).");
523 ERR("Failed to lock the destination surface (rectangle might be invalid).");
H A DRenderer9.cpp198 ERR("No D3D9 module found - aborting!\n");
223 ERR("Could not create D3D9 device - aborting!\n");
250 ERR("failed to get device caps (0x%x)\n", result);
258 ERR("Renderer does not support PS 2.0. aborting!\n");
266 ERR("Renderer does not support stretctrect from textures!\n");
1101 ERR("Unexpected null depthbuffer for depth-only FBO.");
1153 ERR("unable to locate renderbuffer for FBO.");
1172 ERR("render target pointer unexpectedly null.");
1216 ERR("depth stencil pointer unexpectedly null.");
1389 ERR("Coul
[all...]
H A DSwapChain9.cpp109 ERR("Could not create offscreen texture: %08lX", result);
191 ERR("Could not create additional swap chains or offscreen surfaces: %08lX", result);
219 ERR("Could not create depthstencil surface for new swap chain: 0x%08X", result);

Completed in 8089 milliseconds

1234