/frameworks/native/opengl/tools/glgen/src/ |
D | JniCodeEmitter.java | 226 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 …]
|
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/wilhelm/tools/hashgen/ |
D | README.txt | 20 checks all GUIDs, and the target test checks a subset of GUIDs.
|
/frameworks/base/wifi/tests/ |
D | runtests.sh | 24 adb shell am instrument --no-hidden-api-checks -w "$@" \
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | Android.bp | 8 // So, disable tidy checks.
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | Android.bp | 9 // So, disable tidy checks.
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | Android.bp | 8 // So, disable tidy checks.
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | Android.bp | 10 // So, disable tidy checks.
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | Android.bp | 12 // So, disable tidy checks.
|
/frameworks/support/development/checkstyle/ |
D | README | 3 repo upload. This project implements Checkstyle checks specific to the Android
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | runtests.sh | 43 adb shell am instrument --no-hidden-api-checks -w "$@" \
|
D | coverage.sh | 53 adb shell am instrument -e coverage true --no-hidden-api-checks -w 'com.android.server.wifi.test/co…
|
/frameworks/base/core/jni/ |
D | android_os_VintfObject.cpp | 99 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/ |
D | build.gradle | 27 // Disable strict javadoc lint checks with javadoc v8 builds on Mac. http://b/26744780
|
/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/base/packages/SystemUI/docs/ |
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/opt/telephony/ |
D | README.txt | 15 checks to see if the caller is on a different thread. If
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | EventRecurrenceTest.java | 324 Check[] checks = new Check[]{ in test12() local 334 for (Check ck : checks) { in test12()
|
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 26 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
|
/frameworks/native/opengl/tools/glgen/ |
D | gen | 68 specs/jsr239/glspec-checks
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 180 * points to an actual valid object; it only checks for null.
|
D | rs_graphics.rsh | 326 * points to an actual valid object; it only checks for null.
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 937 // This just checks if the DEFAULT bit of capabilities is set.
|