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

1 2 3 4 5 67 8 91011>>

  /libcore/dom/src/test/resources/
hc_nodtdstaff.xml 4 <strong>Margaret Martin</strong>
hc_staff.svg 31 <strong>Margaret Martin</strong>
39 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
40 This is an adjacent CDATASection with a reference to a tab &amp;tab;</strong>
49 <strong>Roger
50 Jones</strong>
58 <strong>Jeny Oconnor</strong>
66 <strong>Robert Myers</strong>
    [all...]
hc_staff.xhtml 19 <strong>Margaret Martin</strong>
27 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
28 This is an adjacent CDATASection with a reference to a tab &amp;tab;</strong>
37 <strong>Roger
38 Jones</strong>
46 <strong>Jeny Oconnor</strong>
54 <strong>Robert Myers</strong>
    [all...]
hc_staff.xml 19 <strong>Margaret Martin</strong>
27 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
28 This is an adjacent CDATASection with a reference to a tab &amp;tab;</strong>
37 <strong>Roger
38 Jones</strong>
46 <strong>Jeny Oconnor</strong>
54 <strong>Robert Myers</strong>
    [all...]
  /external/clang/test/ARCMT/
remove-dealloc-zerouts.m.result 6 @property (strong) id x;
7 @property (strong) id y;
8 @property (strong) id w;
9 @property (strong) id z;
10 @property (strong) id q;
26 @property (strong) Foo *a;
objcmt-property.m.result 26 @property (nonatomic, strong) NSString *StrongProp;
28 @property (nonatomic, strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (nonatomic, strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (nonatomic, strong) NSString *UnavailProp2;
51 @property (nonatomic, strong) NSArray *names2;
52 @property (nonatomic, strong) NSArray *names3;
53 @property (nonatomic, strong) NSArray *names4;
54 @property (nonatomic, strong) NSArray *names1;
70 @property (nonatomic, strong) id MYtarget;
72 @property (nonatomic, strong) id targetX
    [all...]
objcmt-atomic-property.m.result 26 @property (strong) NSString *StrongProp;
28 @property (strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (strong) NSString *UnavailProp2;
51 @property (strong) NSArray *names2;
52 @property (strong) NSArray *names3;
53 @property (strong) NSArray *names4;
54 @property (strong) NSArray *names1;
67 @property (strong) id MYtarget;
69 @property (strong) id targetX
    [all...]
  /frameworks/base/docs/html/tools/help/
hierarchy-viewer.jd 13 <li> From Android Studio, choose <strong>Tools &gt; Android Device Monitor</strong> or click the
17 <strong>Hierarchy View</strong>. </li>
26 <p class="note"><strong>Note:</strong> The command line version of Hierarchy Viewer has been
draw9patch.jd 24 (or <strong>File</strong> > <strong>Open 9-patch...</strong> to locate the file).
34 <li>When done, select <strong>File</strong> > <strong>Save 9-patch...</strong>
45 <p class="note"><strong>Note:</strong> A normal PNG file (<code>*.png</code>) will b
    [all...]
  /frameworks/base/docs/html/sdk/installing/
studio-layout.jd 29 <p>Within the layout editor, you can switch between the <strong>Text</strong> view, where
30 you edit the XML file as text, and the <strong>Design</strong> view. Just click the
35 <p>You can use the <strong>Text</strong> view to edit your layout file. This section describes
36 some of the features that are available in the <strong>Text</strong> view.</p>
40 <p>While editing in the <strong>Text</strong> view, you can preview the layout on device
    [all...]
adding-packages.jd 67 <li>In Android Studio, click <strong>SDK Manager</strong>
96 <li><strong>Android SDK Tools</strong></li>
97 <li><strong>Android SDK Platform-tools</strong></li>
98 <li><strong>Android SDK Build-tools</strong> (highest version)</li>
103 <li><strong>SDK Platform</strong></li
    [all...]
  /docs/source.android.com/src/devices/tech/security/
implement.jd 58 <strong>should</strong> be run on all application code using the Android SDK.
60 <li>Native code <strong>should</strong> be analyzed using an automated tool that
71 <strong>must</strong> be run to verify compatibility.</li>
72 <li>CTS <strong>should</strong> be run regularly throughout the development process to detect
76 <li>OEMs <strong>should</strong> automate security testing of any interfaces including testin
    [all...]
  /frameworks/base/docs/html/tools/building/
configuring-gradle.jd 84 <p class="note"><strong>Note:</strong> Always use a build tools version whose major
107 <p class="note"><strong>Note:</strong> When you make changes to the build files in your project,
109 <strong>Sync Now</strong> on the yellow notification bar that appears for Android Studio
113 <p class="img-caption"><strong>Figure 1.</strong> Sync the project in Android Studio.</p>
217 <strong>applicationId "com.example.my.app"</strong>
    [all...]
building-studio.jd 47 <p>To build the project on Android Studio, click <strong>Build</strong> and select
48 <strong>Make Project</strong>. The status bar at the bottom of the window shows the current
58 <p class="img-caption"><strong>Figure 1.</strong> The Gradle Console in Android Studio.</p>
69 <p>To view the list of all available build tasks in Android Studio, click <strong>Gradle</strong>
75 <p>You can now use the <strong>Build</strong> menu options to build the release version of you
    [all...]
building-eclipse.jd 44 <p>To run (or debug) your application, select <strong>Run</strong> &gt; <strong>Run</strong> (or
45 <strong>Run</strong> &gt; <strong>Debug</strong>) from the Eclipse menu bar. The ADT plugin will
87 <li>Enable <strong>USB debugging</strong> on your device
    [all...]
  /docs/source.android.com/src/
index.jd 46 <p>In addition to the aforementioned <strong><a
48 Diagnostics</a></strong>, you can now find Dumpsys examples of usage
49 data for <strong><a href="{@docRoot}devices/tech/ram/procstats.html">RAM
50 (procstats)</a></strong>, <strong><a
51 href="{@docRoot}devices/tech/netstats.html">network (netstats)</a></strong>,
52 and <strong><a
53 href="{@docRoot}devices/tech/power/batterystats.html">battery (batterystats)</a></strong>.</p>
57 <p>The Android audio team has published <strong><a
59 measurements</a></strong> for select Nexus devices to help partners compare thei
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/ja/manual/
annotations.html 3 <title>&#31532;10&#31456; &#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="FindBugs&#8482; &#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="up" href="index.html" title="FindBugs&#8482; &#12510;&#12491;&#12517;&#12450;&#12523;"><link rel="prev" href="analysisprops.html" title="&#31532;9&#31456; &#20998;&#26512;&#12503;&#12525;&#12497;&#12486;&#12451;&#12540;"><link rel="next" href="rejarForAnalysis.html" title="&#31532;11&#31456; rejarForAnalysis &#12398;&#20351;&#29992;&#26041;&#27861;"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">&#31532;10&#31456; &#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="analysisprops.html">&#25147;&#12427;</a>&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="rejarForAnalysis.html">&#27425;&#12408;</a></td></tr></table><hr></div><div class="chapter" title="&#31532;10&#31456; &#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;"><div class="titlepage"><div><div><h2 class="title"><a name="annotations"></a>&#31532;10&#31456; &#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;</h2></div></div></div><p><span class="application">FindBugs</span> &#12399;&#12356;&#12367;&#12388;&#12363;&#12398;&#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;&#12434;&#12469;&#12509;&#12540;&#12488;&#12375;&#12390;&#12356;&#12414;&#12377;&#12290;&#38283;&#30330;&#32773;&#12398;&#24847;&#22259;&#12434;&#26126;&#30906;&#12395;&#12377;&#12427;&#12371;&#12392;&#12391;&#12289; FindBugs &#12399;&#12424;&#12426;&#30340;&#30906;&#12395;&#35686;&#21578;&#12434;&#30330;&#34892;&#12377;&#12427;&#12371;&#12392;&#12364;&#12391;&#12365;&#12414;&#12377;&#12290;&#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;&#12434;&#20351;&#29992;&#12377;&#12427;&#12383;&#12417;&#12395;&#12399; Java 5 &#12364;&#24517;&#35201;&#12391;&#12354;&#12426;&#12289; annotations.jar &#12362;&#12424;&#12403; jsr305.jar &#12501;&#12449;&#12452;&#12523;&#12434;&#12467;&#12531;&#12497;&#12452;&#12523;&#26178;&#12398;&#12463;&#12521;&#12473;&#12497;&#12473;&#12395;&#21547;&#12417;&#12427;&#24517;&#35201;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;</p><div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>edu.umd.cs.findbugs.annotations.CheckForNull</strong></span></span></dt><dd><span class="command"><strong>[Target]</strong></span> Field, Method, Parameter
4 <p>&#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;&#12434;&#12388;&#12369;&#12383;&#35201;&#32032;&#12399;&#12289; null &#12391;&#12354;&#12427;&#21487;&#33021;&#24615;&#12364;&#12354;&#12426;&#12414;&#12377;&#12290;&#12375;&#12383;&#12364;&#12387;&#12390;&#12289;&#24403;&#35442;&#35201;&#32032;&#12434;&#20351;&#29992;&#12377;&#12427;&#38555;&#12399; null &#12481;&#12455;&#12483;&#12463;&#12434;&#12377;&#12427;&#12409;&#12365;&#12391;&#12377;&#12290;&#12371;&#12398;&#12450;&#12494;&#12486;&#12540;&#12471;&#12519;&#12531;&#12434;&#12513;&#12477;&#12483;&#12489;&#12395;&#36969;&#29992;&#12377;&#12427;&#12392;&#12289;&#12513;&#12477;&#12483;&#12489;&#12398;&#25147;&#12426;&#20516;&#12395;&#36969;&#29992;&#12373;&#12428;&#12414;&#12377;&#12290;</p></dd><dt><span class="term"><span class="command"><strong>edu.umd.cs.findbugs.annotations.CheckReturnValue</strong></span></span></dt><dd><span class="command"><strong>[Target]</strong></span> Method, Constructor
5 <div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>[Parameter]</strong></span></span></dt><dd><p
    [all...]
  /frameworks/base/docs/html/tools/debugging/
index.jd 28 <dt><a href="{@docRoot}tools/help/adb.html"><strong>adb</strong></a></dt>
36 <dt><a href="{@docRoot}tools/debugging/ddms.html"><strong>Dalvik Debug Monitor
37 Server</strong></a></dt>
43 <dt><strong><a href="{@docRoot}tools/device.html">Device</a> or
44 <a href="{@docRoot}tools/devices/index.html">Android Virtual Device</a></strong></dt>
50 <dt><strong>JDWP debugger</strong></dt>
68 <p class="img-caption><strong>Figure 1. </strong> Debugging Workflow</p
    [all...]
debugging-devtools.jd 15 <p>To get started, launch the Dev Tools application and select <strong>Development Settings</strong>. This will
19 <dt><strong>Debug app</strong></dt>
34 <dt><strong>Wait for debugger</strong></dt>
44 <dt><strong>Show screen updates</strong></dt>
49 <dt><strong>Immediately destroy activities</strong></dt
    [all...]
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
rejarForAnalysis.html 5 over many directories, you may wish to use the <span class="command"><strong>rejarForAnalysis
6 </strong></span> script to make
10 on unix systems; e.g. <span class="command"><strong>find . -name '*.jar' | xargs rejarForAnalysis
11 </strong></span>.
13 The <span class="command"><strong>rejarForAnalysis</strong></span> script
17 Instead of running FindBugs on the entire project, you may use <span class="command"><strong>
18 rejarForAnalysis</strong></span> build one large, all-inclusive jarfile
19 containing all classes, invoke <span class="command"><strong>rejarForAnalysis</strong></span
    [all...]
  /frameworks/base/docs/html/training/basics/firstapp/
creating-project.jd 41 <p class="note"><strong>Note:</strong> You should already have the Android SDK installed, and if
53 <li>If you don't have a project opened, in the <strong>Welcome</strong> screen, click <strong>
54 New Project</strong>.</li>
55 <li>If you have a project opened, from the <strong>File</strong> menu, select <strong>New
56 Project</strong>.</li
    [all...]
  /external/lldb/www/python_reference/
module-tree.html 60 <li class="private"> <strong class="uidlink"><a href="_lldb%27-module.html">_lldb'</a></strong> </li>
61 <li> <strong class="uidlink"><a href="lldb-module.html">lldb</a></strong>: <em class="summary">The lldb module contains the public APIs for Python binding.</em>
63 <li> <strong class="uidlink"><a href="lldb.embedded_interpreter-module.html">lldb.embedded_interpreter</a></strong> </li>
64 <li> <strong class="uidlink"><a href="lldb.formatters-module.html">lldb.formatters</a></strong>
66 <li> <strong class="uidlink"><a href="lldb.formatters.Logger-module.html">lldb.formatters.Logger</a></strong> </li
    [all...]
  /frameworks/base/docs/html/design/auto/
index.jd 14 <h2><strong>UI Guidelines</strong></h2>
17 <strong>Auto Audio Apps</strong></a>
20 <strong>Auto Messaging Apps</strong></a>
23 <strong>Auto Color Customization</strong></a>
36 <p class="note"><strong>Important:</strong> Google takes driver distractio
    [all...]
  /frameworks/base/docs/html/tools/projects/
templates.jd 59 <li>In Android Studio, select <strong>File &gt; New &gt; Module</strong>.</li>
60 <li>Enter the settings for your application, including <strong>Application Name</strong>,
61 <strong>Company Domain</strong>, <strong>Package name</strong>, and <strong>minimum SDK</strong>,
    [all...]
  /frameworks/base/docs/html/tools/testing/
testing_accessibility.jd 70 <li><strong>Directional controls:</strong> Verify that the application can be operated
76 <p class="note"><strong>Note:</strong> Keyboards and D-pads provide different navigation paths
80 <li><strong>TalkBack audio prompts:</strong> Verify that user interface controls that provide
84 <li><strong>Explore by Touch prompts:</strong> Verify that user interface controls that
88 <li><strong>Touchable control sizes:</strong> All controls where a user can select or take a
    [all...]

Completed in 369 milliseconds

1 2 3 4 5 67 8 91011>>