Home
last modified time | relevance | path

Searched refs:objArray (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DObjectArrayIterator.java33 private Object [] objArray; field in ObjectArrayIterator
42 if (objArray != null) { in ObjectArrayIterator()
43 this.objArray = new Object[objArray.length]; in ObjectArrayIterator()
44 System.arraycopy(objArray, 0, this.objArray, 0, objArray.length); in ObjectArrayIterator()
47 this.objArray = new Object[0]; in ObjectArrayIterator()
75 if (objArray.length > 0) { in end()
82 if (objArray.length > 0) { in currentElement()
117 objArray = objArray2; in insert()
142 objArray = objArray2; in append()
162 objArray = objArray2; in remove()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DObjectArrayIterator.java33 private Object [] objArray; field in ObjectArrayIterator
42 if (objArray != null) { in ObjectArrayIterator()
43 this.objArray = new Object[objArray.length]; in ObjectArrayIterator()
44 System.arraycopy(objArray, 0, this.objArray, 0, objArray.length); in ObjectArrayIterator()
47 this.objArray = new Object[0]; in ObjectArrayIterator()
75 if (objArray.length > 0) { in end()
82 if (objArray.length > 0) { in currentElement()
117 objArray = objArray2; in insert()
142 objArray = objArray2; in append()
162 objArray = objArray2; in remove()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/pdf/
H A DPDFArrayTestCase.java44 private PDFArray objArray; field in PDFArrayTestCase
76 objArray.setDocument(doc); in setUp()
79 objArray.setParent(parent); in setUp()
80 pdfObjectUnderTest = objArray; in setUp()
111 assertTrue(objArray.contains(2)); in objectArrayContainsTests()
152 objArray.set(0, name); in testSet()
155 objArray.set(1, "test"); in testSet()
158 objArray.set(2, 5); in testSet()
161 objArray.set(4, 2); in testSet()
189 assertEquals(2, objArray.get(1)); in testGet()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeJava.java424 if (objArray == null) { in from()
426 } else if (objArray instanceof Collection) { in from()
428 } else if (objArray instanceof Object[]) { in from()
430 } else if (objArray instanceof int[]) { in from()
432 } else if (objArray instanceof double[]) { in from()
434 } else if (objArray instanceof long[]) { in from()
436 } else if (objArray instanceof byte[]) { in from()
438 } else if (objArray instanceof short[]) { in from()
440 } else if (objArray instanceof char[]) { in from()
442 } else if (objArray instanceof float[]) { in from()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeJava.java424 if (objArray == null) { in from()
426 } else if (objArray instanceof Collection) { in from()
428 } else if (objArray instanceof Object[]) { in from()
430 } else if (objArray instanceof int[]) { in from()
432 } else if (objArray instanceof double[]) { in from()
434 } else if (objArray instanceof long[]) { in from()
436 } else if (objArray instanceof byte[]) { in from()
438 } else if (objArray instanceof short[]) { in from()
440 } else if (objArray instanceof char[]) { in from()
442 } else if (objArray instanceof float[]) { in from()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJava.java431 if (objArray == null) { in from()
433 } else if (objArray instanceof Collection) { in from()
435 } else if (objArray instanceof Object[]) { in from()
437 } else if (objArray instanceof int[]) { in from()
439 } else if (objArray instanceof double[]) { in from()
441 } else if (objArray instanceof long[]) { in from()
443 } else if (objArray instanceof byte[]) { in from()
445 } else if (objArray instanceof short[]) { in from()
447 } else if (objArray instanceof char[]) { in from()
449 } else if (objArray instanceof float[]) { in from()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJava.java431 if (objArray == null) { in from()
433 } else if (objArray instanceof Collection) { in from()
435 } else if (objArray instanceof Object[]) { in from()
437 } else if (objArray instanceof int[]) { in from()
439 } else if (objArray instanceof double[]) { in from()
441 } else if (objArray instanceof long[]) { in from()
443 } else if (objArray instanceof byte[]) { in from()
445 } else if (objArray instanceof short[]) { in from()
447 } else if (objArray instanceof char[]) { in from()
449 } else if (objArray instanceof float[]) { in from()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJava.java431 if (objArray == null) { in from()
433 } else if (objArray instanceof Collection) { in from()
435 } else if (objArray instanceof Object[]) { in from()
437 } else if (objArray instanceof int[]) { in from()
439 } else if (objArray instanceof double[]) { in from()
441 } else if (objArray instanceof long[]) { in from()
443 } else if (objArray instanceof byte[]) { in from()
445 } else if (objArray instanceof short[]) { in from()
447 } else if (objArray instanceof char[]) { in from()
449 } else if (objArray instanceof float[]) { in from()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJava.java431 if (objArray == null) { in from()
433 } else if (objArray instanceof Collection) { in from()
435 } else if (objArray instanceof Object[]) { in from()
437 } else if (objArray instanceof int[]) { in from()
439 } else if (objArray instanceof double[]) { in from()
441 } else if (objArray instanceof long[]) { in from()
443 } else if (objArray instanceof byte[]) { in from()
445 } else if (objArray instanceof short[]) { in from()
447 } else if (objArray instanceof char[]) { in from()
449 } else if (objArray instanceof float[]) { in from()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJava.java431 if (objArray == null) { in from()
433 } else if (objArray instanceof Collection) { in from()
435 } else if (objArray instanceof Object[]) { in from()
437 } else if (objArray instanceof int[]) { in from()
439 } else if (objArray instanceof double[]) { in from()
441 } else if (objArray instanceof long[]) { in from()
443 } else if (objArray instanceof byte[]) { in from()
445 } else if (objArray instanceof short[]) { in from()
447 } else if (objArray instanceof char[]) { in from()
449 } else if (objArray instanceof float[]) { in from()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Format/DateFormat/
H A DSimpleDateFormatPatternTest.java117 Object[][] objArray = new Object[locales.length][]; in createAllLocales() local
119 objArray[i] = new Object[1]; in createAllLocales()
120 objArray[i][0] = locales[i]; in createAllLocales()
122 return objArray; in createAllLocales()
126 Object[][] objArray = new Object[locales.length * pattern.length][]; in createPatternObj() local
130 objArray[k] = new Object[2]; in createPatternObj()
131 objArray[k][0] = pattern[j]; in createPatternObj()
132 objArray[k][1] = locales[i]; in createPatternObj()
136 return objArray; in createPatternObj()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/text/Format/DateFormat/
H A DSimpleDateFormatPatternTest.java117 Object[][] objArray = new Object[locales.length][]; in createAllLocales() local
119 objArray[i] = new Object[1]; in createAllLocales()
120 objArray[i][0] = locales[i]; in createAllLocales()
122 return objArray; in createAllLocales()
126 Object[][] objArray = new Object[locales.length * pattern.length][]; in createPatternObj() local
130 objArray[k] = new Object[2]; in createPatternObj()
131 objArray[k][0] = pattern[j]; in createPatternObj()
132 objArray[k][1] = locales[i]; in createPatternObj()
136 return objArray; in createPatternObj()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Format/DateFormat/
H A DSimpleDateFormatPatternTest.java117 Object[][] objArray = new Object[locales.length][]; in createAllLocales() local
119 objArray[i] = new Object[1]; in createAllLocales()
120 objArray[i][0] = locales[i]; in createAllLocales()
122 return objArray; in createAllLocales()
126 Object[][] objArray = new Object[locales.length * pattern.length][]; in createPatternObj() local
130 objArray[k] = new Object[2]; in createPatternObj()
131 objArray[k][0] = pattern[j]; in createPatternObj()
132 objArray[k][1] = locales[i]; in createPatternObj()
136 return objArray; in createPatternObj()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/text/Format/DateFormat/
H A DSimpleDateFormatPatternTest.java117 Object[][] objArray = new Object[locales.length][]; in createAllLocales() local
119 objArray[i] = new Object[1]; in createAllLocales()
120 objArray[i][0] = locales[i]; in createAllLocales()
122 return objArray; in createAllLocales()
126 Object[][] objArray = new Object[locales.length * pattern.length][]; in createPatternObj() local
130 objArray[k] = new Object[2]; in createPatternObj()
131 objArray[k][0] = pattern[j]; in createPatternObj()
132 objArray[k][1] = locales[i]; in createPatternObj()
136 return objArray; in createPatternObj()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/text/Format/DateFormat/
H A DSimpleDateFormatPatternTest.java117 Object[][] objArray = new Object[locales.length][]; in createAllLocales() local
119 objArray[i] = new Object[1]; in createAllLocales()
120 objArray[i][0] = locales[i]; in createAllLocales()
122 return objArray; in createAllLocales()
126 Object[][] objArray = new Object[locales.length * pattern.length][]; in createPatternObj() local
130 objArray[k] = new Object[2]; in createPatternObj()
131 objArray[k][0] = pattern[j]; in createPatternObj()
132 objArray[k][1] = locales[i]; in createPatternObj()
136 return objArray; in createPatternObj()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/text/Format/DateFormat/
H A DSimpleDateFormatPatternTest.java117 Object[][] objArray = new Object[locales.length][]; in createAllLocales() local
119 objArray[i] = new Object[1]; in createAllLocales()
120 objArray[i][0] = locales[i]; in createAllLocales()
122 return objArray; in createAllLocales()
126 Object[][] objArray = new Object[locales.length * pattern.length][]; in createPatternObj() local
130 objArray[k] = new Object[2]; in createPatternObj()
131 objArray[k][0] = pattern[j]; in createPatternObj()
132 objArray[k][1] = locales[i]; in createPatternObj()
136 return objArray; in createPatternObj()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/text/Format/DateFormat/
H A DSimpleDateFormatPatternTest.java117 Object[][] objArray = new Object[locales.length][]; in createAllLocales() local
119 objArray[i] = new Object[1]; in createAllLocales()
120 objArray[i][0] = locales[i]; in createAllLocales()
122 return objArray; in createAllLocales()
126 Object[][] objArray = new Object[locales.length * pattern.length][]; in createPatternObj() local
130 objArray[k] = new Object[2]; in createPatternObj()
131 objArray[k][0] = pattern[j]; in createPatternObj()
132 objArray[k][1] = locales[i]; in createPatternObj()
136 return objArray; in createPatternObj()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/text/Format/DateFormat/
H A DSimpleDateFormatPatternTest.java117 Object[][] objArray = new Object[locales.length][]; in createAllLocales() local
119 objArray[i] = new Object[1]; in createAllLocales()
120 objArray[i][0] = locales[i]; in createAllLocales()
122 return objArray; in createAllLocales()
126 Object[][] objArray = new Object[locales.length * pattern.length][]; in createPatternObj() local
130 objArray[k] = new Object[2]; in createPatternObj()
131 objArray[k][0] = pattern[j]; in createPatternObj()
132 objArray[k][1] = locales[i]; in createPatternObj()
136 return objArray; in createPatternObj()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/text/Format/DateFormat/
H A DSimpleDateFormatPatternTest.java117 Object[][] objArray = new Object[locales.length][]; in createAllLocales() local
119 objArray[i] = new Object[1]; in createAllLocales()
120 objArray[i][0] = locales[i]; in createAllLocales()
122 return objArray; in createAllLocales()
126 Object[][] objArray = new Object[locales.length * pattern.length][]; in createPatternObj() local
130 objArray[k] = new Object[2]; in createPatternObj()
131 objArray[k][0] = pattern[j]; in createPatternObj()
132 objArray[k][1] = locales[i]; in createPatternObj()
136 return objArray; in createPatternObj()
/dports/www/htdigest/httpd-2.4.6/docs/cgi-examples/
H A Dprintenv.vbs18 Dim objShell, objArray, str, envvar, envval
20 Set objArray = CreateObject("System.Collections.ArrayList")
24 objArray.Add str
26 objArray.Sort()
27 For Each str In objArray
/dports/www/apache24/httpd-2.4.53/docs/cgi-examples/
H A Dprintenv.vbs18 Dim objShell, objArray, str, envvar, envval
20 Set objArray = CreateObject("System.Collections.ArrayList")
24 objArray.Add str
26 objArray.Sort()
27 For Each str In objArray
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DJumpListBuilder.cpp105 IObjectArray *objArray; in GetMaxListItems() local
106 if (SUCCEEDED(mJumpListMgr->BeginList(&mMaxItems, IID_PPV_ARGS(&objArray)))) { in GetMaxListItems()
109 if (objArray) in GetMaxListItems()
110 objArray->Release(); in GetMaxListItems()
130 IObjectArray *objArray; in InitListBuild() local
136 if (objArray) { in InitListBuild()
137 TransferIObjectArrayToIMutableArray(objArray, removedItems); in InitListBuild()
138 objArray->Release(); in InitListBuild()
467 NS_ENSURE_ARG_POINTER(objArray); in TransferIObjectArrayToIMutableArray()
473 objArray->GetCount(&count); in TransferIObjectArrayToIMutableArray()
[all …]
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/
H A DTestIteratorUtils.java83 Object[] objArray = {"a", "b", "c"}; in testArrayIterator() local
104 iterator = IteratorUtils.arrayIterator(objArray, 1); in testArrayIterator()
108 iterator = IteratorUtils.arrayIterator(objArray, -1); in testArrayIterator()
114 iterator = IteratorUtils.arrayIterator(objArray, 3); in testArrayIterator()
119 iterator = IteratorUtils.arrayIterator(objArray, 4); in testArrayIterator()
125 iterator = IteratorUtils.arrayIterator(objArray, 2, 3); in testArrayIterator()
129 iterator = IteratorUtils.arrayIterator(objArray, 2, 4); in testArrayIterator()
143 iterator = IteratorUtils.arrayIterator(objArray, 2, 1); in testArrayIterator()
203 Object[] objArray = {"a", "b", "c", "d"}; in testArrayListIterator() local
233 iterator = IteratorUtils.arrayListIterator(objArray, 1); in testArrayListIterator()
[all …]
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dobject.c121 static anyobject *objArray; variable
134 objArray = x; in Alloc_shots()
145 if (objArray != NULL) { in Free_shots()
146 free(objArray); in Free_shots()
147 objArray = NULL; in Free_shots()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DWin32ThreadPoolNativeOverlapped.cs144 object[] objArray = pinData as object[]; in SetData()
145 if (objArray != null && objArray.GetType() == typeof(object[])) in SetData()
147 if (data._pinnedData == null || data._pinnedData.Length < objArray.Length) in SetData()
148 Array.Resize(ref data._pinnedData, objArray.Length); in SetData()
150 for (int i = 0; i < objArray.Length; i++) in SetData()
153 data._pinnedData[i] = GCHandle.Alloc(objArray[i], GCHandleType.Pinned); in SetData()
155 data._pinnedData[i].Target = objArray[i]; in SetData()

12345678910>>...16