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

1 2 3 4 5 6 7 8 91011

  /art/tools/ahat/src/
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/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...]
  /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 164 void printTable(const char *heading, const RBBIStateTable *table);
167 #define printTable(heading, table)
  /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 57 lastHeading string // last dir heading printed
84 // Each test has a unique name and belongs to a group (heading)
87 heading string // group section; this header is printed before the test is run.
271 heading: "Testing packages.",
307 heading: "Running benchmarks briefly.",
343 heading: "go vet std cmd",
359 heading: "cmd/go terminal test",
424 heading: "GOMAXPROCS=2 runtime -cpu=1,2,4",
456 heading: "Testing without libgcc.",
468 heading: "internal linking of -buildmode=pie"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 57 lastHeading string // last dir heading printed
84 // Each test has a unique name and belongs to a group (heading)
87 heading string // group section; this header is printed before the test is run.
271 heading: "Testing packages.",
307 heading: "Running benchmarks briefly.",
343 heading: "go vet std cmd",
359 heading: "cmd/go terminal test",
424 heading: "GOMAXPROCS=2 runtime -cpu=1,2,4",
456 heading: "Testing without libgcc.",
468 heading: "internal linking of -buildmode=pie"
    [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
  /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)
  /frameworks/base/core/java/com/android/internal/alsa/
AlsaDevicesParser.java 287 private void Log(String heading) {
289 Slog.i(TAG, heading);
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 207 // heading returns the trimmed line if it passes as a section heading;
209 func heading(line string) string { func
215 // a heading must start with an uppercase letter
277 // is formatted as a heading.
378 // might be a heading.
379 if head := heading(line); head != "" {
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 207 // heading returns the trimmed line if it passes as a section heading;
209 func heading(line string) string { func
215 // a heading must start with an uppercase letter
277 // is formatted as a heading.
378 // might be a heading.
379 if head := heading(line); head != "" {
  /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/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))

Completed in 2283 milliseconds

1 2 3 4 5 6 7 8 91011