Searched refs:row (Results 201 - 225 of 226) sorted by relevance

12345678910

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/tree/
H A DDefaultTreeSelectionModel.java44 * to be able to track row changes you may wish to become a listener
80 /** Provides a row for a given path. */
84 * to map from a TreePath to a row, and the value is then placed here. */
96 /** Lead row. */
122 * the row for a particular TreePath.
131 * row.
691 * RowMapper} returns {@code -1} for the row corresponding to the
692 * {@code TreePath}), then the corresponding row is not included
694 * of two paths, {@code A} and {@code B}, with {@code A} at row
755 * Returns true if the row identifie
757 isRowSelected(int row) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngpread.c662 * before returning, calling the row callback as required to
729 /* Is this unexpected data after the last row?
747 /* Do we have a complete row? */
771 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
790 * interlaced row count:
804 png_error(png_ptr, "progressive row overflow");
808 png_error(png_ptr, "internal progressive row size calculation error");
964 if (png_ptr->pass == 6) /* Skip top generated row */
1076 png_push_have_row(png_structrp png_ptr, png_bytep row) argument
1079 (*(png_ptr->row_fn))(png_ptr, row, png_pt
[all...]
H A Dpng.c651 png_uint_32 row; local
652 for (row = 0; row < info_ptr->height; row++)
653 png_free(png_ptr, info_ptr->row_pointers[row]);
2568 /* The size of the row must be within the limits of this architecture.
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java682 // Take it from the end of the current matrix row.
1243 int[] row = matrix[mrow];
1244 for (int mcol = 1; mcol < row.length; mcol++) {
1245 popvals.add(row[mcol]);
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java1454 public Component getTableCellRendererComponent(final JTable localTable, final Object value, final boolean isSelected, final boolean hasFocus, final int row, final int column) { argument
1751 final int row = fFileList.rowAtPoint(p);
1755 if ((column == -1) || (row == -1)) { return; }
1757 final File clickedFile = (File)(fFileList.getValueAt(row, 0));
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dlcms2.h1865 CMSAPI const char* CMSEXPORT cmsIT8GetDataRowCol(cmsHANDLE hIT8, int row, int col);
1866 CMSAPI cmsFloat64Number CMSEXPORT cmsIT8GetDataRowColDbl(cmsHANDLE hIT8, int row, int col);
1868 CMSAPI cmsBool CMSEXPORT cmsIT8SetDataRowCol(cmsHANDLE hIT8, int row, int col,
1871 CMSAPI cmsBool CMSEXPORT cmsIT8SetDataRowColDbl(cmsHANDLE hIT8, int row, int col,
/openjdk10/jdk/src/jdk.accessibility/windows/native/libjavaaccessbridge/
H A DJavaAccessBridge.cpp710 windowsThreadEntryPoints->getAccessibleTableCellInfo((jobject)pkg->accessibleTable, pkg->row,
754 (jobject)pkg->accessibleContext, pkg->row);
812 (jobject)pkg->accessibleTable, pkg->row);
903 (jobject)pkg->accessibleTable, pkg->row, pkg->column);
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DResultSet.java38 * to its current row of data. Initially the cursor is positioned
39 * before the first row. The <code>next</code> method moves the
40 * cursor to the next row, and because it returns <code>false</code>
47 * iterate through it only once and only from the first row to the
48 * last row. It is possible to
67 * for retrieving column values from the current row.
71 * For maximum portability, result set columns within each row should be
100 * <LI>to update a column value in the current row. In a scrollable
103 * relative to the current row.
105 * in the fifth row o
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout-common-private.hh1273 const BYTE *row = bytes + inner * (scount + count); local
1278 const SHORT *scursor = reinterpret_cast<const SHORT *> (row);
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java450 * contain modification data, such as whether a row has been updated or what the
946 * Moves the cursor down one row from its current position and
948 * valid row.
950 * positioned before the first row. The first call to the method
951 * <code>next</code> moves the cursor to the first row, making it
952 * the current row; the second call makes the second row the
953 * current row, and so on.
955 * <P>If an input stream from the previous row is open, it is
957 * chain is cleared when a new row i
2045 absolute(int row) argument
[all...]
H A DJdbcRowSetImpl.java788 * object down one row from its current position.
790 * before the first row; the first call to the method
791 * {@code next} makes the first row the current row; the
792 * second call makes the second row the current row, and so on.
794 * <P>If an input stream is open for the current row, a call
797 * warning chain is cleared when a new row is read.
799 * @return {@code true} if the new current row is valid;
862 * Gets the value of the designated column in the current row
1960 absolute(int row) argument
[all...]
/openjdk10/jdk/test/java/lang/invoke/indify/
H A DIndify.java1144 Object[] row = (Object[]) java.lang.reflect.Array.newInstance(elemClass, rowlen);
1146 row[i] = readInput(in, elemClass);
1147 add(itemClass.cast(row));
/openjdk10/jdk/src/java.base/share/native/libverify/
H A Dcheck_code.c214 * row (256 buckets) at a time to minimize fragmentation. Rows are
538 int row = i / HASH_ROW_SIZE; local
541 if (class_hash->buckets[row] == 0) {
542 class_hash->buckets[row] = (hash_bucket_type*)
544 if (class_hash->buckets[row] == 0)
/openjdk10/jdk/src/java.desktop/share/native/common/java2d/opengl/J2D_GL/
H A Dgl.h1738 GLenum type, const GLvoid *row, const GLvoid *column );
1741 GLenum type, GLvoid *row, GLvoid *column, GLvoid *span );
1765 typedef void (APIENTRY * PFNGLGETSEPARABLEFILTERPROC) (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);
1766 typedef void (APIENTRY * PFNGLSEPARABLEFILTER2DPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column);
H A Dglext.h3161 typedef void (APIENTRYP PFNGLGETSEPARABLEFILTERPROC) (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);
3162 typedef void (APIENTRYP PFNGLSEPARABLEFILTER2DPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column);
4311 typedef void (APIENTRYP PFNGLGETSEPARABLEFILTEREXTPROC) (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span);
4312 typedef void (APIENTRYP PFNGLSEPARABLEFILTER2DEXTPROC) (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaTreeTraverser.java344 boolean selected, boolean expanded, boolean leaf, int row,
343 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubBaseRowSet.java353 public boolean absolute(int row) throws SQLException { argument
H A DStubJoinRowSetImpl.java1234 public boolean absolute(int row) throws SQLException { argument
H A DStubFilteredRowSetImpl.java1164 public boolean absolute(int row) throws SQLException { argument
H A DStubCachedRowSetImpl.java1119 public boolean absolute(int row) throws SQLException { argument
H A DStubJdbcRowSetImpl.java943 public boolean absolute(int row) throws SQLException { argument
H A DStubWebRowSetImpl.java1150 public boolean absolute(int row) throws SQLException { argument
H A DStubSyncResolver.java937 public boolean absolute(int row) throws SQLException { argument
/openjdk10/jdk/test/sanity/client/lib/jemmy/src/org/netbeans/jemmy/explorer/
H A DGUIBrowser.java936 int row,
931 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A DmacroAssembler_x86.cpp456 for (int row = 0; row < 16; row++) {
929 for (int row = 0; row < 25; row++) {

Completed in 599 milliseconds

12345678910