Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/browser/resources/chromeos/first_run/
Dfirst_run.js169 var holes = Array.prototype.slice.call(
171 var holesLeft = holes.length;
177 holes.forEach(function(hole) {
/external/e2fsprogs/tests/f_holedir2/
Dname1 directories with holes and zero i_size
/external/e2fsprogs/tests/f_holedir/
Dname1 directory with holes and illegal blocks
/external/chromium_org/v8/test/webkit/
Darray-sort-sparse-expected.txt24 This tests that arrays and array like objects containing holes are sorted correctly.
Darray-holes-expected.txt24 This tests that arrays have holes that you can see the prototype through, not just missing values.
Dnew-array-double-with-holes-expected.txt24 …location profiling causes a new_array to allocate double arrays, then the holes end up being corre…
/external/chromium_org/v8/src/
Dobjects-debug.cc1068 int holes = 0; in IncrementSpillStatistics() local
1073 if (e->get(i) == heap->the_hole_value()) holes++; in IncrementSpillStatistics()
1075 info->number_of_fast_used_elements_ += len - holes; in IncrementSpillStatistics()
1076 info->number_of_fast_unused_elements_ += holes; in IncrementSpillStatistics()
Dobjects.cc14275 unsigned int holes = limit; in PrepareElementsForSort() local
14278 for (unsigned int i = 0; i < holes; i++) { in PrepareElementsForSort()
14280 holes--; in PrepareElementsForSort()
14285 while (holes > i) { in PrepareElementsForSort()
14286 if (elements->is_the_hole(holes)) { in PrepareElementsForSort()
14287 holes--; in PrepareElementsForSort()
14289 elements->set(i, elements->get_scalar(holes)); in PrepareElementsForSort()
14294 result = holes; in PrepareElementsForSort()
14295 while (holes < limit) { in PrepareElementsForSort()
14296 elements->set_the_hole(holes); in PrepareElementsForSort()
[all …]
Druntime.cc10811 int holes = 0; in RUNTIME_FUNCTION() local
10814 ++holes; in RUNTIME_FUNCTION()
10817 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) / in RUNTIME_FUNCTION()
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in153 * of mmap()/munmap() calls will cause virtual memory map holes.
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzWindow.m67 /* make the alpha channel opaque so anim won't have holes in it */
/external/genext2fs/
Dgenext2fs.c1960 init_fs(int nbblocks, int nbinodes, int nbresrvd, int holes, uint32 fs_timestamp) in init_fs() argument
2123 if(holes) in init_fs()
2530 int holes = 0; local
2601 holes = 1;
2688 fs = init_fs(nbblocks, nbinodes, nbresrvd, holes, fs_timestamp);
/external/llvm/test/Transforms/SimplifyCFG/X86/
Dswitch_to_lookup_table.ll810 ; If we can build a lookup table without any holes, we don't need a default result.
835 ; This lookup table will have holes, so we need to test for the holes.
867 ; We don't build lookup tables with holes for switches with less than four cases.
/external/valgrind/main/docs/internals/
Dsegments-seginfos.txt110 (well, dlopen() does try for mutual exclusion) and that any "holes" between
/external/jemalloc/
DINSTALL139 memory allocation algorithm that causes semi-permanent VM map holes under
/external/llvm/lib/Target/
DREADME.txt2088 A) Teach clang to generate metadata for memsets of structs that have holes in
2178 and out of and it has holes and it has to be conservative. If we knew about the
2179 holes, then this could be much much better.
2181 Having information about these holes would also improve memcpy (etc) lowering at
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb775 holed-in-one$?!FC8"*E"O3Eholesc holidayscholmes)?!FDP homelessA homogeneous
/external/libsepol/
DChangeLog207 avoid holes in the symbol table.
/external/qemu/
DChangelog90 - Make qemu_announce_self handle holes (live migration after hotplug)
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb573 holed-in-one$@!GD9"+F"P4Fholese holidayseholmes)@!GEQ homelessA homogeneousAhonest"!(…
/external/e2fsprogs/doc/
Dlibext2fs.texinfo629 blocks where the block number is zero (also known as ``holes''.) It is
/external/llvm/docs/
DCommandLine.rst1682 interested in. Although it has some holes (it allows "``123KKK``" for example),
/external/icu/icu4c/source/data/unidata/
Dchanges.txt1134 - Unicode 5.2 fills holes there and adds new Jamo characters in
/external/chromium_org/third_party/icu/source/data/unidata/
Dchanges.txt1134 - Unicode 5.2 fills holes there and adds new Jamo characters in
/external/chromium_org/third_party/libxml/src/
DNEWS1326 interfaces are likely to change, there is huge holes, it is clearly a work in

12