Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/proto/src/
Dgnss.proto19 // Number of time to first fix processed
22 // Mean time to first fix (in seconds)
25 // Standard deviation of time to first fix (in seconds)
58 // Total number of sv status messages processed, where sv is used in fix
61 // Total number of L5 sv status messages processed, where sv is used in fix
/frameworks/base/tools/lint/common/src/main/java/com/google/android/lint/aidl/
DEnforcePermissionUtils.kt84 val fix = LintFix.create() in hasSingleAncestor() constant
91 if (prepend) fix.beginning() in hasSingleAncestor()
93 return fix.build() in hasSingleAncestor()
/frameworks/ex/common/java/com/android/common/
DRfc822Validator.java171 String fix = removeIllegalCharacters(text.substring(0, index)); in fixText() local
172 if (TextUtils.isEmpty(fix)) { in fixText()
180 tokens[i].setAddress(fix + "@" + (!emptyDomain ? domain : mDomain)); in fixText()
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DValidatorData.java100 @Nullable Fix fix, in Issue() argument
108 mFix = fix; in Issue()
148 public IssueBuilder setFix(Fix fix) { in setFix() argument
149 mFix = fix; in setFix()
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DHideInCommentsChecker.java73 generateFix(comment).ifPresent(fix -> { in matchCompilationUnit()
75 state.reportMatch(describeMatch(javadocableTree, fix)); in matchCompilationUnit()
104 final SuggestedFix fix = SuggestedFix.builder() in generateFix() local
108 return Optional.of(fix); in generateFix()
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dreduce_general_bad_result.rscript25 // problem is result type, not accumulator type, so outconverter can fix this
58 // problem is result type, not accumulator type, so outconverter can fix this
97 // problem is result type, not accumulator type, so outconverter can fix this
132 // problem is result type, not accumulator type, so outconverter can fix this
168 // problem is result type, not accumulator type, so outconverter can fix this
185 // problem is result type, not accumulator type, so outconverter can fix this
202 // problem is result type, not accumulator type, so outconverter can fix this
261 // problem is result type, not accumulator type, so outconverter can fix this
279 // problem is result type, not accumulator type, so outconverter can fix this
313 // problem is result type, not accumulator type, so outconverter can fix this
[all …]
/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/
DPermissionMethodDetector.kt58 val fix = fix() in getApplicableUastTypes() constant
68 fix in getApplicableUastTypes()
/frameworks/base/tests/LegacyRestoreTest/
DREADME13 archive, using the same key, generated on a Nexus 4 running Android 4.4 with a fix
15 version of Android which incorporates the fix.
/frameworks/base/core/java/android/service/games/
DTEST_MAPPING3 // TODO(b/245615658): fix flaky CTS test CtsGameServiceTestCases and add it as presubmit
/frameworks/ex/common/
Dbuild.gradle14 // TODO: fix errors and reenable.
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipProfile.java126 URI uri = mAddressFactory.createURI(fix(uriString)); in Builder()
154 private String fix(String uriString) { in fix() method in SipProfile.Builder
289 mAddressFactory.createURI(fix(mProxyAddress)); in build()
/frameworks/base/cmds/idmap2/
Dstatic-checks.sh99 -f|--fix) opt_mode="fix"; shift ;;
/frameworks/libs/systemui/aconfig/
Dsystemui.aconfig28 description: "Enables fix that exposes signal to notify the completion of the RRO loading."
/frameworks/base/core/java/android/service/chooser/
Dflags.aconfig40 description: "ResolverActivity memory leak (through the AppPredictor callback) fix"
/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/parcel/
DCallMigrators.kt47 val fix = (itemType as? PsiClassType)?.let { type -> in <lambda>() constant
51 context.report(SaferParcelChecker.ISSUE_UNSAFE_API_USAGE, call, location, message, fix) in <lambda>()
/frameworks/base/packages/SystemUI/tools/lint/
Drun_lint.sh44 Please check the HTML results file and fix the errors.
/frameworks/base/services/
Dproguard.flags68 # TODO(b/210510433): Revisit and fix with @Keep, or consider auto-generating from
102 # TODO(b/210510433): Revisit and fix with @Keep.
106 # TODO(b/210510433): Revisit and fix with @Keep.
/frameworks/base/data/keyboards/
DVendor_03f6_Product_a001.idc21 # To fix this, set a fake delta using the touchpad's known report rate.
/frameworks/base/core/java/android/window/flags/
Dwindowing_sdk.aconfig117 description: "Pass an out RelayoutInfo instead of Bundle to fix the Parcel recycle bug"
145 description: "Pass insetsControlChanged through ClientTransaction to fix the racing"
/frameworks/multidex/instrumentation/
Dbuild.gradle40 // TODO: fix errors and reenable.
/frameworks/base/core/java/android/view/flags/
Dview_flags.aconfig59 description: "Bug fix where sensitive content protection is prematurely removed."
/frameworks/base/core/java/android/content/pm/
Dflags.aconfig135 description: "Feature flag to fix duplicated PackageManager flag values"
195 description: "Feature flag to fix the first-install timestamps for system apps."
/frameworks/compile/mclinker/tools/mcld/
DOptions.td490 def FixCA53Erratum835769 : Flag<["--"], "fix-cortex-a53-835769">,
492 HelpText<"Enable fix for cortex a53 erratum 835769">;
494 def FixCA53Erratum843419 : Flag<["--"], "fix-cortex-a53-843419">,
496 HelpText<"Enable fix for cortex a53 erratum 843419">;
/frameworks/base/services/core/java/com/android/server/notification/
Dflags.aconfig42 description: "This flag controls the fix for notifications autogroup summary icon updates"
/frameworks/base/tools/hoststubgen/
DREADME.md63 We need proper build system integration to fix them.

12