Searched refs:holes (Results 1 - 5 of 5) sorted by relevance

/external/dbus/test/data/valid-config-files/system.d/
H A Dtest.conf4 <!-- The following demonstrates how to punch holes in a default deny-all
/external/kernel-headers/original/asm-arm/
H A Dmemory.h149 #define arch_adjust_zones(node,size,holes) do { } while (0)
/external/v8/src/
H A Dobjects-debug.cc796 int holes = 0; local
801 if (e->get(i) == heap->the_hole_value()) holes++;
803 info->number_of_fast_used_elements_ += len - holes;
804 info->number_of_fast_unused_elements_ += holes;
H A Dobjects.cc11208 // Bail out and do the sorting of undefineds and array holes in JS.
11301 // External arrays cannot have holes or undefined elements.
11311 // Collect holes at the end, undefined before that and the rest at the
11338 unsigned int holes = limit; local
11339 // Assume most arrays contain no holes and undefined values, so minimize the
11341 for (unsigned int i = 0; i < holes; i++) {
11343 holes--;
11348 while (holes > i) {
11349 if (elements->is_the_hole(holes)) {
11350 holes
11370 unsigned int holes = limit; local
[all...]
/external/genext2fs/
H A Dgenext2fs.c235 #define OP_HOLES 0x01 // make files with holes
1959 init_fs(int nbblocks, int nbinodes, int nbresrvd, int holes, uint32 fs_timestamp) argument
2122 if(holes)
2493 " -z, --allow-holes Allow files with holes.\n"
2529 int holes = 0; local
2552 { "allow-holes", no_argument, NULL, 'z' },
2600 holes = 1;
2687 fs = init_fs(nbblocks, nbinodes, nbresrvd, holes, fs_timestamp);

Completed in 780 milliseconds