Searched refs:area (Results 1 – 13 of 13) sorted by relevance
/system/teeui/test/ |
D | teeui_test.cpp | 133 ASSERT_EQ(pxs(.5), o2->area()); in TEST() 139 ASSERT_EQ(pxs(.5), o2->area()); in TEST() 149 ASSERT_EQ(pxs(1.0), o2->area()); in TEST() 159 ASSERT_EQ(pxs(1.0), o2->area()); in TEST() 169 ASSERT_EQ(pxs(1.0), o2->area()); in TEST() 179 ASSERT_EQ(pxs(1.0), o2->area()); in TEST() 189 ASSERT_EQ(pxs(1.0), o2->area()); in TEST() 194 ASSERT_EQ(pxs(.875), o2->area()); in TEST() 199 ASSERT_EQ(pxs(.875), o2->area()); in TEST()
|
/system/teeui/libteeui/src/ |
D | utils.cpp | 58 pxs area(.0); in pixelLineIntersect() local 61 area = a0; in pixelLineIntersect() 74 area = R.x() * R.y() * pxs(.5); in pixelLineIntersect() 77 area -= r * R.x() * ((r) / R.y()) * pxs(.5); in pixelLineIntersect() 82 area = pxs(1.0) - area; in pixelLineIntersect() 84 TEEUI_LOG << " area: " << area; in pixelLineIntersect() 85 intensity = area.count() * 0xff; in pixelLineIntersect() 250 pxs area(const PxPoint* begin, const PxPoint* end) { in area() function
|
D | button.cpp | 182 if (coveredRegion) areaCovered += coveredRegion->area(); in draw()
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | odrefresh.te | 16 # Staging area labels (/data/misc/apexdata/com.android.art/staging). odrefresh 47 # No other processes should be creating files in the staging area.
|
D | dex2oat.te | 49 # in the staging area.
|
/system/sepolicy/private/ |
D | odrefresh.te | 16 # Staging area labels (/data/misc/apexdata/com.android.art/staging). odrefresh 47 # No other processes should be creating files in the staging area.
|
D | dex2oat.te | 49 # in the staging area.
|
/system/bt/test/headless/ |
D | README.md | 17 Install: Push the binary to an executable area on target device.
|
/system/chre/build/sys_support/qcom/ |
D | chre.scons | 187 env.RequirePublicApi(core_public_apis, area='core') 188 env.RequirePublicApi(platform_public_apis, area='platform') 189 env.RequirePublicApi(qmimsgs_public_apis, area='qmimsgs') 190 env.RequirePublicApi(['SNS_API_INCLUDES'], area='ssc_api')
|
/system/chre/doc/ |
D | framework_testing.md | 41 development for manual verification of a feature area. For example, SensorWorld
|
D | porting_guide.md | 166 Each feature area includes one or more `Platform<Module>` classes which the 190 If a feature area is not supported, setting the make variable 192 inclusion of common code for that feature area. Note that it must still be
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 47 It's the area to the left, including process names and color-coded dots grouped by process. It's us…
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 637 pxs area(const PxPoint* begin, const PxPoint* end); 710 pxs area() const { return bits::area(begin(), end()); }
|