Home
last modified time | relevance | path

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

12

/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/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/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/compile/slang/BitWriter_2_9/
DAndroid.bp18 // So, disable tidy checks.
/frameworks/compile/slang/BitWriter_2_9_func/
DAndroid.bp19 // So, disable tidy checks.
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DAndroid.bp17 // So, disable tidy checks.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DAndroid.bp17 // 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/layoutlib/validator/src/com/android/tools/idea/validator/accessibility/
DAccessibilityValidator.java180 @NotNull Set<AccessibilityHierarchyCheck> checks = policyChecks.isEmpty() in getHierarchyCheckResults() local
197 for (AccessibilityHierarchyCheck check : checks) { in getHierarchyCheckResults()
/frameworks/base/media/jni/soundpool/
DAndroid.bp21 // https://clang.llvm.org/extra/clang-tidy/checks/list.html
22 // For many categories, the checks are too many to specify individually.
/frameworks/av/services/mediametrics/
DAndroid.bp14 // https://clang.llvm.org/extra/clang-tidy/checks/list.html
15 // For many categories, the checks are too many to specify individually.
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dcheck_dims.rscript23 // This test checks to see that we only work on the cells specified for the
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dcheck_dims.rscript25 // This test checks to see that we only work on the cells specified for the
/frameworks/compile/slang/tests/F_reduce_general_bad_accumulator/
Dreduce_general_bad_accumulator.rscript5 // Several checks for bad accumulator DATA TYPE (not bad accumulator FUNCTION)
/frameworks/base/packages/SystemUI/docs/
Dsos_gesture.md12 … to detect all manner of power button multipresses and gestures, it also checks with GestureLaunch…
Dplugins.md107 After the plugin is created and passes all permission/security checks, then the plugin will receive…
195checks.  In 2 different places, SysUI checks to ensure that the build is debuggable before even sc…
/frameworks/compile/slang/tests/F_reduce_general_bad_function/
Dreduce_general_bad_function.rscript5 // Various ways particular reduction consituent functions can fail semantic checks.
6 // Also see reduce_general_bad_halter.rs for halter function semantic checks.
7 // Also see reduce_general_bad_accumulator.rs for accumulator data type checks.
/frameworks/compile/slang/lit-tests/bitcode_wrapper/
Dbitcode_wrapper_test.ll2 ; API versions, then checks that the bitcode file was generated and
/frameworks/compile/libbcc/tests/libbcc/
Dtbaa-through-alloca.ll1 ; This test checks that the code doesn't aggressively apply TBAA
Dgetelementptr.ll1 ; This checks that RSForEachExpand generates getelementptr
/frameworks/native/libs/binder/ndk/
DAndroid.bp126 // Explicitly list the checks that should not occur in this module.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DREADME.txt15 checks to see if the caller is on a different thread. If

12