HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 851 - 875 of 1242) sorted by null

<<31323334353637383940>>

  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 448 PAC(int row, int col, int style, int color) {
451 mCol = col;
622 // if cursor was at col 32, move cursor
623 // back to col 31 and erase both col 31&32
649 // default to col 1, in case PAC is not sent
688 private void moveCursorTo(int row, int col) {
690 mCol = clamp(col, 1, MAX_COLS);
697 private void moveCursorByCol(int col) {
698 mCol = clamp(mCol + col, 1, MAX_COLS)
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 26 ?>class="col-13" id="doc-col"<?cs /if ?> >
198 <div class="pax col-13 online" style="display:none;margin:0;">
310 </div><!-- end col-13 for lower-half content -->
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 25 ?>class="col-13" id="doc-col"<?cs /if ?> >
197 <div class="pax col-13 online" style="display:none;margin:0;">
309 </div><!-- end col-13 for lower-half content -->
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 194 public void setFinished(int col, int row, int diagonal) {
195 mWinCol = col;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 244 col = token.column rescue -1
246 [ id, type, line, col, index ].join( "\t" )
  /external/ceres-solver/examples/
ellipse_approximation.cc 398 X.col(0) = w.array().cos();
399 X.col(1) = w.array().sin();
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
mfqe.c 260 mode_info_context->bmi[ndx[i][j]].mv.as_mv.col <= 2);
268 abs(mode_info_context->mbmi.mv.as_mv.col) <= 2);
  /external/chromium_org/tools/code_coverage/third_party/
sorttable.js 81 if (!headrow[i].className.match(/\bsorttable_nosort\b/)) { // skip this col
145 col = this.sorttable_columnindex;
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
  /external/clang/tools/scan-build/
sorttable.js 81 if (!headrow[i].className.match(/\bsorttable_nosort\b/)) { // skip this col
145 col = this.sorttable_columnindex;
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 101 if (ent->col)
102 Printf(":%d", ent->col);
  /external/deqp/modules/egl/
teglColorClearCase.cpp 95 tcu::RGBA col (rnd.getUint32());
97 return ClearOp(x, y, w, h, col);
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 257 dst.col(k).tail(rows()-k-1).setZero();
261 dst.col(k).tail(rows()-k-1).setZero();
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 382 eigen_assert((BDerived::Flags&RowMajorBit)==0 && "UmfPackLU backend does not support non col-major rhs yet");
383 eigen_assert((XDerived::Flags&RowMajorBit)==0 && "UmfPackLU backend does not support non col-major result yet");
391 &x.col(j).coeffRef(0), &b.const_cast_derived().col(j).coeffRef(0), m_numeric, 0, 0);
  /external/libhevc/common/arm/
ihevc_sao_band_offset_luma.s 112 VLD1.8 D0,[r4]! @Load pu1_src[(ht - 1) * src_strd + col]
114 VST1.8 D0,[r3]! @Store to pu1_src_top[col]
  /external/libvpx/libvpx/vp8/common/
mfqe.c 260 mode_info_context->bmi[ndx[i][j]].mv.as_mv.col <= 2);
268 abs(mode_info_context->mbmi.mv.as_mv.col) <= 2);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 776 int col; // only used with multi-threaded decoding member in struct:TileBuffer
818 const int col = pbi->oxcf.inv_tile_order ? tile_cols - tile_col - 1 local
821 col == tile_cols - 1;
822 const TileBuffer *const buf = &tile_buffers[tile_row][col];
825 vp9_tile_init(&tile, cm, tile_row, col);
928 buf->col = n;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 46 ref_full.col = ref_mv->col >> 3;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c     [all...]
  /external/qemu/ui/
console.c 422 static inline unsigned int col_expand(DisplayState *ds, unsigned int col)
426 col |= col << 8;
427 col |= col << 16;
431 col |= col << 16;
437 return col;
    [all...]
  /frameworks/base/tools/preload/
sorttable.js 81 if (!headrow[i].className.match(/\bsorttable_nosort\b/)) { // skip this col
145 col = this.sorttable_columnindex;
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
  /hardware/intel/common/libva/test/encode/
avcenc.c 363 int row, col; local
393 for (col = 0; col < surface_image.width / 2; col++) {
394 u_dst[col * 2] = u_src[col];
395 u_dst[col * 2 + 1] = v_src[col];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 260 mode_info_context->bmi[ndx[i][j]].mv.as_mv.col <= 2);
268 abs(mode_info_context->mbmi.mv.as_mv.col) <= 2);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 778 int col; // only used with multi-threaded decoding member in struct:TileBuffer
820 const int col = pbi->oxcf.inv_tile_order ? tile_cols - tile_col - 1 local
823 col == tile_cols - 1;
824 const TileBuffer *const buf = &tile_buffers[tile_row][col];
827 vp9_tile_init(&tile, cm, tile_row, col);
926 buf->col = n;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 46 ref_full.col = ref_mv->col >> 3;
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
sorttable.js 81 if (!headrow[i].className.match(/\bsorttable_nosort\b/)) { // skip this col
145 col = this.sorttable_columnindex;
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];

Completed in 1882 milliseconds

<<31323334353637383940>>