/external/chromium_org/net/data/ssl/scripts/ |
D | generate-redundant-test-chains.sh | 182 echo Create redundant-validated-chain.pem 183 cat out/A.key out/A.pem out/B.pem out/C2.pem > redundant-validated-chain.pem 185 echo Create redundant-validated-chain-root.pem 186 cp out/C2.pem redundant-validated-chain-root.pem
|
/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/ui/base/dragdrop/ |
D | os_exchange_data_provider_win.cc | 37 base::string16* validated); 899 base::string16* validated) { in CreateValidFileNameFromTitle() argument 902 *validated = net::GetSuggestedFilename(url, "", "", "", "", in CreateValidFileNameFromTitle() 906 *validated = in CreateValidFileNameFromTitle() 910 *validated = title; in CreateValidFileNameFromTitle() 911 file_util::ReplaceIllegalCharactersInPath(validated, '-'); in CreateValidFileNameFromTitle() 915 if (validated->size() > max_length) in CreateValidFileNameFromTitle() 916 validated->erase(max_length); in CreateValidFileNameFromTitle() 917 *validated += extension; in CreateValidFileNameFromTitle()
|
/external/chromium_org/third_party/mesa/src/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()
|
/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/main/exp-bbv/tests/amd64-linux/ |
D | rep_prefix.S | 5 # The answer is validated to hw perf counters.
|
/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()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_tex.c | 174 t->validated = GL_FALSE; in radeonSetTexFilter() 346 t->validated = GL_FALSE; in radeonTexParameter()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | r200_tex.c | 221 t->validated = GL_FALSE; in r200SetTexFilter() 403 t->validated = GL_FALSE; in r200TexParameter()
|
/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()
|
/external/chromium_org/third_party/skia/src/pdf/ |
D | SkPDFDevice.cpp | 153 size_t validated; in force_glyph_encoding() local 154 for (validated = 0; validated < numGlyphs; ++validated) { in force_glyph_encoding() 155 if (input[validated] > maxGlyphID) { in force_glyph_encoding() 159 if (validated >= numGlyphs) { in force_glyph_encoding() 166 if (validated > 0) { in force_glyph_encoding() 167 memcpy(storage->get(), input, validated * sizeof(uint16_t)); in force_glyph_encoding() 170 for (size_t i = validated; i < numGlyphs; ++i) { in force_glyph_encoding()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 153 size_t validated; in force_glyph_encoding() local 154 for (validated = 0; validated < numGlyphs; ++validated) { in force_glyph_encoding() 155 if (input[validated] > maxGlyphID) { in force_glyph_encoding() 159 if (validated >= numGlyphs) { in force_glyph_encoding() 166 if (validated > 0) { in force_glyph_encoding() 167 memcpy(storage->get(), input, validated * sizeof(uint16_t)); in force_glyph_encoding() 170 for (size_t i = validated; i < numGlyphs; ++i) { in force_glyph_encoding()
|