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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
CSVFormatter.java 30 for (String col : TrackerEntry.ATTRIBUTES) {
32 if (!TrackerEntry.ENTRY_TYPE.equals(col) &&
33 !TrackerEntry.ID_COL.equals(col)) {
34 csvBuilder.append(col);
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 170 int row, col; local
194 for (col = 0; col < 256; col++) {
195 FX_DWORD p_color = win_mac_pal[col];
202 c_index = col;
264 int row, col; local
268 for (col = 0; col < width; col++) {
535 int row, col; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 28 return &buf->buf[mv->row * buf->stride + mv->col];
32 int col_min = (mv->col >> 3) - MAX_FULL_PEL_VAL + (mv->col & 7 ? 1 : 0);
34 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL;
71 comp_cost[0][mv->row] + comp_cost[1][mv->col];
77 mv->col - ref->col };
86 mv->col - ref->col };
98 mv->col - ref->col }
    [all...]
  /external/apache-harmony/security/src/test/api/java/tests/api/java/security/
AccessControlContextTest.java 39 PermissionCollection col = perm.newPermissionCollection(); local
40 col.add(perm);
41 final ProtectionDomain pd = new ProtectionDomain(null, col);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableColElement.cpp 72 RenderTableCol* col = toRenderTableCol(renderer()); local
74 if (newWidth != col->width())
75 col->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
  /external/chromium_org/third_party/icu/source/test/intltest/
tscoll.h 33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
35 void doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
36 void doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.c 109 int32_t i, col; local
131 for(i=col=0; i<length; ++i, ++col) {
133 if(col<16) {
137 col=0;
230 int32_t i, col; local
237 for(i=col=0; i<length; ++i, ++col) {
243 col>=32 ||
245 (col>=24 && prev2>=0x20 && prev==0) |
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
wrppm.c 112 register JDIMENSION col; local
116 for (col = dest->samples_per_row; col > 0; col--) {
139 register JDIMENSION col; local
143 for (col = cinfo->output_width; col > 0; col--) {
161 register JDIMENSION col; local
165 for (col = cinfo->output_width; col > 0; col--)
    [all...]
wrtarga.c 106 register JDIMENSION col; local
110 for (col = cinfo->output_width; col > 0; col--) {
127 register JDIMENSION col; local
131 for (col = cinfo->output_width; col > 0; col--) {
151 register JDIMENSION col; local
155 for (col = cinfo->output_width; col > 0; col--)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tscoll.h 33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
35 void doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
36 void doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
  /external/icu/icu4c/source/tools/toolutil/
writesrc.c 109 int32_t i, col; local
131 for(i=col=0; i<length; ++i, ++col) {
133 if(col<16) {
137 col=0;
230 int32_t i, col; local
237 for(i=col=0; i<length; ++i, ++col) {
243 col>=32 ||
245 (col>=24 && prev2>=0x20 && prev==0) |
    [all...]
  /external/jpeg/
wrppm.c 111 register JDIMENSION col; local
115 for (col = dest->samples_per_row; col > 0; col--) {
138 register JDIMENSION col; local
142 for (col = cinfo->output_width; col > 0; col--) {
160 register JDIMENSION col; local
164 for (col = cinfo->output_width; col > 0; col--)
    [all...]
wrtarga.c 106 register JDIMENSION col; local
110 for (col = cinfo->output_width; col > 0; col--) {
127 register JDIMENSION col; local
131 for (col = cinfo->output_width; col > 0; col--) {
151 register JDIMENSION col; local
155 for (col = cinfo->output_width; col > 0; col--)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_tile_common.c 24 void vp9_tile_init(TileInfo *tile, const VP9_COMMON *cm, int row, int col) {
27 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols);
28 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols);
  /external/qemu/distrib/jpeg-6b/
wrppm.c 111 register JDIMENSION col; local
115 for (col = dest->samples_per_row; col > 0; col--) {
138 register JDIMENSION col; local
142 for (col = cinfo->output_width; col > 0; col--) {
160 register JDIMENSION col; local
164 for (col = cinfo->output_width; col > 0; col--)
    [all...]
wrtarga.c 106 register JDIMENSION col; local
110 for (col = cinfo->output_width; col > 0; col--) {
127 register JDIMENSION col; local
131 for (col = cinfo->output_width; col > 0; col--) {
151 register JDIMENSION col; local
155 for (col = cinfo->output_width; col > 0; col--)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_tile_common.c 24 void vp9_tile_init(TileInfo *tile, const VP9_COMMON *cm, int row, int col) {
27 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols);
28 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols);
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 466 m_eivec.col(i).swap(m_eivec.col(k+i));
588 eivecs.col(k) = cross / sqrt(n);
594 eivecs.col(k) = cross / sqrt(n);
600 eivecs.col(k) = cross / sqrt(n);
620 eivecs.col(1) = eivecs.col(k).unitOrthogonal();
623 n = (cross = eivecs.col(k).cross(tmp.row(0).normalized())).squaredNorm();
625 eivecs.col(1) = cross / sqrt(n);
628 n = (cross = eivecs.col(k).cross(tmp.row(1))).squaredNorm()
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 65 static UCollator * col; // for qsort callback function member in struct:DataIndex
77 UCollator * DataIndex::col; member in class:DataIndex
84 UCollator * col; member in class:CmdKeyGen
96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
97 :col(col),win_langid(win_langid), count(count), data(data), fn(fn){}
108 ucol_getSortKey(col, data[i].icu_data, -1, icu_key, MAX_KEY_LENGTH);
112 ucol_getSortKey(col, data[i].icu_data, data[i].icu_data_len, icu_key, MAX_KEY_LENGTH);
141 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t)
145 iter = ucol_openElements(col, NULL, 0, &status)
396 UCollator * col; member in class:CmdBinSearch
489 UCollator * col; member in class:CollPerfTest
790 DataIndex::col = col; member in class:CollPerfTest::DataIndex
    [all...]
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMcovar.h 46 r.col(k).head(j+1) -= r.col(j).head(j+1) * temp;
55 r.col(j).head(j+1) += r.col(k).head(j+1) * r(j,k);
56 r.col(k).head(k+1) *= r(k,k);
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
covar.h 33 r.col(k).head(j+1) -= r.col(j).head(j+1) * temp;
42 r.col(j).head(j+1) += r.col(k).head(j+1) * r(j,k);
43 r.col(k).head(k+1) *= r(k,k);
  /external/eigen/unsupported/test/
splines.cpp 129 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
157 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
197 VERIFY( (pt - pts.col(i)).norm() < 1e-14 );
219 PointType ref = points.col(i);
231 PointType ref = points.col(i);
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 65 static UCollator * col; // for qsort callback function member in struct:DataIndex
77 UCollator * DataIndex::col; member in class:DataIndex
84 UCollator * col; member in class:CmdKeyGen
96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
97 :col(col),win_langid(win_langid), count(count), data(data), fn(fn){}
108 ucol_getSortKey(col, data[i].icu_data, -1, icu_key, MAX_KEY_LENGTH);
112 ucol_getSortKey(col, data[i].icu_data, data[i].icu_data_len, icu_key, MAX_KEY_LENGTH);
141 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t)
145 iter = ucol_openElements(col, NULL, 0, &status)
396 UCollator * col; member in class:CmdBinSearch
489 UCollator * col; member in class:CollPerfTest
790 DataIndex::col = col; member in class:CollPerfTest::DataIndex
    [all...]
  /external/srec/tools/grxmlcompile/
fst-io.h 222 vector<char *> col; local
223 SplitToVector(line, "\n\t ", &col, true);
224 if (col.size() == 0 || col[0][0] == '\0') // empty line
226 if (col.size() > 5 ||
227 (col.size() > 4 && accep) ||
228 (col.size() == 3 && !accep)) {
233 StateId s = StrToStateId(col[0]);
241 switch (col.size()) {
246 fst_.SetFinal(s, StrToWeight(col[1], true))
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 28 return &buf->buf[mv->row * buf->stride + mv->col];
32 int col_min = (mv->col >> 3) - MAX_FULL_PEL_VAL + (mv->col & 7 ? 1 : 0);
34 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL;
69 comp_cost[0][mv->row] + comp_cost[1][mv->col];
75 mv->col - ref->col };
84 mv->col - ref->col };
95 mv->col - ref->col }
    [all...]

Completed in 1047 milliseconds

1 2 3 4 5 6 78 91011>>