Searched refs:startDate (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DLogObject.js38 get startDate()
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcallimts.h52 * with 'startDate'. For each date, read a field value along with its
72 * @param startDate the first date to test
76 void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration);
81 void doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime);
H A Dcallimts.cpp266 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) { argument
268 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime);
274 UDate startDate,
308 greg.setTime(startDate, status);
312 logln((UnicodeString)"Start: " + startDate);
272 doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration) argument
H A Dsdtfmtts.cpp194 UDate startDate = pat.get2DigitYearStart(status); local
200 pat_fr.set2DigitYearStart(startDate, status);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLogTreeElement.js30 WebInspector.GeneralTreeElement.call(this, WebInspector.LogTreeElement.StyleClassName, WebInspector.UIString("Console"), representedObject.startDate.toLocaleTimeString(), representedObject, false);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/OriginData/
H A DWebOriginDataManager.h50 void deleteEntriesModifiedBetweenDates(WKOriginDataTypes, double startDate, double endDate, uint64_t callbackID);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKOriginDataManager.cpp51 void WKOriginDataManagerDeleteEntriesModifiedBetweenDates(WKOriginDataManagerRef originDataManagerRef, WKOriginDataTypes types, double startDate, double endDate, void* context, WKOriginDataManagerDeleteEntriesCallbackFunction callback) argument
53 toImpl(originDataManagerRef)->deleteEntriesModifiedBetweenDates(types, startDate, endDate, [context, callback](CallbackBase::Error error) {
H A DWKOriginDataManager.h56 WK_EXPORT void WKOriginDataManagerDeleteEntriesModifiedBetweenDates(WKOriginDataManagerRef originDataManager, WKOriginDataTypes types, double startDate, double endDate, void* context, WKOriginDataManagerDeleteEntriesCallbackFunction function);
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/
H A DDatabaseProcess.cpp226 static void removeAllDatabasesForOriginPath(const String& originPath, double startDate, double endDate) argument
245 if (modTime < startDate || modTime > endDate)
276 void DatabaseProcess::deleteIndexedDatabaseEntriesModifiedBetweenDates(double startDate, double endDate, uint64_t callbackID) argument
278 postDatabaseTask(createAsyncTask(*this, &DatabaseProcess::doDeleteIndexedDatabaseEntriesModifiedBetweenDates, startDate, endDate, callbackID));
281 void DatabaseProcess::doDeleteIndexedDatabaseEntriesModifiedBetweenDates(double startDate, double endDate, uint64_t callbackID) argument
290 removeAllDatabasesForOriginPath(originPath, startDate, endDate);
H A DDatabaseProcess.h65 void deleteIndexedDatabaseEntriesModifiedBetweenDates(double startDate, double endDate, uint64_t callbackID);
95 void doDeleteIndexedDatabaseEntriesModifiedBetweenDates(double startDate, double endDate, uint64_t callbackID);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dislamcal.cpp710 int32_t startDate; local
723 startDate = monthStart(year, month);
728 startDate = (int32_t)uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH);
735 if ( days - startDate >= 25 && age > 0) {
742 while ((startDate = trueMonthStart(months)) > days) {
756 startDate = monthStart(year, month);
H A Dsmpdtfmt.cpp913 void SimpleDateFormat::parseAmbiguousDatesAsAfter(UDate startDate, UErrorCode& status) argument
923 fCalendar->setTime(startDate, status);
926 fDefaultCenturyStart = startDate;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebOriginDataManagerProxy.h58 void deleteEntriesModifiedBetweenDates(WKOriginDataTypes, double startDate, double endDate, std::function<void (CallbackBase::Error)>);
H A DWebOriginDataManagerProxy.cpp152 void WebOriginDataManagerProxy::deleteEntriesModifiedBetweenDates(WKOriginDataTypes types, double startDate, double endDate, std::function<void (CallbackBase::Error)> callbackFunction) argument
172 context()->sendToDatabaseProcessRelaunchingIfNecessary(Messages::WebOriginDataManager::DeleteEntriesModifiedBetweenDates(types, startDate, endDate, callbackID));
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/persist/
H A DEventExampleDPL.java216 Date startDate = makeDate(Calendar.JUNE, 1);
220 eventByTime.entities(startDate, true, endDate, true);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/keyDate/
H A DkeyDate.cpp108 * symmetric key generator with startDate/endDate
127 CSSM_DATE startDate; local
131 setDate(startDate, startDeltaDays);
143 setStartDate ? &startDate : NULL,
174 cdp = &startDate;
214 CSSM_DATE startDate; local
218 setDate(startDate, startDeltaDays);
232 setStartDate ? &startDate : NULL,
269 cdp = &startDate;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSKey.cpp75 CssmDateData startDate(header.StartDate);
96 attributes.add(KeySchema::StartDate, startDate);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDKey.cpp82 CssmDateData startDate(header.StartDate);
103 attributes.add(KeySchema::StartDate, startDate);
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dsmpdtfmt.h1406 * @param startDate the start date
1410 void parseAmbiguousDatesAsAfter(UDate startDate, UErrorCode& status);
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DWebHistory.mm164 [calendar rangeOfUnit:NSCalendarUnitDay startDate:&beginningOfDayDate interval:&dayLength forDate:date];

Completed in 477 milliseconds