Searched refs:more (Results 1 - 11 of 11) sorted by relevance
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ |
H A D | InsnReadEnv.java | 75 * Are there more byte codes to decode? 77 boolean more() { method in class:InsnReadEnv 85 if (!more())
|
H A D | CodeAttribute.java | 319 while (insnEnv.more()) {
|
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/ |
H A D | TokenValueSet.java | 73 public void addAll(final Set<TokenValue> more) { argument 74 this.values.addAll(more);
|
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/readers/ |
H A D | InputReader.java | 133 * @return A character, or 0 if there are no more characters. 192 public boolean more() throws InputException { method in class:InputReader
|
H A D | XmlInputObject.java | 88 while (xmlReader.more() && xmlReader.skipPast("<")) {
|
/glassfish-3.1.2/packager/jersey/src/main/resources/ |
H A D | pkg_proto.py | 58 But, it is also more than the Reference Implementation. \
|
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | deflate.c | 19 * 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...] |
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/ |
H A D | engine-wrapper | 144 specify 1 or more config properties options, separated by comma,
|
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/ |
H A D | engine-wrapper | 144 specify 1 or more config properties options, separated by comma,
|
/glassfish-3.1.2/installer/src/main/resources/wrappers/ |
H A D | engine-wrapper | 143 specify 1 or more config properties options, separated by comma,
|
/glassfish-3.1.2/common/amx-config-impl/src/main/java/org/glassfish/admin/amx/impl/config/ |
H A D | AMXConfigImpl.java | 389 Parameters for creating one or more children, each of which can (recursively) contain 438 // one or more sub elements whose type is its key in the containing Map 513 To make error messages more friendly and quick sanity check, 593 /** Create one or more children */ 854 final List<ConfigBean> more = recursiveCreate( childW, spt, childParams.children() ); 855 newChildren.addAll(more); 1224 // why more than one transaction on the same ConfigBean couldn't be "heard" here.
|
Completed in 85 milliseconds