/external/v8/src/runtime/ |
D | runtime-array.cc | 226 unsigned int holes = limit; in RemoveArrayHoles() local 229 for (unsigned int i = 0; i < holes; i++) { in RemoveArrayHoles() 231 holes--; in RemoveArrayHoles() 236 while (holes > i) { in RemoveArrayHoles() 237 if (elements->is_the_hole(holes)) { in RemoveArrayHoles() 238 holes--; in RemoveArrayHoles() 240 elements->set(i, elements->get_scalar(holes)); in RemoveArrayHoles() 245 result = holes; in RemoveArrayHoles() 246 while (holes < limit) { in RemoveArrayHoles() 247 elements->set_the_hole(holes); in RemoveArrayHoles() [all …]
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | filelist.c | 92 b->holes = ffsb_malloc(sizeof(struct cirlist)); in init_filelist() 94 init_cirlist(b->holes); in init_filelist() 112 while (!cl_empty(bf->holes)) { in destroy_filelist() 113 struct ffsb_file *cur = cl_remove_head(bf->holes); in destroy_filelist() 116 free(bf->holes); in destroy_filelist() 139 if (!cl_empty(b->holes)) { in add_file() 140 oldfile = cl_remove_head(b->holes); in add_file() 281 cl_insert_tail(b->holes, entry); in remove_file() 316 assert(bf->holes->count != bf->listsize); in choose_file_reader() 333 assert(bf->holes->count != bf->listsize); in choose_file_writer()
|
D | filelist.h | 61 struct cirlist *holes; member
|
/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/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_holedir2/ |
D | name | 1 directories with holes and zero i_size
|
/external/e2fsprogs/tests/f_holedir/ |
D | name | 1 directory with holes and illegal blocks
|
/external/e2fsprogs/tests/f_holedir3/ |
D | name | 1 real directories with holes and zero i_size
|
/external/autotest/client/site_tests/network_FirewallHolePunch/ |
D | control | 18 This test verifies holes can be punched in the ChromeOS firewall.
|
/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/e2fsprogs/tests/ |
D | test_config | 19 # sparse and cause "debugfs write" (using copy_file()) to skip holes
|
/external/toybox/ |
D | Config.in | 56 until you can't find holes in it. 61 Don't try to achieve "watertight" by plugging the holes in a
|
/external/u-boot/doc/ |
D | README.JFFS2 | 39 into the disk. The current code do not work with memory holes
|
/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/skqp/docs/ |
D | SkPath_Overview.bmh | 45 form fills or holes. Path_Fill_Type also determines whether area inside or outside
|
/external/skia/docs/ |
D | SkPath_Overview.bmh | 45 form fills or holes. Path_Fill_Type also determines whether area inside or outside
|
/external/v8/src/ |
D | objects-debug.cc | 1955 int holes = 0; in IncrementSpillStatistics() local 1959 if (e->get(i)->IsTheHole(isolate)) holes++; in IncrementSpillStatistics() 1961 info->number_of_fast_used_elements_ += len - holes; in IncrementSpillStatistics() 1962 info->number_of_fast_unused_elements_ += holes; in IncrementSpillStatistics()
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 205 * of mmap()/munmap() calls will cause virtual memory map holes.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/X86/ |
D | switch_to_lookup_table.ll | 835 ; If we can build a lookup table without any holes, we don't need a default result. 860 ; This lookup table will have holes, so we need to test for the holes. 892 ; We don't build lookup tables with holes for switches with less than four cases. 1291 ; the fact that we have holes in the range.
|
/external/llvm/test/Transforms/SimplifyCFG/X86/ |
D | switch_to_lookup_table.ll | 838 ; If we can build a lookup table without any holes, we don't need a default result. 863 ; This lookup table will have holes, so we need to test for the holes. 895 ; We don't build lookup tables with holes for switches with less than four cases. 1280 ; the fact that we have holes in the range.
|
/external/skqp/site/user/api/ |
D | SkPath_Overview.md | 28 form fills or holes. <a href='#Path_Fill_Type'>Path_Fill_Type</a> also determines whether area insi…
|
/external/skia/site/user/api/ |
D | SkPath_Overview.md | 28 form fills or holes. <a href='#Path_Fill_Type'>Path_Fill_Type</a> also determines whether area insi…
|