/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | HtmlStreamRendererTest.java | 42 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/doc/testspecs/GLES31/ |
D | functional.blend_equation_advanced.txt | 41 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
|
D | functional.tessellation_geometry_interaction.txt | 44 *_passthrough_geometry_* cases, the pattern is first rendered without a geometry 46 *_passthrough_tessellation_* cases, image is first rendered without a 77 and the value GL_PRIMITIVES_GENERATED query and then compare the rendered image 90 The shader program is used to render a single point, and the rendered point size
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.scissors.txt | 33 - 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
|
D | functional.texture.teximage.txt | 51 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
|
D | functional.depth.txt | 39 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
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.format.txt | 67 * 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
|
D | functional.texture.mipmap.txt | 48 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
|
D | functional.texture.swizzle.txt | 36 shouldn't affect the final rendered image. 38 The rendered image is compared against a reference that is produced by
|
D | functional.primitive_bounding_box.txt | 64 to be larger than the rendered pattern/primitive and in "*_bbox_smaller" 77 partially rendered points from passing the test. 83 partially rendered lines. 98 some geometry is rendered between clears with properly set bounding box.
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/ |
D | README | 2 …cter, word or phrase that was rendered by a text rendering engine. Differences between the referen…
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.cpp | 480 …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/llvm/include/llvm/Option/ |
D | OptParser.td | 62 // 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/doclava/src/com/google/doclava/ |
D | ClearPage.java | 138 String rendered = cs.render(templ, data); in write() local 139 stream.write(rendered, 0, rendered.length()); in write()
|
/external/mesa3d/docs/specs/OLD/ |
D | MESA_sprite_point.spec | 31 This extension modifies the way in which points are rendered, 60 When point smoothing is enabled, a triangle fan could be rendered 72 There is none. Sprite points are always rendered as window-aligned
|