Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/libs/hwui/
DSkiaInterpolator.cpp201 bool exact = true; in timeToT() local
215 exact = false; in timeToT()
221 if (exact) { in timeToT()
228 *exactPtr = exact; in timeToT()
278 bool exact; in timeToValues() local
279 Result result = timeToT(time, &T, &index, &exact); in timeToValues()
283 if (exact) { in timeToValues()
DSkiaInterpolator.h65 Result timeToT(uint32_t time, float* T, int* index, bool* exact) const;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLightRevealScrimTest.kt76 scrim.measure(/* widthMeasureSpec= */ exact(1), /* heightMeasureSpec= */ exact(2)) in <lambda>()
82 private fun exact(value: Int) = View.MeasureSpec.makeMeasureSpec(value, View.MeasureSpec.EXACTLY) in <lambda>() method in com.android.systemui.statusbar.LightRevealScrimTest
/frameworks/native/opengl/libs/EGL/
DLoader.cpp454 const bool exact) { in findLibrary() argument
455 if (exact) { in findLibrary()
488 static void* load_system_driver(const char* kind, const char* suffix, const bool exact) { in load_system_driver() argument
494 } else if (!exact) { in load_system_driver()
506 findLibrary(libraryName, isSuffixAngle ? SYSTEM_LIB_PATH : VENDOR_LIB_EGL_DIR, exact); in load_system_driver()
667 const bool exact) { in attempt_to_load_system_driver() argument
677 void* dso = load_system_driver("GLES", suffix, exact); in attempt_to_load_system_driver()
683 dso = load_system_driver("EGL", suffix, exact); in attempt_to_load_system_driver()
688 dso = load_system_driver("GLESv1_CM", suffix, exact); in attempt_to_load_system_driver()
692 dso = load_system_driver("GLESv2", suffix, exact); in attempt_to_load_system_driver()
DLoader.h57 …iver_t* attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, const bool exact);
/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
245 EXPECT_EQ(check(exact), 0); in TEST()
249 EXPECT_EQ(check(Function::make<&ImplicitConversionsHelper::exact>(&helper)), 0); in TEST()
/frameworks/base/graphics/java/android/
Dframework_graphics.aconfig8 description: "Add a function without unused exact param for computeBounds."
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/
Ddiff-and-update-golden.sh27 This is useful to visualize the exact differences between 3 jar files.
/frameworks/base/
DOWNERS.md42 The exact syntax of `OWNERS` files can be difficult to get correct, so here are
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt78 nanoseconds, but the exact meaning of the time depends on the native
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto115 // exact units are bearer-dependent. For example, Wi-Fi uses RSSI.
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java2765 final boolean exact = (windowLength == 0);
2778 if (exact) {
2781 } else if (exact || allowWhileIdle) {
2786 needsPermission = exact;
2787 lowerQuota = !exact;
2791 if (exact) {
2795 if (exact) {
2809 if (exact) {
2846 if (exact) {
/frameworks/base/graphics/java/android/graphics/
DPath.java309 public void computeBounds(@NonNull RectF bounds, boolean exact) { in computeBounds() argument
/frameworks/base/packages/SystemUI/docs/device-entry/
Dglossary.md30 …rd-fingerprint-failures, the primary authentication bouncer is shown. The exact number of attempts…
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md122 heuristics will be applied to analyze the gesture, and the exact rules vary depending upon
Dscene.md273 and a set of scenes. The exact details of what gets passed in depends on the
/frameworks/compile/slang/
DREADME.rst282 the same exact dimensionality (i.e. matching X and Y values for dimension).
/frameworks/base/proto/src/
Dipconnectivity.proto495 // exact wakeup rates.
/frameworks/base/core/proto/android/server/
Djobscheduler.proto974 // exact kind of permission grant to perform is specified in the flags
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...