Searched refs:more (Results 26 - 50 of 50) sorted by relevance

12

/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java12 * version 2 for more details (a copy is included in the LICENSE file that
128 public Path getPath(String first, String... more) { argument
129 return new PassThroughPath(this, delegate.getPath(first, more));
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DIDLJavaSerializationInputStream.java14 * version 2 for more details (a copy is included in the LICENSE file that
594 boolean more = true;
595 while (more) {
612 more = false;
616 more = false;
H A DCDRInputStream_1_0.java14 * version 2 for more details (a copy is included in the LICENSE file that
210 // that there is no more optional data available. If the
310 // that there is no more optional data available. If the
1038 // more data to write, it will need to have this
1424 // a foreign ORB, Merlin, or something more recent, we
1425 // use the updated end tag computation, and are more strenuous
1432 // then the sender must think it's sent more enclosing
1839 boolean more = true;
1840 while (more) {
1857 more
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSSParser.java14 * version 2 for more details (a copy is included in the LICENSE file that
46 * This will parse much more than CSS 1, and loosely implements the
204 // PENDING: make this more effecient.
849 throw new RuntimeException("Can not handle look ahead of more than one character");
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dlinux_sparc.s12 # version 2 for more details (a copy is included in the LICENSE file that
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s12 !! version 2 for more details (a copy is included in the LICENSE file that
/openjdk7/hotspot/make/windows/
H A Dbuild.bat13 REM version 2 for more details (a copy is included in the LICENSE file that
H A Dcreate.bat13 REM version 2 for more details (a copy is included in the LICENSE file that
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES14 * version 2 for more details (a copy is included in the LICENSE file that
51 made various names more consistent
100 added more medium model code (almost everything's a far)
141 Added more error checking for writing and image to reduce invalid files
213 Added more debugging info
222 Added more typecasts. 65536L becomes (png_uint_32)65536L, etc. (Glenn R-P)
229 Added more conditions for png_do_background, to avoid changing
292 Touched up example.c to make more of it compileable, although the entire
362 Moved a misplaced pngrutil code block that truncates tRNS if it has more
522 Renamed the makefiles with longer but more use
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.java14 * version 2 for more details (a copy is included in the LICENSE file that
983 boolean more = ((nodes != null) && nodes.hasMoreElements());
984 if (!more) {
987 return more;
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java12 * version 2 for more details (a copy is included in the LICENSE file that
354 * Writes a krb5.conf for one or more KDC that includes KDC locations for
360 * Here you can provide one or more kdc# and zero or more line# arguments.
406 * @param more more KDCs or extra lines (in their appearing order) to
411 public static void saveConfig(String file, KDC kdc, Object... more) argument
418 for (Object o: more) {
426 for (Object o: more) {
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s12 / version 2 for more details (a copy is included in the LICENSE file that
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s16 ! version 2 for more details (a copy is included in the LICENSE file that
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h14 * version 2 for more details (a copy is included in the LICENSE file that
381 bool ensure_input(jlong more);
H A Dunpack.cpp14 * version 2 for more details (a copy is included in the LICENSE file that
326 // Attempts to advance rplimit so that (rplimit-rp) is at least 'more'.
328 // Returns false if (rplimit-rp) is not at least 'more',
330 bool unpacker::ensure_input(jlong more) { argument
331 julong want = more - input_remaining();
333 if (rplimit == input.limit()) return true; // not expecting any more
351 // Try to fetch at least "more" bytes.
554 // in the first read. Of course, if archive_size_hi is more than
707 // It's more complicated and painful.
2481 // In a moment, more forwar
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME14 * version 2 for more details (a copy is included in the LICENSE file that
252 choose a very general header file to handle more cases as a default
254 more efficiently. Then simply define the macro "NAME" to represent
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs17 * version 2 for more details (a copy is included in the LICENSE file that
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java14 * version 2 for more details (a copy is included in the LICENSE file that
272 * I'm not using Vector to make it more efficient.
642 Expression more = parseBinaryExpression(e);
643 if (more == null)
645 e = more;
846 return e; // return more binary expression stuff
881 // begin of something outside a statement, panic some more
1653 // more arguments
1752 // If the next token is a comma, then there is more
1813 // begin of something outside a class, panic more
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s12 # version 2 for more details (a copy is included in the LICENSE file that
H A Dbsd_x86_32.s12 # version 2 for more details (a copy is included in the LICENSE file that
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s12 # version 2 for more details (a copy is included in the LICENSE file that
H A Dlinux_x86_32.s12 # version 2 for more details (a copy is included in the LICENSE file that
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java170 public ZipPath getPath(String first, String... more) { argument
172 if (more.length == 0) {
177 for (String segment: more) {
2224 // more "accurate"
/openjdk7/jdk/make/docs/
H A DMakefile13 # version 2 for more details (a copy is included in the LICENSE file that
198 That documentation contains more detailed, developer-targeted descriptions, \
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec14 * version 2 for more details (a copy is included in the LICENSE file that
47 "Multple reference types will be returned if two or more class "
705 "Returns the value of one or more static fields of the "
1050 "Sets the value of one or more static fields. "
1440 "Returns the value of one or more instance fields. "
1468 "Sets the value of one or more instance fields. "
2334 "for more information. "
2442 "Returns the value of one or more local variables in a "
2475 "Sets the value of one or more local variables. "
2573 "For example, there may be more tha
[all...]

Completed in 101 milliseconds

12