HomeSort by relevance Sort by last modified time
    Searched full:strong (Results 176 - 200 of 2922) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/ARCMT/
objcmt-ns-nonatomic-iosonly.m.result 33 @property (NS_NONATOMIC_IOSONLY, strong) NSString *StrongProp;
35 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp __attribute__((unavailable));
38 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp1 __attribute__((unavailable));
40 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp2;
58 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names2;
59 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names3;
60 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names4;
61 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names1;
74 @property (NS_NONATOMIC_IOSONLY, strong) id MYtarget;
76 @property (NS_NONATOMIC_IOSONLY, strong) id targetX
    [all...]
  /frameworks/base/docs/html/tools/debugging/
debugging-studio.jd 61 <p class="img-caption"><strong>Figure 1.</strong> The Choose Device window enables you to
75 <li>Click <strong>Debug</strong> <img src="{@docRoot}images/tools/as-debugbutton.png"
79 <li>Click <strong>OK</strong>. Your app starts on the selected device.</li>
83 connected to your computer. Select <strong>Launch Emulator</strong> to use an Android virtual device
89 <em>Debug</em> window manually, click <strong>Debug</strong>
    [all...]
  /frameworks/base/docs/html/sdk/installing/
studio-tips.jd 48 <p class="img-caption"><strong>Figure 1.</strong> Bitmap Rendering</p>
53 <strong>Project</strong> pane and pressing <code>ALT + INSERT</code> on Windows and Linux or
58 and select <strong>Layout resource file</strong>, a dialog opens so you can name the file
67 <p class="img-caption"><strong>Figure 2.</strong> Filter Build Messages</p>
81 <p>While editing in the <strong>Text</strong> view, you can preview the layout on devices b
    [all...]
studio-androidview.jd 22 <p class="img-caption"><strong>Figure 1:</strong> Show the Android project view.</p>
29 click <strong>Project</strong> and select <strong>Android</strong>, as shown in Figure 1.</p>
35 under <strong>Gradle Scripts</strong>. Each project module appears as a folder at the top
47 <p class="note"><strong>Note:</strong> The Android project view shows a hierarchy that helps yo
    [all...]
  /frameworks/base/docs/html/training/implementing-navigation/
index.jd 44 <p>After reading the lessons in this class, you should have a strong understanding of how to
48 <p class="note"><strong>Note:</strong> Several elements of this class require the
58 <dt><strong><a href="lateral.html">Creating Swipe Views with Tabs</a></strong></dt>
62 <dt><strong><a href="nav-drawer.html">Creating a Navigation Drawer</a></strong></dt>
66 <dt><strong><a href="ancestral.html">Providing Up Navigation</a></strong></dt>
69 <dt><strong><a href="temporal.html">Providing Proper Back Navigation</a></strong></dt
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomData.java 34 * <strong>Preconditions</strong>:<ul>
52 * <strong>Preconditions</strong>:<ul>
73 * <strong>Preconditions</strong>:<ul>
92 * <strong>Preconditions</strong>:<ul>
110 * <strong>Definition</strong>
    [all...]
  /external/clang/test/SemaObjC/
arc-property-lifetime.m 6 id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property 'x' may not be __unsafe_unretained}}
7 id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be __weak}}
10 @property(strong) id x; // expected-note {{property declared here}}
11 @property(strong) id y; // expected-note {{property declared here}}
12 @property(strong) id z;
23 id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property 'x' may not be __unsafe_unretained}}
24 id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be __weak}}
40 id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property 'x' may not be __unsafe_unretained}}
41 id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be __weak}}
56 @property(strong) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be declared __unsa (…)
    [all...]
