Searched refs:checks (Results 1 – 20 of 20) sorted by relevance
226 String[] checks = mChecker.getChecks(cfunc.getName()); in isNullAllowed() local228 if (checks != null) { in isNullAllowed()229 while (index < checks.length) { in isNullAllowed()230 if (checks[index].equals("nullAllowed") && in isNullAllowed()231 checks[index + 1].equals(cname)) { in isNullAllowed()234 index = skipOneCheck(checks, index); in isNullAllowed()242 String[] checks = mChecker.getChecks(cfunc.getName()); in hasCheckTest() local244 if (checks != null) { in hasCheckTest()245 while (index < checks.length) { in hasCheckTest()246 if (checks[index].startsWith("check")) { in hasCheckTest()[all …]
46 String[] checks = map.get(functionName); in getChecks() local47 if (checks == null && in getChecks()52 checks = map.get(functionName); in getChecks()54 return checks; in getChecks()
20 checks all GUIDs, and the target test checks a subset of GUIDs.
9 // So, disable tidy checks.
10 // So, disable tidy checks.
8 // So, disable tidy checks.
12 // So, disable tidy checks.
3 repo upload. This project implements Checkstyle checks specific to the Android
25 // Disable strict javadoc lint checks with javadoc v8 builds on Mac. http://b/26744780
2 ; API versions, then checks that the bitcode file was generated and
1 ; This test checks that the code doesn't aggressively apply TBAA
1 ; This checks that RSForEachExpand generates getelementptr
15 checks to see if the caller is on a different thread. If
324 Check[] checks = new Check[]{ in test12() local334 for (Check ck : checks) { in test12()
26 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
68 specs/jsr239/glspec-checks
148 // Enforce the following checks.
180 * points to an actual valid object; it only checks for null.
326 * points to an actual valid object; it only checks for null.