Home
last modified time | relevance | path

Searched refs:heading (Results 1 – 25 of 61) sorted by relevance

123

/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
DNavCalculator.java297 public static Position computePosition(Position initialPos, double heading, in computePosition() argument
303 if (heading < 90) { in computePosition()
304 angle = heading; in computePosition()
305 } else if (heading > 90 && heading < 180) { in computePosition()
306 angle = 180 - heading; in computePosition()
307 } else if (heading > 180 && heading < 270) { in computePosition()
308 angle = heading - 180; in computePosition()
310 angle = 360 - heading; in computePosition()
324 if ((heading > 270 && heading < 360) || (heading > 0 && heading < 90)) { in computePosition()
326 } else if (heading < 270 && heading > 90) { in computePosition()
[all …]
/external/markdown/markdown/extensions/
Drss.py22 def get_time(heading): argument
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/
DCoordinates.h37heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, … in create() argument
49 double heading() const { return m_heading; } in heading() function
58 …sAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpe… in Coordinates() argument
64 , m_heading(heading) in Coordinates()
DGeolocationPosition.h41heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, la… in create() argument
50 double heading() const { return m_heading; } in heading() function
75 …sAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpe… in GeolocationPosition() argument
82 , m_heading(heading) in GeolocationPosition()
DCoordinates.idl34 readonly attribute [Custom] double heading;
DGeolocationPositionCache.cpp244 statement.bindDouble(6, cachedPosition->coords()->heading()); in writeToDatabaseImpl()
/external/webkit/Source/WebKit/chromium/public/
DWebGeolocationPosition.h43 …sAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpe… in WebGeolocationPosition() argument
45 …, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, s… in WebGeolocationPosition()
50 …sAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpe…
/external/webkit/Source/WebCore/bindings/js/
DJSCoordinatesCustom.cpp51 JSValue JSCoordinates::heading(ExecState*) const in heading() function in WebCore::JSCoordinates
56 return jsNumber(imp->heading()); in heading()
/external/webkit/Source/WebKit/chromium/src/
DWebGeolocationPosition.cpp35 …sAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpe… in assign() argument
37 …, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, s… in assign()
/external/chromium-trace/src/tracing/
Dtimeline_track.js177 get heading() { getter in TimelineThreadTrack
181 set heading(h) { setter in TimelineThreadTrack
197 track.heading = '';
241 this.tracks_[1].heading = this.heading_;
244 this.tracks_[0].heading = this.heading_;
302 get heading() { getter in TimelineCpuTrack
306 set heading(h) { setter in TimelineCpuTrack
333 this.tracks_[0].heading = this.heading_;
382 get heading() { getter in CanvasBasedTrack
386 set heading(text) { setter in CanvasBasedTrack
Dtimeline.js515 track.heading = 'CPU ' + cpu.cpuNumber + ':';
524 track.heading = 'CPU ' + cpu.cpuNumber + ' ' + counter.name + ':';
547 track.heading = counter.name + ':';
563 track.heading = thread.userFriendlyName + ':';
/external/icu4c/common/
Drbbidata.h160 void printTable(const char *heading, const RBBIStateTable *table);
163 #define printTable(heading, table) argument
Drbbidata.cpp213 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { in printTable() argument
217 RBBIDebugPrintf(" %s\n", heading); in printTable()
/external/chromium/chrome/browser/first_run/
Dtry_chrome_dialog_view.cc140 !experiment.heading) { in ShowModal()
144 string16 heading = l10n_util::GetStringUTF16(experiment.heading); in ShowModal() local
145 views::Label* label = new views::Label(heading); in ShowModal()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DGeolocationClientQt.cpp80 double heading = geoPosition.attribute(QGeoPositionInfo::Direction); in positionUpdated() local
90 providesHeading, heading, providesSpeed, speed); in positionUpdated()
/external/chromium/chrome/browser/resources/gpu_internals/
Dtimeline_track.js103 track.heading = this.thread_.parent.pid + ': ' +
106 track.heading = '';
186 set heading(text) { setter in TimelineSliceTrack
/external/chromium/chrome/browser/ui/cocoa/
Dtab_view_picker_table.h28 @property(nonatomic, copy) NSString* heading;
Dtab_view_picker_table.mm10 // If a heading is shown, the indices between the tab items and the table rows
16 // Returns if |item| is the item shown as heading. If |heading_| is nil, this
62 - (NSString*)heading { method
/external/webkit/Source/WebCore/platform/android/
DGeolocationServiceBridge.cpp146 double heading = in toGeoposition() local
164 hasHeading, heading, in toGeoposition()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CoordinatesCustom.cpp62 return v8::Number::New(imp->heading()); in headingAccessorGetter()
/external/chromium-trace/
Dscript.js99heading="CPU "+a.cpuNumber+":";b.headingWidth=d;b.viewport=this.viewport_;b.cpu=a;this.tracks_.app…
100 ….compare);b.forEach(function(a){var b=new tracing.TimelineCounterTrack;b.heading=a.name+":";b.head…
101 new tracing.TimelineThreadTrack;b.heading=a.userFriendlyName+":";b.tooltip=a.userFriendlyDetails;b.…
119heading(){return this.heading_},set heading(a){this.heading_=a;this.updateChildTracks_()},get head… getter in m
120 …thread_};0<this.tracks_.length&&(this.thread_.cpuSlices?(this.tracks_[1].heading=this.heading_,thi…
121 this.tooltip_):(this.tracks_[0].heading=this.heading_,this.tracks_[0].tooltip=this.tooltip_))}g(thi…
122 …ltip(a){this.tooltip_=a;this.updateChildTracks_()},get heading(){return this.heading_},set heading setter in i
123 …=this.viewport_;this.tracks_.push(a);this.appendChild(a);this.tracks_[0].heading=this.heading_;thi…
125 …ngWidth(a){this.headingDiv_.style.width=a},get heading(){return this.headingDiv_.textContent},set
/external/icu4c/test/intltest/
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) { in checkResults() argument
229 err(heading, test, expectedIndex-1, actualIndex); in checkResults()
235 err(heading, test, expectedIndex, actualIndex-1); in checkResults()
241 err(heading, test, expectedIndex, actualIndex); in checkResults()
253 heading, fLineNum.elementAt(expectedIndex), in checkResults()
266 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) in err() argument
280 …set %d in test item from line %d. actual break: %d expected break: %d", heading, o, line, actual,… in err()
282 …reak at end of item from line %d. actual break: %d expected break: %d", heading, line, actual, ex… in err()
/external/chromium/chrome/browser/resources/ntp/
Dapps.css152 #apps-promo-heading {
/external/chromium/chrome/browser/resources/options/
Doptions_page.css507 list > .heading {
511 list > .heading:hover {
/external/iproute2/doc/actions/
Dmirred-usage90 Ping would fail since all packets are heading out eth0

123