Searched refs:safe (Results 1 – 25 of 50) sorted by relevance
12
/frameworks/av/media/libnbaio/ |
D | README.txt | 13 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads 29 no mutexes, so safe to use between SCHED_NORMAL and SCHED_FIFO threads
|
/frameworks/base/core/java/android/os/ |
D | MessageQueue.java | 232 void quit(boolean safe) { in quit() argument 243 if (safe) { in quit()
|
/frameworks/base/docs/html/guide/components/ |
D | processes-and-threads.jd | 19 <li><a href="#ThreadSafe">Thread-safe methods</a></li> 223 <p>Additionally, the Andoid UI toolkit is <em>not</em> thread-safe. So, you must not manipulate 288 <p>Now this implementation is thread-safe: the network operation is done from a separate thread 335 <p>Now the UI is safe and the code is simpler, because it separates the work into the 366 <h3 id="ThreadSafe">Thread-safe methods</h3> 369 therefore must be written to be thread-safe. </p> 383 IBinder} methods must, therefore, be implemented to be thread-safe.</p> 394 same time, they too must be implemented to be thread-safe. </p>
|
D | aidl.jd | 66 completely thread-safe.</li> 240 about multithreading from the start and properly build your service to be thread-safe.</li>
|
D | bound-services.jd | 145 your service to be thread-safe.</p> 155 directly. In this case, your service must be capable of multi-threading and be built thread-safe.
|
/frameworks/base/docs/html/training/enterprise/ |
D | app-compatibility.jd | 67 settings), so it is not safe to attach file URIs to intents.</li> 92 resolve the intent, and it is safe to fire off the intent. In this case, the 120 // Intent resolves, it's safe to fire it off
|
/frameworks/base/docs/html/training/camera/ |
D | videobasics.jd | 99 your app will crash. So as long as the result is not null, it's safe to use the intent. </p>
|
D | photobasics.jd | 105 your app will crash. So as long as the result is not null, it's safe to use the intent. </p>
|
/frameworks/base/docs/html/tools/publishing/ |
D | app-signing.jd | 81 set of private keys. You must keep your keystore in a safe and secure place.</li> 136 <p class="warning"><strong>Warning:</strong> Keep your keystore and private key in a safe and 267 <li>Keep the keystore file containing your private key in a safe, secure place.</li>
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | purchase-iab-products.jd | 80 …n the query operation has completed and handles the query response. It is safe to make this call f… 110 …as completed and handles the consumption response from Google Play. It is safe to make this call f…
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | platforms.jd | 102 <code>android:showAsAction="ifRoom"</code> in your menu resource XML. It's safe to do this
|
/frameworks/base/docs/html/design/tv/ |
D | style.jd | 49 outside of a safe zone that most TVs could reliably display. Even on some of today’s HDTV flat
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_best_practices.jd | 110 <p>To keep your public key safe from malicious users and hackers, do not embed it in any code as a
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0-changes.jd | 221 to mark the notification as safe to show on any lock screen (secure or 582 attaches a file to an intent, it is not safe to attach a file URI, since in some 589 <p>To be safe, when
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | create-threadpool.jd | 45 code is thread-safe. Enclose variables that can be accessed by more than one thread in a
|
/frameworks/base/docs/html/guide/topics/text/ |
D | spell-checker-framework.jd | 137 thread-safe. A spelling checker may be called simultaneously by different threads running on
|
/frameworks/base/docs/html/training/cloudsave/ |
D | conflict-res.jd | 590 up to 128K in size, you are safe if you have up to 4,096 entries.</p> 597 probably safe to transfer the coins into another entry and delete the old entry.</p>
|
/frameworks/base/docs/html/training/basics/intents/ |
D | sending.jd | 203 // Start an activity if it's safe
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 185 are safe when installed on external storage. Large games are more commonly the types of
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-sync-adapter.jd | 307 data transfer. You need to instantiate the component in a thread-safe manner, in case the sync 326 // Object to use as a thread-safe lock
|
/frameworks/base/docs/html/training/tv/start/ |
D | layouts.jd | 144 widgets, as those layouts already incorporate overscan-safe margins.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design.jd | 224 of the same icon. To help keep the multiple copies of files safe and easier to
|
D | icon_design_menu.jd | 80 1. Icons have a larger safe frame; icon content is smaller within the full
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 471 // we have performed hostname verification, so it is safe to proceed. 520 Nogotofail is a tool gives you an easy way to confirm that your apps are safe
|
/frameworks/base/docs/html/auto/ |
D | index.jd | 320 an engaging and driver-safe user experience that was developed
|
12