Home
last modified time | relevance | path

Searched defs:row (Results 1 – 25 of 784) sorted by relevance

12345678910>>...32

/external/python/cpython2/Doc/includes/sqlite3/
Dtext_factory.py10 row = cur.fetchone() variable
16 row = cur.fetchone() variable
28 row = cur.fetchone() variable
35 row = cur.fetchone() variable
39 row = cur.fetchone() variable
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
Ds-c1.c396 struct row { struct
397 long X; /* the X values -- copied from function argument */
398 long Y_o; /* the Y values -- copied from function argument */
399 long Y_c; /* the Y values -- copied from function argument */
400 long _x; /* Value X - Xavg */
401 long _y_o; /* Value Y - Yavg */
402 long _y_c; /* Value Y - Yavg */
403 double LnX; /* Natural logarithm of X values */
404 double LnY_o; /* Natural logarithm of Y values */
405 double LnY_c; /* Natural logarithm of Y values */
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
Ds-c1.c405 struct row { struct
406 long X; /* the X values -- copied from function argument */
407 long Y_o; /* the Y values -- copied from function argument */
408 long Y_c; /* the Y values -- copied from function argument */
409 long _x; /* Value X - Xavg */
410 long _y_o; /* Value Y - Yavg */
411 long _y_c; /* Value Y - Yavg */
412 double LnX; /* Natural logarithm of X values */
413 double LnY_o; /* Natural logarithm of Y values */
414 double LnY_c; /* Natural logarithm of Y values */
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCursorWindow.java41 public static byte[] nativeGetBlob(int windowPtr, int row, int column) { in nativeGetBlob()
46 public static byte[] nativeGetBlob(long windowPtr, int row, int column) { in nativeGetBlob()
64 public static String nativeGetString(int windowPtr, int row, int column) { in nativeGetString()
69 public static String nativeGetString(long windowPtr, int row, int column) { in nativeGetString()
79 public static long nativeGetLong(int windowPtr, int row, int column) { in nativeGetLong()
84 public static long nativeGetLong(long windowPtr, int row, int column) { in nativeGetLong()
89 public static double nativeGetDouble(int windowPtr, int row, int column) { in nativeGetDouble()
94 public static double nativeGetDouble(long windowPtr, int row, int column) { in nativeGetDouble()
99 public static int nativeGetType(int windowPtr, int row, int column) { in nativeGetType()
104 public static int nativeGetType(long windowPtr, int row, int column) { in nativeGetType()
[all …]
/external/autotest/frontend/client/src/autotest/common/table/
DDataTable.java47 public void onRowClicked(int rowIndex, JSONObject row, boolean isRightClick); in onRowClicked()
64 public Widget createWidget(int row, int cell, JSONObject rowObject); in createWidget()
108 protected void setRowStyle(int row) { in setRowStyle()
141 protected void preprocessRow(JSONObject row) {} in preprocessRow()
143 protected String[] getRowText(JSONObject row) { in getRowText()
165 int row = table.getRowCount(); in addRowFromData() local
189 public void addRow(JSONObject row) { in addRow()
239 public void highlightRow(int row) { in highlightRow()
244 public void unhighlightRow(int row) { in unhighlightRow()
269 int row = tableCell.getRowIndex(); in onCellClicked() local
[all …]
DFragmentedTable.java23 public Element getElement(int row, int column) { in getElement()
33 private native Element getCellElement(Element tbody, int row, int col) /*-{ in getCellElement()
70 private int getRowWithinFragment(int row) { in getRowWithinFragment()
74 private int getFragmentIndex(int row) { in getFragmentIndex()
89 int row = fragmentIndex * rowsPerFragment + rowWithinFragment; in getCellPosition() local
121 public int getCellCount(int row) { in getCellCount()
135 private native int getCellCount(Element tbody, int row) /*-{ in getCellCount()
/external/libhevc/common/
Dihevc_padding.c95 WORD32 row; in ihevc_pad_vert() local
149 WORD32 row; in ihevc_pad_horz_chroma() local
216 WORD32 row; in ihevc_pad_horz_luma() local
273 WORD32 row; in ihevc_pad_top() local
327 WORD32 row; in ihevc_pad_bottom() local
382 WORD32 row; in ihevc_pad_left_luma() local
438 WORD32 row; in ihevc_pad_left_chroma() local
503 WORD32 row; in ihevc_pad_right_luma() local
559 WORD32 row; in ihevc_pad_right_chroma() local
Dihevc_inter_pred_filters.c116 WORD32 row, col; in ihevc_inter_pred_luma_copy() local
178 WORD32 row, col, i; in ihevc_inter_pred_luma_horz() local
251 WORD32 row, col, i; in ihevc_inter_pred_luma_vert() local
324 WORD32 row, col; in ihevc_inter_pred_luma_copy_w16out() local
390 WORD32 row, col, i; in ihevc_inter_pred_luma_horz_w16out() local
461 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16out() local
531 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp() local
606 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp_w16out() local
678 WORD32 row, col; in ihevc_inter_pred_chroma_copy() local
743 WORD32 row, col, i; in ihevc_inter_pred_chroma_horz() local
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c407 struct row { struct
408 long X; /* the X values -- copied from function argument */
409 long Y; /* the Y values -- copied from function argument */
410 long _x; /* Value X - Xavg */
411 long _y; /* Value Y - Yavg */
412 double LnX; /* Natural logarithm of X values */
413 double LnY; /* Natural logarithm of Y values */
437 struct row *Table = NULL; in parse_measure() argument
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c455 struct row { struct
456 long X; /* the X values -- copied from function argument */
457 long Y[NSCENAR]; /* the Y values -- copied from function argument */
458 long _x[NSCENAR]; /* Value X - Xavg */
459 long _y[NSCENAR]; /* Value Y - Yavg */
460 double LnX; /* Natural logarithm of X values */
461 double LnY[NSCENAR]; /* Natural logarithm of Y values */
485 struct row *Table = NULL; in parse_measure() argument
/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp48 bool CBC_DefaultPlacement::getBit(int32_t col, int32_t row) { in getBit()
51 void CBC_DefaultPlacement::setBit(int32_t col, int32_t row, bool bit) { in setBit()
54 bool CBC_DefaultPlacement::hasBit(int32_t col, int32_t row) { in hasBit()
59 int32_t row = 4; in place() local
98 void CBC_DefaultPlacement::module(int32_t row, in module()
114 void CBC_DefaultPlacement::utah(int32_t row, int32_t col, int32_t pos) { in utah()
/external/libavc/common/
Dih264_padding.c95 WORD32 row; in ih264_pad_top() local
136 WORD32 row; in ih264_pad_bottom() local
175 WORD32 row; in ih264_pad_left_luma() local
218 WORD32 row, col; in ih264_pad_left_chroma() local
271 WORD32 row; in ih264_pad_right_luma() local
312 WORD32 row, col; in ih264_pad_right_chroma() local
/external/skia/src/gpu/effects/
DGrTextureStripAtlas.cpp89 void GrTextureStripAtlas::lockRow(int row) { in lockRow()
120 AtlasRow* row = fKeyTable[index]; in lockRow() local
135 AtlasRow* row = this->getLRU(); in lockRow() local
191 void GrTextureStripAtlas::unlockRow(int row) { in unlockRow()
207 AtlasRow* row = fLRUFront; in getLRU() local
265 void GrTextureStripAtlas::appendLRU(AtlasRow* row) { in appendLRU()
277 void GrTextureStripAtlas::removeFromLRU(AtlasRow* row) { in removeFromLRU()
/external/skqp/src/gpu/effects/
DGrTextureStripAtlas.cpp89 void GrTextureStripAtlas::lockRow(int row) { in lockRow()
111 AtlasRow* row = fKeyTable[index]; in lockRow() local
126 AtlasRow* row = this->getLRU(); in lockRow() local
182 void GrTextureStripAtlas::unlockRow(int row) { in unlockRow()
198 AtlasRow* row = fLRUFront; in getLRU() local
256 void GrTextureStripAtlas::appendLRU(AtlasRow* row) { in appendLRU()
268 void GrTextureStripAtlas::removeFromLRU(AtlasRow* row) { in removeFromLRU()
/external/eigen/bench/btl/generic_bench/init/
Dinit_matrix.hh28 BTL_DONT_INLINE void init_row(Vector & X, int size, int row){ in init_row()
45 for (unsigned int row=0; row<A.size() ; row++){ in init_matrix() local
53 for (unsigned int row=0; row<A.size() ; row++) in init_matrix_symm() local
55 for (unsigned int row=0; row<A.size() ; row++){ in init_matrix_symm() local
/external/python/cpython3/Doc/includes/sqlite3/
Dtext_factory.py10 row = cur.fetchone() variable
16 row = cur.fetchone() variable
26 row = cur.fetchone() variable
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DOpenMapRealMatrix.java111 final int row = iterator.key() / columns; in add() local
146 final int row = iterator.key() / columns; in subtract() local
226 public double getEntry(int row, int column) throws MatrixIndexException { in getEntry()
240 public void setEntry(int row, int column, double value) in setEntry()
253 public void addToEntry(int row, int column, double increment) in addToEntry()
268 public void multiplyEntry(int row, int column, double factor) in multiplyEntry()
287 private int computeKey(int row, int column) { in computeKey()
DSparseFieldMatrix.java104 public void addToEntry(int row, int column, T increment) in addToEntry()
139 public T getEntry(int row, int column) throws MatrixIndexException { in getEntry()
153 public void multiplyEntry(int row, int column, T factor) in multiplyEntry()
169 public void setEntry(int row, int column, T value) in setEntry()
186 private int computeKey(int row, int column) { in computeKey()
DFieldMatrix.java207 void setSubMatrix(T[][] subMatrix, int row, int column) in setSubMatrix()
218 FieldMatrix<T> getRowMatrix(int row) throws MatrixIndexException; in getRowMatrix()
231 void setRowMatrix(int row, FieldMatrix<T> matrix) in setRowMatrix()
266 FieldVector<T> getRowVector(int row) throws MatrixIndexException; in getRowVector()
279 void setRowVector(int row, FieldVector<T> vector) in setRowVector()
315 T[] getRow(int row) throws MatrixIndexException; in getRow()
327 void setRow(int row, T[] array) in setRow()
370 T getEntry(int row, int column) throws MatrixIndexException; in getEntry()
388 void setEntry(int row, int column, T value) throws MatrixIndexException; in setEntry()
406 void addToEntry(int row, int column, T increment) throws MatrixIndexException; in addToEntry()
[all …]
/external/webrtc/webrtc/system_wrappers/include/
Daligned_array.h50 T* Row(size_t row) { in Row()
55 const T* Row(size_t row) const { in Row()
60 T& At(size_t row, size_t col) { in At()
65 const T& At(size_t row, size_t col) const { in At()
/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.cpp93 for (int row = 0; row < pSrc->GetHeight(); row++) in Copy() local
159 for (int row = 1; row < m_Height; row++) { in Clear() local
174 for (int row = 1; row < m_Height; row++) in Clear() local
202 for (int row = 0; row < height; row++) { in TransferBitmap() local
218 for (int row = 0; row < height; row++) { in TransferBitmap() local
337 for (int row = 0; row < m_Height; row++) { in LoadChannel() local
398 for (int row = 0; row < m_Height; row++) { in LoadChannel() local
430 for (int row = 0; row < m_Height; row++) { in MultiplyAlpha() local
450 for (int row = 0; row < m_Height; row++) { in MultiplyAlpha() local
478 for (int row = 0; row < m_Height; row++) { in MultiplyAlpha() local
[all …]
Dcfx_dibsource.cpp33 void SetAmountLut(int row, uint32_t value) { m_Luts[row].first = value; } in SetAmountLut()
52 for (int row = 0; row < 256; ++row) { in Obtain_Pal() local
72 for (int row = 0; row < height; ++row) { in CFX_Palette() local
84 for (int row = 0; row < 4096; ++row) { in CFX_Palette() local
111 for (int row = 0; row < height; ++row) { in ConvertBuffer_1bppMask2Gray() local
130 for (int row = 0; row < height; ++row) { in ConvertBuffer_8bppMask2Gray() local
170 for (int row = 0; row < height; ++row) { in ConvertBuffer_1bppPlt2Gray() local
208 for (int row = 0; row < height; ++row) { in ConvertBuffer_8bppPlt2Gray() local
225 for (int row = 0; row < height; ++row) { in ConvertBuffer_RgbOrCmyk2Gray() local
243 for (int row = 0; row < height; ++row) { in ConvertBuffer_RgbOrCmyk2Gray() local
[all …]
/external/wpa_supplicant_8/hs20/server/www/
Dadd-free.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fe… variable
33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch(); variable
/external/deqp/framework/common/
DtcuMatrix.hpp68 inline const T& operator() (int row, int col) const { return m_data[col][row]; } in operator ()()
69 inline T& operator() (int row, int col) { return m_data[col][row]; } in operator ()()
320 for (int row = 0; row < Rows; row++) in Matrix() local
329 for (int row = 0; row < Rows; row++) in Matrix() local
338 for (int row = 0; row < Rows; row++) in Matrix() local
348 for (int row = 0; row < Rows; row++) in Matrix() local
370 for (int row = 0; row < Rows; row++) in operator =() local
424 for (int row = 0; row < Rows; row++) in getColumnMajorData() local
434 for (int row = 0; row < Rows; row++) in getRowMajorData() local
446 for (int row = 0; row < Rows0; row++) in operator *() local
[all …]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Ds-c.c679 struct row { struct
680 long X; /* the X values -- copied from function argument */
681 long Y[NSCENAR]; /* the Y values -- copied from function argument */
682 long _x; /* Value X - Xavg */
683 long _y[NSCENAR]; /* Value Y - Yavg */
684 double LnX; /* Natural logarithm of X values */
685 double LnY[NSCENAR]; /* Natural logarithm of Y values */
709 struct row *Table = NULL; in parse_measure() argument

12345678910>>...32