HomeSort by relevance Sort by last modified time
    Searched full:holes (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/e2fsprogs/tests/f_holedir/
name 1 directory with holes and illegal blocks
  /external/v8/test/mjsunit/
array-shift.js 28 // Check that shifting array of holes keeps it as array of holes
35 // Now check the case with array of holes and some elements on prototype.
57 // ... but keeps the rest as holes:
array-unshift.js 28 // Check that unshifting array of holes keeps the original array
29 // as array of holes
41 // feeling the holes with elements from the prototype
80 // Now check the case with array of holes and some elements on prototype.
102 // ... but keeps the rest as holes:
array-slice.js 28 // Check that slicing array of holes keeps it as array of holes
118 // Now check the case with array of holes and some elements on prototype.
153 // ... but keeps the rest as holes:
array-iteration.js 61 // Respect holes.
105 // Respect holes.
144 // Respect holes.
183 // Respect holes.
218 // Respect holes.
dont-enum-array-holes.js 28 // Do not enum holes in arrays.
array-splice.js 28 // Check that splicing array of holes keeps it as array of holes
228 // Now check the case with array of holes and some elements on prototype.
  /external/bluetooth/bluez/src/
bluetooth.conf 8 <!-- ../system.conf have denied everything, so we just punch some holes -->
  /external/dbus/test/data/valid-config-files/system.d/
test.conf 4 <!-- The following demonstrates how to punch holes in a default deny-all
  /external/dbus/bus/
system.conf.in 36 <!-- Deny everything then punch holes -->
53 holes in the above policy for specific services. -->
  /external/dbus/test/data/valid-config-files/
system.conf 36 <!-- Deny everything then punch holes -->
53 holes in the above policy for specific services. -->
  /dalvik/vm/
IndirectRefTable.c 88 LOGV("IRT %p[%d]: pop, top=%d holes=%d\n",
294 * Top-most entry. Scan up and consume holes. No need to NULL
339 LOGV("+++ left hole at %d, holes=%d\n",
418 * Dump the most recent N entries. If there are holes, we will show
447 * The NULL "holes" wind up at the end, so we can strip them off easily.
460 int holes = 0; local
463 holes++;
470 LOGW("%s reference table summary (%d entries / %d holes):\n",
471 descr, count, holes);
IndirectRefTable.h 124 * "holes". We track the number of holes so that, when adding new elements,
127 * When the top-most entry is removed, any holes immediately below it are
141 * number of holes in the table onto the stack. Because of our 64K-entry
144 * bottom index and the count of holes below the bottom.
181 u4 numHoles:16; /* #of holes in entire table */
197 // TODO: want hole-filling stats (#of holes filled, total entries scanned)
295 * Return the #of entries in the entire table. This includes holes, and
325 * to fill in holes. This is only appropriate to use right after a new
  /bionic/libc/kernel/arch-arm/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /development/ndk/platforms/android-3/arch-arm/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /external/genext2fs/
genext2fs.8 75 .BI "\-z, \-\-allow\-holes"
76 Make files with holes.
  /hardware/ti/omap3/libstagefrighthw/
TIHardwareRenderer.cpp 122 // assemble first U/V pair, leave holes for Y's
130 // assemble second U/V pair, leave holes for Y's
  /dalvik/vm/test/
TestIndirectRefTable.c 176 * is still 4 (i.e. holes are getting filled). Remove #1 and #3, verify
290 /* because of removal order, should have 20 entries, 19 of them holes */
292 LOGE("Expected %d entries (with holes), found %d\n",
  /external/v8/src/
array.js 742 // to obj itself, if obj has holes. Returns one more than the maximal index
802 // Copy defined elements from the end to fill in all holes and undefineds
803 // in the beginning of the array. Write undefineds and holes at the end
814 // Maintain the invariant num_holes = the number of holes in the original
839 // Fill in the undefineds and the holes. There may be a hole where
877 // There were indexed accessors in the array. Move array holes and
    [all...]
  /external/iptables/extensions/
libipt_NETMAP.c 54 return -1; /* holes in netmask */
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m 68 /* make the alpha channel opaque so anim won't have holes in it */

Completed in 792 milliseconds

1 2 3 4 5 6 7 8