Searched refs:descs (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/qadevOOo/runner/complexlib/ |
H A D | ShowTargets.java | 40 java.util.Vector descs = new java.util.Vector(); in main() local 43 descs.add( "runs all complex tests in this module" ); in main() 74 descs.add( getShortTestDescription( potentialTestClass ) ); in main() 94 System.out.println( " (" + (String)descs.get(i) + ")" ); in main()
|
/aoo41x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XToolkit.java | 106 WindowDescriptor[] descs = new WindowDescriptor[2]; in _createWindows() local 107 descs[0] = createDesc(new Rectangle(0,0,100,100)); in _createWindows() 108 descs[1] = createDesc(new Rectangle(100,100,200,200)); in _createWindows() 109 XWindowPeer[] cWins = oObj.createWindows(descs); in _createWindows()
|
/aoo41x/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XDispatchProvider.java | 128 DispatchDescriptor descs[] = new DispatchDescriptor[] { in _queryDispatches() local 132 XDispatch[] xDispatches = oObj.queryDispatches(descs); in _queryDispatches() 140 if (xDispatches.length != descs.length) { in _queryDispatches() 144 + descs.length); in _queryDispatches()
|
/aoo41x/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 362 TypeDescription[] descs = desc.superTypes; in create() local 363 for (int j = 0; j < descs.length; ++j) { in create() 364 superTypes.add(descs[j]); in create() 579 IFieldDescription[] descs = new IFieldDescription[ in calculateFieldDescriptions() local 582 System.arraycopy(superDescs, 0, descs, 0, superCount); in calculateFieldDescriptions() 599 descs[i + superCount] = new FieldDescription( in calculateFieldDescriptions() 608 return descs; in calculateFieldDescriptions()
|
/aoo41x/main/qadevOOo/tests/java/ifc/script/ |
H A D | _XEventAttacherManager.java | 111 ScriptEventDescriptor descs[]; field in _XEventAttacherManager 126 descs = new ScriptEventDescriptor[] { in _registerScriptEvents() 136 oObj.registerScriptEvents(index, descs); in _registerScriptEvents() 177 contains(res, desc) && containsArray(res, descs)); in _getScriptEvents()
|
Completed in 74 milliseconds