HomeSort by relevance Sort by last modified time
    Searched refs:heading (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /art/tools/ahat/src/main/com/android/ahat/
Column.java 23 public DocString heading; field in class:Column
31 public Column(DocString heading, Align align, boolean visible) {
32 this.heading = heading;
37 public Column(String heading, Align align, boolean visible) {
38 this(DocString.text(heading), align, visible);
41 public Column(DocString heading, Align align) {
42 this(heading, align, true);
46 * Construct a left-aligned column with a simple heading.
48 public Column(String heading) {
    [all...]
HtmlDoc.java 90 ps.format("<th>%s</th>", columns[i].heading.html());
97 ps.format("<th align=\"left\">%s</th>", columns[columns.length - 1].heading.html());
122 ps.format("<th rowspan=\"2\">%s</th>", cols.get(i).heading.html());
130 ps.format("<th align=\"left\" rowspan=\"2\">%s</th>", col.heading.html());
138 ps.format("<th>%s</th>", subcol.heading.html());
  /external/markdown/markdown/extensions/
rss.py 22 def get_time(heading):
24 heading = heading.split("-")[0]
25 heading = heading.strip().replace(",", " ").replace(".", " ")
27 month, date, year = heading.split()
81 heading = child.text.strip()
86 title.text = heading
88 guid = ''.join([x for x in heading if x.isalnum()])
  /external/chromium-trace/catapult/systrace/profile_chrome/
ui.py 10 def PrintMessage(heading, eol='\n'):
11 sys.stdout.write('%s%s' % (heading, eol))
  /external/google-styleguide/include/
styleguide.js 35 // Collect all section heading elements in an array
61 // Get the highest level heading
65 // Get the lowest heading level
87 // Get current heading
88 var heading = headings[h];
90 // Get the current heading level
91 var level = parseInt(heading.tagName.charAt(1));
96 if ((level == masterLevel) && (!hasClass(heading, 'ignoreLink'))) {
97 toc_current_row = AddTOCMaster(tbody_element, heading);
101 if ((level == masterLevel) && (hasClass(heading, 'ignoreLink')))
    [all...]
jsguide.js 29 // as the text of the referenced section heading.
32 var heading = document.getElementById(href.substring(1));
33 // Fill in link text with heading title
34 if (heading && link.textContent == '??') {
35 link.textContent = heading.textContent;
  /external/skia/modules/particles/include/
SkParticleData.h 23 kLocal_ParticleFrame, // "Up" is particle's heading
66 SkVector heading = fVelocity.fLinear; local
67 if (!heading.normalize()) {
68 heading.set(0, -1);
70 return heading;
  /external/python/cpython2/Lib/test/
test_turtle.py 311 self.assertAlmostEqual(self.nav.heading(), 90)
313 self.assertAlmostEqual(self.nav.heading(), 1.57079633)
315 self.assertAlmostEqual(self.nav.heading(), 90)
339 self.assertAlmostEqual(self.nav.heading(), 90)
341 self.assertAlmostEqual(self.nav.heading(), 135)
343 self.assertAlmostEqual(self.nav.heading(), 133.4)
351 self.assertEqual(self.nav.heading(), result)
357 self.assertEqual(self.nav.heading(), result)
368 self.assertAlmostEqual(self.nav.heading(), sum_so_far % 360)
372 self.assertAlmostEqual(self.nav.heading(), 102.32
    [all...]
  /external/python/cpython3/Lib/test/
test_turtle.py 315 self.assertAlmostEqual(self.nav.heading(), 90)
317 self.assertAlmostEqual(self.nav.heading(), 1.57079633)
319 self.assertAlmostEqual(self.nav.heading(), 90)
343 self.assertAlmostEqual(self.nav.heading(), 90)
345 self.assertAlmostEqual(self.nav.heading(), 135)
347 self.assertAlmostEqual(self.nav.heading(), 133.4)
355 self.assertEqual(self.nav.heading(), result)
361 self.assertEqual(self.nav.heading(), result)
372 self.assertAlmostEqual(self.nav.heading(), sum_so_far % 360)
376 self.assertAlmostEqual(self.nav.heading(), 102.32
    [all...]
  /external/grpc-grpc/tools/run_tests/
run_microbenchmark.py 62 def heading(name): function
84 heading('Latency Profiles: %s' % bm_name)
137 heading('Flamegraphs: %s' % bm_name)
205 heading('Summary: %s [no counters]' % bm_name)
207 heading('Summary: %s [with counters]' % bm_name)
  /build/blueprint/bootstrap/
writedocs.go 127 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
135 <div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{$collapseIndex}}">
156 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
164 <div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{$collapseIndex}}">
  /external/python/cpython2/Demo/tkinter/ttk/
treeview_multicolumn.py 35 # switch the heading so that it will sort in the opposite direction
36 tree.heading(col,
53 "heading for a column will sort the data by that column. "
76 self.tree.heading(col, text=col.title(),
dirbrowser.py 78 tree.heading("#0", text="Directory Structure", anchor='w')
79 tree.heading("size", text="File Size", anchor='w')
  /external/skia/modules/particles/src/
SkParticleAffector.cpp 47 SkVector heading = ps[i].getFrameHeading(static_cast<SkParticleFrame>(fFrame)); variable
48 SkScalar c = heading.fX * c_local - heading.fY * s_local;
49 SkScalar s = heading.fX * s_local + heading.fY * c_local;
149 SkVector heading = ps[i].getFrameHeading(static_cast<SkParticleFrame>(fFrame)); variable
150 ps[i].fPose.fHeading.set(heading.fX * c_local - heading.fY * s_local,
151 heading.fX * s_local + heading.fY * c_local)
    [all...]
  /external/ImageMagick/scripts/
txt2html 89 # * swapped order of caps & heading in main loop
105 # * Creates anchors at each heading
708 local($heading) = @_;
709 local($anchor) = &make_new_anchor($heading);
713 sub heading subroutine
715 local($hindent, $heading) = $line =~ /^(\s*)(.+)$/;
721 # $heading =~ s/\s+$//; # get rid of trailing whitespace.
725 if((length($heading) > (length($underline) + $underline_tolerance_short))
726 || (length($heading) < (length($underline) -$underline_tolerance_long)))
745 &anchor_heading($heading);
    [all...]
format_c_api_docs 579 # Return level 1 heading
580 # Similar to: <H1>heading</H1>
583 my($heading) = @_;
584 return( "=head1 $heading\n\n" );
588 # Return level 2 heading
589 # Similar to: <H2>heading</H2>
592 my($heading) = @_;
593 return( "=head2 $heading\n\n" );
  /external/ply/ply/doc/
makedoc.py 7 # Every heading HTML tag (H1, H2 etc) is given an autogenerated name to link
11 # then change the heading link name to something that does not look like an
25 heading = re.compile(r"(_nn\d)", re.IGNORECASE) variable
32 # A non-autogenerated heading - keep it
34 autogeneratedheading = heading.match(headingname)
36 # The heading name was either non-existent or autogenerated,
37 # We can create a new heading / change the existing heading
  /external/python/cpython2/Demo/turtle/
tdemo_penrose.py 52 h, x, y = int(heading()), round(px,3), round(py,3)
74 h, x, y = int(heading()), round(px,3), round(py,3)
tdemo_bytedesign.py 70 oldh = self.heading()
87 oldh = self.heading()
  /external/python/cpython3/Lib/turtledemo/
penrose.py 52 h, x, y = int(heading()), round(px,3), round(py,3)
74 h, x, y = int(heading()), round(px,3), round(py,3)
  /external/icu/icu4c/source/common/
rbbidata.h 165 void printTable(const char *heading, const RBBIStateTable *table);
  /external/toybox/kconfig/
mconf.c 773 char *heading; local
777 heading = (char *)_(inputbox_instructions_int);
780 heading = (char *)_(inputbox_instructions_hex);
783 heading = (char *)_(inputbox_instructions_string);
786 heading = "Internal mconf error!";
790 heading, 10, 75,
  /external/u-boot/scripts/kconfig/
mconf.c 867 const char *heading; local
871 heading = _(inputbox_instructions_int);
874 heading = _(inputbox_instructions_hex);
877 heading = _(inputbox_instructions_string);
880 heading = _("Internal mconf error!");
884 heading, 10, 75,
  /external/chromium-trace/catapult/devil/devil/utils/
markdown.py 45 """Returns markdown-formatted heading."""
75 # **section heading**:
93 self._root_section.heading = md_heading(self._prog, level=1)
97 def start_section(self, heading):
99 md_heading(heading, level=2))
  /external/cldr/tools/java/org/unicode/cldr/tool/
CheckHtmlFiles.java 720 HeadingInfo heading = new HeadingInfo(); local
764 heading.addId(content.toString());
816 headingInfoList.add(parser.getLineCount(), heading); local
    [all...]

Completed in 1770 milliseconds

1 2 3 4