Searched refs:Long (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dmetrictest.java41 public Long scale;
42 public Long sequenceNumber;
43 public List<Long> samples;
52 for (Long sample : samples)
60 for (Long sample : samples)
87 public List<IPerformanceMetric> setup(List<String> metricNames, List<IUnknown> objects, Long period, Long samples)
107 Holder<List<Long>> scales = new Holder<List<Long>>();
108 Holder<List<Long>> sequenceNumber
[all...]
H A Dclienttest.java174 Holder<List<Long>> scales = new Holder<List<Long>>();
175 Holder<List<Long>> sequenceNumbers = new Holder<List<Long>>();
176 Holder<List<Long>> indices = new Holder<List<Long>>();
177 Holder<List<Long>> lengths = new Holder<List<Long>>();
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dpadimg.pl5 use Getopt::Long;
19 Getopt::Long::Configure ( 'bundling', 'auto_abbrev' );
H A Dlicence.pl21 use Getopt::Long;
106 Getopt::Long::Configure ( 'bundling', 'auto_abbrev' );
H A Dfnrec.pl36 use Getopt::Long;
47 Getopt::Long::Configure ( 'bundling', 'auto_abbrev' );
H A Dgenkeymap.pl40 use Getopt::Long;
200 Getopt::Long::Configure ( 'bundling', 'auto_abbrev' );
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DXPCOMException.java90 super(message + " (0x" + Long.toHexString(code) + ")");
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dulp.c45 Long L;
H A Dgdtoa.h40 #ifndef Long
41 #define Long EFI_LONG_T macro
126 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*));
H A Dstrtof.c51 Long expt;
H A Dgdtoaimp.h94 * #define Long int on machines with 32-bit ints and 64-bit longs.
110 * #define Just_16 to store 16 bits per 32-bit Long when doing
182 #define Long EFI_LONG_T macro
453 /* When Pack_32 is not defined, we store 16 bits per 32-bit Long.
456 * slower. Hence the default is now to store 32 bits per Long.
576 extern void ULtof (ULong*, ULong*, Long, int);
577 extern void ULtod (ULong*, ULong*, Long, int);
578 extern void ULtodd (ULong*, ULong*, Long, int);
579 extern void ULtoQ (ULong*, ULong*, Long, int);
580 extern void ULtox (UShort*, ULong*, Long, in
[all...]
H A Dstrtopx.c66 Long expt;
H A Dgethex.c42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign)
48 Long e, e1;
88 e = -(((Long)(s-decpt)) << 2);
H A Dsmisc.c52 Long x, y;
H A Dstrtodg.c188 double d; CONST FPI *fpi; Long *expt; ULong *bits; int exact, rd, *irv;
190 (double d, CONST FPI *fpi, Long *expt, ULong *bits, int exact, int rd, int *irv)
333 CONST char *s00; char **se; CONST FPI *fpi; Long *expt; ULong *bits;
335 (CONST char *s00, char **se, CONST FPI *fpi, Long *expt, ULong *bits)
345 Long L;
H A Ddtoa.c67 * something like 10^(k-15) that we must resort to the Long
131 Long L;
414 L = (Long)(dval(d));
451 L = (Long)(dval(d) / ds);
H A Dgdtoa.c115 * something like 10^(k-15) that we must resort to the Long
160 Long L;
399 L = (Long)(dval(d)/ds);
420 if ( (L = (Long)(dval(d)/ds)) !=0)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
H A DDebugLib.c62 BOOLEAN Long; local
133 Long = FALSE;
154 Long = TRUE;
183 Long = TRUE;
186 if (Long) {
/vbox/src/VBox/Devices/PC/ipxe/contrib/errdb/
H A Derrdb.pl20 use Getopt::Long;
29 Getopt::Long::Configure ( 'bundling', 'auto_abbrev' );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Dimport.pl22 use Getopt::Long;
105 Getopt::Long::Configure ( 'bundling', 'auto_abbrev' );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestFunctionLookup.java68 long addr = (Long)address;
102 long addr = (Long)address;
H A DTestGetAggregate.java93 Long firstValue;
95 Map <String, Long> firstValues = new HashMap <String, Long> ();
H A DTestBean.java236 upperBound = Long.MAX_VALUE;
254 bucket = new Distribution.Bucket(Long.MIN_VALUE, (base - 1), 0);
261 bucket = new Distribution.Bucket((n * step) + 1, Long.MAX_VALUE, 0);
/vbox/src/VBox/Main/glue/tests/
H A DTestVBoxNATEngine.java46 adapters[nidx] = vm.getNetworkAdapter(new Long(nidx));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxePrintLibPrint2Protocol/
H A DPrintLib.c90 BOOLEAN Long; local
115 Long = FALSE;
150 Long = TRUE;
176 Long = TRUE;
181 if (Long) {

Completed in 166 milliseconds

12