Searched defs:second (Results 51 - 75 of 165) sorted by relevance

1234567

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSToStyleMap.cpp214 CSSPrimitiveValue* second = static_cast<CSSPrimitiveValue*>(pair->second()); local
H A DCSSFontSelector.cpp403 static inline bool compareFontFaces(CSSFontFace* first, CSSFontFace* second) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDateComponents.h72 int second() const { return m_second; } function in class:WebCore::DateComponents
H A DDateComponents.cpp169 static bool withinHTMLDateLimits(int year, int month, int monthDay, int hour, int minute, int second, int millisecond) argument
425 int second = 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DPathTraversalState.cpp30 static inline FloatPoint midPoint(const FloatPoint& first, const FloatPoint& second) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DPlatformLocale.cpp160 double second = m_date.second() + m_date.millisecond() / 1000.0; local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.h86 static inline bool compareByStart(const InlineTextBox* first, const InlineTextBox* second) { return first->start() < second->start(); } argument
H A DRenderCounter.cpp86 static inline bool areRenderersElementsSiblings(RenderObject* first, RenderObject* second) argument
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebplugindatabase/
H A Dtst_qwebplugindatabase.cpp287 QWebPluginInfo second = plugins.at(i + 1); local
412 QWebPluginInfo second = plugins.at(i + 1); local
414 QTest::newRow(QString("%1=%2").arg(first.name(), second.name()).toUtf8().constData()) << first << second; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestbuckets.c77 make_simple_brigade(apr_bucket_alloc_t *ba, const char *first, const char *second) argument
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtestbuckets.c77 make_simple_brigade(apr_bucket_alloc_t *ba, const char *first, const char *second) argument
/macosx-10.9.5/ntp-88/include/
H A Dntp_calendar.h16 u_char second; /* second of minute */ member in struct:calendar
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_datum.c153 int second; /* seconds */ member in struct:datum_pts_unit
[all...]
H A Drefclock_leitch.c84 short second; member in struct:leitchunit
H A Drefclock_jjy.c172 int year, month, day, hour, minute, second, msecond ; member in struct:jjyunit
[all...]
/macosx-10.9.5/ntp-88/util/
H A Dtg.c237 int second = 0; /* seconds counter */ variable
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFOldStylePList.c440 int first, second; local
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dload.c74 int year, month, date, hour, minute, second; local
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.cpp60 oss << "LONELY PARSE ERROR: " << first << ": " << second; local
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dsubscriptions.c1262 cupsd_compare_subscriptions( cupsd_subscription_t *first, cupsd_subscription_t *second, void *unused) argument
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfnmatch_loop.c470 int32_t second; local
691 int32_t second; local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DIntervalMap.h198 T2 second[N]; member in class:llvm::IntervalMapImpl::NodeBase
[all...]
H A DSTLExtras.h205 second_type second; member in struct:llvm::tier
/macosx-10.9.5/BootCache-106/
H A Dlibrary.c319 const struct BC_playlist_entry *first, *second; local
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dnormalizer2.cpp71 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const argument
84 append(UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const argument
155 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const argument
161 append(UnicodeString &first, const UnicodeString &second, UErrorCode &errorCode) const argument
167 normalizeSecondAndAppend(UnicodeString &first, const UnicodeString &second, UBool doNormalize, UErrorCode &errorCode) const argument
781 normalizeSecondAndAppend(const UNormalizer2 *norm2, UChar *first, int32_t firstLength, int32_t firstCapacity, const UChar *second, int32_t secondLength, UBool doNormalize, UErrorCode *pErrorCode) argument
[all...]

Completed in 342 milliseconds

1234567