Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java260 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 …]
DParameterChecker.java46 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/
DCallingSettingsNonUserGetterMethodsIssueDetectorTest.kt19 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
DEnforcePermissionDetectorTest.kt19 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
DCallingIdentityTokenDetectorTest.kt19 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/
DAndroidStubs.kt20 import com.android.tools.lint.checks.infrastructure.LintDetectorTest.java
21 import com.android.tools.lint.checks.infrastructure.TestFiles.LibraryReferenceTestFile
DSystemUILintDetectorTest.kt3 import com.android.tools.lint.checks.infrastructure.LintDetectorTest
4 import com.android.tools.lint.checks.infrastructure.TestLintTask
DCleanArchitectureDependencyViolationDetectorTest.kt20 import com.android.tools.lint.checks.infrastructure.TestFiles
21 import com.android.tools.lint.checks.infrastructure.TestMode
DDemotingTestWithoutBugDetectorTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFile
20 import com.android.tools.lint.checks.infrastructure.TestFiles
DStaticSettingsProviderDetectorTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFiles
DSoftwareBitmapDetectorTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFiles
/frameworks/base/packages/SystemUI/tools/lint/
DREADME4 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/
DREADME.md3 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
DAndroid.bp26 srcs: ["checks/src/main/java/**/*.kt"],
36 srcs: ["checks/src/test/java/**/*.kt"],
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/
Dreduce_general_bad_halter.rscript5 // 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/
DREADME.txt20 checks all GUIDs, and the target test checks a subset of GUIDs.
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DValidatorUtil.java51 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/
DOWNERS8 # For metalava team to disable lint checks in platform
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DAndroid.bp17 // So, disable tidy checks.
/frameworks/compile/slang/BitWriter_2_9/
DAndroid.bp18 // So, disable tidy checks.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DAndroid.bp17 // So, disable tidy checks.
/frameworks/compile/slang/BitWriter_2_9_func/
DAndroid.bp19 // So, disable tidy checks.
/frameworks/compile/slang/BitWriter_3_2/
DAndroid.bp21 // So, disable tidy checks.
/frameworks/base/tests/FlickerTests/
DREADME.md17 Moreover, these tests inherit the following checks:
30 Moreover, these tests inherit the following checks:
/frameworks/native/services/surfaceflinger/tests/tracing/
Dreadme.md6 generates layer states and checks if the states match the

123