/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UIUpdateDefs.cpp | 99 /* 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 D | genUnicode.py | 208 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 D | xmlschemastypes.c | 124 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 D | nsComponentManager.h | 324 void SetDate(PRInt64 *date) { mModDate = *date;} argument 325 PRBool Modified(PRInt64 *date);
|
H A D | nsComponentManager.cpp | 982 AutoRegEntry::Modified(PRInt64 *date) argument 984 return !LL_EQ(*date, mModDate);
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiManifest.cpp | 400 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 D | xptiInterfaceInfoManager.cpp | 810 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 D | jsr250-api.jar | ... .String[] value () public abstract java.lang.String date () public abstract java.lang.String comments () }
javax/annotation ... |
/vbox/include/iprt/ |
H A D | isofs.h | 88 RTISOFSDATESHORT date; member in struct:RTISOFSDIRRECORD
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | fdi.h | 248 USHORT date; member in struct:__anon13578
|
H A D | propidl.h | 205 DATE date; member in union:tagPROPVARIANT::__anon13744
|
H A D | oaidl.h | 292 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 D | fdi.h | 244 USHORT date; member in struct:__anon974
|
H A D | propidl.h | 205 DATE date; member in union:tagPROPVARIANT::__anon1114
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prtime.c | 41 * 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 D | xf86drm.h | 75 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 D | xf86drm.h | 67 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 D | xf86drm.h | 75 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 D | xf86drm.h | 93 int date_len; /**< Length of date buffer */ 94 char *date; /**< User-space buffer to hold date */ member in struct:_drmVersion
|
H A D | drm.h | 193 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 D | vxge_config.h | 256 * @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 D | drm.h | 294 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 D | UefiInternalFormRepresentation.h | 675 EFI_HII_DATE date; member in union:__anon12408
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/ |
H A D | UefiInternalFormRepresentation.h | 592 EFI_HII_DATE date; member in union:__anon10066
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/ |
H A D | UefiInternalFormRepresentation.h | 670 EFI_HII_DATE date; member in union:__anon15683
|