Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java226 String[] checks = mChecker.getChecks(cfunc.getName()); in isNullAllowed() local
228 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() local
244 if (checks != null) { in hasCheckTest()
245 while (index < checks.length) { in hasCheckTest()
246 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/wilhelm/tools/hashgen/
DREADME.txt20 checks all GUIDs, and the target test checks a subset of GUIDs.
/frameworks/compile/slang/BitWriter_2_9/
DAndroid.bp9 // So, disable tidy checks.
/frameworks/compile/slang/BitWriter_2_9_func/
DAndroid.bp10 // So, disable tidy checks.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DAndroid.bp8 // So, disable tidy checks.
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DAndroid.bp8 // So, disable tidy checks.
/frameworks/compile/slang/BitWriter_3_2/
DAndroid.bp12 // So, disable tidy checks.
/frameworks/support/development/checkstyle/
DREADME3 repo upload. This project implements Checkstyle checks specific to the Android
/frameworks/support/annotations/
Dbuild.gradle25 // Disable strict javadoc lint checks with javadoc v8 builds on Mac. http://b/26744780
/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/opt/telephony/
DREADME.txt15 checks to see if the caller is on a different thread. If
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DEventRecurrenceTest.java324 Check[] checks = new Check[]{ in test12() local
334 for (Check ck : checks) { in test12()
/frameworks/compile/slang/lit-tests/
Dlit.cfg26 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
/frameworks/native/opengl/tools/glgen/
Dgen68 specs/jsr239/glspec-checks
/frameworks/support/buildSrc/src/main/groovy/android/support/
DSupportAndroidLibraryPlugin.groovy148 // Enforce the following checks.
/frameworks/rs/script_api/include/
Drs_object_info.rsh180 * points to an actual valid object; it only checks for null.
Drs_graphics.rsh326 * points to an actual valid object; it only checks for null.