Home
last modified time | relevance | path

Searched refs:rendered (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlStreamRendererTest.java42 private final StringBuilder rendered = new StringBuilder(); field in HtmlStreamRendererTest
44 rendered, new Handler<String>() {
54 rendered.setLength(0); in setUp()
107 String output = rendered.toString(); in testIllegalElementName()
130 String output = rendered.toString(); in testIllegalAttributeName()
152 "<script type=\"text/javascript\"></script>", rendered.toString()); in testCdataContainsEndTag1()
169 "<style type=\"text/css\"></style>", rendered.toString()); in testCdataContainsEndTag2()
185 rendered.toString()); in testRcdataContainsEndTag()
206 "<script>alert('foo')</script>", rendered.toString()); in testTagInCdata()
222 assertEquals("<script></script>", rendered.toString()); in testUnclosedEscapingTextSpan()
[all …]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderWinding.cpp213 tcu::Surface rendered(RENDER_SIZE, RENDER_SIZE); in iterate() local
214 glu::readPixels(renderCtx, 0, 0, rendered.getAccess()); in iterate()
215 m_testCtx.getLog() << tcu::TestLog::Image("RenderedImage", "Rendered Image", rendered); in iterate()
219 testPrimitiveTypeIsTriangles ? 5 * de::max(rendered.getWidth(), rendered.getHeight()) : 0; in iterate()
220 const int totalNumPixels = rendered.getWidth() * rendered.getHeight(); in iterate()
224 for (int y = 0; y < rendered.getHeight(); y++) in iterate()
225 for (int x = 0; x < rendered.getWidth(); x++) in iterate()
227 numWhitePixels += rendered.getPixel(x, y) == tcu::RGBA::white() ? 1 : 0; in iterate()
228 numRedPixels += rendered.getPixel(x, y) == tcu::RGBA::red() ? 1 : 0; in iterate()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt41 rendered without blending, while subsequent quads have the advanced blend mode
45 deviations in rendered images.
47 In basic, srgb, and msaa tests, only two quads are rendered. In barrier tests
48 multiple quads are rendered, one quad per draw call. A blend barrier call is
50 and coherent_msaa tests all quads that have blending enabled are rendered in a
/external/deqp/doc/testspecs/GLES2/
Dfunctional.scissors.txt33 - Enclosing rendered area
34 - Enclosed by rendered area (if applicable)
35 - Partially containing rendered area
45 This test set compares images rendered by the target with the scissor test
Dfunctional.depth.txt39 quad is rendered with GL_ALWAYS depth test mode, while the second uses
49 Test results are verified by comparing the rendered image against a
50 reference image. The reference is rendered using a simplified model
Dfunctional.texture.teximage.txt51 Finally both the constructed texture is rendered using a simple quad and the
53 is used. For cubemap textures each face is rendered separately and all are
54 verified. If mipmaps were constructed, texture is rendered multiple times
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.format.txt67 * 2D textures: Single quad that samples the full texture is rendered.
68 * Cubemaps: Each cube face is rendered separately.
69 * 2D array textures: Each layer is rendered separately.
70 * 3D textures: Each slice is rendered separately.
76 The rendered image is compared against a reference that is produced by
Dfunctional.texture.mipmap.txt48 Thus two reference images are rendered: one rendered according to the minimum
49 bound for the approximation and another based on the maximum bound. The rendered
/external/rust/crates/codespan-reporting/
DCHANGELOG.md36 - If a label spans over multiple lines, not all lines are rendered.
37 The number of lines rendered at beginning and end is configurable separately.
50 - Empty error codes are not rendered.
61 - Sections of source code that are marked with primary labels are now rendered
63 - Tab stops are now rendered properly.
165 - Labels that marked the same span were originally rendered in reverse order.
182 …will now be rendered as:
203 For example we originally rendered this:
273 …is now rendered as:
308 - Single-line labels are now rendered together, under the same source line.
[all …]
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-bengali/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-oriya/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-tamil/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-assamese/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-kannada/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-telugu/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-sinhala/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-gurmukhi/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-gujarati/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-devanagari/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-indic/script-malayalam/utrrs/
DREADME2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
/external/deqp/modules/glshared/
DglsRandomShaderCase.cpp480 …tcu::TextureLevel rendered (tcu::TextureFormat(hasAlpha ? tcu::TextureFormat::RGBA : tcu::Textur… in iterate() local
553 …if (rendered.getFormat().order != tcu::TextureFormat::RGBA || rendered.getFormat().type != tcu::Te… in iterate()
556 …at(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), rendered.getWidth(), rendered.getHei… in iterate()
559 tcu::copy(rendered, readBuf); in iterate()
562 glu::readPixels(m_renderCtx, viewportX, viewportY, rendered.getAccess()); in iterate()
567 …bool imagesOk = tcu::fuzzyCompare(log, "Result", "Result images", reference.getAccess(), rendered.… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp200 tcu::Surface rendered (m_renderer.getRenderWidth(), m_renderer.getRenderHeight()); in iterate() local
236 m_renderer.renderQuad(rendered, 0, &texCoord[0], sampleParams); in iterate()
254 const bool isOk = compareImages(log, referenceFrame, rendered, threshold); in iterate()
320 tcu::Surface rendered (m_renderer3D.getRenderWidth(), m_renderer3D.getRenderHeight()); in iterate() local
379 m_renderer3D.renderQuad(rendered, 0, &texCoord[0], sampleParams); in iterate()
386 isOk = compareImages(log, referenceFrame, rendered, threshold); in iterate()
/external/arm-trusted-firmware/docs/getting_started/
Ddocs-build.rst4 To create a rendered copy of this documentation locally you can use the
14 https://www.trustedfirmware.org/docs/tf-a, if you want to view a rendered
56 Building rendered documentation
82 Building rendered documentation from a container
/external/llvm/include/llvm/Option/
DOptParser.td62 // RenderAsInput - The option should not render the name when rendered as an
63 // input (i.e., the option is rendered as values).
66 // RenderJoined - The option should be rendered joined, even if separate (only
70 // RenderSeparate - The option should be rendered separately, even if joined
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer_test.cc144 EXPECT_EQ(frame_counters.rendered, kMaxFramesInFlightPerStream * 2); in TEST()
225 EXPECT_EQ(frame_counters.rendered, kMaxFramesInFlightPerStream * 3); in TEST()
276 EXPECT_EQ(frame_counters.rendered, kMaxFramesInFlightPerStream); in TEST()
334 EXPECT_EQ(frame_counters.rendered, kMaxFramesInFlightPerStream / 2); in TEST()
386 EXPECT_EQ(frame_counters.rendered, 1); in TEST()
458 EXPECT_EQ(frame_counters.rendered, kMaxFramesInFlightPerStream); in TEST()
472 EXPECT_GE(stream_conters.rendered, 5); in TEST()
559 EXPECT_EQ(frame_counters.rendered, 1); in TEST()

12345678910>>...12