/frameworks/base/libs/hwui/ |
D | Patch.cpp | 80 const float fixed = bitmapWidth - stretchSize; in Patch() local 81 const float xStretch = std::max(width - fixed, 0.0f); in Patch() 83 rescaleX = fixed == 0.0f ? 0.0f : std::min(std::max(width, 0.0f) / fixed, 1.0f); in Patch() 92 const float fixed = bitmapHeight - stretchSize; in Patch() local 93 const float yStretch = std::max(height - fixed, 0.0f); in Patch() 95 rescaleY = fixed == 0.0f ? 0.0f : std::min(std::max(height, 0.0f) / fixed, 1.0f); in Patch()
|
D | OpDumper.cpp | 39 output << std::fixed << std::setprecision(0) << " clip=" << op.localClip->rect in dump()
|
D | RenderProperties.cpp | 101 output << std::fixed << std::setprecision(2); in dumpMatrix() 118 output << std::fixed << std::setprecision(2); in debugOutputProperties()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/controllers/ |
D | JobStatusTest.java | 43 Clock.fixed(Clock.systemUTC().instant(), ZoneOffset.UTC); in setUp() 45 Clock.fixed(SystemClock.uptimeMillisClock().instant(), ZoneOffset.UTC); in setUp() 47 Clock.fixed(SystemClock.elapsedRealtimeClock().instant(), ZoneOffset.UTC); in setUp()
|
D | ConnectivityControllerTest.java | 88 Clock.fixed(Clock.systemUTC().instant(), ZoneOffset.UTC); in setUp() 90 Clock.fixed(SystemClock.uptimeMillisClock().instant(), ZoneOffset.UTC); in setUp() 92 Clock.fixed(SystemClock.elapsedRealtimeClock().instant(), ZoneOffset.UTC); in setUp()
|
/frameworks/rs/script_api/ |
D | rs_graphics.spec | 788 summary: Set the constant color for a fixed function emulation program 790 Set the constant color for a fixed function emulation program. 800 summary: Get the projection matrix for a fixed function vertex program 802 Get the projection matrix for a currently bound fixed function 814 summary: Load the model matrix for a bound fixed function vertex program 816 Load the model matrix for a currently bound fixed function 828 summary: Load the projection matrix for a bound fixed function vertex program 830 Load the projection matrix for a currently bound fixed function 842 summary: Load the texture matrix for a bound fixed function vertex program 844 Load the texture matrix for a currently bound fixed function
|
D | rs_value_types.spec | 32 RenderScript supports fixed size vectors of length 2, 3, and 4.
|
/frameworks/native/services/vr/hardware_composer/ |
D | Android.bp | 55 // Warnings in vr_hwc.cpp to be fixed after sync of goog/master. 163 // warnings in vr_composer_test.cpp to be fixed after merge of goog/master
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageSetting.java | 127 public void setInstallPermissionsFixed(boolean fixed) { in setInstallPermissionsFixed() argument 128 installPermissionsFixed = fixed; in setInstallPermissionsFixed()
|
/frameworks/base/libs/hwui/utils/ |
D | StringUtils.h | 51 stream << std::fixed << std::setprecision(2) << temp << SUFFIXES[suffix];
|
/frameworks/base/native/graphics/jni/ |
D | Android.bp | 35 // TODO: This is to work around b/24465209. Remove after root cause is fixed
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | log_helpers.h | 35 out << std::setfill(' ') << std::setprecision(4) << std::fixed
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 12 The file "kk-fixed-encrypted-settings-abcd.ab" is a similar encrypted "adb backup"
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
D | JobStoreTest.java | 86 Clock.fixed(Clock.systemUTC().instant(), ZoneOffset.UTC); in setUp() 88 Clock.fixed(SystemClock.uptimeMillisClock().instant(), ZoneOffset.UTC); in setUp() 90 Clock.fixed(SystemClock.elapsedRealtimeClock().instant(), ZoneOffset.UTC); in setUp()
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 1182 * rsgProgramFragmentConstantColor: Set the constant color for a fixed function emulation program 1186 * Set the constant color for a fixed function emulation program. 1200 …* rsgProgramVertexGetProjectionMatrix: Get the projection matrix for a fixed function vertex progr… 1204 * Get the projection matrix for a currently bound fixed function 1223 * rsgProgramVertexLoadModelMatrix: Load the model matrix for a bound fixed function vertex program 1227 * Load the model matrix for a currently bound fixed function 1246 …* rsgProgramVertexLoadProjectionMatrix: Load the projection matrix for a bound fixed function vert… 1250 * Load the projection matrix for a currently bound fixed function 1269 …* rsgProgramVertexLoadTextureMatrix: Load the texture matrix for a bound fixed function vertex pro… 1273 * Load the texture matrix for a currently bound fixed function
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | DefaultPermissionGrantPolicy.java | 1338 permissionGrant.fixed, userId); in grantDefaultPermissionExceptions() 1481 final boolean fixed = XmlUtils.readBooleanAttribute(parser, ATTR_FIXED); in parsePermission() 1483 DefaultPermissionGrant exception = new DefaultPermissionGrant(name, fixed); in parsePermission() 1497 final boolean fixed; field in DefaultPermissionGrantPolicy.DefaultPermissionGrant 1499 public DefaultPermissionGrant(String name, boolean fixed) { in DefaultPermissionGrant() argument 1501 this.fixed = fixed; in DefaultPermissionGrant()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | RecurrenceRuleTest.java | 48 RecurrenceRule.sClock = Clock.fixed(instant, ZoneId.systemDefault()); in setClock()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 44 # and STATE_OUT_OF_SERVICE in "network_to". To avoid confusion, the fixed version
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_native_client_buffer.txt | 96 - Assigned extension number, fixed minor issues for publication
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | FakeComposerUtils.cpp | 44 os << std::fixed << std::setprecision(1) << "(" in printSourceRectAligned()
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_benchmarks.cpp | 848 std::cerr << std::fixed << "Thread " << benchmark_result.thread_id in ClientCommand() 961 std::cerr << std::fixed << "Total throughput over " << total_threads in ClientCommand() 982 std::cout << total_time_ns << " " << std::fixed << std::setprecision(9) in ClientCommand() 983 << average_sample_time_s << " " << std::fixed in ClientCommand()
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 179 // TODO: This is to work around b/20093774. Remove after root cause is fixed
|
/frameworks/native/libs/vr/libpdx/ |
D | encoder_performance_test.cpp | 352 std::cout << std::fixed << std::setprecision(3) in RunTests() 375 std::cout << std::fixed << std::setprecision(3) in RunTests()
|
/frameworks/native/vulkan/api/templates/ |
D | vulkan_common.tmpl | 124 Emits the fixed-size-array postfix for pseudonym types annotated with @array
|
/frameworks/base/core/proto/android/app/ |
D | enums.proto | 43 // here are completely fixed and arbitrary. Order is irrelevant.
|