Searched refs:toBoolean (Results 1 – 9 of 9) sorted by relevance
29 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, in create()33 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, in create()37 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, in create()46 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, in create()50 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, in create()54 … Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, in create()
145 if (!Project.toBoolean(forkValue)) { in enhanceTask()
201 return Property.toBoolean (property); in getCoverageOutMerge()
317 sdataOutMerge = Property.toBoolean (_dataOutMerge) ? Boolean.TRUE : Boolean.FALSE; in _run()
259 return Property.toBoolean (v); in getOptionalBooleanOptValue()
37 public static boolean toBoolean (final String value) in toBoolean() method in Property
123 … if (rootProject.hasProperty('failOnWarnings') && rootProject.failOnWarnings.toBoolean()) {
292 result.setHideClasses (Property.toBoolean (hideClasses)); in parseProperties()
685 … mdataOutMerge = Property.toBoolean (_dataOutMerge) ? Boolean.TRUE : Boolean.FALSE; in _run()