Lines Matching refs:transport

34     public static boolean test(XTransport transport, boolean createTypes) {  in test()  argument
116 success &= testMapAny(transport, Any.VOID, new CompareBoxed()); in test()
119 success &= testMapAny(transport, Boolean.FALSE, new CompareBoxed()); in test()
120 success &= testMapAny(transport, Boolean.TRUE, new CompareBoxed()); in test()
121 success &= testMapAny(transport, in test()
124 success &= testMapAny(transport, in test()
129 success &= testMapAny(transport, new Byte((byte) -128), in test()
131 success &= testMapAny(transport, new Byte((byte) 0), in test()
133 success &= testMapAny(transport, new Byte((byte) 127), in test()
135 success &= testMapAny(transport, in test()
138 success &= testMapAny(transport, in test()
141 success &= testMapAny(transport, in test()
146 success &= testMapAny(transport, new Short((short) -32768), in test()
148 success &= testMapAny(transport, new Short((short) 0), in test()
150 success &= testMapAny(transport, new Short((short) 32767), in test()
152 success &= testMapAny(transport, in test()
156 success &= testMapAny(transport, in test()
159 success &= testMapAny(transport, in test()
164 success &= testMapAny(transport, in test()
168 success &= testMapAny(transport, in test()
174 success &= testMapAny(transport, new Integer(-2147483648), in test()
176 success &= testMapAny(transport, new Integer(0), in test()
178 success &= testMapAny(transport, new Integer(2147483647), in test()
180 success &= testMapAny(transport, in test()
183 success &= testMapAny(transport, in test()
186 success &= testMapAny(transport, in test()
191 success &= testMapAny(transport, in test()
194 success &= testMapAny(transport, in test()
200 success &= testMapAny(transport, new Long(-9223372036854775808L), in test()
202 success &= testMapAny(transport, new Long(0L), new CompareBoxed()); in test()
203 success &= testMapAny(transport, new Long(9223372036854775807L), in test()
205 success &= testMapAny(transport, in test()
209 success &= testMapAny(transport, new Any(Type.HYPER, new Long(0L)), in test()
211 success &= testMapAny(transport, in test()
217 success &= testMapAny(transport, in test()
220 success &= testMapAny(transport, in test()
226 success &= testMapAny(transport, new Float(Float.NEGATIVE_INFINITY), in test()
228 success &= testMapAny(transport, new Float(Float.MIN_VALUE), in test()
230 success &= testMapAny(transport, new Float(-0.0f), in test()
232 success &= testMapAny(transport, new Float(0.0f), in test()
234 success &= testMapAny(transport, new Float(Float.MAX_VALUE), in test()
236 success &= testMapAny(transport, new Float(Float.POSITIVE_INFINITY), in test()
238 success &= testMapAny(transport, new Float(Float.NaN), in test()
240 success &= testMapAny(transport, in test()
244 success &= testMapAny(transport, in test()
248 success &= testMapAny(transport, in test()
251 success &= testMapAny(transport, in test()
254 success &= testMapAny(transport, in test()
258 success &= testMapAny(transport, in test()
262 success &= testMapAny(transport, in test()
267 success &= testMapAny(transport, in test()
270 success &= testMapAny(transport, new Double(Double.MIN_VALUE), in test()
272 success &= testMapAny(transport, new Double(-0.0f), in test()
274 success &= testMapAny(transport, new Double(0.0f), in test()
276 success &= testMapAny(transport, new Double(Double.MAX_VALUE), in test()
278 success &= testMapAny(transport, in test()
281 success &= testMapAny(transport, new Double(Double.NaN), in test()
283 success &= testMapAny(transport, in test()
287 success &= testMapAny(transport, in test()
291 success &= testMapAny(transport, in test()
294 success &= testMapAny(transport, in test()
297 success &= testMapAny(transport, in test()
301 success &= testMapAny(transport, in test()
305 success &= testMapAny(transport, in test()
310 success &= testMapAny(transport, new Character('\u0000'), in test()
312 success &= testMapAny(transport, new Character('\uDBFF'), in test()
314 success &= testMapAny(transport, new Character('\uFFFD'), in test()
316 success &= testMapAny(transport, in test()
319 success &= testMapAny(transport, in test()
322 success &= testMapAny(transport, in test()
327 success &= testMapAny(transport, "", new CompareBoxed()); in test()
328 success &= testMapAny(transport, "\uD800\uDC00", in test()
330 success &= testMapAny(transport, "Test", new CompareBoxed()); in test()
331 success &= testMapAny(transport, new Any(Type.STRING, ""), in test()
333 success &= testMapAny(transport, in test()
336 success &= testMapAny(transport, new Any(Type.STRING, "Test"), in test()
340 success &= testMapAny(transport, Type.VOID, new CompareBoxed()); in test()
341 success &= testMapAny(transport, Type.BOOLEAN, new CompareBoxed()); in test()
342 success &= testMapAny(transport, Type.BYTE, new CompareBoxed()); in test()
343 success &= testMapAny(transport, Type.SHORT, new CompareBoxed()); in test()
344 success &= testMapAny(transport, Type.UNSIGNED_SHORT, in test()
346 success &= testMapAny(transport, Type.LONG, new CompareBoxed()); in test()
347 success &= testMapAny(transport, Type.UNSIGNED_LONG, in test()
349 success &= testMapAny(transport, Type.HYPER, new CompareBoxed()); in test()
350 success &= testMapAny(transport, Type.UNSIGNED_HYPER, in test()
352 success &= testMapAny(transport, Type.FLOAT, new CompareBoxed()); in test()
353 success &= testMapAny(transport, Type.DOUBLE, new CompareBoxed()); in test()
354 success &= testMapAny(transport, Type.CHAR, new CompareBoxed()); in test()
355 success &= testMapAny(transport, Type.STRING, new CompareBoxed()); in test()
356 success &= testMapAny(transport, Type.TYPE, new CompareBoxed()); in test()
357 success &= testMapAny(transport, Type.ANY, new CompareBoxed()); in test()
358 success &= testMapAny(transport, in test()
361 success &= testMapAny(transport, in test()
364 success &= testMapAny(transport, in test()
367 success &= testMapAny(transport, in test()
371 success &= testMapAny(transport, in test()
374 success &= testMapAny(transport, in test()
378 success &= testMapAny(transport, in test()
381 success &= testMapAny(transport, in test()
385 success &= testMapAny(transport, in test()
388 success &= testMapAny(transport, in test()
391 success &= testMapAny(transport, in test()
394 success &= testMapAny(transport, in test()
397 success &= testMapAny(transport, in test()
400 success &= testMapAny(transport, in test()
404 success &= testMapAny(transport, in test()
408 success &= testMapAny(transport, in test()
412 success &= testMapAny(transport, in test()
417 success &= testMapAny(transport, in test()
421 success &= testMapAny(transport, in test()
425 success &= testMapAny(transport, in test()
430 success &= testMapAny(transport, in test()
433 success &= testMapAny(transport, in test()
436 success &= testMapAny(transport, in test()
439 success &= testMapAny(transport, in test()
443 success &= testMapAny(transport, in test()
446 success &= testMapAny(transport, in test()
450 success &= testMapAny(transport, in test()
453 success &= testMapAny(transport, in test()
457 success &= testMapAny(transport, in test()
460 success &= testMapAny(transport, in test()
463 success &= testMapAny(transport, in test()
466 success &= testMapAny(transport, in test()
469 success &= testMapAny(transport, in test()
472 success &= testMapAny(transport, in test()
476 success &= testMapAny(transport, in test()
480 success &= testMapAny(transport, in test()
484 success &= testMapAny(transport, in test()
490 success &= testMapAny(transport, in test()
494 success &= testMapAny(transport, in test()
499 success &= testMapAny(transport, in test()
505 success &= testMapAny(transport, new Type(Enum1.class.getName(), in test()
508 success &= testMapAny(transport, in test()
512 success &= testMapAny(transport, in test()
517 success &= testMapAny(transport, in test()
524 success &= testMapAny(transport, in test()
528 success &= testMapAny(transport, in test()
533 success &= testMapAny(transport, in test()
540 success &= testMapAny(transport, in test()
545 success &= testMapAny(transport, in test()
552 success &= testMapAny(transport, in test()
556 success &= testMapAny(transport, in test()
560 success &= testMapAny(transport, in test()
564 success &= testMapAny(transport, new Any(Type.TYPE, Type.VOID), in test()
566 success &= testMapAny(transport, new Any(Type.TYPE, Type.BOOLEAN), in test()
568 success &= testMapAny(transport, new Any(Type.TYPE, Type.BYTE), in test()
570 success &= testMapAny(transport, new Any(Type.TYPE, Type.SHORT), in test()
572 success &= testMapAny(transport, in test()
575 success &= testMapAny(transport, new Any(Type.TYPE, Type.LONG), in test()
577 success &= testMapAny(transport, in test()
580 success &= testMapAny(transport, new Any(Type.TYPE, Type.HYPER), in test()
582 success &= testMapAny(transport, in test()
585 success &= testMapAny(transport, new Any(Type.TYPE, Type.FLOAT), in test()
587 success &= testMapAny(transport, new Any(Type.TYPE, Type.DOUBLE), in test()
589 success &= testMapAny(transport, new Any(Type.TYPE, Type.CHAR), in test()
591 success &= testMapAny(transport, new Any(Type.TYPE, Type.STRING), in test()
593 success &= testMapAny(transport, new Any(Type.TYPE, Type.TYPE), in test()
595 success &= testMapAny(transport, new Any(Type.TYPE, Type.ANY), in test()
597 success &= testMapAny(transport, in test()
602 success &= testMapAny(transport, in test()
607 success &= testMapAny(transport, in test()
612 success &= testMapAny(transport, in test()
617 success &= testMapAny(transport, in test()
622 success &= testMapAny(transport, in test()
627 success &= testMapAny(transport, in test()
632 success &= testMapAny(transport, in test()
637 success &= testMapAny(transport, in test()
642 success &= testMapAny(transport, in test()
647 success &= testMapAny(transport, in test()
652 success &= testMapAny(transport, in test()
657 success &= testMapAny(transport, in test()
662 success &= testMapAny(transport, in test()
668 success &= testMapAny(transport, in test()
673 success &= testMapAny(transport, in test()
679 success &= testMapAny(transport, in test()
687 success &= testMapAny(transport, in test()
693 success &= testMapAny(transport, in test()
700 success &= testMapAny(transport, in test()
708 success &= testMapAny(transport, in test()
713 success &= testMapAny(transport, in test()
718 success &= testMapAny(transport, in test()
723 success &= testMapAny(transport, in test()
728 success &= testMapAny(transport, in test()
733 success &= testMapAny(transport, in test()
738 success &= testMapAny(transport, in test()
743 success &= testMapAny(transport, in test()
748 success &= testMapAny(transport, in test()
753 success &= testMapAny(transport, in test()
758 success &= testMapAny(transport, in test()
763 success &= testMapAny(transport, in test()
768 success &= testMapAny(transport, in test()
773 success &= testMapAny(transport, in test()
779 success &= testMapAny(transport, in test()
785 success &= testMapAny(transport, in test()
791 success &= testMapAny(transport, in test()
799 success &= testMapAny(transport, in test()
805 success &= testMapAny(transport, in test()
812 success &= testMapAny(transport, in test()
821 success &= testMapAny(transport, in test()
826 success &= testMapAny(transport, in test()
831 success &= testMapAny(transport, in test()
838 success &= testMapAny(transport, in test()
847 success &= testMapAny(transport, in test()
853 success &= testMapAny(transport, in test()
861 success &= testMapAny(transport, in test()
870 success &= testMapAny(transport, in test()
878 success &= testMapAny(transport, in test()
887 success &= testMapAny(transport, in test()
892 success &= testMapAny(transport, in test()
898 success &= testMapAny(transport, in test()
906 success &= testMapAny(transport, new boolean[] {}, in test()
908 success &= testMapAny(transport, new boolean[] { false, true }, in test()
910 success &= testMapAny(transport, in test()
914 success &= testMapAny(transport, in test()
918 success &= testMapAny(transport, new byte[] {}, in test()
920 success &= testMapAny(transport, new byte[] { -128, 0, 127 }, in test()
922 success &= testMapAny(transport, in test()
926 success &= testMapAny(transport, in test()
930 success &= testMapAny(transport, new short[] {}, in test()
932 success &= testMapAny(transport, new short[] { -32768, 0, 32767 }, in test()
934 success &= testMapAny(transport, in test()
938 success &= testMapAny(transport, in test()
942 success &= testMapAny(transport, in test()
947 success &= testMapAny(transport, in test()
952 success &= testMapAny(transport, new int[] {}, in test()
954 success &= testMapAny(transport, in test()
957 success &= testMapAny(transport, in test()
961 success &= testMapAny(transport, in test()
966 success &= testMapAny(transport, in test()
971 success &= testMapAny(transport, in test()
976 success &= testMapAny(transport, new long[] {}, in test()
978 success &= testMapAny(transport, in test()
982 success &= testMapAny(transport, in test()
986 success &= testMapAny(transport, in test()
992 success &= testMapAny(transport, in test()
997 success &= testMapAny(transport, in test()
1003 success &= testMapAny(transport, new float[] {}, in test()
1005 success &= testMapAny(transport, in test()
1012 success &= testMapAny(transport, in test()
1016 success &= testMapAny(transport, in test()
1024 success &= testMapAny(transport, new double[] {}, in test()
1026 success &= testMapAny(transport, in test()
1033 success &= testMapAny(transport, in test()
1037 success &= testMapAny(transport, in test()
1046 success &= testMapAny(transport, new char[] {}, in test()
1048 success &= testMapAny(transport, in test()
1051 success &= testMapAny(transport, in test()
1055 success &= testMapAny(transport, in test()
1061 success &= testMapAny(transport, new String[] {}, in test()
1063 success &= testMapAny(transport, in test()
1066 success &= testMapAny(transport, in test()
1070 success &= testMapAny(transport, in test()
1075 success &= testMapAny(transport, new Type[] {}, new CompareBoxed()); in test()
1076 success &= testMapAny(transport, in test()
1082 success &= testMapAny(transport, in test()
1086 success &= testMapAny(transport, in test()
1095 success &= testMapAny(transport, new Object[] {}, in test()
1097 success &= testMapAny(transport, in test()
1100 success &= testMapAny(transport, in test()
1105 success &= testMapAny(transport, in test()
1109 success &= testMapAny(transport, in test()
1114 success &= testMapAny(transport, in test()
1121 success &= testMapAny(transport, new Any[] {}, in test()
1123 success &= testMapAny(transport, in test()
1129 success &= testMapAny(transport, in test()
1132 success &= testMapAny(transport, in test()
1139 success &= testMapAny(transport, in test()
1143 success &= testMapAny(transport, in test()
1149 success &= testMapAny(transport, new Enum1[] {}, in test()
1151 success &= testMapAny(transport, new Enum1[] { new Enum1(), in test()
1156 success &= testMapAny(transport, in test()
1160 success &= testMapAny(transport, in test()
1167 success &= testMapAny(transport, in test()
1171 success &= testMapAny(transport, in test()
1176 success &= testMapAny(transport, new BaseStruct[] {}, in test()
1178 success &= testMapAny(transport, in test()
1184 success &= testMapAny(transport, in test()
1188 success &= testMapAny(transport, in test()
1196 success &= testMapAny(transport, in test()
1200 success &= testMapAny(transport, in test()
1206 success &= testMapAny(transport, new DerivedStruct[] {}, in test()
1208 success &= testMapAny(transport, in test()
1211 success &= testMapAny(transport, in test()
1215 success &= testMapAny(transport, in test()
1221 success &= testMapAny(transport, new XInterface[] {}, in test()
1223 success &= testMapAny(transport, in test()
1229 success &= testMapAny(transport, in test()
1233 success &= testMapAny(transport, in test()
1240 success &= testMapAny(transport, in test()
1248 success &= testMapAny(transport, in test()
1256 success &= testMapAny(transport, in test()
1263 success &= testMapAny(transport, in test()
1270 success &= testMapAny(transport, in test()
1276 success &= testMapAny(transport, in test()
1283 success &= testMapAny(transport, new BaseInterface[] {}, in test()
1285 success &= testMapAny(transport, in test()
1290 success &= testMapAny(transport, in test()
1294 success &= testMapAny(transport, in test()
1300 success &= testMapAny(transport, in test()
1306 success &= testMapAny(transport, in test()
1313 success &= testMapAny(transport, new DerivedInterface[] {}, in test()
1315 success &= testMapAny(transport, in test()
1319 success &= testMapAny(transport, in test()
1323 success &= testMapAny(transport, in test()
1329 success &= testMapAny(transport, in test()
1332 success &= testMapAny(transport, in test()
1336 success &= testMapAny(transport, in test()
1340 success &= testMapAny(transport, in test()
1345 success &= testMapAny(transport, new byte[][] { new byte[] {} }, in test()
1347 success &= testMapAny(transport, in test()
1350 success &= testMapAny(transport, in test()
1354 success &= testMapAny(transport, in test()
1359 success &= testMapAny(transport, new short[][] { new short[] {} }, in test()
1361 success &= testMapAny(transport, in test()
1365 success &= testMapAny(transport, in test()
1369 success &= testMapAny(transport, in test()
1375 success &= testMapAny(transport, in test()
1380 success &= testMapAny(transport, in test()
1386 success &= testMapAny(transport, new int[][] { new int[] {} }, in test()
1388 success &= testMapAny(transport, in test()
1392 success &= testMapAny(transport, in test()
1396 success &= testMapAny(transport, in test()
1402 success &= testMapAny(transport, in test()
1407 success &= testMapAny(transport, in test()
1413 success &= testMapAny(transport, new long[][] { new long[] {} }, in test()
1415 success &= testMapAny(transport, in test()
1420 success &= testMapAny(transport, in test()
1424 success &= testMapAny(transport, in test()
1431 success &= testMapAny(transport, in test()
1436 success &= testMapAny(transport, in test()
1444 success &= testMapAny(transport, new float[][] { new float[] {} }, in test()
1446 success &= testMapAny(transport, in test()
1454 success &= testMapAny(transport, in test()
1458 success &= testMapAny(transport, in test()
1468 success &= testMapAny(transport, new double[][] { new double[] {} }, in test()
1470 success &= testMapAny(transport, in test()
1478 success &= testMapAny(transport, in test()
1482 success &= testMapAny(transport, in test()
1492 success &= testMapAny(transport, new char[][] { new char[] {} }, in test()
1494 success &= testMapAny(transport, in test()
1499 success &= testMapAny(transport, in test()
1503 success &= testMapAny(transport, in test()
1510 success &= testMapAny(transport, new String[][] { new String[] {} }, in test()
1512 success &= testMapAny(transport, in test()
1517 success &= testMapAny(transport, in test()
1521 success &= testMapAny(transport, in test()
1527 success &= testMapAny(transport, new Type[][] { new Type[] {} }, in test()
1529 success &= testMapAny(transport, in test()
1537 success &= testMapAny(transport, in test()
1541 success &= testMapAny(transport, in test()
1552 success &= testMapAny(transport, new Object[][] { new Object[] {} }, in test()
1554 success &= testMapAny(transport, in test()
1559 success &= testMapAny(transport, in test()
1566 success &= testMapAny(transport, in test()
1570 success &= testMapAny(transport, in test()
1576 success &= testMapAny(transport, in test()
1584 success &= testMapAny(transport, new Any[][] { new Any[] {} }, in test()
1587 success &= testMapAny(transport, in test()
1596 success &= testMapAny(transport, in test()
1601 success &= testMapAny(transport, in test()
1612 success &= testMapAny(transport, in test()
1617 success &= testMapAny(transport, in test()
1626 success &= testMapAny(transport, new Enum1[][] { new Enum1[] {} }, in test()
1628 success &= testMapAny(transport, in test()
1636 success &= testMapAny(transport, in test()
1640 success &= testMapAny(transport, in test()
1649 success &= testMapAny(transport, in test()
1654 success &= testMapAny(transport, in test()
1661 success &= testMapAny(transport, in test()
1664 success &= testMapAny(transport, in test()
1674 success &= testMapAny(transport, in test()
1679 success &= testMapAny(transport, in test()
1690 success &= testMapAny(transport, in test()
1697 success &= testMapAny(transport, in test()
1706 success &= testMapAny(transport, in test()
1710 success &= testMapAny(transport, in test()
1715 success &= testMapAny(transport, in test()
1720 success &= testMapAny(transport, in test()
1727 success &= testMapAny(transport, in test()
1730 success &= testMapAny(transport, in test()
1737 success &= testMapAny(transport, in test()
1742 success &= testMapAny(transport, in test()
1751 success &= testMapAny(transport, in test()
1761 success &= testMapAny(transport, in test()
1771 success &= testMapAny(transport, in test()
1781 success &= testMapAny(transport, in test()
1791 success &= testMapAny(transport, in test()
1800 success &= testMapAny(transport, in test()
1810 success &= testMapAny(transport, in test()
1814 success &= testMapAny(transport, in test()
1820 success &= testMapAny(transport, in test()
1825 success &= testMapAny(transport, in test()
1833 success &= testMapAny(transport, in test()
1842 success &= testMapAny(transport, in test()
1852 success &= testMapAny(transport, in test()
1856 success &= testMapAny(transport, in test()
1861 success &= testMapAny(transport, in test()
1866 success &= testMapAny(transport, in test()
1877 success &= testMapAny(transport, new Enum1(), new CompareBoxed()); in test()
1878 success &= testMapAny(transport, new Any(new Type(Enum1.class), in test()
1881 success &= testMapAny(transport, new Any(new Type(Enum1.class), in test()
1888 success &= testMapAny(transport, new BaseStruct(), in test()
1890 success &= testMapAny(transport, in test()
1894 success &= testMapAny(transport, in test()
1898 success &= testMapAny(transport, new DerivedStruct(), in test()
1900 success &= testMapAny(transport, in test()
1907 success &= testMapAny(transport, new com.sun.star.uno.Exception(), in test()
1910 success &= testMapAny(transport, in test()
1916 success &= testMapAny(transport, in test()
1922 success &= testMapAny(transport, in test()
1929 success &= testMapAny(transport, new BaseException(), in test()
1931 success &= testMapAny(transport, in test()
1935 success &= testMapAny(transport, in test()
1939 success &= testMapAny(transport, new DerivedException(), in test()
1941 success &= testMapAny(transport, in test()
1946 success &= testMapAny(transport, in test()
1950 success &= testMapAny(transport, in test()
1958 success &= testMapAny(transport, in test()
1966 success &= testMapAny(transport, in test()
1975 success &= testMapAny(transport, new BaseRuntimeException(), in test()
1977 success &= testMapAny(transport, in test()
1982 success &= testMapAny(transport, in test()
1988 success &= testMapAny(transport, new DerivedRuntimeException(), in test()
1990 success &= testMapAny(transport, in test()
1998 success &= testMapAny(transport, null, new CompareBoxed()); in test()
1999 success &= testMapAny(transport, new XInterface() {}, in test()
2001 success &= testMapAny(transport, new BaseInterface() {}, in test()
2003 success &= testMapAny(transport, new DerivedInterface() {}, in test()
2005 success &= testMapAny(transport, in test()
2008 success &= testMapAny(transport, in test()
2012 success &= testMapAny(transport, in test()
2016 success &= testMapAny(transport, in test()
2020 success &= testMapAny(transport, in test()
2023 success &= testMapAny(transport, in test()
2027 success &= testMapAny(transport, in test()
2031 success &= testMapAny(transport, in test()
2035 success &= testMapAny(transport, in test()
2042 transport.mapAny(new Object()); in test()
2078 private static boolean testMapAny(XTransport transport, Object any, in testMapAny() argument
2080 Object any2 = transport.mapAny(any); in testMapAny()