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

1 2 3

  /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/chromium_org/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:
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-162085.js 29 // array with holes.
38 // Ensure the double array growstub initializes the array with holes.
59 // Ensure the double array growstub initializes the array with holes.
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.js 64 // Mask element describing transparent "holes" in background.
67 // Pattern used for creating rectangular holes.
70 // Pattern used for creating round holes.
107 // At first we hide holes (job 1) and current step (job 2) simultaneously,
163 * Removes all holes previously added by |addHole|.
164 * @param {function=} opt_onHolesRemoved Called after all holes have been
169 var holes = Array.prototype.slice.call(
171 var holesLeft = holes.length;
177 holes.forEach(function(hole) {
  /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) {
  /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 1240 milliseconds

1 2 3