Home
last modified time | relevance | path

Searched refs:arrList (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/tests/
H A DArrayListTests.cs162 arrList.Clear(); in Adapter_ClearList()
203 arrList.Add(100); in Adapter_EnumeratorsModifiedList()
624 arrList = new ArrayList(Helpers.CreateIntArray(10)).GetRange(0, arrList.Count); in Capacity_Set()
638 arrList.Add(i); in Capacity_Set_Zero()
2033 arrList.Add(arrList); in Remove_Null()
2035 arrList.Remove(arrList); in Remove_Null()
2461 arrList.Capacity = 2 * arrList.Count; in TrimToSize()
2462 Assert.True(arrList.Capacity > arrList.Count); in TrimToSize()
2465 Assert.Equal(arrList.Count, arrList.Capacity); in TrimToSize()
2468 arrList = ArrayList.Adapter(arrList); in TrimToSize()
[all …]
H A DHelpers.cs53 …public static void PerformActionOnAllArrayListWrappers(ArrayList arrList, Action<ArrayList> action) in PerformActionOnAllArrayListWrappers() argument
59 (ArrayList)arrList.Clone(), in PerformActionOnAllArrayListWrappers()
60 (ArrayList)arrList.GetRange(0, arrList.Count).Clone(), in PerformActionOnAllArrayListWrappers()
61 (ArrayList)ArrayList.Adapter(arrList).Clone(), in PerformActionOnAllArrayListWrappers()
62 (ArrayList)ArrayList.FixedSize(arrList).Clone(), in PerformActionOnAllArrayListWrappers()
63 (ArrayList)ArrayList.ReadOnly(arrList).Clone(), in PerformActionOnAllArrayListWrappers()
64 (ArrayList)ArrayList.Synchronized(arrList).Clone() in PerformActionOnAllArrayListWrappers()
H A DHashtableTests.cs734 var arrList = new ArrayList(); in Remove_SameHashcode()
738 arrList.Add(hashConfuse); in Remove_SameHashcode()
749 Assert.Equal(hash[arrList[j]], ((BadHashCode)arrList[j]).Value); in Remove_SameHashcode()
756 hash.Remove(arrList[iElement]); in Remove_SameHashcode()
758 arrList.RemoveAt(iElement); in Remove_SameHashcode()
762 arrList.Add(hashConfuse); in Remove_SameHashcode()
H A DCollectionBaseTests.cs15 var arrList = new ArrayList(); in Ctor_Empty()
18 Assert.Equal(arrList.Capacity, collBase.Capacity); in Ctor_Empty()
31 var arrList = new ArrayList(capacity); in Ctor_Capacity()
34 Assert.Equal(arrList.Capacity, collBase.Capacity); in Ctor_Capacity()
H A DQueueTests.cs79 ArrayList arrList = Helpers.CreateIntArrayList(100); in Ctor_ICollection()
80 var queue = new Queue(arrList); in Ctor_ICollection()
82 Assert.Equal(arrList.Count, queue.Count); in Ctor_ICollection()
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/core/src/test/java/org/apache/mxnet/javaapi/
H A DShapeTest.java36 ArrayList<Integer> arrList = new ArrayList<Integer>(); in testListConstructor() local
37 arrList.add(3); in testListConstructor()
38 arrList.add(4); in testListConstructor()
39 arrList.add(5); in testListConstructor()
40 new Shape(arrList); in testListConstructor()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/core/src/test/java/org/apache/mxnet/javaapi/
H A DShapeTest.java36 ArrayList<Integer> arrList = new ArrayList<Integer>(); in testListConstructor() local
37 arrList.add(3); in testListConstructor()
38 arrList.add(4); in testListConstructor()
39 arrList.add(5); in testListConstructor()
40 new Shape(arrList); in testListConstructor()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DRenderingAttributesRetained.java437 ArrayList arrList = new ArrayList(3); in setStencilOp() local
438 arrList.add(new Integer(failOp)); in setStencilOp()
439 arrList.add(new Integer(zFailOp)); in setStencilOp()
440 arrList.add(new Integer(zPassOp)); in setStencilOp()
441 sendMessage(STENCIL_OP_VALUES, arrList); in setStencilOp()
469 ArrayList arrList = new ArrayList(3); in setStencilFunction() local
470 arrList.add(new Integer(function)); in setStencilFunction()
471 arrList.add(new Integer(refValue)); in setStencilFunction()
472 arrList.add(new Integer(compareMask)); in setStencilFunction()
473 sendMessage(STENCIL_FUNC, arrList); in setStencilFunction()
H A DTransformStructure.java502 UnorderList arrList = targets.targetList[Targets.GEO_TARGETS]; in processVwcBounds() local
503 if (arrList != null) { in processVwcBounds()
504 size = arrList.size(); in processVwcBounds()
505 nodesArr = arrList.toArray(false); in processVwcBounds()
528 arrList = targets.targetList[Targets.GRP_TARGETS]; in processVwcBounds()
529 if (arrList != null) { in processVwcBounds()
530 size = arrList.size(); in processVwcBounds()
531 nodesArr = arrList.toArray(false); in processVwcBounds()
647 if (arrList != null) { in processSwitchChanged()
650 Object[] nodesArr = arrList.toArray(false); in processSwitchChanged()
[all …]
H A DBehaviorStructure.java292 UnorderList arrList; in processMessages() local
295 if (arrList != null) { in processMessages()
300 if (arrList != null) { in processMessages()
1053 int size = arrList.size(); in processBehXformChanged()
1070 int size = arrList.size(); in processVpfXformChanged()
1460 UnorderList arrList; in processSwitchChanged() local
1467 if (arrList != null) { in processSwitchChanged()
1469 size = arrList.size(); in processSwitchChanged()
1483 if (arrList != null) { in processSwitchChanged()
1485 size = arrList.size(); in processSwitchChanged()
[all …]
H A DGeometryStructure.java530 UnorderList arrList; in processTransformChanged() local
535 arrList = targets.targetList[Targets.GEO_TARGETS]; in processTransformChanged()
537 if (arrList != null) { in processTransformChanged()
538 size = arrList.size(); in processTransformChanged()
539 nodesArr = arrList.toArray(false); in processTransformChanged()
555 arrList = targets.targetList[Targets.GRP_TARGETS]; in processTransformChanged()
556 if (arrList != null) { in processTransformChanged()
557 size = arrList.size(); in processTransformChanged()
558 nodesArr = arrList.toArray(false); in processTransformChanged()
1169 UnorderList arrList; in processSwitchChanged() local
H A DRenderingEnvironmentStructure.java324 UnorderList arrList; in processSwitchChanged() local
332 if (arrList != null) { in processSwitchChanged()
336 size = arrList.size(); in processSwitchChanged()
337 nodesArr = arrList.toArray(false); in processSwitchChanged()
1262 UnorderList arrList; in updateTransformChange() local
1270 if (arrList != null) { in updateTransformChange()
1271 size = arrList.size(); in updateTransformChange()
1272 nodesArr = arrList.toArray(false); in updateTransformChange()
1308 if (arrList != null) { in updateTransformChange()
1309 size = arrList.size(); in updateTransformChange()
[all …]
H A DSoundStructure.java582 UnorderList arrList = targets.targetList[Targets.SND_TARGETS]; in updateTransformChange() local
583 if (arrList != null) { in updateTransformChange()
586 int size = arrList.size(); in updateTransformChange()
587 nodesArr = arrList.toArray(false); in updateTransformChange()
H A DRenderBin.java1890 UnorderList arrList; in processSwitchChanged() local
1901 if (arrList != null) { in processSwitchChanged()
1902 size = arrList.size(); in processSwitchChanged()
1933 if (arrList != null) { in processSwitchChanged()
1934 size = arrList.size(); in processSwitchChanged()
3509 UnorderList arrList; in processTransformChanged() local
3516 if (arrList != null) { in processTransformChanged()
3518 size = arrList.size(); in processTransformChanged()
3665 if (arrList != null) { in processTransformChanged()
3666 size = arrList.size(); in processTransformChanged()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/
H A DTestLiveNodeLimit.java38 public static ArrayList<String> arrList = new ArrayList<String>(); field in TestLiveNodeLimit
61 String[] stringArr1 = arrList.toArray(new String[4]); in testNodeLimitInBuildCfg()
93 String[] stringArr1 = arrList.toArray(new String[4]); in testNodeLimitInGlobalCodeMotion()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/
H A DTestLiveNodeLimit.java38 public static ArrayList<String> arrList = new ArrayList<String>(); field in TestLiveNodeLimit
61 String[] stringArr1 = arrList.toArray(new String[4]); in testNodeLimitInBuildCfg()
93 String[] stringArr1 = arrList.toArray(new String[4]); in testNodeLimitInGlobalCodeMotion()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/
H A DTestLiveNodeLimit.java38 public static ArrayList<String> arrList = new ArrayList<String>(); field in TestLiveNodeLimit
61 String[] stringArr1 = arrList.toArray(new String[4]); in testNodeLimitInBuildCfg()
93 String[] stringArr1 = arrList.toArray(new String[4]); in testNodeLimitInGlobalCodeMotion()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DManagementObjectCollection.cs217 ArrayList arrList = new ArrayList (); in CopyTo()
226 arrList.Add(obj); in CopyTo()
234 arrList.CopyTo (array, index); in CopyTo()
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Installer/Adapter/
H A DFileAdapter.php553 $arrList = preg_split("#/|\\/#", $target);
557 foreach ($arrList as $dir)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java818 ArrayList arrList = new ArrayList(); in getPrintResolutions() local
825 arrList.add(pr); in getPrintResolutions()
830 printRes = (PrinterResolution[])arrList.toArray( in getPrintResolutions()
831 new PrinterResolution[arrList.size()]); in getPrintResolutions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java818 ArrayList arrList = new ArrayList(); in getPrintResolutions() local
825 arrList.add(pr); in getPrintResolutions()
830 printRes = (PrinterResolution[])arrList.toArray( in getPrintResolutions()
831 new PrinterResolution[arrList.size()]); in getPrintResolutions()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintService.java830 ArrayList<PrinterResolution> arrList = new ArrayList<>(); in getPrintResolutions() local
837 arrList.add(pr); in getPrintResolutions()
842 printRes = arrList.toArray(new PrinterResolution[arrList.size()]); in getPrintResolutions()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintService.java830 ArrayList<PrinterResolution> arrList = new ArrayList<>(); in getPrintResolutions() local
837 arrList.add(pr); in getPrintResolutions()
842 printRes = arrList.toArray(new PrinterResolution[arrList.size()]); in getPrintResolutions()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintService.java830 ArrayList<PrinterResolution> arrList = new ArrayList<>(); in getPrintResolutions() local
837 arrList.add(pr); in getPrintResolutions()
842 printRes = arrList.toArray(new PrinterResolution[arrList.size()]); in getPrintResolutions()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/classes/sun/print/
H A DWin32PrintService.java830 ArrayList<PrinterResolution> arrList = new ArrayList<>(); in getPrintResolutions() local
837 arrList.add(pr); in getPrintResolutions()
842 printRes = arrList.toArray(new PrinterResolution[arrList.size()]); in getPrintResolutions()

12