/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.platform.profiler.java_heap_profiler.html | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.platform.html"><font color="#ffffff">platform</font></a>.<a href="telemetry.core.platform.profiler.html"><font color="#ffffff">profiler</font></a>.java_heap_profiler</strong></big></big></font></td 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> 31 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 46 <font color="#000000" face="helvetica, arial"><a name="JavaHeapProfiler">class <strong>JavaHeapProfiler</strong></a>(<a href="telemetry.core.platform.profiler.html#Profiler">telemetry.core.platform.profiler.Profiler</a>)</font></td></tr> 58 <dl><dt><a name="JavaHeapProfiler-CollectProfile"><strong>CollectProfile</strong></a>(self)</dt></dl [all...] |
telemetry.core.platform.profiler.sample_profiler.html | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.platform.html"><font color="#ffffff">platform</font></a>.<a href="telemetry.core.platform.profiler.html"><font color="#ffffff">profiler</font></a>.sample_profiler</strong></big></big></font></td 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> 32 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 47 <font color="#000000" face="helvetica, arial"><a name="SampleProfiler">class <strong>SampleProfiler</strong></a>(<a href="telemetry.core.platform.profiler.html#Profiler">telemetry.core.platform.profiler.Profiler</a>)</font></td></tr> 57 <dl><dt><a name="SampleProfiler-CollectProfile"><strong>CollectProfile</strong></a>(self)</dt></dl [all...] |
telemetry.core.platform.profiler.tcmalloc_heap_profiler.html | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.platform.html"><font color="#ffffff">platform</font></a>.<a href="telemetry.core.platform.profiler.html"><font color="#ffffff">profiler</font></a>.tcmalloc_heap_profiler</strong></big></big></font></td 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> 30 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 45 <font color="#000000" face="helvetica, arial"><a name="TCMallocHeapProfiler">class <strong>TCMallocHeapProfiler</strong></a>(<a href="telemetry.core.platform.profiler.html#Profiler">telemetry.core.platform.profiler.Profiler</a>)</font></td></tr> 57 <dl><dt><a name="TCMallocHeapProfiler-CollectProfile"><strong>CollectProfile</strong></a>(self)</dt></dl [all...] |
telemetry.unittest.run_tests.html | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.unittest.html"><font color="#ffffff">unittest</font></a>.run_tests</strong></big></big></font></td 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> 34 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr> 37 <td width="100%"><dl><dt><a name="-Discover"><strong>Discover</strong></a>(start_dir, top_level_dir<font color="#909090">=None</font>, pattern<font color="#909090">='test*.py'</font>)</dt></dl> 38 <dl><dt><a name="-DiscoverAndRunTests"><strong>DiscoverAndRunTests</strong></a>(dir_name, args, top_level_dir, runner<font color="#909090">=None</font>, run_disabled_tests<f (…) [all...] |
telemetry.core.timeline.sample.html | 9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry.core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.timeline.html"><font color="#ffffff">timeline</font></a>.sample</strong></big></big></font></td 19 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> 27 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> 42 <font color="#000000" face="helvetica, arial"><a name="Sample">class <strong>Sample</strong></a>(<a href="telemetry.core.timeline.event.html#TimelineEvent">telemetry.core.timeline.event.TimelineEvent</a>)</font></td></tr> 60 <dl><dt><a name="Sample-__init__"><strong>__init__</strong></a>(self, category, name, timestamp, args<font color="#909090">=None</font>, parent<font color="# (…) [all...] |
/external/clang/test/ARCMT/ |
GC-no-arc-runtime.m.result | 27 @property (strong) id prop; 48 @property (strong) I3 * ps; 56 @property (strong) I4Impl * ps; 57 @property (strong) I4Impl * pds; 58 @property (strong) I4Impl * pds2;
|
/external/clang/test/SemaObjC/ |
weak-receiver-warn.m | 12 [x addBlock: ^{ [weakx actNow]; }]; // expected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}} 13 [x setBlock: ^{ [weakx actNow]; }]; // expected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}} 14 x.block = ^{ [weakx actNow]; }; // expected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}} 16 [weakx addBlock: ^{ [x actNow]; }]; // expected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}} 17 [weakx setBlock: ^{ [x actNow]; }]; // expected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}} 18 weakx.block = ^{ [x actNow]; }; // expected-warning {{weak receiver may be unpredictably set to nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}} 39 [self.weak_prop Meth]; // expected-warning {{weak property may be unpredictably set to nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}} 42 [self.weak_atomic_prop Meth]; // expected-warning {{weak property may be unpredictably set to nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}} 44 [self.P Meth]; // expected-warning {{weak implicit property may be unpredictably set to nil}} expected-note {{assign the value to a strong variable to keep the object alive during use}} 63 [[self parent] doSomething]; // expected-warning {{weak property may be unpredictably set to nil}} expected-note {{assign the value to a strong variable to keep the object alive during use} [all...] |
arc-property.m | 5 id __weak myString; // expected-error {{existing instance variable 'myString' for strong property 'myString' may not be __weak}} 7 id __weak myString2; // expected-error {{existing instance variable 'myString2' for strong property 'myString2' may not be __weak}} 11 @property (strong) id myString; // expected-note {{property declared here}} 12 @property (strong) id myString1; 53 @property (strong) UndeclaredClass *test2; // expected-error {{unknown type name 'UndeclaredClass'}} expected-error {{must be of object type}} 61 @property (strong) id exception;
|
/frameworks/base/docs/html/tools/debugging/ |
debugging-ui.jd | 116 <p class="img-caption"><strong>Figure 1.</strong> Hierarchy Viewer device window</p> 127 <strong>View Hierarchy</strong> at the top of the device window. 134 <strong>Tree View</strong>: The left-hand pane displays the Tree View, 144 string in the <strong>Filter by class or id:</strong> edit box at the bottom of the 149 To save a screenshot of Tree View to a PNG file, click <strong>Save As PNG</strong> a [all...] |
debugging-memory.jd | 115 <li>Click <strong>Update Heap</strong> above the process list.</li> 116 <li>In the right-side panel, select the <strong>Heap</strong> tab.</li> 120 garbage collection. To see the first update, click the <strong>Cause GC</strong> button.</p> 123 <p class="img-caption"><strong>Figure 1.</strong> The Device Monitor tool, 124 showing the <strong>[1] Update Heap</strong> and <strong>[2] Cause GC</strong> buttons [all...] |
ddms.jd | 43 <li>From Eclipse: Click <strong>Window > Open Perspective > Other... > DDMS</strong>.</li> 81 <p class="img-caption"><strong>Figure 1.</strong> 89 <p class="note"><strong>Tip:</strong> You can set a number of DDMS preferences in 90 <strong>File</strong> > <strong>Preferences</strong>. Preferences are saved t [all...] |
/frameworks/compile/libbcc/ |
README.html | 384 <p><strong>Basic:</strong></p> 386 <li><strong>bccCreateScript</strong> - Create new bcc script</li> 387 <li><strong>bccRegisterSymbolCallback</strong> - Register the callback function for external 389 <li><strong>bccReadBC</strong> - Set the source bitcode for compilation</li> 390 <li><strong>bccReadModule</strong> - Set the llvm::Module for compilation</li [all...] |
/frameworks/base/docs/html/google/play/ |
filters.jd | 113 <p id="table1" class="table-caption"><strong>Table 1.</strong> Manifest elements that 163 <p><strong>Example 1</strong><br /> 166 <strong>Result</strong>: Google Play will not show the app to a user of a 169 <p><strong>Example 2<br /> 170 </strong>The manifest declares <code><uses-sdk android:minSdkVersion="3" 173 <strong>Result</strong>: Google Play will show the app to users on al [all...] |
/frameworks/support/v4/java/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompat.java | 822 * <strong>Arguments:</strong> {@link #ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT}<, 824 * <strong>Example:</strong> Move to the previous character and do not extend selection. 854 * <strong>Arguments:</strong> {@link #ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT}<, 856 * <strong>Example:</strong> Move to the next character and do not extend selection. 886 * <strong>Arguments:</strong> {@link #ACTION_ARGUMENT_HTML_ELEMENT_STRING}<br [all...] |
/frameworks/base/docs/html/google/play/publishing/ |
multiple-apks.jd | 73 <p>Although <strong>we encourage you to develop and publish a single APK</strong> that supports as 93 <p class="note"><strong>Note:</strong> You should generally use multiple APKs to support 94 different device configurations <strong>only when your APK is too large</strong> (greater than 114 first button is either <strong>Publish</strong> or <strong>Unpublish</strong> and the secon [all...] |
/frameworks/base/docs/html/guide/practices/ |
screen-compat-mode.jd | 30 <p class="img-caption"><strong>Figure 1.</strong> An application running in compatibility mode 38 <p class="img-caption"><strong>Figure 2.</strong> The same application from figure 1, with 42 <p class="caution"><strong>Notice:</strong> If you've developed an application for a version of 90 screen compatibility mode when the application does not <strong>explicitly declare that it supports 91 large screens</strong> in the manifest file. When this is the case, an icon (with 100 <p class="img-caption"><strong>Figure 3.</strong> The pop up menu to toggle screen compatibilit [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
api_other.html | 16 <dt><strong> Standard JavaScript APIs </strong></dt> 24 <dt><strong> XMLHttpRequest </strong></dt> 32 <dt> <strong>HTML5 and other emerging APIs</strong></dt> 86 <dt><strong> WebKit APIs </strong></dt> 103 <dt><strong> V8 APIs</strong>, such as<strong> JSON </strong></dt [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
overview.jd | 34 <strong>Figure 1.</strong> Two different devices, each using the default layout 41 <strong>Figure 2.</strong> Two different devices, each using a different layout provided 70 <dt><strong><a href="providing-resources.html">Providing Resources</a></strong></dt> 73 <dt><strong><a href="accessing-resources.html">Accessing Resources</a></strong></dt> 76 <dt><strong><a href="runtime-changes.html">Handling Runtime Changes</a></strong></dt [all...] |
/frameworks/base/docs/html/guide/topics/ui/layout/ |
relative.jd | 98 <strong>android:layout_below="@id/name"</strong> 99 <strong>android:layout_alignParentLeft="true"</strong> 100 <strong>android:layout_toLeftOf="@+id/times"</strong> /> 105 <strong>android:layout_below="@id/name"</strong> 106 <strong>android:layout_alignParentRight="true"</strong> /> [all...] |
/frameworks/base/docs/html/training/design-navigation/ |
screen-planning.jd | 33 <p class="img-caption"><strong>Figure 1.</strong> Entity-relationship diagram for the example news application.</p> 40 <p>In our example application, we want to enable users to <strong>view</strong>, <strong>save</strong>, and <strong>share</strong> <em>categorized</em> <strong>stories</strong> and <strong>photos</strong>. Below is an exhaustive list of screens that covers these use cases.< (…) [all...] |
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_overview.jd | 116 <strong>Table 1.</strong> Sensor types supported by the Android platform.</p> 248 <li><strong>Identifying sensors and sensor capabilities</strong> 256 <li><strong>Monitor sensor events</strong> 280 <strong>Table 2.</strong> Sensor availability by platform.</p> 291 <td><strong>Yes</strong></td [all...] |
/external/chromium_org/third_party/launchpad_translations/ |
chromium_strings_ru.xtb | 9 <translation id="205900032229966545">?? ????????? ????? ? <strong><ph name="DOMAIN"/></strong>, ?????? ?????? ?????????? ???????????? ?????????? ????????????. ??????????, ??? ?? ???? ?????????? ??????? ???????????? ? ??????? ????????? ????? ????????. ??? ????????, ??? Chromium ?? ????? ????????????? ??? ????, ??? ?? ????????????? ??????? ? <strong><ph name="DOMAIN2"/></strong>, ? ?? ? ?????? ???????????????. ?? ?? ?????? ?????????? ?????? ? ???? ??????.</translation> 17 <translation id="2682584270762546522">?? ?????? ????? ?? <strong><ph name="DOMAIN"/></strong>, ?????? ?????? ?????????? ???????????? ??????????. ?????????? ???????? ?????????? ? ???????????? ????? ???????????. Chromium ?? ????? ???? ???????? ???????? ????, ??? ?? ?????? ???????????? ??????? ?????? ? <strong><ph name="DOMAIN2"/></strong>, ? ?? ? ?????? ???????????????. ??????????????, ??? ?? ????? ?????????? ????????? ??????????? ????????? ????? ? ??????? ????. ???? ??? ?? ???, ????????? ???????? ? ???????? ??? ????????. ???? ??? ??????????? ?????, ?? ?? ?????? ?????????? ?????? ? ???? ??????.</translation> 42 <translation id="4890456338028740446">?? ????????? ????? ?? <strong><ph name="DOMAIN"/></strong>, ?????? ?????? ?????????? ??????????, ??????? ?? ????? ???? ??????? ?????????? ????? ????????? (…) [all...] |
/frameworks/base/docs/html/tools/devices/ |
managing-avds.jd | 29 <p class="img-caption"><strong>Figure 1. </strong>Screenshot of the AVD Manager. </p> 46 <li>In Eclipse: select <strong>Window > AVD Manager</strong>, or click 55 <strong>New</strong> to create a new AVD. The <strong>Create New AVD</strong> dialog appears.</p> 58 <p class="img-caption"><strong>Figure 2.</strong> Screenshot of the Create AVD window</p [all...] |
/external/clang/test/CodeGenObjC/ |
arc-captured-32bit-block-var-layout-2.m | 11 NSString *strong; 15 void (^block1)() = ^{ printf("%#llx", eightByte); NSLog(@"%@", strong); }; 20 void (^block2)() = ^{ printf("%#llx, %d", eightByte, i); NSLog(@"%@", strong); }; 25 void (^block3)() = ^{ printf("%c %#llx", ch, eightByte); NSLog(@"%@", strong); }; 31 void (^block4)() = ^{ printf("%c %#lx", ch, fourByte); NSLog(@"%@", strong); }; 35 void (^block5)() = ^{ NSLog(@"%@", strong); printf("%c %#llx", ch, eightByte); };
|
/frameworks/base/docs/html/tools/ |
device.jd | 37 <p class="note"><strong>Note:</strong> When developing on a device, keep in mind that you should 58 <p class="note"><strong>Note:</strong> If you manually enable debugging in the manifest 61 <li>Enable <strong>USB debugging</strong> on your device. 64 <strong>Settings > Applications > Development</strong>.</li> 65 <li>On Android 4.0 and newer, it's in <strong>Settings > Developer options</strong> [all...] |