Searched refs:heading (Results 1 - 22 of 22) sorted by relevance

/external/markdown/markdown/extensions/
H A Drss.py22 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/
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)
H A DCoordinates.idl34 readonly attribute [Custom] double heading;
H A DGeolocationPositionCache.cpp156 "heading REAL, "
177 providesHeading, statement.getColumnDouble(5), // heading
225 "heading, "
244 statement.bindDouble(6, cachedPosition->coords()->heading());
H A DGeolocation.cpp66 position->canProvideHeading(), position->heading(), position->canProvideSpeed(), position->speed());
/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/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/chromium/chrome/browser/ui/cocoa/
H A Dtab_view_picker_table.h28 @property(nonatomic, copy) NSString* heading; variable
/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/icu4c/common/
H A Drbbidata.h160 void printTable(const char *heading, const RBBIStateTable *table);
163 #define printTable(heading, table)
H A Drbbidata.cpp213 void RBBIDataWrapper::printTable(const char *heading, const RBBIStateTable *table) { argument
217 RBBIDebugPrintf(" %s\n", 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/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CoordinatesCustom.cpp57 INC_STATS("DOM.Coordinates.heading._get");
62 return v8::Number::New(imp->heading());
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline_track.js103 track.heading = this.thread_.parent.pid + ': ' +
106 track.heading = '';
186 set heading(text) {
/external/webkit/Source/WebCore/platform/android/
H A DGeolocationServiceBridge.cpp143 // heading is optional and may not be supplied.
146 double heading = local
164 hasHeading, heading,
/external/chromium/chrome/browser/resources/ntp/
H A Dapps.css152 #apps-promo-heading {
/external/icu4c/test/intltest/
H A Drbbitst.cpp179 void checkResults(const char *heading, RBBITest *test);
180 void err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx);
217 void BITestData::checkResults(const char *heading, RBBITest *test) { argument
231 err(heading, test, expectedIndex-1, actualIndex);
237 err(heading, test, expectedIndex, actualIndex-1);
243 err(heading, test, expectedIndex, actualIndex);
255 heading, fLineNum.elementAt(expectedIndex),
268 void BITestData::err(const char *heading, RBBITest *test, int32_t expectedIdx, int32_t actualIdx) argument
282 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);
284 test->errln("%s Failed to find break at end of item from line %d. actual break: %d expected break: %d", heading, lin
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_runner.py990 title: section heading
1094 heading):
1100 heading: a textual description of the timeline
1106 self._printer.print_actual("=> %s (%d):" % (heading, not_passing))
/external/grub/docs/
H A Dtexinfo.tex972 % after a section heading. If WORD is `insert', then do indent at such
2462 % parskip, or the item text will crash with the heading. On the
2689 % @headitem starts a heading row, which we typeset in bold.
3552 % It does not print any chapter heading (usually an @unnumbered).
3943 \newcount\absseclevel % used to calculate proper heading level
3965 % Choose a heading macro
3966 % #1 is heading type
3967 % #2 is heading level
3968 % #3 is text for heading
3981 % The heading typ
[all...]
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex521 \newtoks \evenheadline % Token sequence for heading line of even pages
522 \newtoks \oddheadline % Token sequence for heading line of odd pages
1192 % Define @majorheading, @heading and @subheading
1201 \let\heading=\secheadingi
1205 % These macros generate a chapter, section, etc. heading only

Completed in 609 milliseconds