Home
last modified time | relevance | path

Searched refs:region1 (Results 1 – 18 of 18) sorted by relevance

/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeRegionTest.java768 Region region1 = new Region(); in testOp3() local
774 verifyNullRegionOp3(region1); in testOp3()
775 verifyDifferenceOp3(region1, region2, region3, region4, region5); in testOp3()
776 verifyIntersectOp3(region1, region2, region3, region4, region5); in testOp3()
777 verifyUnionOp3(region1, region2, region3, region4, region5); in testOp3()
778 verifyXorOp3(region1, region2, region3, region4, region5); in testOp3()
779 verifyReverseDifferenceOp3(region1, region2, region3, region4, region5); in testOp3()
780 verifyReplaceOp3(region1, region2, region3, region4, region5); in testOp3()
783 private void verifyNullRegionOp3(Region region1) { in verifyNullRegionOp3() argument
786 assertFalse(region.op(region1, Region.Op.DIFFERENCE)); in verifyNullRegionOp3()
[all …]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DRectRegionTest.java62 RectRegion region1 = new RectRegion(0, 100, 0, 100, ""); in testIsWithin() local
66 assertTrue(region1.intersects(region2)); in testIsWithin()
67 assertTrue(region2.intersects(region1)); in testIsWithin()
70 assertFalse(region1.intersects(region3)); in testIsWithin()
71 assertFalse(region3.intersects(region1)); in testIsWithin()
74 assertTrue(region1.intersects(region4)); in testIsWithin()
75 assertTrue(region4.intersects(region1)); in testIsWithin()
79 assertTrue(region1.intersects(region5)); in testIsWithin()
80 assertTrue(region5.intersects(region1)); in testIsWithin()
/external/llvm/test/CodeGen/SystemZ/
Dframe-15.ll37 %region1 = alloca [978 x float], align 8
39 %start1 = getelementptr inbounds [978 x float], [978 x float]* %region1, i64 0, i64 0
42 %ptr1 = getelementptr inbounds [978 x float], [978 x float]* %region1, i64 0, i64 1
64 %region1 = alloca [978 x float], align 8
66 %start1 = getelementptr inbounds [978 x float], [978 x float]* %region1, i64 0, i64 0
69 %ptr1 = getelementptr inbounds [978 x float], [978 x float]* %region1, i64 0, i64 2
91 %region1 = alloca [978 x float], align 8
93 %start1 = getelementptr inbounds [978 x float], [978 x float]* %region1, i64 0, i64 0
96 %ptr1 = getelementptr inbounds [978 x float], [978 x float]* %region1, i64 0, i64 3
118 %region1 = alloca [2002 x float], align 8
[all …]
Dframe-13.ll35 %region1 = alloca [978 x i32], align 8
37 %ptr1 = getelementptr inbounds [978 x i32], [978 x i32]* %region1, i64 0, i64 1
55 %region1 = alloca [978 x i32], align 8
57 %ptr1 = getelementptr inbounds [978 x i32], [978 x i32]* %region1, i64 0, i64 2
75 %region1 = alloca [978 x i32], align 8
77 %ptr1 = getelementptr inbounds [978 x i32], [978 x i32]* %region1, i64 0, i64 3
95 %region1 = alloca [2002 x i32], align 8
97 %ptr1 = getelementptr inbounds [2002 x i32], [2002 x i32]* %region1, i64 0, i64 1
115 %region1 = alloca [2002 x i32], align 8
117 %ptr1 = getelementptr inbounds [2002 x i32], [2002 x i32]* %region1, i64 0, i64 2
[all …]
Dframe-16.ll34 %region1 = alloca [3912 x i8], align 8
36 %ptr1 = getelementptr inbounds [3912 x i8], [3912 x i8]* %region1, i64 0, i64 7
52 %region1 = alloca [3912 x i8], align 8
54 %ptr1 = getelementptr inbounds [3912 x i8], [3912 x i8]* %region1, i64 0, i64 8
73 %region1 = alloca [524104 x i8], align 8
75 %ptr1 = getelementptr inbounds [524104 x i8], [524104 x i8]* %region1, i64 0, i64 7
95 %region1 = alloca [524104 x i8], align 8
97 %ptr1 = getelementptr inbounds [524104 x i8], [524104 x i8]* %region1, i64 0, i64 8
116 %region1 = alloca [524104 x i8], align 8
118 %ptr1 = getelementptr inbounds [524104 x i8], [524104 x i8]* %region1, i64 0, i64 4103
[all …]
Dframe-14.ll34 %region1 = alloca [3912 x i8], align 8
36 %ptr1 = getelementptr inbounds [3912 x i8], [3912 x i8]* %region1, i64 0, i64 7
52 %region1 = alloca [3912 x i8], align 8
54 %ptr1 = getelementptr inbounds [3912 x i8], [3912 x i8]* %region1, i64 0, i64 8
73 %region1 = alloca [524104 x i8], align 8
75 %ptr1 = getelementptr inbounds [524104 x i8], [524104 x i8]* %region1, i64 0, i64 7
97 %region1 = alloca [524104 x i8], align 8
99 %ptr1 = getelementptr inbounds [524104 x i8], [524104 x i8]* %region1, i64 0, i64 8
120 %region1 = alloca [524104 x i8], align 8
122 %ptr1 = getelementptr inbounds [524104 x i8], [524104 x i8]* %region1, i64 0, i64 4103
[all …]
/external/skia/docs/examples/
DRegion_copy_operator.cpp11 SkRegion region1({1, 2, 3, 4}); in draw() local
12 SkRegion region2 = region1; in draw()
13 debugster("region1 bounds", region1); in draw()
DRegion_set.cpp11 SkRegion region1({1, 2, 3, 4}); in draw() local
13 region2.set(region1); in draw()
14 debugster("region1 bounds", region1); in draw()
DRegion_swap.cpp11 SkRegion region1({1, 2, 3, 4}); in draw() local
13 region1.swap(region2); in draw()
14 debugster("region1 bounds", region1); in draw()
/external/autotest/server/site_tests/firmware_FMap/
Dfirmware_FMap.py149 def _is_overlapping(self, region1, region2): argument
151 return (min(region1[1], region2[1]) > max(region1[0], region2[0]))
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLenientDateParser.java1063 final String region1 = supplementalData.getZone_territory(zone1);
1066 if (region1 == region2 || region1 != null && region1.equals(region2)) {
1068 if (region1 != null) {
1069 Map<String, Integer> rankInRegion = regionToZoneToRank.get(region1);
1080 if (region1 == null) {
1085 int comparison = getRank(regionToRank, region1, region2);
1090 return region1.compareTo(region2);
1096 private int getRank(Map<String, Integer> map, final String region1, final String region2) {
1097 Integer w1 = map.get(region1);
/external/webrtc/modules/desktop_capture/
Ddesktop_region.h118 void Intersect(const DesktopRegion& region1, const DesktopRegion& region2);
Ddesktop_region.cc176 void DesktopRegion::Intersect(const DesktopRegion& region1, in Intersect() argument
180 Rows::const_iterator it1 = region1.rows_.begin(); in Intersect()
181 Rows::const_iterator end1 = region1.rows_.end(); in Intersect()
/external/google-breakpad/src/processor/
Dminidump_unittest.cc214 MinidumpMemoryRegion *region1 = memory_list->GetMemoryRegionAtIndex(0); in TEST() local
215 ASSERT_EQ(0x309d68010bd21b2cULL, region1->GetBase()); in TEST()
216 ASSERT_EQ(15U, region1->GetSize()); in TEST()
217 const uint8_t *region1_bytes = region1->GetMemory(); in TEST()
/external/cronet/third_party/icu/source/test/intltest/
Dtztest.cpp2482 char region1[1]; in TestGetRegion() local
2485 len = TimeZone::getRegion("America/Chicago", region1, sizeof(region1), sts); in TestGetRegion()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp2487 char region1[1]; in TestGetRegion() local
2490 len = TimeZone::getRegion("America/Chicago", region1, sizeof(region1), sts); in TestGetRegion()
/external/yapf/
DREADME.rst526 entity='dev3246.region1',
586 entity='dev3246.region1',
/external/llvm/docs/
DCoverageMappingFormat.rst525 ``[numRegions : LEB128, region0, region1, ...]``