Searched defs:heading (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
H A Dtab_view_picker_table.h28 @property(nonatomic, copy) NSString* heading; variable
/external/webkit/Source/WebCore/bindings/js/
H A DJSCoordinatesCustom.cpp51 JSValue JSCoordinates::heading(ExecState*) const function in class:WebCore::JSCoordinates
56 return jsNumber(imp->heading());
/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationPosition.h43 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) argument
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/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationPosition.cpp35 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) argument
37 m_private = GeolocationPosition::create(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
/external/icu4c/common/
H A Drbbidata.cpp213 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { argument
217 RBBIDebugPrintf(" %s\n", heading);
/external/webkit/Source/WebCore/page/
H A DCoordinates.h37 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)); } argument
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) argument
64 , m_heading(heading)
H A DGeolocationPosition.h41 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)); } argument
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) argument
82 , m_heading(heading)
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationClientQt.cpp80 double heading = geoPosition.attribute(QGeoPositionInfo::Direction); local
90 providesHeading, heading, providesSpeed, speed);
/external/chromium/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.cc140 !experiment.heading) {
144 string16 heading = l10n_util::GetStringUTF16(experiment.heading); local
145 views::Label* label = new views::Label(heading);
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DNavCalculator.java297 public static Position computePosition(Position initialPos, double heading, argument
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/android/jni/
H A DGeolocationServiceBridge.cpp143 // heading is optional and may not be supplied.
146 double heading = local
165 hasHeading, heading,
/external/icu4c/test/intltest/
H A Drbbitst.cpp177 void checkResults(const char *heading, RBBITest *test);
178 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
215 void BITestData::checkResults(const char *heading, RBBITest *test) { argument
229 err(heading, test, expectedIndex-1, actualIndex);
235 err(heading, test, expectedIndex, actualIndex-1);
241 err(heading, test, expectedIndex, actualIndex);
253 heading, fLineNum.elementAt(expectedIndex),
266 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) argument
280 test->errln("%s unexpected break at offset %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual, expected);
282 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, lin
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 341 milliseconds