Searched defs:TRUE (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DBoolean.java51 public static final Boolean TRUE = new Boolean(true); field in class:Boolean
138 * is {@code true}, this method returns {@code Boolean.TRUE};
150 return (b ? TRUE : FALSE);
163 return toBoolean(s) ? TRUE : FALSE;
/libcore/ojluni/src/main/java/java/util/jar/
H A DPack200.java260 * If this property is set to {@link #TRUE}, the packer will transmit
268 * The default is {@link #TRUE}, which preserves the input information,
291 * If this property is set to {@link #TRUE} or {@link #FALSE}, the packer
505 String TRUE = "true"; field in interface:Pack200.Packer
620 String TRUE = "true"; field in interface:Pack200.Unpacker
630 * replacing them by the given value, {@link #TRUE} or {@link #FALSE}.

Completed in 437 milliseconds