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

1 2 3 4 5 6 7

  /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/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 297 public static Position computePosition(Position initialPos, double heading,
303 if (heading < 90) {
304 angle = heading;
305 } else if (heading > 90 && heading < 180) {
306 angle = 180 - heading;
307 } else if (heading > 180 && heading < 270) {
308 angle = heading - 180;
310 angle = 360 - heading;
    [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 162 void printTable(const char *heading, const RBBIStateTable *table);
165 #define printTable(heading, table)
rbbidata.cpp 241 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) {
245 RBBIDebugPrintf(" %s\n", heading);
  /frameworks/support/v4/api21/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatApi21.java 49 int columnSpan, boolean heading, boolean selected) {
51 columnSpan, heading, selected);
  /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;
  /frameworks/base/core/java/com/android/internal/alsa/
AlsaCardsParser.java 217 public void Log(String heading) {
219 Slog.i(TAG, heading);
AlsaDevicesParser.java 279 public void Log(String heading) {
281 Slog.i(TAG, heading);
  /frameworks/support/v4/kitkat/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatKitKat.java 66 int columnSpan, boolean heading) {
68 columnSpan, heading);
  /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/selinux/policycoreutils/semanage/
seobject.py 315 def list(self, heading = 1, locallist = 0):
320 if heading:
411 def list(self, heading = 1, locallist = 0):
416 if heading:
426 if heading:
692 def list(self,heading = 1, locallist = 0):
703 if heading:
715 if heading:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 934 self.assertTrue(isinstance(self.tv.heading('#0'), dict))
937 self.tv.heading('#0', text='hi')
938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi')
939 self.assertEqual(self.tv.heading('#0', text=None), 'hi')
942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
959 self.tv.heading('#0', command=lambda: success.append(True))
963 # assuming that the coords (5, 5) fall into heading #0
966 self.fail("The command associated to the treeview heading wasn't
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 934 self.assertTrue(isinstance(self.tv.heading('#0'), dict))
937 self.tv.heading('#0', text='hi')
938 self.assertEqual(self.tv.heading('#0', 'text'), 'hi')
939 self.assertEqual(self.tv.heading('#0', text=None), 'hi')
942 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
945 self.assertRaises(Tkinter.TclError, self.tv.heading, '#0',
959 self.tv.heading('#0', command=lambda: success.append(True))
963 # assuming that the coords (5, 5) fall into heading #0
966 self.fail("The command associated to the treeview heading wasn't
    [all...]
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 474 String heading = "Directory " + uri; local
475 StringBuilder msg = new StringBuilder("<html><head><title>" + heading + "</title><style><!--\n" +
480 "</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;
  /external/jsoncpp/
makerelease.py 180 heading = retry_index == 0 and 'Running:' or 'Retrying:'
181 print heading, ' '.join( cmd )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 197 def __init__(self, formatter, parent, heading=None):
200 self.heading = heading
218 # add the heading if the section was non-empty
219 if self.heading is not SUPPRESS and self.heading is not None:
221 heading = '%*s%s:\n' % (current_indent, '', self.heading)
223 heading = ''
225 # join the section-initial newline, the heading and the hel
    [all...]
DocXMLRPCServer.py 119 result = self.heading(head, '#ffffff', '#7799ee')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 197 def __init__(self, formatter, parent, heading=None):
200 self.heading = heading
218 # add the heading if the section was non-empty
219 if self.heading is not SUPPRESS and self.heading is not None:
221 heading = '%*s%s:\n' % (current_indent, '', self.heading)
223 heading = ''
225 # join the section-initial newline, the heading and the hel
    [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...]

Completed in 699 milliseconds

1 2 3 4 5 6 7