Lines Matching refs:r

120         boolean r[]= new boolean[200];  in addInterface()
127 r[i++]= ci == 3; in addInterface()
130 r[i++]= ci ==2; in addInterface()
132 r[i++]= ci == 1; in addInterface()
134 r[i++]= ci == 0; in addInterface()
147 r[i++]= ci == 100 -c -1; in addInterface()
152 bOk= bOk && r[c]; in addInterface()
164 boolean r[]= new boolean[50]; in getContainedTypes()
176 r[i++]= types.length == 5; in getContainedTypes()
180 r[i++]= true; in getContainedTypes()
182 r[i++]= false; in getContainedTypes()
184 r[i++]= true; in getContainedTypes()
186 r[i++]= true; in getContainedTypes()
188 r[i++]= true; in getContainedTypes()
190 r[i++]= true; in getContainedTypes()
192 r[i++]= true; in getContainedTypes()
194 r[i++]= false; in getContainedTypes()
198 bOk= bOk && r[c]; in getContainedTypes()
210 boolean r[]= new boolean[50]; in getContainer()
224 r[i++]= icont.size() == 0; in getContainer()
226 r[i++]= icont.size() == 2; in getContainer()
228 r[i++]= icont.size() == 1; in getContainer()
232 bOk= bOk && r[c]; in getContainer()
244 boolean r[]= new boolean[50]; in removeInterface()
249 r[i++]= count == 0; in removeInterface()
251 r[i++]= count == 0; in removeInterface()
253 r[i++]= count == 0; in removeInterface()
259 r[i++]= count == 1; in removeInterface()
261 r[i++]= count == 0; in removeInterface()
263 r[i++]= count == 0; in removeInterface()
267 bOk= bOk && r[c]; in removeInterface()
279 boolean r[]= new boolean[50]; in clear()
285 r[i++]= types.length == 0; in clear()
295 r[i++]= types.length == 3; in clear()
298 r[i++]= types.length == 0; in clear()
302 bOk= bOk && r[c]; in clear()
314 boolean r[]= new boolean[50]; in disposeAndClear()
328 r[i++]= obj1.nDisposingCalled == 3; in disposeAndClear()
329 r[i++]= obj2.nDisposingCalled == 2; in disposeAndClear()
330 r[i++]= obj3.nDisposingCalled == 1; in disposeAndClear()
332 r[i++]= types.length == 0; in disposeAndClear()
336 bOk= bOk && r[c]; in disposeAndClear()
348 boolean r[]= new boolean[50]; in main()
350 r[i++]= test.addInterface(); in main()
351 r[i++]= test.getContainedTypes(); in main()
352 r[i++]= test.getContainer(); in main()
353 r[i++]= test.removeInterface(); in main()
354 r[i++]= test.clear(); in main()
355 r[i++]= test.disposeAndClear(); in main()
358 bOk= bOk && r[c]; in main()