/external/e2fsprogs/tests/progs/test_data/ |
D | expect.icount | 2 Icount structure successfully validated 20 Icount structure successfully validated 150 Icount structure successfully validated 193 Icount structure successfully validated
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.ssbo.txt | 59 SSBO. Reads are validated by comparing values to constant values declared in 60 shader text. Writes are validated by reading back the SSBO and comparing 67 validated by mapping buffer and doing comparison that varies per function. The
|
D | functional.shaders.opaque_type_indexing.txt | 59 Results are validated against reference values.
|
/external/libselinux/src/ |
D | label.c | 50 if (!rec->validating || contexts->validated) in selabel_validate() 57 contexts->validated = 1; in selabel_validate()
|
D | label_internal.h | 44 int validated; member
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 277 LIST_ADD(&entry->head, &cache->validated); in svga_screen_cache_add() 308 curr = cache->validated.next; in svga_screen_cache_flush() 310 while (curr != &cache->validated) { in svga_screen_cache_flush() 378 LIST_INITHEAD(&cache->validated); in svga_screen_cache_init()
|
D | svga_screen_cache.h | 114 struct list_head validated; member
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_surface.h | 48 int32_t validated; /* atomic */ member
|
D | vmw_surface.c | 54 assert(p_atomic_read(&dst->validated) == 0); in vmw_svga_winsys_surface_reference()
|
D | vmw_context.c | 171 p_atomic_dec(&vsurf->validated); in vmw_swc_flush() 266 p_atomic_inc(&vsurf->validated); in vmw_swc_surface_relocation() 355 p_atomic_dec(&vswc->surface.handles[i]->validated); in vmw_swc_destroy()
|
D | vmw_screen_svga.c | 170 p_atomic_set(&surface->validated, 0); in vmw_svga_winsys_surface_create() 192 return (p_atomic_read(&vsurf->validated) == 0); in vmw_svga_winsys_surface_is_flushed()
|
D | vmw_screen_dri.c | 205 p_atomic_set(&vsrf->validated, 0); in vmw_drm_surface_from_handle()
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | rep_prefix.S | 5 # The answer is validated to hw perf counters.
|
/external/selinux/libselinux/src/ |
D | label_internal.h | 77 int validated; member
|
D | label.c | 209 if (!rec->validating || contexts->validated) in selabel_validate() 216 contexts->validated = 1; in selabel_validate()
|
/external/libdrm/intel/ |
D | intel_bufmgr_fake.c | 209 int is_static, validated; member 1152 bo_fake->validated = 0; in drm_intel_fake_kick_all_locked() 1225 bo_fake->validated = 1; in drm_intel_fake_bo_validate() 1349 if (!target_fake->validated) { in drm_intel_fake_reloc_and_validate_buffer() 1401 if (target_fake->validated) in drm_intel_bo_fake_post_submit() 1411 bo_fake->validated = 0; in drm_intel_bo_fake_post_submit()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex.c | 174 t->validated = GL_FALSE; in radeonSetTexFilter() 346 t->validated = GL_FALSE; in radeonTexParameter()
|
D | radeon_mipmap_tree.c | 547 if (samp == &texObj->Sampler && (t->validated || t->image_override)) { in radeon_validate_texture_miptree() 598 t->validated = GL_TRUE; in radeon_validate_texture_miptree()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tex.c | 221 t->validated = GL_FALSE; in r200SetTexFilter() 403 t->validated = GL_FALSE; in r200TexParameter()
|
D | radeon_mipmap_tree.c | 547 if (samp == &texObj->Sampler && (t->validated || t->image_override)) { in radeon_validate_texture_miptree() 598 t->validated = GL_TRUE; in radeon_validate_texture_miptree()
|
D | radeon_common_context.h | 194 GLboolean validated; member
|
/external/vboot_reference/firmware/ |
D | README | 32 vboot1 tools can be validated using this implementation.
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 145 int validated; in force_glyph_encoding() local 146 for (validated = 0; validated < numGlyphs; ++validated) { in force_glyph_encoding() 147 if (input[validated] > maxGlyphID) { in force_glyph_encoding() 151 if (validated >= numGlyphs) { in force_glyph_encoding() 158 if (validated > 0) { in force_glyph_encoding() 159 memcpy(storage->get(), input, validated * sizeof(uint16_t)); in force_glyph_encoding() 162 for (int i = validated; i < numGlyphs; ++i) { in force_glyph_encoding()
|
/external/dagger2/ |
D | CONTRIBUTING.md | 21 pull requests. All pull requests will be validated by Travis-ci in any case
|
/external/dbus/doc/ |
D | system-activation.txt | 53 * Only the bus name is passed to the helper, and this is validated
|