Searched defs:multiple (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DRealmChoiceCallback.java50 * @param multiple true if multiple choices allowed; false otherwise
57 int defaultChoice, boolean multiple) {
58 super(prompt, choices, defaultChoice, multiple);
56 RealmChoiceCallback(String prompt, String[]choices, int defaultChoice, boolean multiple) argument
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLSelectElement.java54 * The type of this form control. This is the string "select-multiple"
55 * when the multiple attribute is <code>true</code> and the string
62 * -1 is returned if no element is selected. If multiple options are
99 * If true, multiple <code>OPTION</code> elements may be selected in
100 * this <code>SELECT</code> . See the multiple attribute definition in
104 public void setMultiple(boolean multiple); argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dsun_awt_X11_GtkFileDialogPeer.c211 jobject jfilter, jboolean multiple, int x, int y)
236 /* Set multiple selection mode, that is allowed only in OPEN action */
237 if (multiple) {
239 multiple); local
209 Java_sun_awt_X11_GtkFileDialogPeer_run(JNIEnv * env, jobject jpeer, jstring jtitle, jint mode, jstring jdir, jstring jfile, jobject jfilter, jboolean multiple, int x, int y) argument
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtest.c1557 int multiple = 0; local
1598 multiple = 1;
1605 multiple = 1;
1624 if (!multiple && argc == 3 + verbose)
1627 if ((!multiple && argc > 3 + verbose) || (multiple && argc < 2))
1633 " reads/writes one PNG file (without -m) or multiple files (-m)\n");
1639 if (multiple)
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp62 // MinChunkSize should be a multiple of MinObjAlignment and be large enough
1619 assert(newFc->size() % size == 0, "Should be integral multiple of request");
1622 // into multiple pieces; record the split-death of the original
2679 size_t multiple = _num_blocks[word_sz]/(CMSOldPLABToleranceFactor*CMSOldPLABNumRefills*n_blks); local
2680 n_blks += CMSOldPLABReactivityFactor*multiple*n_blks;

Completed in 1239 milliseconds