Lines Matching refs:c

138         for (int c= 0; c < 100; c++)  in addInterface()
140 arObj[c]= new AWeakBase(); in addInterface()
141 ci= cont.addInterface(new Type(XInterface.class), arObj[c]); in addInterface()
144 for (int c=0; c < 100; c++) in addInterface()
146 ci= cont.removeInterface(new Type(XInterface.class), arObj[c]); in addInterface()
147 r[i++]= ci == 100 -c -1; in addInterface()
151 for (int c= 0; c < i; c++) in addInterface()
152 bOk= bOk && r[c]; in addInterface()
177 for (int c= 0; c < types.length; c++) in getContainedTypes()
179 if (types[c] == null) in getContainedTypes()
181 else if(types[c].equals( new Type(XTypeProvider.class))) in getContainedTypes()
183 else if(types[c].equals(new Type(XInterface.class))) in getContainedTypes()
185 else if (types[c].equals(new Type(XWeak.class))) in getContainedTypes()
187 else if (types[c].equals(new Type())) in getContainedTypes()
189 else if (types[c].equals(new Type( aObj.getClass()))) in getContainedTypes()
191 else if (types[c].equals(new Type(XSingleComponentFactory.class))) in getContainedTypes()
197 for (int c= 0; c < i; c++) in getContainedTypes()
198 bOk= bOk && r[c]; in getContainedTypes()
231 for (int c= 0; c < i; c++) in getContainer()
232 bOk= bOk && r[c]; in getContainer()
266 for (int c= 0; c < i; c++) in removeInterface()
267 bOk= bOk && r[c]; in removeInterface()
301 for (int c= 0; c < i; c++) in clear()
302 bOk= bOk && r[c]; in clear()
335 for (int c= 0; c < i; c++) in disposeAndClear()
336 bOk= bOk && r[c]; in disposeAndClear()
357 for (int c= 0; c < i; c++) in main()
358 bOk= bOk && r[c]; in main()