Searched refs:dt (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/libs/xpcom18a4/python/server/
H A Dpolicy.py213 dt = interface.dataType
214 if dt in VARIANT_INT_TYPES:
216 if dt in VARIANT_LONG_TYPES:
218 if dt in VARIANT_FLOAT_TYPES:
220 if dt in VARIANT_STRING_TYPES:
222 if dt in VARIANT_UNICODE_TYPES:
224 if dt == xpcom_consts.VTYPE_BOOL:
226 if dt == xpcom_consts.VTYPE_INTERFACE:
228 if dt == xpcom_consts.VTYPE_INTERFACE_IS:
230 if dt
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16thred.c82 static DispatchTrace dt[NUM_DISPATCHTRACE_OBJECTS] = {0}; /* instrumentation: WRT dispatch */ variable
411 dt[i +1] = dt[i];
415 ** Build dt[0] from t
417 dt->thread = thread;
418 dt->state = thread->state;
419 dt->mdThreadNumber = thread->md.threadNumber;
420 dt->priority = thread->priority;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c1133 #define VALID_MDAY(dt) \
1134 (IS_LEAP(dt->year) ? \
1135 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \
1136 (dt->day <= daysInMonth[dt->mon - 1]))
1138 #define VALID_DATE(dt) \
1139 (VALID_YEAR(dt->year) && VALID_MONTH(dt->mon) && VALID_MDAY(dt))
1194 _xmlSchemaParseGYear(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1287 _xmlSchemaParseGMonth(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1317 _xmlSchemaParseGDay(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1347 _xmlSchemaParseTime(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1398 _xmlSchemaParseTimeZone(xmlSchemaValDatePtr dt, const xmlChar **str) argument
1552 xmlSchemaValPtr dt; local
3732 _xmlSchemaDateAdd(xmlSchemaValPtr dt, xmlSchemaValPtr dur) argument
3884 xmlSchemaDateNormalize(xmlSchemaValPtr dt, double offset) argument
3924 _xmlSchemaDateCastYMToDays(const xmlSchemaValPtr dt) argument
[all...]
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Dtooltip.css80 .tmvcstimeline dt {
87 .tmvcstimeline dt, .tmvcstimeline :link, .tmvcstimeline :link:visited, .tmvcstimeline :link:hover {
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dminizip.c74 uLong filetime(f, tmzip, dt)
77 uLong *dt; /* dostime */
89 FileTimeToDosDateTime(&ftLocal,((LPWORD)dt)+1,((LPWORD)dt)+0);
98 uLong filetime(f, tmzip, dt)
101 uLong *dt; /* dostime */
140 uLong filetime(f, tmzip, dt)
143 uLong *dt; /* dostime */
/vbox/src/VBox/Main/src-server/
H A DMediumFormatImpl.cpp108 DataType_T dt; local
115 dt = DataType_Int32;
123 dt = DataType_Int8;
135 dt = DataType_String;
156 dt,
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_pth.h140 #define _PT_PTHREAD_COPY_THR_HANDLE(st, dt) (dt) = (st)
148 #define _PT_PTHREAD_COPY_THR_HANDLE(st, dt) (dt) = (st)
/vbox/src/VBox/VMM/testcase/
H A DtstX86-FpuSaveRestoreA.asm31 g_r80_Zero: dt 0.0
32 g_r80_One: dt 1.0
H A DtstX86-1A.asm97 g_r80_0dot1: dt 0.1
98 g_r80_3dot2: dt 3.2
99 g_r80_Zero: dt 0.0
100 g_r80_One: dt 1.0
101 g_r80_Two: dt 2.0
102 g_r80_Three: dt 3.0
103 g_r80_Ten: dt 10.0
104 g_r80_Eleven: dt 11.0
105 g_r80_ThirtyTwo:dt 32.0
106 g_r80_Min: dt 00001800000000000000
[all...]
/vbox/src/libs/xpcom18a4/python/src/
H A DPyIVariant.cpp204 PRUint16 dt; local
205 nsresult nr = pI->GetDataType(&dt);
207 ret = PyInt_FromLong(dt);
H A DVariantUtils.cpp713 PRUint16 dt = BestVariantTypeForPyObject(ob, &cvt_result); local
714 switch (dt) {
828 PRUint16 dt;
829 nr = v->GetDataType(&dt);
830 NS_ABORT_IF_FALSE(dt == nsIDataType::VTYPE_ARRAY, "expected an array variant");
850 PRUint16 dt; local
853 nr = v->GetDataType(&dt);
855 switch (dt) {
883 PyXPCOM_LogWarning("Converting variant to Python object - variant type '%d' unknown - using string.\n", dt);
/vbox/src/recompiler/target-i386/
H A Dop_helper.c214 SegmentCache *dt = selector & X86_SEL_LDT ? &env->ldt : &env->gdt; local
215 target_ulong ptr = dt->base + (selector & X86_SEL_MASK);
228 SegmentCache *dt; local
233 dt = &env->ldt;
235 dt = &env->gdt;
237 if ((index + 7) > dt->limit)
239 ptr = dt->base + index;
409 SegmentCache *dt; local
652 dt = &env->gdt;
654 if ((index + 7) > dt
889 SegmentCache *dt; local
1254 SegmentCache *dt; local
1570 SegmentCache *dt; local
1611 SegmentCache *dt; local
1865 SegmentCache *dt; local
2515 SegmentCache *dt; local
2580 SegmentCache *dt; local
2657 SegmentCache *dt; local
[all...]
H A Dhelper.c1138 SegmentCache *dt; local
1144 dt = &env->ldt;
1146 dt = &env->gdt;
1148 ptr = dt->base + index;
1149 if ((index + 7) > dt->limit
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineWindowNormal.cpp478 int dt = geo.top() - frameGeo.top(); local
499 setGeometry(frameGeo.left() + dl, frameGeo.top() + dt,
500 frameGeo.width() - dl - dr, frameGeo.height() - dt - db);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Deventstr.h248 int16_t dt; member in struct:_BarrierEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Deventstr.h248 int16_t dt; member in struct:_BarrierEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Deventstr.h246 int16_t dt; member in struct:_BarrierEvent
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Deventstr.h248 int16_t dt; member in struct:_BarrierEvent
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dstax-ex.jar ... lang.String) org.jvnet.staxex.Base64Data dt String mimeType public byte[] getBuffer () public void readFrom (java. ...
H A Djaxb-xjc.jar ... rngom/binary/visitor/ org/kohsuke/rngom/digested/ org/kohsuke/rngom/dt/ org/kohsuke/rngom/dt/builtin/ org/kohsuke/rngom/nc/ org ...
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Ddumpnode.c146 void dt(Tree *t) function
148 void dt(t)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshldisp.idl309 HRESULT ModifyDate( [in] DATE dt );
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dnet80211.c2415 u32 dt, rxi; local
2421 dt = ( u32 ) ( beacon->timestamp - dev->last_beacon_timestamp );
2424 rxi = ( LQ_SMOOTH * rxi ) + ( ( 8 - LQ_SMOOTH ) * dt );
/vbox/src/libs/libpng-1.2.8/
H A Dpngrtran.c493 int dt = dr + dg; local
503 int d = dmax + dt + db;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25218_PRM.h2320 pseudo_bit_t dt[0x00001]; /* Debug Trace Support member in struct:arbelprm_query_fw_st

Completed in 408 milliseconds

12