Home
last modified time | relevance | path

Searched defs:exact (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLightRevealScrimTest.kt82 private fun exact(value: Int) = View.MeasureSpec.makeMeasureSpec(value, View.MeasureSpec.EXACTLY) in <lambda>() method
/frameworks/native/opengl/libs/EGL/
DLoader.cpp454 const bool exact) { in findLibrary()
488 static void* load_system_driver(const char* kind, const char* suffix, const bool exact) { in load_system_driver()
667 const bool exact) { in attempt_to_load_system_driver()
/frameworks/base/libs/hwui/
DSkiaInterpolator.cpp201 bool exact = true; in timeToT() local
278 bool exact; in timeToValues() local
/frameworks/native/libs/ftl/
Dfunction_test.cpp211 auto exact(int) -> int { return 0; } in exact() function
233 auto exact = [](int) -> int { return 0; }; in TEST() local
/frameworks/base/graphics/java/android/graphics/
DPath.java309 public void computeBounds(@NonNull RectF bounds, boolean exact) { in computeBounds()