/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.profile_types.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.core.tab_list.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.core.temporary_http_server.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.core.timeline.bounds.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.core.timeline.importer.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.core.timeline.inspector_importer.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.core.timeline.model.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.core.timeline.trace_event_importer.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.core.wpr_server.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.page.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.page.page.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.page.page_filter.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.page.page_measurement_value.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.page.page_set.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.page.page_set_archive_info.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.test.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.unittest.run_tests.html | 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
/external/qemu/ |
uboot_image.h | 24 * use of U-Boot, and does *not* fall under the heading of "derived
|
/external/valgrind/main/docs/lib/ |
vg-html-chunk.xsl | 91 <!-- chapter|section heading -->
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
results_holder.c | 560 /** Set 9 axis 95% heading confidence interval for quaternion 568 /** Get 9 axis 95% heading confidence interval for quaternion 576 /** Set 6 axis (accel and compass) 95% heading confidence interval for quaternion 584 /** Get 6 axis (accel and compass) 95% heading confidence interval for quaternion
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_browsertest.cc | 1133 std::string heading; local 1150 heading); local [all...] |
/packages/apps/Settings/res/values/ |
strings.xml | 46 <!-- Settings main menu category heading. Wireless and networks (Wi-Fi, Bluetooth, data usage...). [CHAR LIMIT=40] --> 48 <!-- Settings main menu category heading. Device (Sound, display, battery, applications...). [CHAR LIMIT=40] --> 50 <!-- Settings main menu category heading. Personal (Accounts, security, language, backup...). [CHAR LIMIT=40] --> 52 <!-- Settings main menu category heading. System (Updates, data, accessibility, about phone). [CHAR LIMIT=40] --> 245 <!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices --> 295 <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices --> [all...] |
/external/chromium_org/chrome/browser/resources/performance_monitor/ |
chart.js | 677 * <h3 class="category-heading">CPU</h3> 689 * <h3 class="category-heading">Memory</h3> 739 var heading = template.querySelector('.category-heading'); 740 heading.innerText = category.name; 741 heading.title = category.description; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
argparse.py | 197 def __init__(self, formatter, parent, heading=None): 200 self.heading = heading 218 # add the heading if the section was non-empty 219 if self.heading is not SUPPRESS and self.heading is not None: 221 heading = '%*s%s:\n' % (current_indent, '', self.heading) 223 heading = '' 225 # join the section-initial newline, the heading and the hel [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
argparse.py | 197 def __init__(self, formatter, parent, heading=None): 200 self.heading = heading 218 # add the heading if the section was non-empty 219 if self.heading is not SUPPRESS and self.heading is not None: 221 heading = '%*s%s:\n' % (current_indent, '', self.heading) 223 heading = '' 225 # join the section-initial newline, the heading and the hel [all...] |