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

1 2 3

  /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/webkit/Source/WebCore/page/
Coordinates.h 37 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
49 double heading() const { return m_heading; } function in class:WebCore::Coordinates
58 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
64 , m_heading(heading)
GeolocationPosition.h 41 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
50 double heading() const { return m_heading; } function in class:WebCore::GeolocationPosition
75 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
82 , m_heading(heading)
Coordinates.idl 34 readonly attribute [Custom] double heading;
  /external/webkit/Source/WebCore/bindings/js/
JSCoordinatesCustom.cpp 51 JSValue JSCoordinates::heading(ExecState*) const function in class:WebCore::JSCoordinates
56 return jsNumber(imp->heading());
  /external/webkit/Source/WebKit/chromium/src/
WebGeolocationPosition.cpp 35 void WebGeolocationPosition::assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
37 m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
  /external/chromium/chrome/browser/ui/cocoa/
tab_view_picker_table.h 28 @property(nonatomic, copy) NSString* heading; variable
  /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...]
  /external/webkit/Source/WebKit/chromium/public/
WebGeolocationPosition.h 43 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
45 assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
50 WEBKIT_API void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
  /external/icu4c/common/
rbbidata.h 160 void printTable(const char *heading, const RBBIStateTable *table);
163 #define printTable(heading, table)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp 80 double heading = geoPosition.attribute(QGeoPositionInfo::Direction); local
90 providesHeading, heading, providesSpeed, speed);
  /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;
  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 140 !experiment.heading) {
144 string16 heading = l10n_util::GetStringUTF16(experiment.heading); local
145 views::Label* label = new views::Label(heading);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLHeadingElement01.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");
HTMLHeadingElement02.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");
HTMLHeadingElement03.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");
HTMLHeadingElement04.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");
HTMLHeadingElement05.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");
HTMLHeadingElement06.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLHeadingElement01.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");
HTMLHeadingElement02.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");
HTMLHeadingElement03.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");
HTMLHeadingElement04.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");
HTMLHeadingElement05.js 49 docsLoaded += preload(docRef, "doc", "heading");
98 doc = load(docRef, "doc", "heading");

Completed in 667 milliseconds

1 2 3