Searched refs:between (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/test/sun/nio/cs/
H A DTest4200310.sh25 # @summary make sure class files are not duplicated between rt.jar,
37 echo FAILED: $duplicates are duplicated between rt.jar, charsets.jar, and localedata.jar
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java67 between = Query.between(intValue, floatValue, doubleValue), field in class:QueryExpStringTest
118 between, "(12345678) between (2.5) and (2.5)",
267 if (!op.equals("between"))
270 throw new Exception("Expected ` and (' after between");
274 return Query.between(lhs, rhs, high);
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt43 The information passed back and forth between the ORB and factory can
/openjdk7/jdk/src/share/classes/javax/management/
H A DQuery.java246 * value is between two other values.
248 * @param v1 A value expression that is "between" v2 and v3.
252 * @return The constraint that v1 lies between v2 and v3. The
258 public static QueryExp between(ValueExp v1, ValueExp v2, ValueExp v3) { method in class:Query
523 * Returns a binary expression representing the difference between two numeric
529 * @return A ValueExp representing the difference between two
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dgrammar.idl421 - #define id(id, id, ...) token-string is a macro definition. There can be no space between the first id and the left paren. Since id( must be treated as a token and id( can also appear in op_dcl, see that production for the effect of this token.
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJList.java254 * appropriate for short term storage or RMI between applications running
395 * between implementations.
1313 boolean between = false;
1321 between = true;
1325 between = true;
1327 between = true;
1332 between = true;
1335 between = true;
1339 location = new DropLocation(p, index, between);
2826 * between implementation
[all...]
H A DJTable.java201 * appropriate for short term storage or RMI between applications running
295 /** The height in pixels of the margin between the cells in each row. */
301 /** The table draws horizontal lines between cells if <code>showHorizontalLines</code> is true. */
304 /** The table draws vertical lines between cells if <code>showVerticalLines</code> is true. */
399 * To communicate errors between threads during printing.
533 * between implementations.
997 * Sets the amount of empty space between cells in adjacent rows.
999 * @param rowMargin the number of pixels between cells in a row
1003 * description: The amount of space between cells.
1013 * Gets the amount of empty space, in pixels, between cell
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs175 -- Operation for converting between primitives. Usually it just casts, but booleans are special.
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuItem.m263 // Mac OS doesn't distinguish between the two '-' keys...
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES243 in example.c and libpng.txt, added comments to distinguish between
1740 Added a backslash between -DPNG_CONFIGURE_LIBPNG and -DPNG_NO_ASSEMBLER_CODE
2063 Removed circular references between pngconf.h and pngconf.h.in in
2277 Added a section on differences between 1.0.x and 1.2.x to libpng.3/libpng.txt
2458 Revised libpng*.txt section about differences between 1.2.x and 1.4.0
3082 rc releases) to minimize the difference between releases.
3514 behavior changes between libpng14 and libpng15.
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1682 "%s of " UINTX_FORMAT " is invalid; must be between " UINTX_FORMAT
1705 "%s of " UINTX_FORMAT " is invalid; must be between 0 and 100\n",
2102 // Insert alt-rt.jar between user-specified bootclasspath
/openjdk7/jdk/test/
H A DMakefile246 D64_ERROR_MESSAGE=Mismatch between ARCH_DATA_MODEL=$(ARCH_DATA_MODEL) and use of -d64 in JAVA_ARGS=$(JAVA_ARGS)

Completed in 110 milliseconds