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

1 2

  /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 36 assertEquals(Op.UNION, Op.valueOf("UNION"));
51 Op.UNION,
RegionTest.java 67 // UNION
199 mRegion.union(new Rect(3, 3, 5, 5));
236 // union (inclusive-or) the two regions
238 // union null rectangle
240 assertTrue(mRegion.union(rect1));
243 // 1. union rectangle inside this region
247 assertTrue(mRegion.union(rect3));
251 // 2. union rectangle overlap this region
255 assertTrue(mRegion.union(rect4));
259 // 3. union rectangle out of this regio
    [all...]
RegionIteratorTest.java 68 region.op(rect, Region.Op.UNION);
  /external/libchrome/mojo/public/cpp/bindings/lib/
serialization.h 52 BelongsTo<MojomType, MojomTypeCategory::UNION>::value>::type> {
77 BelongsTo<MojomType, MojomTypeCategory::UNION>::value,
94 BelongsTo<MojomType, MojomTypeCategory::UNION>::value,
bindings_internal.h 46 // A serialized union always takes 16 bytes:
199 UNION = 1 << 12
array_serialization.h 422 MojomTypeCategory::UNION>::value>::type> {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 106 drawRgn(canvas, Color.RED, "Union", Region.Op.UNION);
  /external/libchrome/mojo/public/cpp/bindings/
array_data_view.h 168 BelongsTo<T, MojomTypeCategory::UNION>::value>::type> {
  /external/tensorflow/tensorflow/core/kernels/
set_kernels.cc 303 enum SetOperation { A_MINUS_B = 0, B_MINUS_A = 1, INTERSECTION = 2, UNION = 3 };
321 if ("union" != set_operation_str) {
328 return UNION;
372 case UNION:
  /external/skia/modules/pathkit/tests/
pathops.spec.js 92 'kUnion_SkPathOp': PathKit.PathOp.UNION,
  /external/skqp/modules/pathkit/tests/
pathops.spec.js 92 'kUnion_SkPathOp': PathKit.PathOp.UNION,
  /external/flatbuffers/include/flatbuffers/
idl.h 67 TD(UNION, "", Offset<void>, int, int, int, int, unused)
362 // Type is a union which uses type aliases where at least one type is
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 677 222A;union;UNION
    [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /external/cldr/tools/java/libs/
xercesImpl.jar 
  /external/sqlite/dist/orig/
shell.c 803 "TEMPORARY", "THEN", "TO", "TRANSACTION", "TRIGGER", "UNION", "UNIQUE",
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c 809 "TEMPORARY", "THEN", "TO", "TRANSACTION", "TRIGGER", "UNION", "UNIQUE",
    [all...]
sqlite3.c     [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 1552 milliseconds

1 2