Searched defs:date (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateDefs.cpp99 /* Return 'true' if date of next check is today or missed: */
121 QString VBoxUpdateData::date() const function in class:VBoxUpdateData
169 /* Parse 'date' value: */
172 QDate date = QDate::fromString(parser[1], Qt::ISODate); local
173 m_date = date.isValid() ? date : QDate::currentDate();
205 /* Encode 'date' value: */
/vbox/src/libs/libxml2-2.6.31/
H A DgenUnicode.py208 date = time.asctime(time.localtime(time.time())) variable
220 * Generation date: %s
236 """ % (webpage, date, sources));
247 * Generation date: %s
278 """ % (webpage, date, sources));
H A Dxmlschemastypes.c124 xmlSchemaValDate date; member in union:_xmlSchemaVal::__anon17129
331 * TODO: Always keep those structs up-to-date with the originals.
472 xmlSchemaTypeDateDef = xmlSchemaInitBasicType("date",
1166 dt->type,dt->value.date.year,dt->value.date.mon, \
1167 dt->value.date.day,dt->value.date.hour,dt->value.date.min, \
1168 dt->value.date.sec); \
1169 if (dt->value.date
[all...]
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.h324 void SetDate(PRInt64 *date) { mModDate = *date;} argument
325 PRBool Modified(PRInt64 *date);
H A DnsComponentManager.cpp982 AutoRegEntry::Modified(PRInt64 *date) argument
984 return !LL_EQ(*date, mModDate);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp400 PRInt64 date; local
550 date = nsCRT::atoll(values[4]);
551 if(LL_IS_ZERO(date))
557 xptiFile(nsInt64(size), nsInt64(date), dir, values[1], aWorkingSet));
H A DxptiInterfaceInfoManager.cpp810 PRInt64 date; local
815 NS_FAILED(file->GetLastModifiedTime(&date)) ||
831 nsInt64(date) != target.GetDate())
862 PRInt64 date; local
864 NS_FAILED(file->GetLastModifiedTime(&date)) ||
875 nsInt64(date) != target.GetDate())
927 PRInt64 date; local
930 NS_FAILED(file->GetLastModifiedTime(&date)) ||
947 fileRecord = xptiFile(nsInt64(size), nsInt64(date), dir,
1077 PRInt64 date; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djsr250-api.jar ... .String[] value () public abstract java.lang.String date () public abstract java.lang.String comments () } javax/annotation ...
/vbox/include/iprt/
H A Disofs.h88 RTISOFSDATESHORT date; member in struct:RTISOFSDIRRECORD
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dfdi.h248 USHORT date; member in struct:__anon13578
H A Dpropidl.h205 DATE date; member in union:tagPROPVARIANT::__anon13744
H A Doaidl.h292 DATE date; member in union:tagVARIANT::__anon13719::__tagVARIANT::__anon13720
363 DATE date; member in union:_wireVARIANT::__anon13721
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dfdi.h244 USHORT date; member in struct:__anon974
H A Dpropidl.h205 DATE date; member in union:tagPROPVARIANT::__anon1114
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c41 * NSPR date and time functions
930 * This parses a time/date string into a PRTime
933 * if the time/date string can't be parsed.
971 int date = -1; local
1383 date = n3;
1401 date = n1;
1410 date = n2;
1426 else if ((end - rest) == 2) /* two digits - date or year */
1430 /* If we don't have a date (day of the month) and we see a number
1431 less than 32, then assume that is the date
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86drm.h75 int date_len; /**< Length of date buffer */
76 char *date; /**< User-space buffer to hold date */ member in struct:_drmVersion
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86drm.h67 int date_len; /* Length of date buffer */
68 char *date; /* User-space buffer to hold date */ member in struct:_drmVersion
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86drm.h75 int date_len; /**< Length of date buffer */
76 char *date; /**< User-space buffer to hold date */ member in struct:_drmVersion
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dxf86drm.h93 int date_len; /**< Length of date buffer */
94 char *date; /**< User-space buffer to hold date */ member in struct:_drmVersion
H A Ddrm.h193 DRM_SIZE_T date_len; /**< Length of date buffer */
194 char __user *date; /**< User-space buffer to hold date */ member in struct:drm_version
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_config.h256 * @date: Date in string format
258 * Structure for returning date
266 char date[VXGE_HW_FW_STRLEN]; member in struct:vxge_hw_device_date
/vbox/src/VBox/Additions/solaris/DRM/include/
H A Ddrm.h294 DRM_SIZE_T date_len; /**< Length of date buffer */
295 char __user *date; /**< User-space buffer to hold date */ member in struct:drm_version
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h675 EFI_HII_DATE date; member in union:__anon12408
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h592 EFI_HII_DATE date; member in union:__anon10066
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h670 EFI_HII_DATE date; member in union:__anon15683

Completed in 174 milliseconds

12