/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/support/annotations/ |
D | build.gradle | 57 // Disable strict javadoc lint checks with javadoc v8 builds on Mac. http://b/26744780
|
/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/compile/slang/lit-tests/bitcode_wrapper/ |
D | bitcode_wrapper_test.ll | 2 ; API versions, then checks that the bitcode file was generated and
|
/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/base/docs/html/topic/libraries/support-library/ |
D | index.jd | 117 can rely on the support library to do those checks and choose appropriate 133 system checks, and modify its behavior as necessary.
|
/frameworks/native/opengl/tools/glgen/ |
D | gen | 68 specs/jsr239/glspec-checks
|
/frameworks/base/docs/html/google/play/licensing/ |
D | setting-up.jd | 24 <li><a href="#test-response">Setting test responses for license checks</a></li> 68 license checks and receive static test responses. You can set up accounts in the 166 send license checks over the network to the licensing server. </li> 430 <h3 id="test-response">Setting test responses for license checks</h3> 435 <em>only</em> to license checks for applications that you have uploaded, made by 438 always processes license checks according to normal rules. </p> 493 checks from installed applications. When the licensing server receives a license
|
D | index.jd | 21 application checks the licensing status, the Google Play server signs the licensing status
|
D | overview.jd | 88 then checks the user identity against purchase records for your application and 142 you manage the handling of license checks that result in errors, such as network
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | process-bitmap.jd | 163 <p>The {@code cancelPotentialWork} method referenced in the code sample above checks if another 206 BitmapWorkerTask}</a> so that it checks if the task is cancelled and if the current task matches the
|
/frameworks/base/docs/html/ndk/guides/ |
D | cpu-arm-neon.jd | 61 important to use checks like the following in your <a href="{@docRoot}ndk/guides/android_mk.html">
|
/frameworks/base/docs/html-intl/intl/ja/distribute/tools/ |
D | launch-checklist.jd | 29 <li><a href="#final-checks">17.最終チェックと行い公開する</a></li> 623 <h2 id="final-checks">
|
/frameworks/base/docs/html-intl/intl/ko/distribute/tools/ |
D | launch-checklist.jd | 29 <li><a href="#final-checks">17. 최종 확인 및 게시</a></li> 820 <h2 id="final-checks">
|
/frameworks/base/docs/html-intl/intl/ru/distribute/tools/ |
D | launch-checklist.jd | 29 <li><a href="#final-checks">17. Окончательные проверки и публикация</a></li> 820 <h2 id="final-checks">
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/ |
D | launch-checklist.jd | 29 <li><a href="#final-checks">17. 最终检查和发布</a></li> 820 <h2 id="final-checks">
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | run-code.jd | 137 * Before continuing, checks to see that the Thread hasn't
|
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/tools/ |
D | launch-checklist.jd | 29 <li><a href="#final-checks">17.最終檢查及發行</a></li> 623 <h2 id="final-checks">
|
/frameworks/base/docs/html/training/appbar/ |
D | actions.jd | 129 For example, the following code checks to see which action the user selected.
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.5-highlights.jd | 184 Android system checks the attributes defined for the
|
/frameworks/base/docs/html/training/safetynet/ |
D | index.jd | 68 information, such as device and application data and the results of integrity checks, and sending 153 SafetyNet checks use network resources, and so the speed of responses to requests can vary,
|