Searched refs:area (Results 1 – 17 of 17) 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/private/ |
D | mlstrustedsubject.te | 33 -vold_prepare_subdirs # creation of storage area directories 59 -vold # encryption of storage area directories 60 -vold_prepare_subdirs # creation of storage area directories
|
D | vold_prepare_subdirs.te | 59 # Allow vold_prepare_subdirs to create storage area directories on behalf of apps. 74 # The storage area directories should have type storage_area_dir
|
D | odrefresh.te | 16 # Staging area labels (/data/misc/apexdata/com.android.art/staging). odrefresh 70 # No other processes should be creating files in the staging area.
|
D | dex2oat.te | 48 # in the staging area.
|
D | vold.te | 77 # when a storage area is created (with `openStorageArea`), vold creates the key 78 # and when a storage area is deleted (with `deleteStorageArea`), vold deletes the key
|
D | installd.te | 228 # on app uninstall, installd deletes the storage area keys for the app
|
D | domain.te | 1622 -vold_prepare_subdirs # creation of storage area directories 1656 -vold # encryption of storage area directories 1657 -vold_prepare_subdirs # creation of storage area directories 1663 # only vold and installd can access the storage area key files 1695 -vold_prepare_subdirs # creation of storage area directories
|
D | file_contexts | 826 # storage area keys
|
/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/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/chre/doc/ |
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
|
D | framework_testing.md | 114 development for manual verification of a feature area. For example, SensorWorld
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 642 pxs area(const PxPoint* begin, const PxPoint* end); 715 pxs area() const { return bits::area(begin(), end()); }
|
/system/core/rootdir/ |
D | init.rc | 1000 # Also bind mount for the storage area directory (minus the volume ID)
|