/external/e2fsprogs/tests/f_holedir/ |
name | 1 directory with holes and illegal blocks
|
/external/bluetooth/bluez/src/ |
bluetooth.conf | 8 <!-- ../system.conf have denied everything, so we just punch some holes -->
|
/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.
|
array-concat.js | 111 // Check that concat preserves 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", 295 * Top-most entry. Scan up and consume holes. No need to NULL 340 LOGV("+++ left hole at %d, holes=%d\n", 419 * Dump the most recent N entries. If there are holes, we will show 448 * The NULL "holes" wind up at the end, so we can strip them off easily. 461 int holes = 0; local 464 holes++; 471 LOGW("%s reference table summary (%d entries / %d holes):\n", 472 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)
|
/ndk/build/platforms/android-3/arch-arm/usr/include/asm/ |
memory.h | 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/asm/ |
memory.h | 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/ |
memory.h | 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
|
/ndk/build/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 */
|