Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 25 of 25) 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/base/wifi/tests/
Druntests.sh24 adb shell am instrument --no-hidden-api-checks -w "$@" \
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DAndroid.bp8 // So, disable tidy checks.
/frameworks/compile/slang/BitWriter_2_9/
DAndroid.bp9 // So, disable tidy checks.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DAndroid.bp8 // So, disable tidy checks.
/frameworks/compile/slang/BitWriter_2_9_func/
DAndroid.bp10 // 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/opt/net/wifi/tests/wifitests/
Druntests.sh43 adb shell am instrument --no-hidden-api-checks -w "$@" \
Dcoverage.sh53 adb shell am instrument -e coverage true --no-hidden-api-checks -w 'com.android.server.wifi.test/co…
/frameworks/base/core/jni/
Dandroid_os_VintfObject.cpp99 static jint verify(JNIEnv* env, jobjectArray packageInfo, android::vintf::DisabledChecks checks) { in verify() argument
112 int32_t status = VintfObject::CheckCompatibility(cPackageInfo, &error, checks); in verify()
/frameworks/support/annotations/
Dbuild.gradle27 // 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/base/packages/SystemUI/docs/
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/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/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.
/frameworks/base/cmds/statsd/src/
Datoms.proto937 // This just checks if the DEFAULT bit of capabilities is set.