OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:holes
(Results
1 - 25
of
281
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/e2fsprogs/tests/f_holedir/
name
1
directory with
holes
and illegal blocks
/external/e2fsprogs/tests/f_holedir2/
name
1
directories with
holes
and zero i_size
/external/skia/src/core/
SkConcaveToTriangles.h
18
// The polygon can be convex or concave, and can have
holes
or multiple contours
20
// The
holes
must have opposite orientation of the outer contours, whereas
21
// islands within the
holes
must have the same orientation as the outer contour.
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlayTest.java
43
private void checkSubtract(Rectangle rectangle, List<Rectangle>
holes
) {
44
Collection<Rectangle> result = IncludeOverlay.subtractRectangles(rectangle,
holes
);
47
// are within one of the
holes
then they are not in the result list and vice versa
54
for (Rectangle hole :
holes
) {
70
+ " and
holes
=" +
holes
+ " where inHole=inResult="
/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
:
73
// Now check the case with array of
holes
and some elements on prototype
98
// ... 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
// filling 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
:
119
// filling the
holes
with elements from the prototype
157
// Now check the case with array of
holes
and some elements on prototype.
181
// ... but keeps the rest as
holes
:
array-iteration.js
61
// Respect
holes
.
105
// Respect
holes
.
144
// Respect
holes
.
183
// Respect
holes
.
218
// Respect
holes
.
array-slice.js
28
// Check that slicing array of
holes
keeps it as array of
holes
129
// Now check the case with array of
holes
and some elements on prototype.
168
// ... but keeps the rest as
holes
:
176
// Now check the case with array of
holes
and some elements on prototype.
211
// ... but keeps the rest as
holes
:
dont-enum-array-holes.js
28
// Do not enum
holes
in arrays.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java
59
// to leave
holes
in the mask.
94
* Given a Rectangle, remove
holes
from it (specified as a collection of Rectangles) such
98
* @param
holes
the
holes
to subtract from the rectangle
99
* @return a list of sub rectangles that remain after subtracting out the given list of
holes
103
Rectangle rectangle, Collection<Rectangle>
holes
) {
107
for (Rectangle hole :
holes
) {
/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/webkit/Source/WebCore/manual-tests/
match-marker-rects.html
22
and “123”. The white “
holes
” in the Find overlay
/external/dbus/cmake/bus/
system.conf.cmake
36
<!-- Deny everything then punch
holes
-->
53
holes
in the above policy for specific services. -->
/external/valgrind/main/exp-sgcheck/tests/
stackerr.c
16
stack without
holes
in between, but not so for amd64. I don't
/dalvik/vm/
IndirectRefTable.h
141
* "
holes
". We track the number of
holes
so that, when adding new elements,
144
* When the top-most entry is removed, any
holes
immediately below it are
158
* number of
holes
in the table onto the stack. Because of our 64K-entry
161
* bottom index and the count of
holes
below the bottom.
198
u4 numHoles:16; /* #of
holes
in entire table */
263
// TODO: want hole-filling stats (#of
holes
filled, total entries scanned)
331
* Return the #of entries in the entire table. This includes
holes
, and
/external/dbus/bus/
system.conf.in
48
<!--
Holes
must be punched in service configuration files for
74
holes
in the above policy for specific services. -->
/development/ndk/platforms/android-3/arch-arm/include/asm/
memory.h
67
#define arch_adjust_zones(node,size,
holes
) do { } while (0)
/frameworks/wilhelm/src/
handlers.c
25
* by attribute mask. The
holes
in the table are deliberate to permit
/prebuilts/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)
/prebuilts/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)
/prebuilts/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)
/prebuilts/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)
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/
memory.h
67
#define arch_adjust_zones(node,size,
holes
) do { } while (0)
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/
memory.h
67
#define arch_adjust_zones(node,size,
holes
) do { } while (0)
Completed in 1170 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>