Home
last modified time | relevance | path

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

1234

/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()
233 index = skipOneCheck(checks, index); in isNullAllowed()
241 String[] checks = mChecker.getChecks(cfunc.getName()); in hasCheckTest() local
243 if (checks != null) { in hasCheckTest()
244 while (index < checks.length) { in hasCheckTest()
245 if (checks[index].startsWith("check")) { in hasCheckTest()
248 index = skipOneCheck(checks, index); 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/compile/slang/lit-tests/
Dlit.cfg25 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
/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/native/opengl/tools/glgen/
Dgen68 specs/jsr239/glspec-checks
/frameworks/base/docs/html/tools/debugging/
Dimproving-w-lint.jd35 <p>The {@code lint} tool checks your Android project source files for potential bugs and optimizati…
43 <dd>A configuration file that you can use to specify any {@code lint} checks that you want to exclu…
45 …d project from the command-line or from Eclipse. The {@code lint} tool checks for structural cod…
96 <p>By default, when you run a {@code lint} scan, the tool checks for all issues that are supported …
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd163 <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/google/play/licensing/
Dsetting-up.jd24 <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>
465 <h3 id="test-response">Setting test responses for license checks</h3>
470 <em>only</em> to license checks for applications that you have uploaded, made by
473 always processes license checks according to normal rules. </p>
528 checks from installed applications. When the licensing server receives a license
Dindex.jd21 application checks the licensing status, the Google Play server signs the licensing status
Doverview.jd88 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
Dlicensing-reference.jd290 <td>Maximum retries count. Specifies how many consecutive {@code RETRY} license checks
335 validity period in its response to all license checks, appending an
/frameworks/base/docs/html/training/multiple-threads/
Drun-code.jd137 * Before continuing, checks to see that the Thread hasn't
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd135 granted to it by the package installer, based on checks against the
137 with the user. <em>No</em> checks with the user
146 android.content.Context#sendBroadcast} method checks permissions as data is
373 this happens, both permission checks must pass for the Intent to be delivered
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd184 Android system checks the attributes defined for the
/frameworks/base/docs/html/tools/adk/
Dadk.jd388 going to and from the board and application. If nothing is connected, it continuously checks for
418 <code>AndroidAccessory::isConnected()</code> method checks for these cases and responds
419 accordingly when the <code>loop()</code> function calls it. This function first checks to see if
422 <code>AndroidAccessory::isAccessoryDevice()</code>. This method checks the vendor and product ID
/frameworks/base/docs/html/training/basics/network-ops/
Dmanaging.jd287 consequences for the app's behavior. In this snippet, the app checks the
423 // If the userpref is Wi-Fi only, checks to see if the device has a Wi-Fi connection.
/frameworks/base/docs/html/training/volley/
Dsimple.jd124 response handlers with checks for {@code getActivity() == null},
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd355 <li>Added new lint checks:
659 <li>Added new Lint checks, including checks for layout consistency,
663 existence checks.</li>
709 <li>Added more than 15 new Lint checks, including checks for overriding older APIs, XML
1210 <li>New Lint checks:
1216 <li>Added over 20 new Lint rules, including checks for
/frameworks/base/docs/html/distribute/essentials/quality/
Dtablets.jd64 Before publishing, also ensure that your app passes the basic technical checks and launch criteria,…
76 can see how it is doing against these checks
744 by running a series of checks to verify basic quality
750 against the basic checks. If there are any issues listed, we
/frameworks/base/docs/html/training/location/
Ddisplay-address.jd59 in API level 9 and later, checks to see if the backend service is available.
/frameworks/base/docs/html/tools/help/
Dlint.jd17 <p>The Android {@code lint} tool is a static code analysis tool that checks your Android project so…
/frameworks/base/docs/html/training/improving-layouts/
Doptimizing-layout.jd136 href="http://tools.android.com/tips/lint-checks">rules</a> are:</p>
/frameworks/base/docs/html/tools/publishing/
Dversioning.jd155 <p>When preparing to install your application, the system checks the value of this
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd157 checks are enabled.)</p>
238 JNI checks will scan strings and warn you about invalid data, but they
403 …s are switched to tables of functions that perform an extended series of checks before calling the…
405 <p>The additional checks include:</p>

1234