attr-objc-gc.m 3 static id __attribute((objc_gc(strong))) b;
22 void test2(id __attribute((objc_gc(strong))) *strong,
25 opaque = strong;
26 strong = opaque;
  /frameworks/base/docs/html/about/versions/
android-4.0-highlights.jd 74 <p style="margin-top:1em;margin-bottom:.75em;"><strong>Refined, evolved UI</strong></p>
77 <strong>common actions more visible</strong> and lets users navigate with
78 simple, intuitive gestures. Refined <strong>animations</strong> and feedback
80 <strong>new typeface</strong> optimized for high-resolution screens improves
84 and Recent Apps. The <strong>System Bar</strong> and virtual buttons are presen
    [all...]
lollipop.jd 46 <strong>Note:</strong> The Android 5.1 Lollipop MR1 update is available with additional features
55 <p>New <strong>3D views</strong> let you set a z-level to raise elements off of the view hierarchy and cast <strong>realtime shadows</strong>, even as they move.</p>
57 <p>Built-in <strong>activity transitions</strong> take the user seamlessly from one state to another with beautiful, animated motion. The material theme adds transitions for your activities, including the ability to use <strong>shared visual elements</strong> across activities.</p
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
running.html 16 <span class="command"><strong>java -jar <em class="replaceable"><code>$FINDBUGS_HOME</code></em>/lib/findbugs.jar</strong></span></pre><p>
26 <code class="filename"><em class="replaceable"><code>$FINDBUGS_HOME</code></em>/lib/findbugs.jar</code> using the <span class="command"><strong>-jar</strong></span>
27 command line switch of the JVM (<span class="command"><strong>java</strong></span>) executable.
33 <span class="command"><strong>java <em class="replaceable"><code>[JVM arguments]</code></em> -jar <em class="replaceable"><code>$FINDBUGS_HOME</code></em>/lib/findbugs.jar <em class="replaceable"><code>options...</code></em></strong></span>
39 <span class="command"><strong>-gui</strong></span>: runs the graphical user interface (GUI
    [all...]
  /frameworks/base/docs/html/google/play/billing/
billing_admin.jd 49 <p>You can access an application's product list by clicking the <strong>In-App Products</strong>
51 figure 1). The <strong>In-App Products</strong> link appears only if you have a Google payments
64 <strong>Figure 1.</strong> You can access an application's product list by clicking the
65 <strong>In-App Products</strong> link in the main Apps navigation.
79 <p class="note"><strong>Note:</strong> Previously you could test an app b
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
index.jd 20 <li><strong>Reader/writer mode</strong>, allowing the NFC device to read and/or write
22 <li><strong>P2P mode</strong>, allowing the NFC device to exchange data with other NFC
24 <li><strong>Card emulation mode</strong>, allowing the NFC device itself to act as an NFC
30 <dt><strong><a href="{@docRoot}guide/topics/connectivity/nfc/nfc.html">NFC Basics</a></strong></dt>
36 <dt><strong><a href="{@docRoot}guide/topics/connectivity/nfc/advanced-nfc.html">Advanced
37 NFC</a></strong></dt
    [all...]
  /frameworks/base/docs/html/training/gestures/
index.jd 60 <strong><a href="detector.html">Detecting Common Gestures</a></strong>
68 <strong><a href="movement.html">Tracking Movement</a></strong>
75 <strong><a href="scroll.html">Animating a Scroll Gesture</a></strong>
83 <strong><a href="multi.html">Handling Multi-Touch Gestures</a></strong>
89 <strong><a href="scale.html">Dragging and Scaling</a></strong>
    [all...]
  /frameworks/base/docs/html/training/system-ui/
index.jd 65 <p class="img-caption"><strong>Figure 1.</strong> System bars, including the [1] status
91 <strong><a href="dim.html">Dimming the System Bars</a></strong>
97 <strong><a href="status.html">Hiding the Status Bar</a></strong>
103 <strong><a href="navigation.html">Hiding the Navigation Bar</a></strong>
109 <strong><a href="immersive.html">Using Immersive Full-Screen Mode</a></strong>
    [all...]
  /frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/
start.jd 65 <li><strong>?????? ID</strong> ???????????? ????????????????????????????
68 <li>???????<strong>????????/????</strong>???????????Google Play ???????????????????????? ????? ????????????????????????????????????
71 <li>Google ??????????<strong> 25 ???????</strong>???????Google ????? ????????????????????????????????????
100 Google Play ?????? ??????<a href="https://play.google.com/apps/publish/" target="_blank"> https://play.google.com/apps/publish/</a>??<strong>?????</strong>????
103 <li>??????????<strong> [??????] </strong><img src="{@docRoot}images/distribute/console-reports.png">?????? </li
    [all...]
  /frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/
start.jd 70 <li><strong>??? ID</strong>? ?? ?? ??(??, ??? ?? ?)? ?????.
75 <li>?? ?? ?? ??? <strong>??? ?? ??</strong>? ?? ?????.
81 <li>Google Wallet? ???? <strong>?? ???? ?? 25??</strong>? ?????. Google Wallet ??? ?? ?? ???? ?? ?? ??? ??? ? ????.
115 <a href="https://play.google.com/apps/publish/" target="_blank">https://play.google.com/apps/publish/</a>?? Google Play ??? ??? <strong>???</strong>???.
118 <li>?? ?? ??? <strong>?? ???</strong> <img src="{@docRoot}images/distribute/console-reports.png">? ???
    [all...]
  /frameworks/base/docs/html-intl/intl/ko/distribute/tools/
localization-checklist.jd 111 <strong>??? ?? ???? ?? ???</strong>
134 <strong>??? ?? ?? ???? ??</strong>
149 <strong>RTL ???? ? ??? ??</strong>
172 <strong>???? ???? ??, ??, ?? ? ?? ?? ??</strong>
200 <strong>??? ?? ??? ?? ??</strong>
    [all...]
  /frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/
start.jd 70 <li>??????? ???????? ???????? ? ????, <strong>???????????????? ??? ??? ????????????</strong>:
75 <li>???????? ? ??????? <strong>?????????? ? ??????????????? ??</strong> ???
81 <li>???????? <strong>??????????????? ????? 25 ???????? ???</strong> ? ??????? Google ????????. ????
115 <strong>??????? </strong> ? ???? ??????? ???????????? Google Play ?? ?????? <a href="https://play.google.com/apps/publish/" target="_blank">https://play.google.com/apps/publish/</a>.
118 <li>?? ??????? ?????? ????????? ???????? <strong>?????????? ??????</strong> <img src="{@docRoot}images/distribute/console-reports.png">
    [all...]
  /frameworks/base/docs/html-intl/intl/ru/distribute/tools/
localization-checklist.jd 111 <strong>????????????? ?????? ????? ?????? ???????</strong>
134 <strong>??????????? ?????????????? ?????? ? ?????? ?????????????</strong>
149 <strong>????????? ??????? ? ?????? ? ?????????? ?????? ??????</strong>
172 <strong>??????????? ????????? ??????? ???, ???????, ????? ? ????????
173 ??????</strong>
200 <strong>???????? ?????? ????? ???????? ?? ?????????</strong>
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/
start.jd 70 <li>????<strong>?????</strong>
75 <li>????????????????<strong>???????</strong>?
81 <li>?? Google ?????? <strong>25 ?????</strong>????? Google ??????????????????????
115 <strong>??</strong> Google Play ?????? <a href="https://play.google.com/apps/publish/" target="_blank">https://play.google.com/apps/publish/</a>?
118 <li>?????????<strong>????</strong> <img src="{@docRoot}images/distribute/console-reports.png">
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/
start.jd 65 <li>?????<strong>??????</strong>????? (??????????)????????????
68 <li>??????????/???<strong>????????</strong>??????? Google Play ??????????????????????????????????
71 <li>?? Google Wallet ?? <strong>$25 ??????</strong>????? Google Wallet ????????????????????
100 <strong>??</strong>??? Google Play Developer Console???? <a href="https://play.google.com/apps/publish/" target="_blank">https://play.google.com/apps/publish/</a>?
103 <li>????????? [????] <strong></strong><img src="{@docRoot}images/distribute/console-reports.png">? </li
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-tw/distribute/tools/
localization-checklist.jd 84 <strong>??????????</strong>
100 <strong>????????????</strong>
108 <strong>?? RTL ???????</strong>
124 <strong>?????????????????????</strong>
140 <strong>???????????</strong>
    [all...]
  /frameworks/base/docs/html-intl/intl/es/about/versions/
lollipop.jd 47 <p>Las nuevas <strong>vistas 3D</strong> te permiten establecer un eje z y superponer los elementos en la jerarquía con <strong>sombras en tiempo real</strong>, incluso mientras se mueven.</p>
50 <p>Las <strong>transiciones de actividad</strong> integradas trasladan al usuario de un estado al otro de forma fluida y con un movimiento estético y animado. El tema del material agrega transiciones a las actividades, incluida la capacidad de usar <strong>elementos visuales compartidos</strong> a través de las actividades.</p>
72 <p>Un nuevo grupo de subprocesos de procesamiento administrado por el sistema, llamado <strong>RenderThread</strong>, mantiene las animaciones fluidas incluso cuando hay demoras en el proceso de interfaz de usuario (…)
    [all...]
  /frameworks/base/docs/html-intl/intl/pt-br/about/versions/
lollipop.jd 50 <p>Novas <strong>visualizações em 3D</strong>permitem que você defina um nível z para aumentar os elementos de fora da hierarquia de visualização e projetar <strong>sombras em tempo real</strong>, mesmo ao se moverem.</p>
53 <p><strong>Transições de atividades</strong> incorporadas levam o usuário diretamente de um estado para outro, com movimentos bonitos e animados. O tema do material adiciona transições para suas atividades, incluindo a capacidade de usar <strong>elementos visuais compartilhados</strong> em atividades.</p>
75 <p>Um novo agrupamento de processamento gerenciado pelo sistema, chamado de <strong>RenderThread</strong>, mantém as animações suaves, mesmo quando há atrasos no agrupamento da interface de usuário princ (…)
    [all...]

Completed in 1610 milliseconds

1 2 3 4 5 6 78 91011>>