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

1 2 3 4 5 6 7 8

  /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());
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
TermsDocument.java 32 * @param heading non-empty {@link String}
36 public static TermsDocument createInstance(String heading, String content) {
38 return new TermsDocument(heading, content);
45 private TermsDocument(String heading, String content) {
46 mHeading = checkStringNotEmpty(heading);
50 /** @return Document heading */
TermsListAdapter.java 99 String heading = getDisclaimer(groupPosition).getHeading(); local
104 parent.getResources().getString(R.string.section_heading, heading));
117 textView.setText(heading);
  /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/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...]
  /build/soong/cmd/soong_build/
writedocs.go 73 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
81 <div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{$collapseIndex}}">
101 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
109 <div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{$collapseIndex}}">
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/
quat_accuracy_monitor.h 65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/
quat_accuracy_monitor.h 65 float inv_heading_accuracy_check(float orient[3], float *heading, int8_t *accuracy);
  /packages/apps/Camera2/src/com/android/camera/one/
OneCamera.java 332 /** The heading of the device at time of capture. In degrees. */
333 public final int heading; field in class:OneCamera.PhotoCaptureParameters
341 int heading, float zoom, float timerSeconds) {
345 this.heading = heading;
  /external/icu/icu4c/source/common/
rbbidata.h 167 void printTable(const char *heading, const RBBIStateTable *table);
170 #define printTable(heading, table)
  /compatibility/cdd/
make_cdd.py 126 for heading in headings:
127 level = int(re.search(r'(\d)', heading.name).groups()[0])
128 heading.name = 'h%d' % (level + 1)
165 for heading in headings:
166 header_numbers.append(re.sub(r"([\d.]*).*", r"\1"), heading.contents)
  /build/blueprint/bootstrap/
writedocs.go 113 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
121 <div id="collapse{{$collapseIndex}}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading{{$collapseIndex}}">
141 <div class="panel-heading" role="tab" id="heading{{$collapseIndex}}">
149 <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')
  /frameworks/wilhelm/src/itf/
I3DLocation.cpp 189 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll)
193 if (!((-360000 <= heading) && (heading <= 360000) &&
200 thiz->mOrientationAngles.mHeading = heading;
I3DMacroscopic.cpp 70 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll)
74 if (!((-360000 <= heading) && (heading <= 360000) &&
81 thiz->mOrientationAngles.mHeading = heading;
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 61 lastHeading string // last dir heading printed
83 // Each test has a unique name and belongs to a group (heading)
86 heading string // group section; this header is printed before the test is run.
278 heading: "Testing packages.",
316 heading: "Running benchmarks briefly.",
356 heading: "cmd/vet/all",
415 heading: "GOMAXPROCS=2 runtime -cpu=1,2,4 -quick",
431 heading: "cmd/go terminal test",
457 heading: "moved GOROOT",
521 heading: "Testing without libgcc."
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 61 lastHeading string // last dir heading printed
83 // Each test has a unique name and belongs to a group (heading)
86 heading string // group section; this header is printed before the test is run.
278 heading: "Testing packages.",
316 heading: "Running benchmarks briefly.",
356 heading: "cmd/vet/all",
415 heading: "GOMAXPROCS=2 runtime -cpu=1,2,4 -quick",
431 heading: "cmd/go terminal test",
457 heading: "moved GOROOT",
521 heading: "Testing without libgcc."
    [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...]
  /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

Completed in 1532 milliseconds

1 2 3 4 5 6 7 8