HomeSort by relevance Sort by last modified time
    Searched refs:row (Results 726 - 750 of 1110) sorted by null

<<21222324252627282930>>

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableRowElement02.js 78 The sectionRowIndex attribute specifies the index of this row, relative
HTMLTableRowElement03.js 78 The sectionRowIndex attribute specifies the index of this row, relative
HTMLTableRowElement04.js 78 The sectionRowIndex attribute specifies the index of this row, relative
HTMLTableRowElement05.js 78 The cells attribute specifies the collection of cells in this row.
HTMLTableRowElement06.js 79 cells of this row.
HTMLTableRowElement10.js 79 cells of this row.
table18.js 78 The index of this cell in the row.
table19.js 79 The index of this cell in the row.
table42.js 78 Horizontal alignment of data within cells of this row.
table44.js 78 Vertical alignment of data within cells of this row.
table47.js 78 The index of this row, relative to the entire table.
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv6.js 100 // Two dots in a row means not an IP address.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 438 model.removeRow(lst[i].row());
568 model.removeRow(lst[0].row());
889 model.removeRow(lst[i].row());
1001 model.removeRow(lst[i].row());
1080 model.removeRow(item->row());
1163 model.removeRow(lst[i].row());
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 31 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
51 ; * [out] pPredBufRow pointer to the updated coefficient row buffer
147 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer
225 ;// Update source and Row Prediction buffers
263 ;// Update source and Row Prediction buffers
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 108 add r0, r0, r1 ; set src_ptr to next row
111 add r2, r2, r3 ; set dst_ptr to next row
119 subs r12, r12, #1 ; next row
  /external/quake/quake/src/QW/server/
model.c 96 int row; local
98 row = (model->numleafs+7)>>3;
102 memcpy (out, in, row);
106 while (row)
109 row--;
129 } while (out - decompressed < row);
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 384 uint8_t* row = base; local
386 uint8_t* bmRow = row;
388 row += rb;
768 uint8_t* row = base; local
770 uint8_t* bmRow = row;
772 row += rb;
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 122 for row in value:
124 index = self.InsertStringItem(sys.maxint, row)
126 self.SetStringItem(index, iCol, row)
180 for row in value:
182 index = self.InsertStringItem(sys.maxint, row)
184 self.SetStringItem(index, iCol, row)
  /external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm 318 - (id)tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row
320 return [_completions objectAtIndex:row];
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 461 case RowHeaderRole: // Row headers are cells after all.
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
postproc_sse2.asm 219 jnz .nextrow ;next row
273 ; this copies the last row down into the border 8 rows
279 movq xmm1, QWORD ptr[rdi] ; first row
290 ; this copies the first row up into the border 8 rows
292 movq xmm1, QWORD ptr[rdi] ; first row
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 216 for (guint row = 0; text; ++row) {
217 gtk_table_resize(GTK_TABLE(table), row + 1, 2); local
225 0, 1, row, row + 1, local
229 1, 2, row, row + 1); local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Intermediate.cpp     [all...]

Completed in 1153 milliseconds

<<21222324252627282930>>