/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_custom_call.cc | 194 number_of_errors += ViETest::TestError(voe != NULL, "ERROR: %s at line %d", in ViECustomCall() 198 number_of_errors += ViETest::TestError(voe_base != NULL, in ViECustomCall() 203 number_of_errors += ViETest::TestError(error == 0, "ERROR: %s at line %d", in ViECustomCall() 207 number_of_errors += ViETest::TestError(voe_codec != NULL, in ViECustomCall() 213 number_of_errors += ViETest::TestError(voe_hardware != NULL, in ViECustomCall() 219 number_of_errors += ViETest::TestError(voe_network != NULL, in ViECustomCall() 225 number_of_errors += ViETest::TestError(voe_apm != NULL, in ViECustomCall() 231 number_of_errors += ViETest::TestError(vie != NULL, in ViECustomCall() 236 number_of_errors += ViETest::TestError(vie_base != NULL, in ViECustomCall() 241 number_of_errors += ViETest::TestError(error == 0, "ERROR: %s at line %d", in ViECustomCall() [all …]
|
D | vie_autotest_codec.cc | 601 number_of_errors += ViETest::TestError(error == 0, "ERROR: %s at line %d", in ViECodecExternalCodecTest() 604 number_of_errors += ViETest::TestError(error == 0, "ERROR: %s at line %d", in ViECodecExternalCodecTest() 615 number_of_errors += ViETest::TestError(vie_external_codec != NULL, in ViECodecExternalCodecTest() 620 number_of_errors += ViETest::TestError(vie_external_codec != NULL, in ViECodecExternalCodecTest() 631 number_of_errors += ViETest::TestError(error == -1, in ViECodecExternalCodecTest() 634 number_of_errors += ViETest::TestError( in ViECodecExternalCodecTest() 640 number_of_errors += ViETest::TestError(error == 0, "ERROR: %s at line %d", in ViECodecExternalCodecTest() 645 number_of_errors += ViETest::TestError(error == 0, "ERROR: %s at line %d", in ViECodecExternalCodecTest() 651 number_of_errors += ViETest::TestError(error == 0, "ERROR: %s at line %d", in ViECodecExternalCodecTest() 655 number_of_errors += ViETest::TestError(error == 0, "ERROR: %s at line %d", in ViECodecExternalCodecTest() [all …]
|
/external/chromium-trace/trace-viewer/src/base/unittest/ |
D | assertions.js | 26 throw new base.unittest.TestError(message); 33 throw new base.unittest.TestError(message); 40 throw new base.unittest.TestError(message); 47 throw new base.unittest.TestError(message); 54 throw new base.unittest.TestError(message); 61 throw new base.unittest.TestError(message); 69 throw new base.unittest.TestError(message); 76 throw new base.unittest.TestError(message); 90 throw new base.unittest.TestError(message); 104 throw new base.unittest.TestError(message); [all …]
|
D | test_error.js | 8 function TestError(opt_message) { class 10 Error.captureStackTrace(that, TestError); 11 that.__proto__ = TestError.prototype; 15 TestError.prototype = { class 20 TestError: TestError
|
/external/deqp/framework/common/ |
D | tcuDefs.hpp | 77 class TestError : public TestException class 80 TestError (const char* message, const char* expr, const char* file, int line); 81 TestError (const std::string& message); 82 virtual ~TestError (void) throw() {} in ~TestError() 129 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG) 132 #define TCU_CHECK(X) do { if (!(!deGetFalse() && (X))) throw tcu::TestError(DE_NULL, #X, __FILE__… 135 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F…
|
D | tcuDefs.cpp | 88 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError() function in tcu::TestError 93 TestError::TestError (const std::string& message) in TestError() function in tcu::TestError
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOArrayLengthTests.cpp | 100 throw tcu::TestError("Failed to build shader"); in init() 124 throw tcu::TestError("Failed to find outLength variable"); in init() 129 throw tcu::TestError("Unexpected outLength location"); in init() 137 throw tcu::TestError("Failed to find unused variable"); in init() 142 throw tcu::TestError("Unexpected unused location"); in init() 150 throw tcu::TestError("Failed to find array variable"); in init() 155 throw tcu::TestError("Unexpected array stride"); in init() 212 throw tcu::TestError("mapBufferRange returned NULL"); in iterate() 223 throw tcu::TestError("unmapBuffer returned false"); in iterate()
|
D | es31fMultisampleShaderRenderCase.cpp | 190 throw tcu::TestError("fbo not complete"); in init() 202 throw tcu::TestError("Got less texture samples than asked for"); in init() 210 throw tcu::TestError("could not build program"); in init() 226 throw tcu::TestError("fbo not complete"); in init() 234 throw tcu::TestError("Got less renderbuffer samples samples than asked for"); in init() 253 throw tcu::TestError("resolve fbo not complete"); in init() 290 throw tcu::TestError("could not build program"); in init() 456 throw tcu::TestError("could not build program"); in drawOneIteration() 558 throw tcu::TestError("Location u_sampler was -1."); in drawOneIteration() 610 throw tcu::TestError("Location u_sampler was -1."); in drawOneIteration() [all …]
|
D | es31fShaderStateQueryTests.cpp | 116 throw tcu::TestError("could not build shader"); in iterate() 125 throw tcu::TestError("Unexpected GL_ACTIVE_UNIFORMS, expected 1"); in iterate()
|
D | es31fTessellationGeometryInteractionTests.cpp | 260 throw tcu::TestError("could not build program"); in iterate() 262 throw tcu::TestError("a_position location was -1"); in iterate() 264 throw tcu::TestError("u_outerTessellationLevel location was -1"); in iterate() 556 throw tcu::TestError("could not build program"); in iterate() 558 throw tcu::TestError("a_position location was -1"); in iterate() 907 throw tcu::TestError("failed to build program"); in init() 919 throw tcu::TestError("failed to build program"); in init() 1010 throw tcu::TestError("a_position was -1"); in renderWithFeedback() 1080 throw tcu::TestError("mapBufferRange returned null"); in renderWithFeedback() 1088 throw tcu::TestError("unmapBuffer failed, did not return true"); in renderWithFeedback() [all …]
|
D | es31fSynchronizationTests.cpp | 84 throw tcu::TestError("mapBufferRange returned NULL"); in readBuffer() 90 throw tcu::TestError("unmapBuffer returned false"); in readBuffer() 203 throw tcu::TestError("could not build program"); in init() 376 throw tcu::TestError("memory map store corrupted"); in verifyResults() 1172 throw tcu::TestError("could not build program"); in init() 1192 throw tcu::TestError("could not build program"); in init() 1219 throw tcu::TestError("could not build program"); in init() 1243 throw tcu::TestError("could not build program"); in init() 1263 throw tcu::TestError("could not build program"); in init() 1287 throw tcu::TestError("could not build program"); in init() [all …]
|
D | es31fBasicComputeShaderTests.cpp | 221 throw tcu::TestError(string("Comparison failed for Output.values[") + de::toString(ndx) + "]"); in iterate() 342 throw tcu::TestError(string("Comparison failed for Output.values[") + de::toString(ndx) + "]"); in iterate() 443 throw tcu::TestError(string("Comparison failed for InOut.values[") + de::toString(ndx) + "]"); in iterate() 557 …throw tcu::TestError(string("Comparison failed for Out0.values[") + de::toString(ndx) + "] res=" +… in iterate() 570 …throw tcu::TestError(string("Comparison failed for Out1.values[") + de::toString(ndx) + "] res=" +… in iterate() 668 …throw tcu::TestError(string("Comparison failed for Output.values[") + de::toString(globalOffs + lo… in iterate() 786 throw tcu::TestError("Comparison failed"); in iterate() 876 …throw tcu::TestError(string("Comparison failed for Output.values[") + de::toString(globalOffs + lo… in iterate() 968 …throw tcu::TestError(string("Comparison failed for Output.values[") + de::toString(globalOffs + lo… in iterate() 1073 throw tcu::TestError(string("Comparison failed for Output.values[") + de::toString(ndx) + "]"); in iterate() [all …]
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Window.cpp | 112 throw tcu::TestError("AdjustWindowRect() failed", DE_NULL, __FILE__, __LINE__); in setSize() 117 throw tcu::TestError("SetWindowPos() failed", DE_NULL, __FILE__, __LINE__); in setSize() 124 throw tcu::TestError("GetClientRect() failed", DE_NULL, __FILE__, __LINE__); in getSize()
|
/external/deqp/framework/opengl/ |
D | gluDefs.cpp | 36 : tcu::TestError (message, expr, file, line) in Error() 42 : tcu::TestError (message) in Error()
|
D | gluDefs.hpp | 45 class Error : public tcu::TestError
|
D | gluRenderContext.cpp | 193 …throw tcu::TestError("glGetString(GL_EXTENSIONS) returned null pointer", DE_NULL, __FILE__, __LINE… in getExtensions() 217 …throw tcu::TestError("glGetStringi(GL_EXTENSIONS) returned null pointer", DE_NULL, __FILE__, __LIN… in getExtensions()
|
/external/deqp/framework/egl/ |
D | egluDefs.cpp | 56 …: tcu::TestError ((std::string("EGL returned ") + getErrorName(errCode)).c_str(), errStr ? errStr … in Error() 62 : tcu::TestError (message, expr, file, line) in Error()
|
D | egluDefs.hpp | 41 class Error : public tcu::TestError
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | setup.py | 56 class TestError(DistutilsError): class 145 raise TestError( 277 raise TestError(
|
/external/chromium_org/base/ |
D | scoped_clear_errno_unittest.cc | 21 TEST(ScopedClearErrno, TestError) { in TEST() argument
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 298 throw tcu::TestError("Compile failed"); in iterate() 392 throw tcu::TestError("Compile failed"); in iterate() 472 throw tcu::TestError("Invalid GL_ALIASED_POINT_SIZE_RANGE"); in iterate() 501 throw tcu::TestError("Compile failed"); in iterate() 604 throw tcu::TestError("Compile failed"); in iterate()
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
D | i915_parser_test.js | 64 throw new unittest.TestError('Unexpected thread named ' + t.name);
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.hpp | 223 class CompileFailed : public tcu::TestError 226 …inline CompileFailed (const char* file, int line) : tcu::TestError("Failed to compile shader progr… in CompileFailed()
|
/external/deqp/modules/gles31/stress/ |
D | es31sVertexAttributeBindingTests.cpp | 172 throw tcu::TestError("could not gen vao"); in init() 479 throw tcu::TestError("could not init buffer"); in createBuffers() 488 throw tcu::TestError("could not build shader"); in createShader() 559 throw tcu::TestError("could not build program"); in init()
|
/external/deqp/modules/egl/ |
D | teglRenderCase.cpp | 156 catch (const tcu::TestError& e) in executeForConfig() 178 catch (const tcu::TestError& e) in executeForConfig() 203 catch (const tcu::TestError& e) in executeForConfig()
|