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

1 2

  /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/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.
array-sort.js 122 // Test array sorting with holes in the array.
array-functions-prototype-misc.js 132 // Delete a huge number of holes.
  /external/dbus/test/data/valid-config-files/
system.conf 36 <!-- Deny everything then punch holes -->
53 holes in the above policy for specific services. -->
  /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)
  /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);
  /external/kernel-headers/original/asm-arm/
memory.h 149 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /external/v8/src/
objects-debug.cc 1214 int holes = 0; local
    [all...]
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...]
  /frameworks/base/services/surfaceflinger/
Layer.cpp 250 // if not everything below us is covered, we plug the holes!
251 Region holes(clip.subtract(under));
252 if (!holes.isEmpty()) {
253 clearWithOpenGL(holes, 0, 0, 0, 1);
  /external/v8/tools/
codemap.js 177 // Static code entries can contain "holes" of unnamed code.
  /external/genext2fs/
genext2fs.c 235 #define OP_HOLES 0x01 // make files with holes
2529 int holes = 0; local
    [all...]

Completed in 493 milliseconds

1 2