/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 | 118 Clock.fixed(Clock.systemUTC().instant(), ZoneOffset.UTC); in setUp() 120 Clock.fixed(SystemClock.uptimeClock().instant(), ZoneOffset.UTC); in setUp() 122 Clock.fixed(SystemClock.elapsedRealtimeClock().instant(), ZoneOffset.UTC); in setUp()
|
/frameworks/native/services/vr/hardware_composer/ |
D | Android.bp | 76 // Warnings in vr_hwc.cpp to be fixed after sync of goog/master. 123 // warnings in vr_composer_test.cpp to be fixed after merge of goog/master
|
/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/media/extractors/ |
D | TEST_MAPPING | 4 // TODO(b/153661591) enable test once the bug is fixed
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 45 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed. 105 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
|
/frameworks/base/libs/hwui/utils/ |
D | StringUtils.h | 51 stream << std::fixed << std::setprecision(2) << temp << SUFFIXES[suffix];
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/ |
D | Face10Test.java | 99 Face10.sSystemClock = Clock.fixed(Instant.ofEpochMilli(100), ZoneId.of("PST")); in setUp() 106 Face10.sSystemClock = Clock.fixed(Instant.ofEpochSecond( in tick()
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.cpp | 109 output << std::fixed << std::setprecision(2); in dumpMatrix() 126 output << std::fixed << std::setprecision(2); in debugOutputProperties()
|
/frameworks/base/tools/incident_section_gen/ |
D | Android.bp | 36 // Allow implicit fallthroughs in main.cpp until they are fixed.
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | log_helpers.h | 35 out << std::setfill(' ') << std::setprecision(4) << std::fixed
|
/frameworks/base/core/tests/BroadcastRadioTests/ |
D | Android.bp | 28 // TODO(b/13282254): uncomment when b/13282254 is fixed
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 12 The file "kk-fixed-encrypted-settings-abcd.ab" is a similar encrypted "adb backup"
|
/frameworks/compile/slang/tests/P_reflection3264_divergent/ |
D | reflection3264_divergent.rscript | 54 // TODO: Add these variables back once http://b/65210157 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()
|
D | JobStoreTest.java | 88 Clock.fixed(Clock.systemUTC().instant(), ZoneOffset.UTC); in setUp() 90 Clock.fixed(SystemClock.uptimeClock().instant(), ZoneOffset.UTC); in setUp() 92 Clock.fixed(SystemClock.elapsedRealtimeClock().instant(), ZoneOffset.UTC); in setUp()
|
/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/base/core/tests/coretests/src/android/util/ |
D | RecurrenceRuleTest.java | 48 RecurrenceRule.sClock = Clock.fixed(instant, ZoneId.systemDefault()); in setClock()
|
/frameworks/base/startop/iorap/tests/ |
D | Android.bp | 15 // TODO: once b/80095087 is fixed, rewrite this back to android_test
|
/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/ |
D | PackageSetting.java | 282 public void setInstallPermissionsFixed(boolean fixed) { 283 installPermissionsFixed = fixed;
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_native_client_buffer.txt | 96 - Assigned extension number, fixed minor issues for publication
|