/external/lldb/www/ |
customization.html | 11 The <strong>LLDB</strong> Debugger
|
docs.html | 11 The <strong>LLDB</strong> Debugger
|
/external/markdown/MarkdownTest/Tests_2004/ |
Yuri-Attributes.text-out | 24 <p>Duis aute <strong type="term">irure</strong> dolor in
|
Yuri-Attributes.text-res | 24 <p>Duis aute <strong type="term">irure</strong> dolor in
|
/external/markdown/tests/extensions-x-footnotes/ |
named_markers.html | 16 <p>A <strong>numbered</strong> footnote.
|
/external/mockito/src/org/mockito/ |
Incubating.java | 22 * For types or methods that are not yet released it means the API is <strong>work in progress</strong>
|
/frameworks/base/core/java/android/bluetooth/ |
package.html | 34 <p class="note"><strong>Note:</strong>
|
/frameworks/base/docs/html/design/auto/ |
index.jd | 27 <p>Android Auto is <strong>coming soon</strong> and brings apps to the car,
|
/frameworks/base/docs/html/google/gcm/ |
demo.jd | 7 <strong>This doc is deprecated</strong></a> 12 <div><p><strong>The information in this document has been superseded by <a href="server.html">GCM Server</a> and <a href="client.html">GCM Client</a></strong>. Please use the <a href="{@docRoot}reference/com/google/android/gms/gcm/GoogleCloudMessaging.html">{@code GoogleCloudMessaging}</a> API instead of the GCM client helper library. The GCM server helper library is still valid.</p> 49 <p class="note"><strong>Note:</strong> This tutorial describes how to develop GCM-enabled apps using the helper libraries. This is just one approach. For a more comprehensive discussion of the available APIs and development paths, see <a href="gs.html">Getting Started</a>. 91 <li> From the SDK Manager, install <strong>Extras > Google Cloud Messaging for Android Library</strong>. 96 <p class="note"><strong>Note:</strong> If you don't see <strong>Extras > Google Cloud Messaging for Android Library</strong> in the S (…) [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
style-resource.jd | 23 <p class="note"><strong>Note:</strong> A style is a simple resource that is referenced 60 <dd><strong>Required.</strong> This must be the root node. 68 <dd><em>String</em>. <strong>Required</strong>. A name for the style, which is used as the 84 <dd><em>Attribute resource</em>. <strong>Required</strong>. The name of the style property
|
/frameworks/base/docs/html/tools/projects/ |
index.jd | 31 <dt><strong>Android Projects</strong></dt> 38 <dt><strong>Test Projects</strong></dt> 43 <dt><strong>Library Projects</strong></dt> 176 <strong>Properties</strong>.</dd> 227 <p class="note"><strong>Note:</strong> You need SDK Tools r14 or newer to use the new librar [all...] |
/frameworks/base/docs/html/tools/testing/ |
testing_eclipse.jd | 80 In Eclipse, select <strong>File > New > Other</strong>. This opens the <em>Select a 85 click the toggle to the left. Select <strong>Android Test Project</strong>, then at the 86 bottom of the dialog click <strong>Next</strong>. The <em>New Android Test Project</em> 170 <strong>Refactor</strong> > <strong>Rename</strong>, then enter the new name [all...] |
/frameworks/base/docs/html/training/activity-testing/ |
preparing-activity-testing.jd | 41 <p class="note"><strong>Note:</strong> To help you get started, the lessons are 63 select <strong>Android Tools</strong> > <strong>New Test Project</strong>.</li> 65 values for your test project then click <strong>Finish</strong>.</li>
|
/frameworks/base/docs/html/training/basics/actionbar/ |
setting-up.jd | 31 <p class="img-caption"><strong>Figure 1.</strong> An action bar with the app icon and 60 <p class="note"><strong>Note:</strong> If you've created a custom theme, be sure it uses one 75 >Support Library Setup</a> document and set up the <strong>v7 appcompat</strong> 96 <p class="note"><strong>Note:</strong> If you've created a custom theme, be sure it uses one
|
/frameworks/base/docs/html/training/in-app-billing/ |
test-iab-app.jd | 40 <li>Click <strong>Settings</strong> > <strong>Account</strong> details, then in the <strong>License Testing</strong> section, add the Google email addresses for your tester accounts.</li> 44 <li>Make sure that you have uploaded the signed APK for your application to the Developer Console, and associated one or more in-app products with your application. You don't need to publish the application on Google Play to test it. <p class="note"><strong>Warning:</strong> It may take up to 2-3 hours after uploading the APK for Google Play to recognize your updated APK version. If you try to test your application before your uploaded APK is recognized by Google Play, your application will receive a ?purchase cancelled? response with an error message ?This version of the application is not enabled for In-app Billing.?</p></li>
|
/frameworks/base/docs/html/training/notify-user/ |
expanded.jd | 59 <strong>Figure 1.</strong> Normal view notification. 67 <strong>Figure 2.</strong> Big view notification. 140 to add the <strong>Snooze</strong> and <strong>Dismiss</strong> buttons (and
|
/frameworks/base/services/core/java/com/android/server/job/ |
StateChangedListener.java | 36 * @param jobStatus The state of the task which is to be run immediately. <strong>null 37 * indicates to the scheduler that any ready jobs should be flushed.</strong>
|
/frameworks/base/wifi/java/android/net/wifi/ |
package.html | 18 <p class="note"><strong>Note:</strong> Not all Android-powered devices provide Wi-Fi functionality.
|
/libcore/luni/src/main/java/java/net/ |
BindException.java | 24 * <p>Most applications <strong>should not</strong> catch this exception; it is
|
ConnectException.java | 24 * <p>Most applications <strong>should not</strong> catch this exception; it is
|
NoRouteToHostException.java | 25 * <p>Most applications <strong>should not</strong> catch this exception; it is
|
PortUnreachableException.java | 24 * <p>Most applications <strong>should not</strong> catch this exception; it is
|
/libcore/luni/src/main/java/org/xml/sax/ |
SAXNotRecognizedException.java | 15 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
|
SAXNotSupportedException.java | 14 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
|
/art/runtime/ |
intern_table.cc | 53 os << "Intern table: " << strong_interns_.size() << " strong; " 71 // The GC moved a root in the log. Need to search the strong interns and update the 217 // Check the strong table for a match. 218 mirror::String* strong = LookupStrong(s); local 219 if (strong != NULL) { 220 return strong; 229 // There is no match in the strong table, check the weak table. 232 // A match was found in the weak table. Promote to the strong table. 237 // No match in the strong table or the weak table. Insert into the strong 243 mirror::String* strong = LookupStrong(s); local [all...] |