/frameworks/base/libs/hwui/ |
D | SkiaInterpolator.cpp | 201 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()
|
D | SkiaInterpolator.h | 65 Result timeToT(uint32_t time, float* T, int* index, bool* exact) const;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | LightRevealScrimTest.kt | 76 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/ |
D | Loader.cpp | 454 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()
|
D | Loader.h | 57 …iver_t* attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, const bool exact);
|
/frameworks/native/libs/ftl/ |
D | function_test.cpp | 211 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/ |
D | framework_graphics.aconfig | 8 description: "Add a function without unused exact param for computeBounds."
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/ |
D | diff-and-update-golden.sh | 27 This is useful to visualize the exact differences between 3 jar files.
|
/frameworks/base/ |
D | OWNERS.md | 42 The exact syntax of `OWNERS` files can be difficult to get correct, so here are
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 78 nanoseconds, but the exact meaning of the time depends on the native
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 115 // exact units are bearer-dependent. For example, Wi-Fi uses RSSI.
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
D | AlarmManagerService.java | 2765 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/ |
D | Path.java | 309 public void computeBounds(@NonNull RectF bounds, boolean exact) { in computeBounds() argument
|
/frameworks/base/packages/SystemUI/docs/device-entry/ |
D | glossary.md | 30 …rd-fingerprint-failures, the primary authentication bouncer is shown. The exact number of attempts…
|
/frameworks/base/packages/SystemUI/docs/ |
D | falsing.md | 122 heuristics will be applied to analyze the gesture, and the exact rules vary depending upon
|
D | scene.md | 273 and a set of scenes. The exact details of what gets passed in depends on the
|
/frameworks/compile/slang/ |
D | README.rst | 282 the same exact dimensionality (i.e. matching X and Y values for dimension).
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 495 // exact wakeup rates.
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 974 // exact kind of permission grant to perform is specified in the flags
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |