Searched refs:hole (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-233737.js35 function hole(i) { function
39 assertEquals(1, hole(0));
40 assertEquals(1, hole(0));
41 %OptimizeFunctionOnNextCall(hole);
42 assertEquals(0, hole(1));
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dfirst_run.js88 this.rectangularHolePattern_ = $('rectangular-hole-pattern');
90 this.roundHolePattern_ = $('round-hole-pattern');
127 * Adds transparent rectangular hole to background.
128 * @param {number} x X coordinate of top-left corner of hole.
129 * @param {number} y Y coordinate of top-left corner of hole.
130 * @param {number} widht Width of hole.
131 * @param {number} height Height of hole.
134 var hole = this.rectangularHolePattern_.cloneNode();
135 hole.setAttribute('x', x);
136 hole
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c201 struct radeon_bo_va_hole *hole, *n; local
205 /* first look for a hole */
206 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) {
207 offset = hole->offset;
214 if (offset >= (hole->offset + hole->size)) {
217 if (!waste && hole->size == size) {
218 offset = hole->offset;
219 list_del(&hole->list);
220 FREE(hole);
266 struct radeon_bo_va_hole *hole; local
276 struct radeon_bo_va_hole *hole, *n; local
303 struct radeon_bo_va_hole *hole; local
[all...]
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c201 struct radeon_bo_va_hole *hole, *n; local
205 /* first look for a hole */
206 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) {
207 offset = hole->offset;
214 if (offset >= (hole->offset + hole->size)) {
217 if (!waste && hole->size == size) {
218 offset = hole->offset;
219 list_del(&hole->list);
220 FREE(hole);
266 struct radeon_bo_va_hole *hole; local
276 struct radeon_bo_va_hole *hole, *n; local
303 struct radeon_bo_va_hole *hole; local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkTSort.h31 * Sinks a hole from array[root] to leaf and then sifts the original array[root] element
124 T* hole = next; local
125 while (left < hole && lessThan(insert, *(hole - 1))) {
126 *hole = *(hole - 1);
127 --hole;
129 *hole = insert;
/external/skia/src/core/
H A DSkTSort.h31 * Sinks a hole from array[root] to leaf and then sifts the original array[root] element
124 T* hole = next; local
125 while (left < hole && lessThan(insert, *(hole - 1))) {
126 *hole = *(hole - 1);
127 --hole;
129 *hole = insert;
/external/genext2fs/
H A Dgenext2fs.c971 // if hole!=0, create a hole in the file
973 walk_bw(filesystem *fs, uint32 nod, blockwalker *bw, int32 *create, uint32 hole) argument
995 *bkref = hole ? 0 : alloc_blk(fs,nod);
1004 *bkref = hole ? 0 : alloc_blk(fs,nod);
1021 *bkref = hole ? 0 : alloc_blk(fs,nod);
1032 *bkref = hole ? 0 : alloc_blk(fs,nod);
1055 *bkref = hole ? 0 : alloc_blk(fs,nod);
1067 *bkref = hole ? 0 : alloc_blk(fs,nod);
1085 *bkref = hole
[all...]
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex62 There is a hole in specs: some hop-by-hop options can be
102 hole in \verb|sockaddr_in6| in any case. Now it has no justification.
115 is followed by attempts to patch the hole and more mistakes...
H A Dip-cref.tex2296 It is not a bug, but rather a hole in the API and intra-kernel interfaces.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas784 // gap refers to the hole that needs filling-in by shifting items down.
789 // at the index. If the index hits a hole, then we're done.
791 // If our load factor was exactly 1, we'll need to hit this hole
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc1655 SolidColorDrawQuad* hole = local
1657 hole->SetAll(
/external/chromium_org/v8/src/
H A Dhydrogen.cc2792 // Since we're about to store a hole value, the store instruction below must
2831 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind) local
2835 BuildFillElementsWithValue(elements, elements_kind, from, to, hole);
3897 // Check for the hole value (from an uninitialized const).
6873 // Loads from a "stock" fast holey double arrays can elide the hole check.
8290 HValue* hole = IsFastSmiOrObjectElementsKind(elements_kind) local
8297 elements, reduced_length, hole, bounds_check, elements_kind, STORE);
8450 // Put a hole at the end.
8451 HValue* hole = IsFastSmiOrObjectElementsKind(kind) local
8456 elements, new_length, hole, kin
[all...]
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m42752 dnl not every word. This closes a longstanding sh security hole.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1523 milliseconds