/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/ |
D | RectRegionTest.java | 62 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/ |
D | frame-15.ll | 37 %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 …]
|
D | frame-13.ll | 35 %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 …]
|
D | frame-16.ll | 34 %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 …]
|
D | frame-14.ll | 34 %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/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/ |
D | HeightBasedTerrain.j3md | 21 Vector3 region1
|
/external/libvncserver/libvncserver/ |
D | rfbregion.c | 836 sraRegionPtr region, region1, region2; in main() local 842 region1 = sraRgnCreateRect(40, 50, 350, 200); in main() 848 b = sraRgnSubtract(region, region1); in main() 881 sraRgnDestroy(region1); in main()
|
/external/google-breakpad/src/processor/ |
D | minidump_unittest.cc | 202 MinidumpMemoryRegion *region1 = memory_list->GetMemoryRegionAtIndex(0); in TEST() local 203 ASSERT_EQ(0x309d68010bd21b2cULL, region1->GetBase()); in TEST() 204 ASSERT_EQ(15U, region1->GetSize()); in TEST() 205 const uint8_t *region1_bytes = region1->GetMemory(); in TEST()
|
/external/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 2371 char region1[1]; in TestGetRegion() local 2374 len = TimeZone::getRegion("America/Chicago", region1, sizeof(region1), sts); in TestGetRegion()
|
/external/llvm/docs/ |
D | CoverageMappingFormat.rst | 496 ``[numRegions : LEB128, region0, region1, ...]``
|