/frameworks/base/docs/html/ndk/reference/ |
dir_d44c64559bbebec7f509842c48db8b23.jd | 16 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a>
|
/frameworks/wilhelm/src/itf/ |
I3DLocation.c | 189 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) 193 if (!((-360000 <= heading) && (heading <= 360000) && 200 thiz->mOrientationAngles.mHeading = heading;
|
I3DMacroscopic.c | 70 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) 74 if (!((-360000 <= heading) && (heading <= 360000) && 81 thiz->mOrientationAngles.mHeading = heading;
|
/hardware/bsp/intel/peripheral/libupm/src/lsm303/ |
lsm303.cxx | 74 float heading = 180.0 * atan2(double(coor[Y]), double(coor[X]))/M_PI; local 76 if (heading < 0.0) 77 heading += 360.0; 79 return heading;
|
/hardware/bsp/intel/peripheral/libupm/src/lsm303d/ |
lsm303d.cxx | 92 float heading = 180.0 * atan2(double(coor[Y]), double(coor[X]))/M_PI; local 94 if (heading < 0.0) 95 heading += 360.0; 97 return heading;
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
InCallContactInteractions.java | 129 * @return BusinessContextInfo object with the schedule icon, the heading set to whether the 181 hoursInfo.heading = isOpenNow ? mContext.getString(R.string.open_now) 263 * @return A BusinessContextInfo object with the location icon, the heading as the distance to 282 locationInfo.heading = mContext.getString(R.string.distance_imperial_away, 285 locationInfo.heading = mContext.getString(R.string.distance_metric_away, 317 String heading; field in class:InCallContactInteractions.BusinessContextInfo 323 TextView headingTextView = (TextView) listItem.findViewById(R.id.heading); 326 if (this.iconId == 0 || (this.heading == null && this.detail == null)) { 332 headingTextView.setText(this.heading); 333 headingTextView.setVisibility(TextUtils.isEmpty(this.heading) [all...] |
/external/deqp/framework/delibs/coding_guidelines/ |
de-coding-guidelines.html | 47 /* All heading elements */ 48 ol > li > .heading { 52 /* Heading 1 elements */ 65 ol.h1 > li > .heading { 68 /* Heading 2 elements */ 81 ol.h2 > li > .heading { 146 <li><span class="heading">Table of Contents</span> 152 <li><span class="heading">Introduction</span> 154 <li><span class="heading">Goal and philosophy</span> 180 <li><span class="heading">Languages of choice</span [all...] |
/prebuilts/go/darwin-x86/src/cmd/dist/ |
test.go | 62 // Each test has a unique name and belongs to a group (heading) 65 heading string // group section; this header is printed before the test is run. 179 if dt.heading != "" && lastHeading != dt.heading { 180 lastHeading = dt.heading 181 t.out(dt.heading) 252 heading: "Testing packages.", 284 heading: "Running benchmarks briefly.", 351 heading: "GOMAXPROCS=2 runtime -cpu=1,2,4", 364 heading: "sync -cpu=10" [all...] |
/prebuilts/go/linux-x86/src/cmd/dist/ |
test.go | 62 // Each test has a unique name and belongs to a group (heading) 65 heading string // group section; this header is printed before the test is run. 179 if dt.heading != "" && lastHeading != dt.heading { 180 lastHeading = dt.heading 181 t.out(dt.heading) 252 heading: "Testing packages.", 284 heading: "Running benchmarks briefly.", 351 heading: "GOMAXPROCS=2 runtime -cpu=1,2,4", 364 heading: "sync -cpu=10" [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GameControllerInput.java | 344 private final Heading mDeviceHeading; 347 private final Heading mAxesHeading; 348 private final Heading mKeysHeading; 356 mDeviceHeading = new Heading(BASE_ID_HEADING | 0, 361 mAxesHeading = new Heading(BASE_ID_HEADING | 1, 363 mKeysHeading = new Heading(BASE_ID_HEADING | 2, 476 private static class Heading extends Item { 479 public Heading(int itemId, String label) {
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
cpu_track_test.html | 40 track.heading = 'CPU ' + cpu.cpuNumber; 91 track.heading = 'CPU ' + cpu.cpuNumber;
|
frame_track.html | 31 this.heading = 'Frames';
|
interaction_track.html | 33 this.heading = 'Interactions';
|
process_memory_dump_track.html | 61 track.heading = 'Memory per component';
|
/external/owasp/sanitizer/tools/findbugs/src/xsl/ |
summary.xsl | 27 <xsl:param name="TABLE.HEADING.TYPE" select="'Type Checked'" />
28 <xsl:param name="TABLE.HEADING.COUNT" select="'Count'" />
29 <xsl:param name="TABLE.HEADING.BUGS" select="'Bugs'" />
30 <xsl:param name="TABLE.HEADING.PERCENT" select="'Percentage'" />
96 <th><font face="{$PAGE.FONT}" size="4"><xsl:value-of select="$TABLE.HEADING.TYPE"/></font></th>
97 <th><font face="{$PAGE.FONT}" size="4"><xsl:value-of select="$TABLE.HEADING.COUNT"/></font></th>
98 <th><font face="{$PAGE.FONT}" size="4"><xsl:value-of select="$TABLE.HEADING.BUGS"/></font></th>
99 <th><font face="{$PAGE.FONT}" size="4"><xsl:value-of select="$TABLE.HEADING.PERCENT"/></font></th>
|
/external/ppp/pppd/ |
srp-entry.8 | 3 .\" SH section heading 4 .\" SS subsection heading
|
/frameworks/base/docs/html/training/snackbar/ |
action.jd | 16 <a href="#id">heading</a> 20 <a href="#id">heading</a>
|
/frameworks/support/v4/kitkat/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompatKitKat.java | 69 int columnSpan, boolean heading) { 71 columnSpan, heading);
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
lsm303.js | 51 // Get and print out the heading 52 console.log("heading: " + myAccelrCompass.getHeading());
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
lsm303.py | 68 # Get and print out the heading 69 print "heading:", myAccelrCompass.getHeading()
|
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/ |
hmc5883l.h | 75 * Returns the heading 77 float heading();
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.testing.page_sets.html | 7 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
telemetry.internal.testing.pages.html | 7 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/ |
pygapp2.py | 45 Generic.Heading: "nobold noitalic #000",
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/system_stats/ |
system_stats_instance_track_test.html | 61 track.heading = 'testBasic';
|