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

1 2 3

  /external/clang/test/Sema/
static-assert.c 31 #define UNION(T1, T2) union { \
39 typedef UNION(unsigned, struct A) U1;
40 UNION(char[2], short) u2 = { .one = { 'a', 'b' } };
41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}}
42 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}}
  /cts/tests/tests/graphics/src/android/graphics/cts/
Region_OpTest.java 28 assertEquals(Op.UNION, Op.valueOf("UNION"));
42 Op.UNION,
RegionTest.java 54 // UNION
185 mRegion.union(new Rect(3, 3, 5, 5));
224 // union (inclusive-or) the two regions
228 // union null rectangle
230 assertTrue(mRegion.union(rect1));
233 // 1. union rectangle inside this region
237 assertTrue(mRegion.union(rect3));
241 // 2. union rectangle overlap this region
245 assertTrue(mRegion.union(rect4));
249 // 3. union rectangle out of this regio
    [all...]
RegionIteratorTest.java 55 region.op(rect, Region.Op.UNION);
CanvasTest.java 1030 assertTrue(mCanvas.clipRect(mRectF, Op.UNION));
1039 assertTrue(mCanvas.clipRect(mRect, Op.UNION));
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 91 canvas.clipRect(40, 40, 100, 100, Region.Op.UNION);
Regions.java 106 drawRgn(canvas, Color.RED, "Union", Region.Op.UNION);
  /frameworks/base/graphics/java/android/graphics/
Region.java 39 UNION(2),
250 public final boolean union(Rect r) { method in class:Region
251 return op(r, Op.UNION);
Path.java 132 * Union (inclusive-or) the two paths.
134 UNION,
522 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION);
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java 405 mNonResizeableRegion.op(mTmpRect, Region.Op.UNION);
414 mTouchExcludeRegion.op(mTmpRect2, Region.Op.UNION);
422 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION);
427 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION);
432 mTouchExcludeRegion.op(mTmpRegion, Op.UNION);
AccessibilityController.java 527 portionOfWindowAlreadyAccountedFor.op(nonMagnifiedBounds, Region.Op.UNION);
531 mMagnificationRegion.op(windowBounds, Region.Op.UNION);
534 nonMagnifiedBounds.op(windowBounds, Region.Op.UNION);
541 accountedBounds.op(nonMagnifiedBounds, Region.Op.UNION);
574 dirtyRegion.op(mOldMagnificationRegion, Region.Op.UNION);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java 360 combinedUnselectedPath.op(unselectedPath, Path.Op.UNION);
369 combinedUnselectedPath.op(getRetreatingJoinPath(), Path.Op.UNION);
387 * dot pair separately and later take the union for these cases.
438 unselectedDotPath.op(unselectedDotLeftPath, Path.Op.UNION);
469 unselectedDotPath.op(unselectedDotRightPath, Path.Op.UNION);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 102 } else if (regionOp == Region.Op.UNION.nativeInt) {
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 130 UNION
327 {"union", UNION},
328 {"struct", UNION},
480 case UNION:
863 // get, and look up, a type name (union member name)
1049 // copy the union declaration to the output, and the define file if present
1064 errorf("EOF encountered while processing %%union")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 130 UNION
327 {"union", UNION},
328 {"struct", UNION},
480 case UNION:
863 // get, and look up, a type name (union member name)
1049 // copy the union declaration to the output, and the define file if present
1064 errorf("EOF encountered while processing %%union")
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 335 region.op(l, t, l+w, t+h, Region.Op.UNION);
    [all...]
View.java     [all...]
  /frameworks/base/media/java/android/media/tv/
TvView.java 735 region.op(left, top, left + width, top + height, Region.Op.UNION);
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 547 stackInvalidateRect.union(childInvalidateRect);
554 canvas.clipRect(stackInvalidateRect, Region.Op.UNION);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerView.java     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /external/fonttools/Lib/fontTools/
agl.py 673 222A;union;UNION
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 

Completed in 615 milliseconds

1 2 3