Home
last modified time | relevance | path

Searched refs:area (Results 1 – 13 of 13) sorted by relevance

/system/teeui/test/
Dteeui_test.cpp133 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/
Dutils.cpp58 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
Dbutton.cpp182 if (coveredRegion) areaCovered += coveredRegion->area(); in draw()
/system/sepolicy/prebuilts/api/31.0/private/
Dodrefresh.te16 # Staging area labels (/data/misc/apexdata/com.android.art/staging). odrefresh
47 # No other processes should be creating files in the staging area.
Ddex2oat.te49 # in the staging area.
/system/sepolicy/private/
Dodrefresh.te16 # Staging area labels (/data/misc/apexdata/com.android.art/staging). odrefresh
47 # No other processes should be creating files in the staging area.
Ddex2oat.te49 # in the staging area.
/system/bt/test/headless/
DREADME.md17 Install: Push the binary to an executable area on target device.
/system/chre/build/sys_support/qcom/
Dchre.scons187 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/
Dframework_testing.md41 development for manual verification of a feature area. For example, SensorWorld
Dporting_guide.md166 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/
DREADME.md47 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/
Dutils.h637 pxs area(const PxPoint* begin, const PxPoint* end);
710 pxs area() const { return bits::area(begin(), end()); }