Searched defs:col (Results 1 - 25 of 460) sorted by relevance

1234567891011>>

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_CollectionTest.java28 Collection<Integer> col; // must contain the Integers 0 to 99 field in class:Support_CollectionTest
36 col = c;
41 new Support_UnmodifiableCollectionTest("", col).runTest();
50 assertTrue("CollectionTest - a) add did not work", col.add(new Integer(
52 assertTrue("CollectionTest - b) add did not work", col
56 assertTrue("CollectionTest - a) remove did not work", col
58 assertTrue("CollectionTest - b) remove did not work", !col
62 assertTrue("CollectionTest - a) addAll failed", col
64 assertTrue("CollectionTest - b) addAll failed", col
68 assertTrue("CollectionTest - a) containsAll failed", col
[all...]
H A DSupport_UnmodifiableCollectionTest.java29 Collection<Integer> col; field in class:Support_UnmodifiableCollectionTest
40 col = c;
47 assertTrue("UnmodifiableCollectionTest - should contain 0", col
49 assertTrue("UnmodifiableCollectionTest - should contain 50", col
51 assertTrue("UnmodifiableCollectionTest - should not contain 100", !col
61 col.containsAll(hs));
65 !col.containsAll(hs));
68 assertTrue("UnmodifiableCollectionTest - should not be empty", !col
72 Iterator<Integer> it = col.iterator();
89 + col
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dmv.h23 short col; member in struct:__anon13058
/external/libvpx/libvpx/vp8/common/
H A Dmv.h23 short col; member in struct:__anon24849
/external/ceres-solver/internal/ceres/
H A Dblock_random_access_dense_matrix.cc69 int* col,
73 *col = block_layout_[col_block_id];
66 GetCell(const int row_block_id, const int col_block_id, int* row, int* col, int* row_stride, int* col_stride) argument
H A Dblock_random_access_dense_matrix_test.cc54 int col; local
58 m.GetCell(i, j, &row, &col, &row_stride, &col_stride);
62 EXPECT_EQ(col, col_idx);
84 int col; local
88 i, j, &row, &col, &row_stride, &col_stride);
90 row, col, blocks[i], blocks[j]) =
H A Dblock_random_access_diagonal_matrix_test.cc58 int col; local
65 &row, &col,
75 EXPECT_EQ(col, 0);
81 row, col, blocks[row_block_id], blocks[col_block_id]) =
H A Ddynamic_compressed_row_sparse_matrix.cc49 int col,
53 CHECK_GE(col, 0);
54 CHECK_LT(col, num_cols());
55 dynamic_cols_[row].push_back(col);
48 InsertEntry(int row, int col, const double& value) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElementCollection.cpp52 WebElementCollection::WebElementCollection(const PassRefPtrWillBeRawPtr<HTMLCollection>& col) argument
53 : m_private(col)
57 WebElementCollection& WebElementCollection::operator=(const PassRefPtrWillBeRawPtr<HTMLCollection>& col) argument
59 m_private = col;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_bitmap.c54 GLint row, col; local
84 for (col = 0; col < width; col++) {
86 span.array->x[count] = px + col;
106 for (col = 0; col < width; col++) {
108 span.array->x[count] = px + col;
154 GLint row, col;
[all...]
/external/eigen/Eigen/src/Core/
H A DBooleanRedux.h21 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::all_unroller::__anon20513
27 return all_unroller<Derived, UnrollCount-1>::run(mat) && mat.coeff(row, col);
47 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::any_unroller::__anon20514
53 return any_unroller<Derived, UnrollCount-1>::run(mat) || mat.coeff(row, col);
H A DCoreIterators.h48 inline Index col() const { return IsRowMajor ? index() : m_outer; } function in class:Eigen::DenseBase::InnerIterator
/external/eigen/Eigen/src/SparseCore/
H A DSparseTranspose.h43 typename TransposeImpl<MatrixType,Sparse>::Index row() const { return Base::col(); }
44 typename TransposeImpl<MatrixType,Sparse>::Index col() const { return Base::row(); } function in class:Eigen::TransposeImpl::InnerIterator
57 typename TransposeImpl<MatrixType,Sparse>::Index row() const { return Base::col(); }
58 typename TransposeImpl<MatrixType,Sparse>::Index col() const { return Base::row(); } function in class:Eigen::TransposeImpl::ReverseInnerIterator
/external/libhevc/common/x86/
H A Dihevc_mem_fns_ssse3_intr.c82 int col; local
83 for(col = num_bytes; col >= 8; col -= 8)
121 int col; local
124 for(col = num_bytes; col >= 8; col -= 8)
159 int col; local
162 for(col
[all...]
H A Dihevc_padding_ssse3_intr.c168 WORD32 col; local
184 for(col = 0; col < pad_size; col += 8)
186 _mm_storel_epi64((__m128i *)(pu1_dst + col), src_temp0_16x8b);
240 WORD32 col; local
254 for(col = 0; col < pad_size; col += 8)
256 _mm_storel_epi64((__m128i *)(pu1_dst + col), src_temp0_16x8
310 WORD32 col; local
[all...]
/external/libhevc/decoder/
H A Dihevcd_itrans_recon_dc.c93 WORD32 row, col; local
110 for(col = 0; col < trans_size; col++)
111 pu1_dst[row * dst_strd + col] = CLIP_U8((pu1_pred[row * pred_strd + col] + dc_value));
123 WORD32 row, col; local
141 for(col = 0; col < trans_size; col
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mv.h24 int16_t col; member in struct:mv
34 int32_t col; member in struct:mv32
39 mv->col = clamp(mv->col, min_col, max_col);
/external/mesa3d/src/mesa/swrast/
H A Ds_bitmap.c54 GLint row, col; local
84 for (col = 0; col < width; col++) {
86 span.array->x[count] = px + col;
106 for (col = 0; col < width; col++) {
108 span.array->x[count] = px + col;
154 GLint row, col;
[all...]
/external/openfst/src/script/
H A Dtext-io.cc47 vector<char *> col; local
48 SplitToVector(line, "\n\t ", &col, true);
49 if (col.size() == 0 || col[0][0] == '\0') // empty line
51 if (col.size() != 2) {
57 ssize_t s = StrToInt64(col[0], filename, nline, false);
58 WeightClass weight(weight_type, col[1]);
/external/stlport/test/unit/
H A Dcollate_facets_test.cpp20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 );
40 collate<char> const& col = use_facet<collate<char> >(loc); local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
52 CPPUNIT_ASSERT( col
56 collate<char> const& col = use_facet<collate<char> >(loc); local
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableColElement.cpp72 RenderTableCol* col = toRenderTableCol(renderer()); local
74 if (newWidth != col->width())
75 col->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
/external/chromium_org/third_party/libjpeg_turbo/
H A Djccolext.c40 register JDIMENSION col; local
49 for (col = 0; col < num_cols; col++) {
60 outptr0[col] = (JSAMPLE)
64 outptr1[col] = (JSAMPLE)
68 outptr2[col] = (JSAMPLE)
97 register JDIMENSION col; local
104 for (col = 0; col < num_col
131 register JDIMENSION col; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mv.h24 int16_t col; member in struct:mv
34 int32_t col; member in struct:mv32
47 mv->col = clamp(mv->col, min_col, max_col);
/external/deqp/framework/common/
H A DtcuSurface.hpp56 void setPixel (int x, int y, RGBA col);
73 inline void Surface::setPixel (int x, int y, RGBA col) argument
81 *pixAddr = col.getPacked();
83 *((deUint8*)pixAddr + 0) = (deUint8)col.getRed();
84 *((deUint8*)pixAddr + 1) = (deUint8)col.getGreen();
85 *((deUint8*)pixAddr + 2) = (deUint8)col.getBlue();
86 *((deUint8*)pixAddr + 3) = (deUint8)col.getAlpha();
/external/libhevc/common/
H A Dihevc_padding.c150 //WORD32 col;
439 WORD32 col; local
450 for(col = -pad_size; col < 0; col++)
451 pu2_src[col] = u2_uv_val;
560 WORD32 col; local
571 for(col = 0; col < pad_size; col
[all...]

Completed in 6942 milliseconds

1234567891011>>