/external/rust/crates/regex/src/ |
D | compile.rs | 449 let mut holes = vec![]; in c_class_bytes() localVariable 456 holes.push(self.push_hole(InstHole::Bytes { in c_class_bytes() 465 holes.push( in c_class_bytes() 469 Ok(Some(Patch { hole: Hole::Many(holes), entry: first_split_entry })) in c_class_bytes() 512 let mut holes = vec![]; in c_alternate() localVariable 526 holes.push(hole); in c_alternate() 530 holes.push(split1); in c_alternate() 535 holes.push(hole); in c_alternate() 545 holes.push(prev_hole.0); in c_alternate() 547 Ok(Some(Patch { hole: Hole::Many(holes), entry: first_split_entry })) in c_alternate() [all …]
|
/external/autotest/server/site_tests/network_FirewallHolePunchServer/ |
D | control | 7 PURPOSE = "Verify Chrome apps can open holes in the firewall" 9 Test will pass if Chrome apps can open holes in the firewall, that those 10 holes are closed when the app is reloaded or closed"""
|
/external/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
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/ |
D | DumpArchiveEntry.java | 488 header.holes = 0; in parse() 492 header.holes++; in parse() 511 header.holes = 0; in update() 515 header.holes++; in update() 531 private int holes; field in DumpArchiveEntry.TapeSegmentHeader 555 return holes; in getHoles()
|
/external/e2fsprogs/tests/f_holedir/ |
D | name | 1 directory with holes and illegal blocks
|
/external/e2fsprogs/tests/f_holedir2/ |
D | name | 1 directories with holes and zero i_size
|
/external/e2fsprogs/tests/f_holedir3/ |
D | name | 1 real directories with holes and zero i_size
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.h | 52 struct list_head holes; member
|
D | radeon_drm_bo.c | 215 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &heap->holes, list) { in radeon_bomgr_find_va() 262 list_add(&n->list, &heap->holes); in radeon_bomgr_find_va() 298 if (!list_is_empty(&heap->holes)) { in radeon_bomgr_free_va() 299 hole = container_of(heap->holes.next, hole, list); in radeon_bomgr_free_va() 309 hole = container_of(&heap->holes, hole, list); in radeon_bomgr_free_va() 310 LIST_FOR_EACH_ENTRY(next, &heap->holes, list) { in radeon_bomgr_free_va() 316 if (&hole->list != &heap->holes) { in radeon_bomgr_free_va() 322 if (next != hole && &next->list != &heap->holes && in radeon_bomgr_free_va() 333 if (next != hole && &next->list != &heap->holes && in radeon_bomgr_free_va()
|
D | radeon_drm_winsys.c | 901 list_inithead(&ws->vm32.holes); in radeon_drm_winsys_create() 902 list_inithead(&ws->vm64.holes); in radeon_drm_winsys_create()
|
/external/autotest/client/site_tests/network_FirewallHolePunch/ |
D | control | 18 This test verifies holes can be punched in the ChromeOS firewall.
|
/external/python/pyasn1/docs/source/pyasn1/type/opentype/ |
D | contents.rst | 7 ASN.1 allows data structure designer to leave "holes" in field type 62 When expressing ASN.1 type "holes" in pyasn1, the
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/ |
D | control.wpa | 15 deprecated for having some security holes, and WPA is deprecated in favor of
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
D | control.wifi_checkWPA_TKIP | 14 using TKIP. TKIP is deprecated for having some security holes, and WPA is
|
/external/mesa3d/docs/relnotes/ |
D | 10.4.5.rst | 58 - nvc0: allow holes in xfb target lists
|
D | 18.1.8.rst | 123 - anv: Fill holes in the VF VUE to zero
|
D | 11.1.2.rst | 98 - nvc0: avoid crashing when there are holes in vertex array bindings
|
D | 20.0.1.rst | 133 - tgsi_to_nir: set num_images and num_samplers with holes correctly
|
/external/toybox/ |
D | Config.in | 53 until you can't find holes in it. 58 Don't try to achieve "watertight" by plugging the holes in a
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.10.txt | 31 circumstances, file with holes would cause the bcount parameter to the
|
D | v1.43.0.txt | 99 E2fsck can now correctly fix directory with holes on bigalloc file 165 The filefrag program now accounts for holes in sparse files created by
|
/external/python/cpython2/Doc/library/ |
D | restricted.rst | 11 readily fixable security holes. The modules are still documented here to help
|
/external/angle/src/libANGLE/renderer/vulkan/doc/ |
D | OpenGLLineSegmentRasterization.md | 60 the junction of four pixels render with holes. For example:
|
/external/angle/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
|