Searched defs:LOW (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/utils/qr/
H A DErrorCorrectionLevel.java22 * LOW (Low) 7% of textual information can be restored
30 * unlikely to be a need for error correction at any level above the minimum ("LOW"). However if the QR code is to be
38 LOW("L"), MEDIUM("M"), QUARTILE("Q"), HIGH("H"); enum constant in enum:ErrorCorrectionLevel
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/utils/qr/
H A DErrorCorrectionLevel.java22 * LOW (Low) 7% of textual information can be restored
30 * unlikely to be a need for error correction at any level above the minimum ("LOW"). However if the QR code is to be
38 LOW("L"), MEDIUM("M"), QUARTILE("Q"), HIGH("H"); enum constant in enum:ErrorCorrectionLevel
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DDiskSpaceMonitor.java157 case LOW:
193 case LOW:
233 private static final int LOW = 1; field in class:DiskSpaceMonitor
394 HandlerNotifier diskLowClients = new HandlerNotifier(directory, LOW);
405 else if (lastFreeSpace < handlerElem.getLowThreshold() && handlerElem.lastState < LOW)
427 sendNotification(diskLow, LOW, ALERT_TYPE_DISK_SPACE_LOW);
451 else if (state == LOW)
/forgerock/authenticator-android-v2/app/libs/
H A Dpicasso-2.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 41 milliseconds