Home | History | Annotate | Download | only in targetprep

Lines Matching defs:Constraint

45     public static interface Constraint {
47 * Check if the provided {@code item} passes the constraint.
85 * flashing requirements. Flashing requirements must pass the appropriate constraint (if one
89 * @param c A map from key name to {@link Constraint}. Image names will be checked against
90 * the appropriate constraint (if any) as a prereq for being added. May be null to
93 public FlashingResourcesParser(File deviceImgZipFile, Map<String, Constraint> c)
115 * @param c A map from key name to {@link Constraint}. Image names will be checked against
116 * the appropriate constraint (if any) as a prereq for being added. May be null to
119 public FlashingResourcesParser(BufferedReader infoReader, Map<String, Constraint> c)
258 Map<String, Constraint> constraints) throws TargetSetupError {
321 Map<String, Constraint> constraints) throws IOException {
343 Constraint c = null;