HomeSort by relevance Sort by last modified time
    Searched full:heading (Results 1 - 25 of 1161) 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
30 public Column(DocString heading, Align align) {
31 this.heading = heading;
36 * Construct a left-aligned column with a simple heading.
38 public Column(String heading) {
39 this(DocString.text(heading), Align.LEFT);
43 * Construct a column with a simple heading.
45 public Column(String heading, Align align) {
46 this(DocString.text(heading), align)
    [all...]
  /external/chromium-trace/catapult/systrace/profile_chrome/
ui.py 10 def PrintMessage(heading, eol='\n'):
11 sys.stdout.write('%s%s' % (heading, eol))
  /prebuilts/go/darwin-x86/src/go/doc/
Makefile 5 # Script to test heading detection heuristic
  /prebuilts/go/linux-x86/src/go/doc/
Makefile 5 # Script to test heading detection heuristic
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
heading.html 10 <polymer-element name='tr-ui-heading'>
22 heading {
42 <heading id='heading' on-click='{{onHeadingDivClicked_}}'>
46 </heading>
67 get heading() {
71 set heading(text) {
88 this.$.heading.title = text;
112 this.dispatchEvent(new tr.b.Event('heading-clicked', {'bubbles': true}));
120 this.$.heading.style.display = this.expanded_ ? '' : 'none'
    [all...]
  /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/tracing/tracing/ui/tracks/
stacked_bars_track.html 8 <link rel="import" href="/tracing/ui/base/heading.html">
33 this.heading_ = document.createElement('tr-ui-heading');
37 set heading(heading) {
38 this.heading_.heading = heading;
41 get heading() {
42 return this.heading_.heading;
chart_track.html 10 <link rel="import" href="/tracing/ui/base/heading.html">
49 this.heading_ = document.createElement('tr-ui-heading');
53 set heading(heading) {
54 this.heading_.heading = heading;
57 get heading() {
58 return this.heading_.heading;
letter_dot_track.html 12 <link rel="import" href="/tracing/ui/base/heading.html">
45 this.heading_ = document.createElement('tr-ui-heading');
49 set heading(heading) {
50 this.heading_.heading = heading;
53 get heading() {
54 return this.heading_.heading;
rect_track.html 14 <link rel="import" href="/tracing/ui/base/heading.html">
41 this.heading_ = document.createElement('tr-ui-heading');
45 set heading(heading) {
46 this.heading_.heading = heading;
49 get heading() {
50 return this.heading_.heading;
spacing_track.html 10 <link rel="import" href="/tracing/ui/base/heading.html">
32 this.heading_ = document.createElement('tr-ui-heading');
object_instance_track.html 14 <link rel="import" href="/tracing/ui/base/heading.html">
43 this.heading_ = document.createElement('tr-ui-heading');
47 set heading(heading) {
48 this.heading_.heading = heading;
51 get heading() {
52 return this.heading_.heading;
65 this.heading = '';
70 this.heading = objectInstances[0].typeName
    [all...]
global_memory_dump_track.html 64 track.heading = 'Memory Dumps';
76 track.heading = 'Memory per process';
90 track.heading = 'Memory per component';
  /packages/apps/Camera2/src/com/android/camera/hardware/
HeadingSensor.java 27 * A virtual sensor that reports device heading based on information
33 /** Invalid heading values. */
35 /** Current device heading. */
53 * Constructs a heading sensor.
65 * Returns current device heading.
67 * @return current device heading in degrees. INVALID_HEADING if sensors
75 * Activates corresponding device sensors to start calculating device heading.
91 * Deactivates corresponding device sensors to stop calculating device heading.
  /external/iptables/extensions/
libxt_state.man 8 description, see the "conntrack" heading in this manpage.
  /frameworks/base/docs/html/ndk/reference/
doxygen-dac.css 9 #jd-content tr.heading td {
14 #jd-content tr.heading h2 {
22 #jd-content tr.heading hr, #jd-content td.memSeparator, #jd-content div.headertitle {
  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
InCallContactInteractionsTest.java 55 .heading);
66 .heading);
77 .heading);
91 .heading);
105 .heading);
116 .heading);
127 .heading);
138 .heading);
241 assertEquals("0.8 mi away", info.heading);
251 assertEquals("1.2 km away", info.heading);
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
hmc5883l.js 36 // Print out the coordinates, heading, and direction every second
44 var heading = round2Digits(myCompass.heading());
47 " heading: " + heading + " direction " + direction;
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
hmc5883l.cxx 39 // Print out the coordinates, heading, and direction every second
44 fprintf(stdout, "heading: %5.2f direction: %3.2f\n", compass->heading(), compass->direction());
  /hardware/bsp/intel/peripheral/libupm/examples/python/
hmc5883l.py 35 hdg = hmc.heading() # Read heading
40 print "Heading: %5.2f" % (hdg)
  /external/ppp/pppd/plugins/radius/
pppd-radattr.8 3 .\" SH section heading
4 .\" SS subsection heading
  /external/libmicrohttpd/doc/chapters/
sessions.inc 13 @heading Looking up the cookie
25 @heading Setting the cookie header
43 @heading Remark: Session expiration
54 @heading Example code
66 @heading Remarks
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
support.py 81 heading = self.isSectionHeading(line)
82 if heading:
83 if data and heading == self.newTestHeading:
88 key = heading
96 """If the current heading is a test section heading return the heading,
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dialog/
paper-dialog-base.html 38 * @attribute heading
42 heading: '',
67 this.setAttribute('aria-label', this.heading);
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/
allfiles.tmpl 33 <dt class="heading">Author:</dt>
37 <dt class="heading">Version:</dt>
42 <dt class="heading">Location:</dt>

Completed in 1001 milliseconds

1 2 3 4 5 6 7 8 91011>>