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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/
empty-string-property-expected.txt 1 Regression test for http://bugs.webkit.org/show_bug.cgi?id=15169 Freeze on Google maps using the "Dig a hole" tool.
empty-string-property.html 4 Freeze on Google maps using the "Dig a hole" tool</i>.
  /external/webkit/Source/WebCore/manual-tests/
inline-input-marking.html 19 <p>This tests that the underlining of the inline input hole does not obscure the glyphs.</p>
24 <li>As you do so, check that glyphs in the inline hole are clearly readable</li>
  /external/chromium/chrome/browser/ui/cocoa/
chrome_browser_window.h 14 // theming and hole punching that are shared between framed and fullscreen
fullscreen_window.h 10 // FullscreenWindow derives from ChromeBrowserWindow to inherit hole punching,
  /packages/wallpapers/Galaxy4/res/values/
strings.xml 18 <string name="wallpaper_label">Black Hole</string>
  /dalvik/vm/
IndirectRefTable.cpp 75 * the right spot. If there's a hole, find it and fill it; otherwise,
83 /* find the first hole; likely to be near the end of the list,
84 * we know the item at the topIndex is not a hole */
202 * and zap the corresponding entry, leaving a hole if it's not at the top.
269 ALOGV("+++ checking for hole at %d (cookie=0x%08x) val=%p",
274 ALOGV("+++ ate hole at %d", topIndex-1);
285 * Not the top-most entry. This creates a hole. We NULL out the
287 * the hole count.
291 ALOGV("+++ left hole at %d, holes=%d", index, segmentState.parts.numHoles);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 95 * that the result is a list of rectangles that cover everything that is not a hole.
107 for (Rectangle hole : holes) {
110 if (hole.intersects(r)) {
111 // Clip the hole to fit the rectangle bounds
112 Rectangle h = hole.intersection(r);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlayTest.java 54 for (Rectangle hole : holes) {
55 if (hole.contains(x, y)) {
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
adj_thr_data.h 54 /* avoid hole parameters */
  /external/v8/test/mjsunit/regress/
regress-1213575.js 29 // to pass 'the hole' to a defined setter.
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvWext.c 98 (iw_handler) NULL, /* -- hole -- */
99 (iw_handler) NULL, /* -- hole -- */
114 (iw_handler) NULL, /* -- hole -- */
115 (iw_handler) NULL, /* -- hole -- */
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 81 * a Node containing both an Item to offer and a "hole" waiting to
86 * also exchanging items by CASing the hole, plus waking up the
235 * from waiting methods to indicate failure to set or get hole.
249 * hole. So get() returns hole, and compareAndSet CAS'es value
250 * into hole. This class cannot be parameterized as "V" because
261 * Creates node with given item and empty hole.
425 * Spin-waits for hole for a non-0 slot. Fails if spin elapses
426 * before hole filled. Does not check interrupt, relying on check
430 * @return on success, the hole; on failure, CANCE
    [all...]
  /external/v8/test/mjsunit/
array-elements-from-array-prototype.js 57 assertEquals(undefined, a.shift(), 'hole should be returned as undefined')
148 // a hole at a0[7]
176 // reifying at7 into a0[8] and keeping a hole at a0[7].
array-elements-from-object-prototype.js 57 assertEquals(undefined, a.shift(), 'hole should be returned as undefined')
148 // a hole at a0[7]
176 // reifying at7 into a0[8] and keeping a hole at a0[7].
array-elements-from-array-prototype-chain.js 57 assertEquals(undefined, a.shift(), 'hole should be returned as undefined')
148 // a hole at a0[7]
176 // reifying at7 into a0[8] and keeping a hole at a0[7].
  /dalvik/vm/test/
TestIndirectRefTable.cpp 178 /* get invalid entry (from hole) */
180 ALOGE("hole get succeeded unexpectedly");
198 * that we delete one and don't hole-compact the other.
200 DBUG_MSG("+++ START hole fill\n");
215 ALOGE("hole not filled");
  /external/v8/src/arm/
codegen-arm.cc 213 // Hole found, store the-hole NaN.
280 // r7: the-hole pointer
297 // Non-hole double, copy value into a heap number.
313 // Replace the-hole NaN with the-hole pointer.
  /external/v8/src/mips/
codegen-mips.cc 219 // Hole found, store the-hole NaN.
288 // t3: the-hole pointer
305 // Non-hole double, copy value into a heap number.
323 // Replace the-hole NaN with the-hole pointer.
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.mm 76 // We "punch a hole" in the window, and have the WindowServer render the
163 // clearColor punches a hole in the window (letting OpenGL show through).
185 // Punch a hole so that the OpenGL view shows through.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
TryListBuilder.java 201 //is there a hole? If so, add a new range to fill the hole
335 //is there a hole? If so, add a new range to fill the hole
  /external/tcpdump/
send-ack.awk 24 # - -> packet after hole (missing packet(s))
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLRequestExtras.m 72 // That is a potential security hole.
  /packages/wallpapers/Basic/res/values-hi/
strings.xml 49 <string name="palette_black_c" msgid="1521258571661038231">"Black Hole (dynamic)"</string>
  /external/tremolo/Tremolo/
ogg.h 132 knows where there's a hole in the data,
157 knows where there's a hole in the data,

Completed in 735 milliseconds

1 2 3 4 5 6 7 8 91011>>