/third_party/typescript/tests/baselines/reference/ |
D | jsxNestedWithinTernaryParsesCorrectly.types | 9 …must be identifier? ) : ( // must be exactly two expression holes <span> … 12 …must be identifier? ) : ( // must be exactly two expression holes <span> … 16 …must be identifier? ) : ( // must be exactly two expression holes <span> … 24 >( // must be exactly two expression holes <span> {0}{0} </span> … 26 // must be exactly two expression holes
|
D | jsxNestedWithinTernaryParsesCorrectly.symbols | 14 // must be exactly two expression holes
|
/third_party/rust/crates/regex/src/ |
D | compile.rs | 488 let mut holes = vec![]; in c_class_bytes() localVariable 495 holes.push(self.push_hole(InstHole::Bytes { in c_class_bytes() 504 holes.push( in c_class_bytes() 508 Ok(Some(Patch { hole: Hole::Many(holes), entry: first_split_entry })) in c_class_bytes() 551 let mut holes = vec![]; in c_alternate() localVariable 565 holes.push(hole); in c_alternate() 569 holes.push(split1); in c_alternate() 574 holes.push(hole); in c_alternate() 584 holes.push(prev_hole.0); in c_alternate() 586 Ok(Some(Patch { hole: Hole::Many(holes), entry: first_split_entry })) in c_alternate() [all …]
|
/third_party/mesa3d/src/util/ |
D | vma.c | 37 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link) 40 list_for_each_entry_safe(struct util_vma_hole, _hole, &(_heap)->holes, link) 43 list_for_each_entry_safe_rev(struct util_vma_hole, _hole, &(_heap)->holes, link) 49 list_inithead(&heap->holes); in util_vma_heap_init() 72 if (&hole->link == heap->holes.next) { in util_vma_heap_validate() 303 list_add(&hole->link, &heap->holes); in util_vma_heap_free()
|
D | vma.h | 37 struct list_head holes; member
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxNestedWithinTernaryParsesCorrectly.tsx | 8 // must be exactly two expression holes
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_bo.c | 212 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &heap->holes, list) { in radeon_bomgr_find_va() 259 list_add(&n->list, &heap->holes); in radeon_bomgr_find_va() 295 if (!list_is_empty(&heap->holes)) { in radeon_bomgr_free_va() 296 hole = container_of(heap->holes.next, struct radeon_bo_va_hole, list); in radeon_bomgr_free_va() 306 hole = container_of(&heap->holes, struct radeon_bo_va_hole, list); in radeon_bomgr_free_va() 307 LIST_FOR_EACH_ENTRY(next, &heap->holes, list) { in radeon_bomgr_free_va() 313 if (&hole->list != &heap->holes) { in radeon_bomgr_free_va() 319 if (next != hole && &next->list != &heap->holes && in radeon_bomgr_free_va() 330 if (next != hole && &next->list != &heap->holes && in radeon_bomgr_free_va()
|
D | radeon_drm_winsys.h | 52 struct list_head holes; member
|
D | radeon_drm_winsys.c | 877 list_inithead(&ws->vm32.holes); in radeon_drm_winsys_create() 878 list_inithead(&ws->vm64.holes); in radeon_drm_winsys_create()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | compress.c | 1270 int holes = 0; in ntfs_compress_overwr_free() local 1283 holes++; in ntfs_compress_overwr_free() 1300 holes++; in ntfs_compress_overwr_free() 1315 switch (holes) { in ntfs_compress_overwr_free() 1379 if (freerl[holes].lcn == LCN_HOLE) { in ntfs_compress_overwr_free() 1380 freerl->length += freerl[holes].length; in ntfs_compress_overwr_free() 1381 holes++; in ntfs_compress_overwr_free() 1386 *erl = erl[holes - 1]; in ntfs_compress_overwr_free()
|
D | attrib.c | 1826 hole_type holes); 5301 hole_type holes) argument 5339 if ((newsize < vol->mft_record_size) && (holes != HOLES_NONRES)) { 5384 if (holes == HOLES_NONRES) { 5395 return ntfs_attr_truncate_i(na, newsize, holes); 5451 return ntfs_resident_attr_resize_i(na, newsize, holes); 5475 return ntfs_resident_attr_resize_i(na, newsize, holes); 5514 return ntfs_resident_attr_resize_i(na, newsize, holes); 5535 return ntfs_resident_attr_resize_i(na, newsize, holes); 5773 hole_type holes, ntfs_attr_search_ctx *ctx) argument [all …]
|
/third_party/skia/infra/bots/analysis/ |
D | README.md | 3 A set of scripts that analyzes `jobs.json` to look for possible holes in our
|
/third_party/toybox/ |
D | Config.in | 58 until you can't find holes in it. 63 Don't try to achieve "watertight" by plugging the holes in a
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.4.5.rst | 58 - nvc0: allow holes in xfb target lists
|
D | 11.1.2.rst | 98 - nvc0: avoid crashing when there are holes in vertex array bindings
|
D | 18.1.8.rst | 123 - anv: Fill holes in the VF VUE to zero
|
D | 20.0.1.rst | 133 - tgsi_to_nir: set num_images and num_samplers with holes correctly
|
D | 19.3.4.rst | 124 - anv: Insert holes for non-existant XFB varyings
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | OpenGLLineSegmentRasterization.md | 60 the junction of four pixels render with holes. For example:
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | Starter-Projects.md | 110 ANGLE's EGL implementation has a lot of holes in it's conformance. There are many tests that fail on
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_polygon_offset_clamp.txt | 46 unwanted holes when the shadow casting polygons are offset beyond
|
/third_party/mesa3d/docs/vulkan/ |
D | graphics-state.rst | 115 holes due to extension namespacing) and a bit better organized. Each
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_polygon_offset_clamp.txt | 61 unwanted holes when the shadow casting polygons are offset beyond
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_polygon_offset_clamp.txt | 49 unwanted holes when the shadow casting polygons are offset beyond
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_polygon_offset_clamp.txt | 49 unwanted holes when the shadow casting polygons are offset beyond
|