Lines Matching refs:null
26 SubOther.main(null); in main()
29 GetNonexistent.main(null); in main()
54 Object result = null; in getValue()
89 if (expectedException != null) { in getValue()
96 if (expectedException == null) { in getValue()
181 localInst.getValue(localPubByteField, samePkgInst, 'B', null); in doTests()
186 this.getValue(localProtByteField, samePkgInst, 'B', null); in doTests()
204 null); in doTests()
215 localInst.getValue(localPubByteField, null, 'B', in doTests()
218 this.getValue(subProtLongField, null, 'J', in doTests()
221 this.getValue(localPrivFloatField, null, 'F', in doTests()
224 localInst.getValue(otherProtShortField, null, 'S', in doTests()
226 this.getValue(otherProtShortField, null, 'S', in doTests()
228 this.getValue(otherPkgDoubleField, null, 'D', in doTests()
231 localInst.getValue(otherProtShortField, null, 'Z', in doTests()
242 null); in doTests()
286 Object result = null; in getValue()
321 if (expectedException != null) { in getValue()
328 if (expectedException == null) { in getValue()