OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heading
(Results
26 - 50
of
1161
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/third_party/polymer/components/paper-dialog/
paper-dialog.html
18
<paper-dialog
heading
="Dialog Title">
52
By default, the `aria-label` will be set to the value of the `
heading
` attribute.
92
<template if="{{
heading
}}">
93
<h1>{{
heading
}}</h1>
paper-action-dialog.html
22
<paper-action-dialog
heading
="Dialog Title">
71
<template if="{{
heading
}}">
72
<h1>{{
heading
}}</h1>
/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);
/external/ppp/pppd/plugins/radius/
pppd-radius.8
3
.\" SH section
heading
4
.\" SS subsection
heading
/hardware/bsp/intel/peripheral/libupm/examples/java/
Hmc5883lSample.java
53
System.out.println("
Heading
: " + compas.
heading
() + " Direction:" + compas.direction());
LSM303Sample.java
52
// Get and print out the
heading
53
System.out.println("
heading
: " + sensor.getHeading());
/art/tools/ahat/src/
HtmlDoc.java
89
ps.format("<th>%s</th>", columns[i].
heading
.html());
94
ps.format("<th align=\"left\">%s</th>", columns[columns.length - 1].
heading
.html());
113
ps.format("<th rowspan=\"2\">%s</th>", cols.get(i).
heading
.html());
119
cols.get(cols.size() - 1).
heading
.html());
125
ps.format("<th>%s</th>", subcol.
heading
.html());
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/
thread_track.html
67
this.
heading
= this.thread_.userFriendlyName + ': ';
77
timeSlicesTrack.
heading
= '';
86
track.
heading
= this.thread_.userFriendlyName;
100
asyncTrack.
heading
= title;
125
samplesTrack.
heading
= this.thread_.userFriendlyName + ': ' +
cpu_track.html
83
track.
heading
= this.cpu_.userFriendlyName + ':';
93
track.
heading
= this.cpu_.userFriendlyName + ' ' +
120
samplesTrack.
heading
= this.cpu_.userFriendlyName + ': ' +
power_series_track.html
43
this.
heading
= 'Power';
72
colorId: ColorScheme.getColorIdForGeneralPurposeString(this.
heading
)
alert_track.html
26
this.
heading
= 'Alerts';
multi_row_track.html
56
get
heading
() {
60
set
heading
(h) {
174
'
heading
-clicked', this.onHeadingClicked_.bind(this));
183
this.firstChild.
heading
= this.heading_;
/frameworks/base/core/tests/benchmarks/src/android/text/
SpannableStringBuilderBenchmark.java
87
"<h2>2nd level
heading
</h2>\n" +
89
"<h3>3rd level
heading
</h3>\n" +
91
"<h4>4th level
heading
</h4>\n" +
93
"<h5>5th level
heading
</h5>\n" +
95
"<h6>6th level
heading
</h6>\n" +
/frameworks/base/docs/html/ndk/reference/
rect_8h.jd
20
<tr class="
heading
"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
25
<tr class="
heading
"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
bitmap_8h.jd
23
<tr class="
heading
"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
28
<tr class="
heading
"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
33
<tr class="
heading
"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
52
<tr class="
heading
"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
/frameworks/support/v4/api21/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatApi21.java
49
int columnSpan, boolean
heading
, boolean selected) {
51
columnSpan,
heading
, selected);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
lsm303.cxx
51
// Get and print out the
heading
52
std::cout << "
heading
: "
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/
class.tmpl
197
<dt class="
heading
">Deprecated:</dt>
205
<dt class="
heading
">Since:</dt>
211
<dt class="
heading
">See:</dt>
219
<dt class="
heading
">Default Value:</dt>
258
<dt class="
heading
">Parameters:</dt>
270
<dt class="
heading
">Deprecated:</dt>
278
<dt class="
heading
">Since:</dt>
285
<dt class="
heading
">Throws:</dt>
296
<dt class="
heading
">Returns:</dt>
304
<dt class="
heading
">Requires:</dt
[
all
...]
/development/samples/TtsEngine/res/values/
strings.xml
20
<!-- The
heading
of the first (and only) preference fragment -->
/external/chromium-trace/catapult/third_party/polymer/components/core-collapse/
demo.html
27
.
heading
{
51
<div class="
heading
" onclick="document.querySelector('#collapse1').toggle();">Collapse #1</div>
60
<div class="
heading
" onclick="document.querySelector('#collapse2').toggle();">Collapse #2</div>
65
<div class="
heading
" onclick="document.querySelector('#collapse3').toggle();">Collapse #3</div>
/external/libmicrohttpd/doc/chapters/
bibliography.inc
1
@
heading
API reference
/external/selinux/policycoreutils/semanage/
semanage-module.8
16
Do not print
heading
when listing the specified object type
semanage-permissive.8
25
Do not print
heading
when listing the specified object type
/external/tcpdump/
atm.h
27
* do not deliver a
heading
HEC byte
Completed in 1791 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>