HomeSort by relevance Sort by last modified time
    Searched refs:heading (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/resources/ntp/
apps.css 152 #apps-promo-heading {
  /external/chromium_org/chrome/browser/first_run/
try_chrome_dialog_view.cc 181 !experiment.heading) {
186 l10n_util::GetStringUTF16(experiment.heading));
  /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...]
DocXMLRPCServer.py 119 result = self.heading(head, '#ffffff', '#7799ee')
cgitb.py 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
  /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...]
DocXMLRPCServer.py 119 result = self.heading(head, '#ffffff', '#7799ee')
cgitb.py 109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
  /external/chromium_org/content/browser/geolocation/
gps_location_provider_linux.cc 178 position->heading = gps_data_->fix.track;
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 889 unsigned int heading; /* true heading */ member in struct:ais_t::__anon13100::__anon13101
1319 unsigned int heading; \/* true heading *\/ member in struct:ais_t::__anon13100::__anon13130
1339 unsigned int heading; \/* true heading *\/ member in struct:ais_t::__anon13100::__anon13131
1491 double heading; member in struct:attitude_t
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java     [all...]
  /external/chromium_org/chrome/browser/resources/options/
options_page.css 255 list > .heading {
259 list > .heading:hover {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 89 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 89 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp 183 void checkResults(const char *heading, RBBITest *test);
184 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
221 void BITestData::checkResults(const char *heading, RBBITest *test) {
235 err(heading, test, expectedIndex-1, actualIndex);
241 err(heading, test, expectedIndex, actualIndex-1);
247 err(heading, test, expectedIndex, actualIndex);
259 heading, fLineNum.elementAt(expectedIndex),
272 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx)
286 test->errln("%s unexpected break at offset %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual, expected);
288 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, line, actual, expected)
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 181 void checkResults(const char *heading, RBBITest *test);
182 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
219 void BITestData::checkResults(const char *heading, RBBITest *test) {
233 err(heading, test, expectedIndex-1, actualIndex);
239 err(heading, test, expectedIndex, actualIndex-1);
245 err(heading, test, expectedIndex, actualIndex);
257 heading, fLineNum.elementAt(expectedIndex),
270 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx)
284 test->errln("%s unexpected break at offset %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual, expected);
286 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, line, actual, expected)
    [all...]
  /external/chromium_org/chrome/browser/resources/web_dev_style/
css_checker.py 210 'validation-bubble-heading',
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 366 experiment->heading = match.flavors[flavor].heading_id;
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 16 var STATS_GRAPH_CONTAINER_HEADING_CLASS = 'stats-graph-container-heading';
webrtc_internals.js 192 // Clicking the heading can expand or collapse the peer connection item.
  /external/bison/build-aux/
texinfo.tex 916 % @center is the first thing after a section heading, we need to wipe
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex 972 % after a section heading. If WORD is `insert', then do indent at such
    [all...]
  /external/chromium_org/remoting/webapp/
format_iq.js 385 * Print out the heading line for an iq node.
392 * @return {string} Pretty version of stanza heading info.
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 56 position->canProvideHeading(), position->heading(), position->canProvideSpeed(), position->speed());

Completed in 1382 milliseconds

1 23 4 5