Searched refs:STATUS_VALUES (Results 1 – 7 of 7) sorted by relevance
64 public static final int STATUS_VALUES = 0x0100; field
217 boolean values = (kind & IPerformancesConstants.STATUS_VALUES) != 0; in writeStatus()229 if ((kind & ~IPerformancesConstants.STATUS_VALUES) > 0) { in writeStatus()
143 if ((kind & IPerformancesConstants.STATUS_VALUES) != 0) { in writableStatus()
217 if ((kind & IPerformancesConstants.STATUS_VALUES) != 0) { in writableStatus()
325 boolean printValues = (kind & IPerformancesConstants.STATUS_VALUES) != 0; in writableStatus()
668 this.statusValuesCheckBox.setSelection((writeStatus & STATUS_VALUES) != 0); in initStatusValues()978 writeStatus |= STATUS_VALUES; in storeValues()
461 if ((WRITE_STATUS & IPerformancesConstants.STATUS_VALUES) != 0) { in writeStatus()