Searched defs:rendered (Results 1 - 4 of 4) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlStreamRendererTest.java42 private final StringBuilder rendered = new StringBuilder(); field in class:HtmlStreamRendererTest
44 rendered, new Handler<String>() {
54 rendered.setLength(0);
107 String output = rendered.toString();
130 String output = rendered.toString();
152 "<script type=\"text/javascript\"></script>", rendered.toString());
169 "<style type=\"text/css\"></style>", rendered.toString());
185 rendered.toString());
206 "<script>alert('foo')</script>", rendered.toString());
222 assertEquals("<script></script>", rendered
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp969 bool verify (const ConstPixelBufferAccess& rendered,
979 virtual bool verify (int iterationNdx, const ConstPixelBufferAccess& rendered) const = 0;
1430 const tcu::TextureLevel rendered = getPixels(renderCtx, RENDER_SIZE, m_colorBufferFormat); local
1432 if (!verify(m_currentIteration, rendered.getAccess()))
1450 bool TextureGatherCase::verify (const ConstPixelBufferAccess& rendered, argument
1462 const bool isOk = verifySingleColored(log, rendered, refColor);
1502 return verifyGatherOffsetsCompare(log, rendered, texture, texCoords, sampler, comparePrec, PixelCompareRefZDefault(RENDER_SIZE), *pixelOffsets);
1515 return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componentNdx, *pixelOffsets);
1526 return verifyGatherOffsets<deUint32>(log, rendered, texture, texCoords, sampler, lookupPrec, componentNdx, *pixelOffsets);
1528 return verifyGatherOffsets<deInt32>(log, rendered, textur
[all...]
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp992 bool compareImages (TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) argument
994 return tcu::pixelThresholdCompare(log, "Result", "Image comparison result", reference, rendered, threshold, tcu::COMPARE_LOG_RESULT);
997 bool compareImages (TestLog& log, const char* name, const char* desc, const tcu::Surface& reference, const tcu::Surface& rendered, tcu::RGBA threshold) argument
999 return tcu::pixelThresholdCompare(log, name, desc, reference, rendered, threshold, tcu::COMPARE_LOG_RESULT);
1002 int measureAccuracy (tcu::TestLog& log, const tcu::Surface& reference, const tcu::Surface& rendered, int bestScoreDiff, int worstScoreDiff) argument
1004 return tcu::measurePixelDiffAccuracy(log, "Result", "Image comparison result", reference, rendered, bestScoreDiff, worstScoreDiff, tcu::COMPARE_LOG_EVERYTHING);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 959 milliseconds