HomeSort by relevance Sort by last modified time
    Searched refs:columns (Results 226 - 250 of 578) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libhevc/common/arm/
ihevc_intra_pred_luma_horz.s 125 vst1.8 {q1},[r2],r3 @store in 1st row 0-16 columns
126 vst1.8 {q1},[r9],r3 @store in 1st row 16-32 columns
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixBitMatrixParser.cpp 64 int32_t columns = bitMatrix->GetWidth(); local
66 CBC_DataMatrixVersion::GetVersionForDimensions(rows, columns, e);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
Picker.java 46 * {@link #getActivatedVisibleItemCount()}}. Columns other than {@link #getSelectedColumn()} still
48 * so it always show three items on all columns. On a non-touch device (a TV), the Picker will show
52 * {@link #getVisibleItemCount()}) on all columns. The size of Picker shrinks.
82 * Gets separator string between columns.
89 * Sets separator String between Picker columns.
90 * @param seperator Separator String between Picker columns.
177 * Set columns and create Views.
178 * @param columns PickerColumns to be shown in the Picker.
180 public void setColumns(List<PickerColumn> columns) {
183 mColumns = new ArrayList<PickerColumn>(columns);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 56 sub r0, r0, #2 ;go back 2 columns of src data
59 ;First pass: output_height lines x output_width columns (9x4)
272 sub r0, r0, #2 ;go back 2 columns of src data
274 ;First pass: output_height lines x output_width columns (4x4)
sixtappredict16x16_neon.asm 79 ;First Pass: output_height lines x output_width columns (21x16)
199 ;secondpass_filter - do first 8-columns and then second 8-columns
311 ;First Pass: output_height lines x output_width columns (16x16)
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octprimtypes.swg 205 if (ov.is_cell() && ov.rows() == 1 && ov.columns() == 1)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsMoultonIntegrator.java 371 public void start(int rows, int columns,
  /external/mesa3d/src/glsl/
glsl_types.h 120 unsigned matrix_columns:3; /**< 1, 2, 3, or 4 matrix columns. */
219 unsigned columns);
431 * Otherwise a type matching the columns of the matrix is returned.
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 734 String[] columns = cursor.getColumnNames(); local
735 int length = columns.length;
738 values.put(columns[i], cursor.getBlob(i));
740 values.put(columns[i], cursor.getString(i));
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Type_Definitions.py 195 columns = column variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Type_Definitions.py 195 columns = column variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.asm 118 ; Parallel 1D IDCT on all the columns of a 8x8 16bits data matrix which are
281 ; Parallel 1D IADST on all the columns of a 8x8 16bits data matrix which
603 ; then transform columns
621 ; then transform columns
636 ; then transform columns
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js 118 // No more columns...!
140 // Percentage columns use the numerator and denominator,
214 // columns produced depending on report options:
  /external/eigen/lapack/
clarfb.f 87 *> The number of columns of the matrix C.
509 * Let V = ( V1 V2 ) (V1: first K columns)
635 * Let V = ( V1 V2 ) (V2: last K columns)
dlarfb.f 87 *> The number of columns of the matrix C.
503 * Let V = ( V1 V2 ) (V1: first K columns)
629 * Let V = ( V1 V2 ) (V2: last K columns)
slarfb.f 87 *> The number of columns of the matrix C.
503 * Let V = ( V1 V2 ) (V1: first K columns)
629 * Let V = ( V1 V2 ) (V2: last K columns)
zlarfb.f 87 *> The number of columns of the matrix C.
512 * Let V = ( V1 V2 ) (V1: first K columns)
638 * Let V = ( V1 V2 ) (V2: last K columns)
clarf.f 71 *> The number of columns of the matrix C.
dlarf.f 67 *> The number of columns of the matrix C.
slarf.f 67 *> The number of columns of the matrix C.
zlarf.f 71 *> The number of columns of the matrix C.
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 882 const uint64_t columns = cm->mi_cols - mi_col; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 237 static const char columns[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; variable
315 c = (uint8_t)columns[i];
321 c = (uint8_t)columns[i];
327 c = (uint8_t)columns[i];
333 c = (uint8_t)columns[i];
339 c = (uint8_t)columns[i];
345 c = (uint8_t)columns[i];
404 if (k >= sizeof(columns))
407 c = columns[k];
458 if (lev < sizeof(columns)) {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Dbg.stg 190 <! ST uses zero-based columns, we want one-base !>
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetView.java 278 List<HeaderField> columns = columnSelect.getSelectedItems(); local
279 if (rows.isEmpty() || columns.isEmpty()) {

Completed in 3247 milliseconds

1 2 3 4 5 6 7 8 91011>>