Home
last modified time | relevance | path

Searched refs:validated (Results 1 – 25 of 63) sorted by relevance

123

/external/e2fsprogs/tests/progs/test_data/
Dexpect.icount2 Icount structure successfully validated
20 Icount structure successfully validated
150 Icount structure successfully validated
193 Icount structure successfully validated
/external/deqp/doc/testspecs/GLES31/
Dfunctional.ssbo.txt59 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
Dfunctional.shaders.opaque_type_indexing.txt59 Results are validated against reference values.
/external/libselinux/src/
Dlabel.c50 if (!rec->validating || contexts->validated) in selabel_validate()
57 contexts->validated = 1; in selabel_validate()
Dlabel_internal.h44 int validated; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c277 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()
Dsvga_screen_cache.h114 struct list_head validated; member
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_surface.h48 int32_t validated; /* atomic */ member
Dvmw_surface.c54 assert(p_atomic_read(&dst->validated) == 0); in vmw_svga_winsys_surface_reference()
Dvmw_context.c171 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()
Dvmw_screen_svga.c170 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()
Dvmw_screen_dri.c205 p_atomic_set(&vsrf->validated, 0); in vmw_drm_surface_from_handle()
/external/valgrind/exp-bbv/tests/amd64-linux/
Drep_prefix.S5 # The answer is validated to hw perf counters.
/external/selinux/libselinux/src/
Dlabel_internal.h77 int validated; member
Dlabel.c209 if (!rec->validating || contexts->validated) in selabel_validate()
216 contexts->validated = 1; in selabel_validate()
/external/libdrm/intel/
Dintel_bufmgr_fake.c209 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/
Dradeon_tex.c174 t->validated = GL_FALSE; in radeonSetTexFilter()
346 t->validated = GL_FALSE; in radeonTexParameter()
Dradeon_mipmap_tree.c547 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/
Dr200_tex.c221 t->validated = GL_FALSE; in r200SetTexFilter()
403 t->validated = GL_FALSE; in r200TexParameter()
Dradeon_mipmap_tree.c547 if (samp == &texObj->Sampler && (t->validated || t->image_override)) { in radeon_validate_texture_miptree()
598 t->validated = GL_TRUE; in radeon_validate_texture_miptree()
Dradeon_common_context.h194 GLboolean validated; member
/external/vboot_reference/firmware/
DREADME32 vboot1 tools can be validated using this implementation.
/external/skia/src/pdf/
DSkPDFDevice.cpp145 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/
DCONTRIBUTING.md21 pull requests. All pull requests will be validated by Travis-ci in any case
/external/dbus/doc/
Dsystem-activation.txt53 * Only the bus name is passed to the helper, and this is validated

123