/frameworks/native/opengl/tools/glgen/src/ |
D | JniCodeEmitter.java | 260 String[] checks = mChecker.getChecks(cfunc.getName()); in isNullAllowed() local 262 if (checks != null) { in isNullAllowed() 263 while (index < checks.length) { in isNullAllowed() 264 if (checks[index].equals("nullAllowed") && in isNullAllowed() 265 checks[index + 1].equals(cname)) { in isNullAllowed() 268 index = skipOneCheck(checks, index); in isNullAllowed() 276 String[] checks = mChecker.getChecks(cfunc.getName()); in hasCheckTest() local 278 if (checks != null) { in hasCheckTest() 279 while (index < checks.length) { in hasCheckTest() 280 if (checks[index].startsWith("check")) { in hasCheckTest() [all …]
|
D | ParameterChecker.java | 46 String[] checks = map.get(functionName); in getChecks() local 47 if (checks == null && in getChecks() 52 checks = map.get(functionName); in getChecks() 54 return checks; in getChecks()
|
/frameworks/base/tools/lint/checks/src/test/java/com/google/android/lint/ |
D | CallingSettingsNonUserGetterMethodsIssueDetectorTest.kt | 19 import com.android.tools.lint.checks.infrastructure.LintDetectorTest 20 import com.android.tools.lint.checks.infrastructure.TestFile 21 import com.android.tools.lint.checks.infrastructure.TestLintTask
|
D | EnforcePermissionDetectorTest.kt | 19 import com.android.tools.lint.checks.infrastructure.LintDetectorTest 20 import com.android.tools.lint.checks.infrastructure.TestFile 21 import com.android.tools.lint.checks.infrastructure.TestLintTask
|
D | CallingIdentityTokenDetectorTest.kt | 19 import com.android.tools.lint.checks.infrastructure.LintDetectorTest 20 import com.android.tools.lint.checks.infrastructure.TestFile 21 import com.android.tools.lint.checks.infrastructure.TestLintTask
|
/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/ |
D | AndroidStubs.kt | 20 import com.android.tools.lint.checks.infrastructure.LintDetectorTest.java 21 import com.android.tools.lint.checks.infrastructure.TestFiles.LibraryReferenceTestFile
|
D | SystemUILintDetectorTest.kt | 3 import com.android.tools.lint.checks.infrastructure.LintDetectorTest 4 import com.android.tools.lint.checks.infrastructure.TestLintTask
|
D | CleanArchitectureDependencyViolationDetectorTest.kt | 20 import com.android.tools.lint.checks.infrastructure.TestFiles 21 import com.android.tools.lint.checks.infrastructure.TestMode
|
D | DemotingTestWithoutBugDetectorTest.kt | 19 import com.android.tools.lint.checks.infrastructure.TestFile 20 import com.android.tools.lint.checks.infrastructure.TestFiles
|
D | StaticSettingsProviderDetectorTest.kt | 19 import com.android.tools.lint.checks.infrastructure.TestFiles
|
D | SoftwareBitmapDetectorTest.kt | 19 import com.android.tools.lint.checks.infrastructure.TestFiles
|
/frameworks/base/packages/SystemUI/tools/lint/ |
D | README | 4 lint.xml contains checks that are turned on or off, or whitelisted / 17 about for any file, or checks that are not actionable by the 26 - http://tools.android.com/tips/lint-checks
|
/frameworks/base/tools/lint/ |
D | README.md | 3 Custom lint checks written here are going to be executed for modules that opt in to those (e.g. any 6 ## How to add new lint checks 9 `checks/src/main/java/com/google/android/lint`. 12 `checks/test/java/com/google/android/lint`. 13 4. Done! Your lint checks should be applied in lint report builds for modules that include
|
D | Android.bp | 26 srcs: ["checks/src/main/java/**/*.kt"], 36 srcs: ["checks/src/test/java/**/*.kt"],
|
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/ |
D | reduce_general_bad_halter.rscript | 5 // Various ways halter can fail semantic checks. 6 // Also see reduce_general_bad_function.rs for other constituent function semantic checks. 7 // Also see reduce_general_bad_accumulator.rs for accumulator data type checks.
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 20 checks all GUIDs, and the target test checks a subset of GUIDs.
|
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/ |
D | ValidatorUtil.java | 51 import com.google.android.apps.common.testing.accessibility.framework.checks.EditableContentDescChe… 52 import com.google.android.apps.common.testing.accessibility.framework.checks.SpeakableTextPresentCh… 53 import com.google.android.apps.common.testing.accessibility.framework.checks.TextContrastCheck; 54 import com.google.android.apps.common.testing.accessibility.framework.checks.TouchTargetSizeCheck; 192 @NotNull Set<AccessibilityHierarchyCheck> checks = policyChecks.isEmpty() ? in generateResults() local 196 for (AccessibilityHierarchyCheck check : checks) { in generateResults()
|
/frameworks/base/api/ |
D | OWNERS | 8 # For metalava team to disable lint checks in platform
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | Android.bp | 17 // So, disable tidy checks.
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | Android.bp | 18 // So, disable tidy checks.
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | Android.bp | 17 // So, disable tidy checks.
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | Android.bp | 19 // So, disable tidy checks.
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | Android.bp | 21 // So, disable tidy checks.
|
/frameworks/base/tests/FlickerTests/ |
D | README.md | 17 Moreover, these tests inherit the following checks: 30 Moreover, these tests inherit the following checks:
|
/frameworks/native/services/surfaceflinger/tests/tracing/ |
D | readme.md | 6 generates layer states and checks if the states match the
|