Searched refs:nitems (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DMenu.java179 int nitems = getItemCount();
180 for (int i = 0 ; i < nitems ; i++) {
194 int nitems = getItemCount();
195 for (int i = 0 ; i < nitems ; i++) {
315 int nitems = getItemCount();
318 /* Remove the item at index, nitems-index times
322 for (int i = index ; i < nitems; i++) {
381 int nitems = getItemCount();
384 /* Remove the item at index, nitems-index times
388 for (int i = index ; i < nitems;
[all...]
H A DPopupMenu.java124 int nitems = getItemCount();
125 for (int i = 0 ; i < nitems ; i++) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c283 awt_wm_dtraceStateNet(Atom *net_wm_state, unsigned long nitems) argument
289 for (i = 0; i < nitems; ++i) {
439 unsigned long nitems; local
453 &actual_type, &actual_format, &nitems, &bytes_after,
486 unsigned long nitems; local
500 &actual_type, &actual_format, &nitems, &bytes_after,
699 unsigned long nitems; local
717 &actual_type, &actual_format, &nitems, &bytes_after,
726 || nitems != 14 || bytes_after != 0)
795 unsigned long nitems; local
890 unsigned long nitems; local
1083 unsigned long nitems; local
1465 int nitems; local
1700 unsigned long nitems; local
1783 unsigned long nitems; local
1825 unsigned long nitems; local
1859 unsigned long nitems; local
1892 unsigned long nitems; local
2207 unsigned long nitems; local
2484 unsigned long nitems; local
2688 unsigned long nitems; local
[all...]
H A DX11Color.c1306 unsigned long nitems, bytes_after; local
1311 &actual_format, &nitems, &bytes_after,
1316 &actual_type, &actual_format, &nitems,
1319 nitems /= (sizeof (XStandardColormap)/4);
1320 for (; nitems > 0; ++scm, --nitems)
H A Dawt_xembed_server.c675 unsigned long nitems; local
681 &actual_format, &nitems, &bytes_after,
688 && nitems == 2)
H A Dawt_util.c1209 unsigned long nitems, after; local
1245 &type, &format, &nitems, &after, &data) == Success) {
H A Dawt_MToolkit.c2396 unsigned long nitems; local
2432 &actual_type, &actual_format, &nitems, &bytes_after,
2452 nitems);
2461 array = (*env)->NewByteArray(env, (jint)nitems);
2468 (*env)->SetByteArrayRegion(env, array, 0, (jint)nitems,
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWListPeer.java136 int nitems = li.countItems();
137 if (nitems > 0) {
138 String[] items = new String[nitems];
141 for (int i = 0; i < nitems; i++) {
/openjdk7/hotspot/src/share/vm/libadt/
H A Dport.hpp159 #define calloc(nitems,size) safe_calloc(__FILE__,__LINE__,nitems,size)
163 extern void *safe_calloc (const char *file, unsigned line, unsigned nitems, unsigned size);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStringContent.java109 * Removes part of the content. where + nitems must be < length().
112 * @param nitems the number of characters to remove >= 0
117 public UndoableEdit remove(int where, int nitems) throws BadLocationException { argument
118 if (where + nitems >= count) {
121 String removedString = getString(where, nitems);
123 replace(where, nitems, empty, 0, 0);
125 updateMarksForRemove(where, nitems);
H A DGapContent.java139 * @param where the starting position >= 0, where + nitems < length()
140 * @param nitems the number of characters to remove >= 0
145 public UndoableEdit remove(int where, int nitems) throws BadLocationException { argument
146 if (where + nitems >= length()) {
149 String removedString = getString(where, nitems);
151 replace(where, nitems, empty, 0);
H A DAbstractDocument.java1623 * @param nitems The number of items in the sequence to remove >= 0.
1630 public UndoableEdit remove(int where, int nitems) throws BadLocationException; argument
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DScreenMenuBar.java174 final int nitems = getMenuCount();
175 for (int i = nitems-1 ; i >= 0 ; i--) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDefaultMXBeanMappingFactory.java455 final int nitems = getterMap.size();
457 if (nitems == 0) {
462 final Method[] getters = new Method[nitems];
463 final String[] itemNames = new String[nitems];
464 final OpenType<?>[] openTypes = new OpenType<?>[nitems];
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglx.h291 const int *attribList, int *nitems );
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJPopupMenu.java585 int nitems = getComponentCount();
589 /* Remove the item at index, nitems-index times
593 for (int i = index ; i < nitems; i++) {
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c213 unsigned long nitems, bytes_after; local
222 &actual_type, &actual_format, &nitems,
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c773 XChangeProperty((Display *)jlong_to_ptr(display), window, atom, tp.encoding, tp.format, PropModeReplace, tp.value, tp.nitems);
852 unsigned long nitems; local
859 &actual_type, &actual_format, &nitems, &bytes_after,
2029 tp.nitems = len;

Completed in 141 milliseconds