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

1 2 3

  /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...]
  /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;
  /hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
hmc5883l.cxx 146 Hmc5883l::heading(void) function in class:Hmc5883l
  /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/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,
  /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/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 285 String heading = "Directory " + uri; local
287 new StringBuilder("<html><head><title>" + heading + "</title><style><!--\n" + "span.dirname { font-weight: bold; }\n" + "span.filesize { font-size: 75%; }\n"
288 + "// -->\n" + "</style>" + "</head><body><h1>" + heading + "</h1>");
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 144 HEADING,
240 CASE_NAME(HEADING);
478 } else if (components[HEADING].order == i) {
480 PRINT("HEADING,");
482 float heading[1]; local
483 inv_get_sensor_type_compass_float(heading, NULL, NULL,
485 PRINT_FLOAT(10, 5, heading[0]);
616 " H = HEADING,\n"
702 components[HEADING].order = j;
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 1241 def heading(self, column, option=None, **kw): member in class:Treeview
    [all...]
turtle.py 130 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1810 def heading(self): member in class:TNavigator
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 1241 def heading(self, column, option=None, **kw): member in class:Treeview
    [all...]
turtle.py 130 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1810 def heading(self): member in class:TNavigator
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 1241 def heading(self, column, option=None, **kw): member in class:Treeview
    [all...]
turtle.py 130 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1810 def heading(self): member in class:TNavigator
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 1241 def heading(self, column, option=None, **kw): member in class:Treeview
    [all...]
turtle.py 130 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1810 def heading(self): member in class:TNavigator
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 468 int heading = captureParams.heading; local
485 // Set GPS heading direction based on sensor, if location is on.
486 if (heading >= 0) {
492 new Rational(heading, 1));
    [all...]
OneCameraZslImpl.java 612 int heading = captureParams.heading; local
627 // Set GPS heading direction based on sensor, if location is on.
628 if (heading >= 0) {
632 exif.buildTag(ExifInterface.TAG_GPS_IMG_DIRECTION, new Rational(heading, 1));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 434 def heading(self, title, fgcol, bgcol, extras=''): function
435 """Format a page heading."""
437 <table width="100%%" cellspacing=0 cellpadding=2 border=0 summary="heading">
447 """Format a section with a heading."""
468 """Format a section with a big heading."""
622 result = self.heading(
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PhotoModule.java 991 int heading = mHeadingSensor.getCurrentHeading(); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 

Completed in 1179 milliseconds

1 2 3