Lines Matching refs:normal
132 String normal = null; field in _XPropertySet.PropsToTest
165 PTT.normal=ptt[0]; in _getPropertySetInfo()
306 if ( PTT.normal.equals("none") ) { in _setPropertyValue()
310 gValue = oObj.getPropertyValue(PTT.normal); in _setPropertyValue()
312 oObj.setPropertyValue(PTT.normal, sValue); in _setPropertyValue()
313 sValue = oObj.getPropertyValue(PTT.normal); in _setPropertyValue()
316 "property '"+ PTT.normal+"'"); in _setPropertyValue()
320 "property '"+ PTT.normal+"'"); in _setPropertyValue()
324 "property '"+ PTT.normal+"'"); in _setPropertyValue()
328 "property '"+ PTT.normal+"'"); in _setPropertyValue()
354 String toCheck = PTT.normal; in _getPropertyValue()
356 if ( PTT.normal.equals("none") ) { in _getPropertyValue()
366 PTT.normal+"'"); in _getPropertyValue()
371 PTT.normal+"'"); in _getPropertyValue()
503 String normal = ""; in getPropsToTest() local
542 if ( isWritable && isNotNull && canChange) normal+=name+";"; in getPropsToTest()
556 PTT.normal=getRandomString(normal); in getPropsToTest()