/external/v8/test/mjsunit/ |
array-elements-from-object-prototype.js | 93 // Slice must keep intact a and reify holes at indices 0--2 and 4--6.
|
array-concat.js | 185 // Check that concat preserves holes.
|
array-elements-from-array-prototype-chain.js | 93 // Slice must keep intact a and reify holes at indices 0--2 and 4--6.
|
array-functions-prototype-misc.js | 132 // Delete a huge number of holes.
|
/external/valgrind/main/exp-dhat/docs/ |
dh-manual.xml | 198 areas are evidently unused might point to data alignment holes or 300 to be alignment holes.</para> 321 whether the zeroes at 12--15 and 52--55 are alignment holes, and 329 holes, but rather just parts of the structure which were not used
|
/frameworks/native/services/surfaceflinger/ |
Layer.cpp | 340 // if not everything below us is covered, we plug the holes! 341 Region holes(clip.subtract(under)); 342 if (!holes.isEmpty()) { 343 clearWithOpenGL(holes, 0, 0, 0, 1);
|
/external/v8/src/ |
array.js | 851 // to obj itself, if obj has holes. Return one more than the maximal index 911 // Copy defined elements from the end to fill in all holes and undefineds 912 // in the beginning of the array. Write undefineds and holes at the end 923 // Maintain the invariant num_holes = the number of holes in the original 948 // Fill in the undefineds and the holes. There may be a hole where 986 // There were indexed accessors in the array. Move array holes and [all...] |
objects-visiting.h | 63 // holes) starting from the id of visitor specialized for 2 words objects
|
property.h | 177 // If we only see map transitions and holes in a pair, this is not a
|
/external/v8/tools/ |
gc-nvp-trace-processor.py | 266 Item('Total holes (after GC)', 'holes_size_before', x1y2, 277 Item('Total holes (after GC)', 'holes_size_after', x1y2,
|
codemap.js | 191 // Static code entries can contain "holes" of unnamed code.
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSValue.h | 330 * holes, and as a C++ 'no value' result (e.g. JSValue() has an internal value of 0). 356 // Array holes, and for uninitialized JSValues. Deleted is used in hash table code.
|
/external/kernel-headers/original/asm-arm/ |
memory.h | 149 #define arch_adjust_zones(node,size,holes) do { } while (0)
|
/external/llvm/include/llvm/Support/ |
Process.h | 38 /// calloc and realloc functions and includes any "free" holes in the
|
/external/qemu/block/ |
cow.c | 29 /* COW block driver using file system holes */
|
/external/webkit/Source/WebCore/platform/graphics/ |
GlyphPageTreeNode.h | 161 // filling in holes with the new font (thus making a more complete page).
|
/frameworks/support/v4/java/android/support/v4/content/ |
LocalBroadcastManager.java | 40 * your app, so you don't need to worry about having security holes they can
|
/external/kernel-headers/original/linux/ |
mmzone.h | 260 unsigned long spanned_pages; /* total size, including holes */ 261 unsigned long present_pages; /* amount of memory (excluding holes) */ 326 range, including holes */
|
/external/chromium/chrome/browser/ui/tabs/ |
dock_info_win.cc | 87 // WS_EX_LAYERED windows then there are effectively holes on the screen
|
/external/genext2fs/ |
genext2fs.c | 235 #define OP_HOLES 0x01 // make files with holes 2529 int holes = 0; local [all...] |
/external/grub/stage2/ |
common.c | 207 /* Find the maximum available address. Ignore any memory holes. */
|
/external/opencv/cv/include/ |
cvtypes.h | 74 (the contour might have child contours corresponding to the holes)*/
|
/external/valgrind/main/docs/internals/ |
segments-seginfos.txt | 110 (well, dlopen() does try for mutual exclusion) and that any "holes" between
|
/frameworks/base/services/java/com/android/server/pm/ |
UserManager.java | 428 * Returns the next available user id, filling in any holes in the ids.
|
/external/chromium/net/disk_cache/ |
sparse_control.cc | 564 // Check that there are no holes in this range. 748 // Check that there are no holes in this range.
|