Home
last modified time | relevance | path

Searched refs:holes (Results 1 – 25 of 84) sorted by relevance

1234

/external/rust/crates/regex/src/
Dcompile.rs449 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/
Dcontrol7 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/
Dvma.c37 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()
Dvma.h37 struct list_head holes; member
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveEntry.java488 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/
Dname1 directory with holes and illegal blocks
/external/e2fsprogs/tests/f_holedir2/
Dname1 directories with holes and zero i_size
/external/e2fsprogs/tests/f_holedir3/
Dname1 real directories with holes and zero i_size
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.h52 struct list_head holes; member
Dradeon_drm_bo.c215 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()
Dradeon_drm_winsys.c901 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/
Dcontrol18 This test verifies holes can be punched in the ChromeOS firewall.
/external/python/pyasn1/docs/source/pyasn1/type/opentype/
Dcontents.rst7 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/
Dcontrol.wpa15 deprecated for having some security holes, and WPA is deprecated in favor of
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_checkWPA_TKIP14 using TKIP. TKIP is deprecated for having some security holes, and WPA is
/external/mesa3d/docs/relnotes/
D10.4.5.rst58 - nvc0: allow holes in xfb target lists
D18.1.8.rst123 - anv: Fill holes in the VF VUE to zero
D11.1.2.rst98 - nvc0: avoid crashing when there are holes in vertex array bindings
D20.0.1.rst133 - tgsi_to_nir: set num_images and num_samplers with holes correctly
/external/toybox/
DConfig.in53 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/
Dv1.10.txt31 circumstances, file with holes would cause the bcount parameter to the
Dv1.43.0.txt99 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/
Drestricted.rst11 readily fixable security holes. The modules are still documented here to help
/external/angle/src/libANGLE/renderer/vulkan/doc/
DOpenGLLineSegmentRasterization.md60 the junction of four pixels render with holes. For example:
/external/angle/doc/
DStarter-Projects.md110 ANGLE's EGL implementation has a lot of holes in it's conformance. There are many tests that fail on

1234