HomeSort by relevance Sort by last modified time
    Searched full:row (Results 526 - 550 of 4359) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/test/data/accessibility/
aria-level.html 32 <tr role="row" aria-level="1">
35 <tr role="row" aria-level="2">
  /external/chromium_org/third_party/libxml/src/
dbgen.pl 31 printf " <row>\n";
39 printf " </row>\n";
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_clear.c 86 TYPE *row = (TYPE *) map; \
89 row[j] = (row[j] & pixelMask) | pixel; \
94 row[j] = pixel; \
116 TYPE *row = (TYPE *) map; \
120 row[j * N + k] = \
121 (row[j * N + k] & pixelMask[k]) | pixel[k]; \
128 row[j * N + k] = pixel[k]; \
s_drawpix.c 267 GLint row; local
276 for (row = 0; row < height; row++) {
280 row, 0);
325 GLint row; local
326 for (row = 0; row < height; row++) {
329 GL_DEPTH_COMPONENT, type, row, 0)
346 GLint row; local
373 GLint row; local
463 GLint row; local
    [all...]
  /external/eigen/Eigen/src/SparseCore/
MappedSparseMatrix.h 66 inline Scalar coeff(Index row, Index col) const
68 const Index outer = IsRowMajor ? row : col;
69 const Index inner = IsRowMajor ? col : row;
85 inline Scalar& coeffRef(Index row, Index col)
87 const Index outer = IsRowMajor ? row : col;
88 const Index inner = IsRowMajor ? col : row;
133 inline Index row() const { return IsRowMajor ? m_outer : index(); } function in class:Eigen::MappedSparseMatrix::InnerIterator
164 inline Index row() const { return IsRowMajor ? m_outer : index(); } function in class:Eigen::MappedSparseMatrix::ReverseInnerIterator
  /external/javasqlite/src/main/java/SQLite/
Vm.java 23 * The result row is passed to the given callback interface.<BR><BR>
43 * @return true as long as more row data can be retrieved,
  /external/libvpx/libvpx/vp8/encoder/
lookahead.c 112 int row, col, active_end; local
128 for (row = 0; row < mb_rows; ++row)
134 /* Find the first active macroblock in this row. */
141 /* No more active macroblock in this row. */
145 /* Find the end of active region in this row. */
156 row << 4,
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 92 int row, col, active_end; local
111 for (row = 0; row < mb_rows; ++row) {
115 // Find the first active macroblock in this row.
121 // No more active macroblock in this row.
125 // Find the end of active region in this row.
135 row << 4,
  /external/linux-tools-perf/util/ui/
browser.h 22 void (*write)(struct ui_browser *self, void *entry, int row);
30 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row);
  /external/mesa3d/src/mesa/swrast/
s_clear.c 86 TYPE *row = (TYPE *) map; \
89 row[j] = (row[j] & pixelMask) | pixel; \
94 row[j] = pixel; \
116 TYPE *row = (TYPE *) map; \
120 row[j * N + k] = \
121 (row[j * N + k] & pixelMask[k]) | pixel[k]; \
128 row[j * N + k] = pixel[k]; \
s_drawpix.c 267 GLint row; local
276 for (row = 0; row < height; row++) {
280 row, 0);
325 GLint row; local
326 for (row = 0; row < height; row++) {
329 GL_DEPTH_COMPONENT, type, row, 0)
346 GLint row; local
373 GLint row; local
463 GLint row; local
    [all...]
  /external/pixman/demos/
