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

1 2

  /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-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:
  /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) {
  /bionic/libc/kernel/arch-arm/asm/
memory.h 70 #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)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
memory.h 67 #define arch_adjust_zones(node,size,holes) do { } while (0)

Completed in 427 milliseconds

1 2