/frameworks/av/media/libaaudio/src/flowgraph/resampler/ |
D | README.md | 47 You can either use a fixed number of input frames or a fixed number of output frames. The other fra… 49 ## Calling the Resampler with a fixed number of OUTPUT frames 51 In this example, suppose we have a fixed number of output frames and a variable number of input fra… 72 ## Calling the Resampler with a fixed number of INPUT frames 74 In this example, suppose we have a fixed number of input frames and a variable number of output fra…
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | UserPermissionState.java | 47 public void setInstallPermissionsFixed(@NonNull String packageName, boolean fixed) { in setInstallPermissionsFixed() argument 48 if (fixed) { in setInstallPermissionsFixed()
|
/frameworks/base/packages/SystemUI/tools/lint/ |
D | run_lint.sh | 39 --remove-fixed 45 If the error cannot be fixed immediately, there are 3 possible resolutions:
|
D | update_baseline.sh | 12 --baseline tools/lint/baseline.xml --remove-fixed &
|
D | README | 19 3. If there are lint errors that should be fixed, but cannot be done
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | StateControllerTest.java | 117 Clock.fixed(Clock.systemUTC().instant(), ZoneOffset.UTC); in setUp() 119 Clock.fixed(SystemClock.uptimeClock().instant(), ZoneOffset.UTC); in setUp() 121 Clock.fixed(SystemClock.elapsedRealtimeClock().instant(), ZoneOffset.UTC); in setUp()
|
D | FlexibilityControllerTest.java | 198 Clock.fixed(Instant.ofEpochMilli(FROZEN_TIME), ZoneOffset.UTC); in setup() 200 Clock.fixed(Instant.ofEpochMilli(FROZEN_TIME), ZoneOffset.UTC); in setup() 641 Clock.fixed(Instant.ofEpochMilli(nowElapsed), ZoneOffset.UTC); in testCurPercent() 646 Clock.fixed(Instant.ofEpochMilli(nowElapsed), ZoneOffset.UTC); in testCurPercent() 651 Clock.fixed(Instant.ofEpochMilli(nowElapsed), ZoneOffset.UTC); in testCurPercent() 656 Clock.fixed(Instant.ofEpochMilli(nowElapsed), ZoneOffset.UTC); in testCurPercent() 670 Clock.fixed(Instant.ofEpochMilli(nowElapsed), ZoneOffset.UTC); in testCurPercent() 676 Clock.fixed(Instant.ofEpochMilli(nowElapsed), ZoneOffset.UTC); in testCurPercent() 681 Clock.fixed(Instant.ofEpochMilli(nowElapsed), ZoneOffset.UTC); in testCurPercent() 1043 Clock.fixed(Instant.ofEpochMilli(nowElapsed), ZoneOffset.UTC); in testFlexibilityTracker() [all …]
|
/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
|
/frameworks/av/services/mediametrics/include/mediametricsservice/ |
D | HeatMap.h | 111 ss << std::fixed << std::setprecision(2) << errorFraction << " "; in dump() 117 ss << std::fixed << std::setprecision(2) << errorFraction << " "; in dump()
|
/frameworks/av/media/module/extractors/ |
D | TEST_MAPPING | 7 // TODO(b/153661591) enable test once the bug is fixed
|
/frameworks/layoutlib/validator/resources/ |
D | strings.properties | 167 result_message_brief_fixed_width_text_view_with_scaled_text = This <tt>TextView</tt> has a fixed wi… 168 …fixed_width_text_view_with_scaled_text_compose = This <tt>Text</tt> has a fixed width and scalable… 169 result_message_brief_fixed_height_text_view_with_scaled_text = This <tt>TextView</tt> has a fixed h… 170 result_message_brief_fixed_height_text_with_scaled_text_compose = This <tt>Text</tt> has a fixed he… 171 result_message_brief_fixed_size_text_view_with_scaled_text = This <tt>TextView</tt> has a fixed siz… 172 result_message_brief_fixed_size_text_with_scaled_text_compose = This <tt>Text</tt> has a fixed size… 173 result_message_brief_fixed_width_view_group_with_scaled_text = This <tt>ViewGroup</tt> has a fixed … 174 result_message_brief_fixed_width_parent_with_scaled_text_compose = This element has a fixed width a… 175 result_message_brief_fixed_height_view_group_with_scaled_text = This <tt>ViewGroup</tt> has a fixed… 176 result_message_brief_fixed_height_parent_with_scaled_text_compose = This element has a fixed height… [all …]
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/modifiers/ |
D | Size.kt | 38 measurable.measure(Constraints.fixed(sizeAtRest.width, sizeAtRest.height)).run { in <lambda>()
|
/frameworks/base/libs/hwui/utils/ |
D | StringUtils.h | 51 stream << std::fixed << std::setprecision(2) << temp << SUFFIXES[suffix];
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 45 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed. 99 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | Android.bp | 24 // TODO(b/169779783): move into "static_libs" when the soong issue is fixed
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/idle/ |
D | DeviceIdlenessTrackerTest.java | 117 getAdvancedClock(Clock.fixed(Clock.systemUTC().instant(), ZoneOffset.UTC), in setUp() 120 Clock.fixed(SystemClock.uptimeClock().instant(), ZoneOffset.UTC), in setUp() 123 Clock.fixed(SystemClock.elapsedRealtimeClock().instant(), ZoneOffset.UTC), in setUp()
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 116 output << std::fixed << std::setprecision(2); in dumpMatrix() 133 output << std::fixed << std::setprecision(2); in debugOutputProperties()
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | log_helpers.h | 35 out << std::setfill(' ') << std::setprecision(4) << std::fixed
|
/frameworks/base/tools/incident_section_gen/ |
D | Android.bp | 36 // Allow implicit fallthroughs in main.cpp until they are fixed.
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 12 The file "kk-fixed-encrypted-settings-abcd.ab" is a similar encrypted "adb backup"
|
/frameworks/base/core/tests/BroadcastRadioTests/ |
D | Android.bp | 30 // TODO(b/13282254): uncomment when b/13282254 is fixed
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
D | GracePeriodObserverTest.java | 73 Clock.fixed(SystemClock.elapsedRealtimeClock().instant(), ZoneOffset.UTC); in setUp()
|
/frameworks/compile/slang/tests/P_reflection3264_divergent/ |
D | reflection3264_divergent.rscript | 54 // TODO: Add these variables back once http://b/65210157 is fixed
|
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/ |
D | reflection3264_divergent.rscript | 56 // TODO: Add these variables back once http://b/65210157 is fixed
|
/frameworks/native/libs/binder/rust/rpcbinder/ |
D | Android.bp | 43 // result in duplicate conflicting versions of libbinder_ndk_sys. This will hopefully be fixed in
|