/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
D | NavCalculator.java | 297 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/ |
D | rss.py | 22 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/ |
D | Coordinates.h | 37 …heading, 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()
|
D | GeolocationPosition.h | 41 …heading, 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()
|
D | Coordinates.idl | 34 readonly attribute [Custom] double heading;
|
D | GeolocationPositionCache.cpp | 244 statement.bindDouble(6, cachedPosition->coords()->heading()); in writeToDatabaseImpl()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebGeolocationPosition.h | 43 …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/ |
D | JSCoordinatesCustom.cpp | 51 JSValue JSCoordinates::heading(ExecState*) const in heading() function in WebCore::JSCoordinates 56 return jsNumber(imp->heading()); in heading()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebGeolocationPosition.cpp | 35 …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/ |
D | timeline_track.js | 177 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
|
D | timeline.js | 515 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/ |
D | rbbidata.h | 160 void printTable(const char *heading, const RBBIStateTable *table); 163 #define printTable(heading, table) argument
|
D | rbbidata.cpp | 213 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/ |
D | try_chrome_dialog_view.cc | 140 !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/ |
D | GeolocationClientQt.cpp | 80 double heading = geoPosition.attribute(QGeoPositionInfo::Direction); in positionUpdated() local 90 providesHeading, heading, providesSpeed, speed); in positionUpdated()
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | timeline_track.js | 103 track.heading = this.thread_.parent.pid + ': ' + 106 track.heading = ''; 186 set heading(text) { setter in TimelineSliceTrack
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | tab_view_picker_table.h | 28 @property(nonatomic, copy) NSString* heading;
|
D | tab_view_picker_table.mm | 10 // 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/ |
D | GeolocationServiceBridge.cpp | 146 double heading = in toGeoposition() local 164 hasHeading, heading, in toGeoposition()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8CoordinatesCustom.cpp | 62 return v8::Number::New(imp->heading()); in headingAccessorGetter()
|
/external/chromium-trace/ |
D | script.js | 99 …heading="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.… 119 …heading(){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/ |
D | rbbitst.cpp | 177 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/ |
D | apps.css | 152 #apps-promo-heading {
|
/external/chromium/chrome/browser/resources/options/ |
D | options_page.css | 507 list > .heading { 511 list > .heading:hover {
|
/external/iproute2/doc/actions/ |
D | mirred-usage | 90 Ping would fail since all packets are heading out eth0
|