/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/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/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/compile/slang/BitWriter_2_9/ |
D | Android.bp | 18 // So, disable tidy checks.
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | Android.bp | 19 // So, disable tidy checks.
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | Android.bp | 17 // So, disable tidy checks.
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | Android.bp | 17 // 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/layoutlib/validator/src/com/android/tools/idea/validator/accessibility/ |
D | AccessibilityValidator.java | 180 @NotNull Set<AccessibilityHierarchyCheck> checks = policyChecks.isEmpty() in getHierarchyCheckResults() local 197 for (AccessibilityHierarchyCheck check : checks) { in getHierarchyCheckResults()
|
/frameworks/base/media/jni/soundpool/ |
D | Android.bp | 21 // 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/ |
D | Android.bp | 14 // 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/ |
D | check_dims.rscript | 23 // 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/ |
D | check_dims.rscript | 25 // This test checks to see that we only work on the cells specified for the
|
/frameworks/compile/slang/tests/F_reduce_general_bad_accumulator/ |
D | reduce_general_bad_accumulator.rscript | 5 // Several checks for bad accumulator DATA TYPE (not bad accumulator FUNCTION)
|
/frameworks/base/packages/SystemUI/docs/ |
D | sos_gesture.md | 12 … to detect all manner of power button multipresses and gestures, it also checks with GestureLaunch…
|
D | plugins.md | 107 After the plugin is created and passes all permission/security checks, then the plugin will receive… 195 …checks. 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/ |
D | reduce_general_bad_function.rscript | 5 // 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/ |
D | bitcode_wrapper_test.ll | 2 ; API versions, then checks that the bitcode file was generated and
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | tbaa-through-alloca.ll | 1 ; This test checks that the code doesn't aggressively apply TBAA
|
D | getelementptr.ll | 1 ; This checks that RSForEachExpand generates getelementptr
|
/frameworks/native/libs/binder/ndk/ |
D | Android.bp | 126 // Explicitly list the checks that should not occur in this module.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | README.txt | 15 checks to see if the caller is on a different thread. If
|