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

/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/readers/
H A DInputReader.java133 * @return A character, or 0 if there are no more characters.
192 public boolean more() throws InputException { method in class:InputReader
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/
H A DTokenValueSet.java73 public void addAll(final Set<TokenValue> more) { argument
74 this.values.addAll(more);
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DInsnReadEnv.java75 * Are there more byte codes to decode?
77 boolean more() { method in class:InsnReadEnv
85 if (!more())
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
66 need_more, /* block not completed, need more input or more output */
68 finish_started, /* finish started, need only more output at next deflate */
69 finish_done /* finish done, accept no more input or output */
486 * more output space, but possibly with both pending and
504 /* User must not provide more input after the first FINISH: */
792 * necessary to put more guar
965 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]

Completed in 106 milliseconds