HomeSort by relevance Sort by last modified time
    Searched full:strong (Results 601 - 625 of 3004) sorted by null

<<21222324252627282930>>

  /external/markdown/tests/markdown-test/
benchmark.dat 18 strong-and-em-together:0.200000:0.000000
  /frameworks/base/docs/html/design/patterns/
actionbar.jd 16 <p><strong>It provides several key functions</strong>:</p>
108 <li><strong>Main action bar</strong></li>
109 <li><strong>Top bar</strong></li>
110 <li><strong>Bottom bar</strong></li>
142 <p><strong>F &mdash; Frequent</strong></p
    [all...]
  /frameworks/base/docs/html/sdk/
download.jd 35 <p class="note"><strong>Note:</strong> You must agree to this license agreement in order to
64 <p><strong>Please enable Javascript in your browser in order to agree to the terms and download
65 the SDK.</strong></p>
  /frameworks/base/docs/html/tools/help/
zipalign.jd 27 <p class="caution"><strong>Caution:</strong> zipalign must only be performed
28 <strong>after</strong> the .apk file has been signed with your private key.
  /frameworks/base/docs/html/training/basics/fragments/
support-lib.jd 36 <p class="img-caption"><strong>Figure 1.</strong> The Android SDK Manager with the
66 <div class="warning"><p><strong>Warning:</strong> To be sure that you don't accidentally use new
  /frameworks/base/docs/html/training/improving-layouts/
loading-ondemand.jd 73 <p class="note"><strong>Note:</strong> The {@link android.view.ViewStub#inflate()} method returns
83 <p class="note"><strong>Note:</strong> One drawback of {@link android.view.ViewStub} is that it
  /frameworks/base/docs/html/training/load-data-background/
index.jd 64 <strong><a href="setup-loader.html">Running a Query with a CursorLoader</a></strong>
71 <strong>
73 </strong>
  /libcore/luni/src/main/java/javax/xml/transform/
SourceLocator.java 60 * <p><strong>Warning:</strong> The return value from the method
77 * <p><strong>Warning:</strong> The return value from the method
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion11-expected-complation79.txt 3 android.app.ActivityGroup : <p> <p class="caution"> <strong>This class was deprecated in API level 13</strong>.<br/> Use the new <code><a href="/reference/android/app/Fragment.html">Fragment</a></code> and <code><a href="/reference/android/app/FragmentManager.html">FragmentManager</...
9 android.app.TabActivity : <p> <p class="caution"> <strong>This class was deprecated in API level 13</strong>.<br/> New applications should use Fragments instead of this class; to continue to run on older devices, you can use the v4 support library which provides a version of the F...
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 164 * <p><strong>NOTE:</strong> subsequent calls to
215 * <p><strong>Please note:</strong> <a href="#next()">next()</a> will
274 * <p><strong>NOTE:</strong> this is different from calling the
351 * <p><strong>NOTE:</strong> The value can not be changed during
381 * <p><strong>Please note:</strong> If the document type declaratio
    [all...]
  /frameworks/base/docs/html/google/play/billing/v2/
billing_integrate.jd 68 <p class="table-caption" id="source-files-table"><strong>Table 1.</strong> In-app billing sample
138 select the <strong>Google Market Billing package</strong> component (see figure 1), and click <strong>Install
139 Selected</strong> to begin the download.</p>
144 <strong>Figure 1.</strong> The Google Market Billing package contains the sample application and
163 <p class="note"><strong>Note:</strong> Building and running the sample application is necessary onl
    [all...]
  /art/test/074-gc-thrash/src/
Main.java 197 private static String strong[] = new String[MAX_DEPTH]; field in class:Deep
219 * "weak" should be matched in "strong", and the two should be
223 if (strong[i] != weak[i].get()) {
224 System.err.println("Deep: " + i + " strong=" + strong[i] +
230 * Wipe "strong", do a GC, see if "weak" got collected.
233 strong[i] = null;
293 strong[depth] = funStr;
  /dalvik/tests/074-gc-thrash/src/
Main.java 197 private static String strong[] = new String[MAX_DEPTH]; field in class:Deep
219 * "weak" should be matched in "strong", and the two should be
223 if (strong[i] != weak[i].get()) {
224 System.err.println("Deep: " + i + " strong=" + strong[i] +
230 * Wipe "strong", do a GC, see if "weak" got collected.
233 strong[i] = null;
293 strong[depth] = funStr;
  /external/chromium/chrome/browser/resources/
about_memory_linux.html 149 <strong>Memory</strong>
152 <strong>Private:</strong>
157 <strong>Proportional:</strong>
183 <strong jscontent="name"></strong> <span jscontent="version"></span>
  /external/chromium/chrome/browser/resources/sync_internals/
data.html 1 <p><strong>Some personal info may be in the data dump. An option to
3 careful about posting data dumps on bug reports.</strong></p>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
options.html 59 <strong>Select provider to use when emailing a web page address:</strong>
  /external/chromium/chrome/common/extensions/docs/static/
tut_analytics.html 28 Also note that Google Analytics requires version <strong>4.0.302.2</strong>
40 was loaded using the <code>https://</code> protocol. <strong>It is strongly
41 advised to use the SSL protected ga.js in an extension</strong>,
58 <strong>ga.src = 'https://ssl.google-analytics.com/ga.js';</strong>
127 <strong>__utm.gif</strong> if everything is set up correctly.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.html 29 <strong id="user-image-author-name"></strong>
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
declarativeWebRequest.html 78 <strong>Note:</strong> All conditions and actions are created via a constructor
123 <strong>Note:</strong> You should always register or unregister rules in bulk rather than
195 <strong>Note:</strong> Applicable stages can be further constrained by using the
199 <strong>Example:</strong> It is possible to combine a
omnibox.html 54 <strong>Note:</strong>
  /external/chromium_org/ppapi/api/
ppp_messaging.idl 47 * <strong>Example:</strong>
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPair.h 33 @property(nonatomic, strong, readonly) NSString *key;
34 @property(nonatomic, strong, readonly) NSString *value;
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppDelegate.h 52 @property (strong, nonatomic) UIWindow *window;
53 @property (strong, nonatomic) APPRTCViewController *viewController;
  /external/clang/include/clang/AST/
CommentHTMLTags.td 8 def Strong : Tag<"strong">;
  /external/clang/test/SemaObjC/
iboutletcollection-attr.m 41 @property (nonatomic, strong)
49 @property (nonatomic, assign) __attribute__((iboutletcollection(UILabel))) NSArray *labels; // expected-warning {{IBOutletCollection properties should be copy/strong and not assign}}

Completed in 1851 milliseconds

<<21222324252627282930>>