conical-test.c 80 int row = i / GRADIENTS_PER_ROW; local
89 0, 0, 0, 0, column * SIZE, row * SIZE,
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 60 public byte[] getRow(int y, byte[] row) {
62 throw new IllegalArgumentException("Requested row is outside the image: " + y);
65 if (row == null || row.length < width) {
66 row = new byte[width];
69 System.arraycopy(yuvData, offset, row, 0, width);
70 return row;
94 // Otherwise copy one cropped row at a time.
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 28 int row; local
29 row = MB_SIZE;
32 while (row)
76 row -= 4;
89 int row; local
91 row = B_SIZE;
92 while (row)
129 row -= 4;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
98 STM pDst!, {x0, x1, x2} ;// Store aligned output row
114 STM pDst!, {x0, x1, x2} ;// Store aligned output row
130 STM pDst!, {x0, x1, x2} ;// Store aligned output row
183 STR x0, [pDst], #4 ;// Store aligned output row
196 STR x0, [pDst], #4 ;// Store aligned output row
209 STR x0, [pDst], #4 ;// Store aligned output row
222 STR x0, [pDst], #4 ;// Store aligned output row
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 82 STM pDst!, {x0, x1, x2} ;// Store aligned output row
98 STM pDst!, {x0, x1, x2} ;// Store aligned output row
114 STM pDst!, {x0, x1, x2} ;// Store aligned output row
130 STM pDst!, {x0, x1, x2} ;// Store aligned output row
183 STR x0, [pDst], #4 ;// Store aligned output row
196 STR x0, [pDst], #4 ;// Store aligned output row
209 STR x0, [pDst], #4 ;// Store aligned output row
222 STR x0, [pDst], #4 ;// Store aligned output row
  /frameworks/base/core/res/res/xml-mdpi/
password_kbd_qwerty.xml 28 <Row>
39 </Row>
41 <Row>
52 </Row>
54 <Row>
70 </Row>
72 <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom">
86 </Row>
password_kbd_qwerty_shifted.xml 28 <Row>
39 </Row>
41 <Row>
52 </Row>
54 <Row>
70 </Row>
72 <Row android:keyboardMode="@+id/mode_normal" android:rowEdgeFlags="bottom">
85 </Row>
  /frameworks/base/docs/html/design/building-blocks/
seek-bars.jd 10 <div class="layout-content-row">
27 <div class="layout-content-row">
  /packages/apps/Calendar/tests/src/com/android/calendar/widget/
CalendarAppWidgetServiceTest.java 178 Object[] row = new Object[CalendarAppWidgetService.EVENT_PROJECTION.length]; local
179 row[CalendarAppWidgetService.INDEX_ALL_DAY] = new Integer(allDay);
180 row[CalendarAppWidgetService.INDEX_BEGIN] = new Long(begin);
181 row[CalendarAppWidgetService.INDEX_END] = new Long(end);
182 row[CalendarAppWidgetService.INDEX_TITLE] = new String(title);
183 row[CalendarAppWidgetService.INDEX_EVENT_LOCATION] = new String(location);
184 row[CalendarAppWidgetService.INDEX_EVENT_ID] = new Long(eventId);
185 return row;
  /packages/apps/DeskClock/res/values/
config.xml 27 <!-- Number of world clocks in a row, for the clock tab. -->
29 <!-- Total clocks per row is 2 + world_clocks_per_row. -->
  /packages/apps/DeskClock/res/values-land/
config.xml 23 <!-- Number of world clocks in a row, for the clock tab. -->
25 <!-- Total clocks per row is 2 + world_clocks_per_row. -->
  /packages/apps/DeskClock/res/values-sw600dp-land/
config.xml 24 <!-- Number of world clocks in a row, for the clock tab. -->
26 <!-- Total clocks per row is 2 + world_clocks_per_row. -->
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialCursorLoader.java 90 Object[] row = new Object[PhoneQuery.PROJECTION_PRIMARY.length]; local
92 row[PhoneQuery.PHONE_ID] = contact.dataId;
93 row[PhoneQuery.PHONE_NUMBER] = contact.phoneNumber;
94 row[PhoneQuery.CONTACT_ID] = contact.id;
95 row[PhoneQuery.LOOKUP_KEY] = contact.lookupKey;
96 row[PhoneQuery.PHOTO_ID] = contact.photoId;
97 row[PhoneQuery.DISPLAY_NAME] = contact.displayName;
98 cursor.addRow(row);
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 121 private Object[] row; field in class:ExchangeDirectoryProvider.GalContactRow
127 row = new Object[projection.size];
147 return row;
153 row[integer] = value;
220 Object[] row; local
232 row = new Object[projection.length];
237 row[i] = account.name;
239 row[i] = account.type;
251 row[i] = exchangeName;
260 row[i] = firstLetter + accountName.substring(atIndex + 2)
470 final Object[] row = new Object[projection.length]; local
    [all...]

Completed in 1332 milliseconds

<<21222324252627282930>>