/external/chromium-trace/catapult/third_party/typ/typ/ |
host.py | 223 _, columns, _, _ = struct.unpack('HHHH', packed) 224 return columns
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
TestReorderingMode.java | 509 else if (k >= columns.length) 512 c = columns[k]; [all...] |
/external/libhevc/common/arm/ |
ihevc_intra_pred_chroma_horz.s | 127 vst1.16 {q1},[r2],r3 @store in 1st row 0-16 columns 128 vst1.16 {q1},[r9],r3 @store in 1st row 16-32 columns
|
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 separator 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)
|
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
octprimtypes.swg | 205 if (ov.is_cell() && ov.rows() == 1 && ov.columns() == 1)
|
/external/ImageMagick/Magick++/lib/ |
Image.cpp | 41 (left_.columns() == right_.columns()) && 61 return((left_.rows() * left_.columns()) < 62 (right_.rows() * right_.columns())); 593 size_t Magick::Image::columns(void) const function in class:Magick::Image 595 return(constImage()->columns); 1096 return rows() && columns(); 1366 image()->columns=geometry_.width(); 1371 return(Magick::Geometry(constImage()->columns,constImage()->rows)); [all...] |
/external/ImageMagick/MagickCore/ |
display.c | [all...] |
cipher.c | 306 Byte multiply two elements of GF(2^m) (mix columns and inverse mix columns). 643 extent=(MagickSizeType) image->columns*image->rows; 676 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); 859 extent=(MagickSizeType) image->columns*image->rows; 897 q=GetCacheViewAuthenticPixels(image_view,0,y,image->columns,1,exception); [all...] |
image.h | 175 columns, /* physical size of image */ member in struct:_Image
|
draw.c | [all...] |
/external/ImageMagick/coders/ |
mpc.c | 438 if (LocaleCompare(keyword,"columns") == 0) 440 image->columns=StringToUnsignedLong(options); 772 (image->compression == UndefinedCompression) || (image->columns == 0) || [all...] |
/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
|
/external/ImageMagick/MagickWand/ |
magick-image.c | 226 % const size_t columns,const size_t rows) 232 % o columns: the number of columns in the scaled image. 238 const size_t columns,const size_t rows) 249 resize_image=AdaptiveResizeImage(wand->images,columns,rows,wand->exception); [all...] |
/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/ImageMagick/www/api/ |
image.php | 218 <p>If the specified columns and rows is 0, an exact copy of the image is returned, otherwise the pixel data is undefined and must be initialized with the QueueAuthenticPixels() and SyncAuthenticPixels() methods. On failure, a NULL image is returned and exception describes the reason for the failure.</p> 223 Image *CloneImage(const Image *image,const size_t columns, 239 <dt>columns</dt> 240 <dd>the number of columns in the cloned image. </dd> 784 <p>SetImageExtent() sets the image size (i.e. columns & rows).</p> 789 MagickBooleanType SetImageExtent(Image *image,const size_t columns, 804 <dt>columns</dt>
|
/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)
|