Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/base/packages/SystemUI/tools/lint/
Drun_lint.sh39 --remove-fixed
45 If the error cannot be fixed immediately, there are 3 possible resolutions:
Dupdate_baseline.sh12 --baseline tools/lint/baseline.xml --remove-fixed &
DREADME19 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/
DStateControllerTest.java118 Clock.fixed(Clock.systemUTC().instant(), ZoneOffset.UTC); in setUp()
120 Clock.fixed(SystemClock.uptimeMillisClock().instant(), ZoneOffset.UTC); in setUp()
122 Clock.fixed(SystemClock.elapsedRealtimeClock().instant(), ZoneOffset.UTC); in setUp()
/frameworks/rs/script_api/
Drs_graphics.spec788 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/native/services/vr/hardware_composer/
DAndroid.bp60 // Warnings in vr_hwc.cpp to be fixed after sync of goog/master.
169 // warnings in vr_composer_test.cpp to be fixed after merge of goog/master
/frameworks/base/cmds/incidentd/
DAndroid.bp36 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
96 // Allow implicit fallthrough in IncidentService.cpp:85 until it is fixed.
/frameworks/base/services/core/java/com/android/server/pm/
DPackageSetting.java127 public void setInstallPermissionsFixed(boolean fixed) { in setInstallPermissionsFixed() argument
128 installPermissionsFixed = fixed; in setInstallPermissionsFixed()
/frameworks/base/libs/hwui/utils/
DStringUtils.h51 stream << std::fixed << std::setprecision(2) << temp << SUFFIXES[suffix];
/frameworks/base/libs/hwui/
DRenderProperties.cpp101 output << std::fixed << std::setprecision(2); in dumpMatrix()
118 output << std::fixed << std::setprecision(2); in debugOutputProperties()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dfailure_list_java.txt2 # implementation right now. These should be fixed.
Dfailure_list_cpp.txt2 # implementation right now. These should be fixed.
Dfailure_list_python_cpp.txt2 # Python/C++ implementation right now. These should be fixed.
/frameworks/base/tools/incident_section_gen/
DAndroid.bp27 // Allow implicit fallthroughs in main.cpp until they are fixed.
/frameworks/base/core/tests/BroadcastRadioTests/
DAndroid.bp19 // TODO(b/13282254): uncomment when b/13282254 is fixed
/frameworks/base/native/graphics/jni/
DAndroid.bp35 // TODO: This is to work around b/24465209. Remove after root cause is fixed
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dlog_helpers.h35 out << std::setfill(' ') << std::setprecision(4) << std::fixed
/frameworks/base/tests/LegacyRestoreTest/
DREADME12 The file "kk-fixed-encrypted-settings-abcd.ab" is a similar encrypted "adb backup"
/frameworks/base/startop/iorap/tests/
DAndroid.bp15 // TODO: once b/80095087 is fixed, rewrite this back to android_test
/frameworks/opt/gamesdk/src/tuningfork/
Dhistogram.cpp97 str << std::fixed; in ToJSON()
/frameworks/rs/script_api/include/
Drs_graphics.rsh1182 * 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/
DDefaultPermissionGrantPolicy.java1380 grantRuntimePermissions(pkg, permissions, permissionGrant.fixed, in grantDefaultPermissionExceptions()
1537 final boolean fixed = XmlUtils.readBooleanAttribute(parser, ATTR_FIXED); in parsePermission()
1541 name, fixed, whitelisted); in parsePermission()
1574 final boolean fixed; field in DefaultPermissionGrantPolicy.DefaultPermissionGrant
1577 public DefaultPermissionGrant(String name, boolean fixed, in DefaultPermissionGrant() argument
1580 this.fixed = fixed; in DefaultPermissionGrant()
/frameworks/base/core/tests/coretests/src/android/util/
DRecurrenceRuleTest.java48 RecurrenceRule.sClock = Clock.fixed(instant, ZoneId.systemDefault()); in setClock()
/frameworks/base/tools/aapt/
DAndroid.bp74 // Allow implicit fallthroughs in AaptAssets.cpp until they are fixed.
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobStoreTest.java86 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()

123