/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/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.cpp | 96 Collator *col = 0; local 112 col = Collator::createInstance(Locale::getEnglish(), success); 118 StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success); 125 col->getVersion(versionArray); 136 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed"); 137 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed"); 138 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed"); 139 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed"); 140 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed"); 141 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed") 433 Collator *col; local 536 Collator *col = 0; local 645 Collator *col = 0; local 971 Collator *col = 0; local 1095 Collator *col = Collator::createInstance(Locale::getEnglish(), status); local [all...] |
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/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 | 73 RenderTableCol* col = toRenderTableCol(renderer()); local 75 if (newWidth != col->width()) 76 col->setNeedsLayoutAndPrefWidthsRecalc();
|
/external/eigen/test/ |
product_syrk.cpp | 60 VERIFY_IS_APPROX((m2.template selfadjointView<Lower>().rankUpdate(m1.col(c),s1)._expression()), 61 ((s1 * m1.col(c) * m1.col(c).adjoint()).eval().template triangularView<Lower>().toDenseMatrix())); 64 VERIFY_IS_APPROX((m2.template selfadjointView<Upper>().rankUpdate(m1.col(c),s1)._expression()), 65 ((s1 * m1.col(c) * m1.col(c).adjoint()).eval().template triangularView<Upper>().toDenseMatrix())); 68 VERIFY_IS_APPROX((m2.template selfadjointView<Lower>().rankUpdate(m1.col(c).conjugate(),s1)._expression()), 69 ((s1 * m1.col(c).conjugate() * m1.col(c).conjugate().adjoint()).eval().template triangularView<Lower>().toDenseMatrix())); 72 VERIFY_IS_APPROX((m2.template selfadjointView<Upper>().rankUpdate(m1.col(c).conjugate(),s1)._expression()) [all...] |
vectorwiseop.cpp | 39 VERIFY_IS_APPROX(m2.col(c), m1.col(c) + colvec); 57 VERIFY_IS_APPROX(m2.col(c), m1.col(c) - colvec); 75 VERIFY_IS_APPROX(m2.col(c), m1.col(c) * colvec); 93 VERIFY_IS_APPROX(m2.col(c), m1.col(c) / colvec); 132 VERIFY_IS_APPROX(m2.col(c), m1.col(c) + colvec) [all...] |
block.cpp | 40 //check row() and col() 41 VERIFY_IS_EQUAL(m1.col(c1).transpose(), m1.transpose().row(c1)); 42 //check operator(), both constant and non-constant, on row() and col() 50 m1.col(c1) += s1 * m1_copy.col(c2); 51 VERIFY_IS_APPROX(m1.col(c1), m1_copy.col(c1) + s1 * m1_copy.col(c2)); 52 m1.col(c1).col(0) += s1 * m1_copy.col(c2) [all...] |
/external/icu4c/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/icu4c/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/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...] |
/external/eigen/Eigen/src/Eigenvalues/ |
SelfAdjointEigenSolver.h | 464 m_eivec.col(i).swap(m_eivec.col(k+i)); 586 eivecs.col(k) = cross / sqrt(n); 592 eivecs.col(k) = cross / sqrt(n); 598 eivecs.col(k) = cross / sqrt(n); 618 eivecs.col(1) = eivecs.col(k).unitOrthogonal(); 621 n = (cross = eivecs.col(k).cross(tmp.row(0).normalized())).squaredNorm(); 623 eivecs.col(1) = cross / sqrt(n); 626 n = (cross = eivecs.col(k).cross(tmp.row(1))).squaredNorm() [all...] |
/external/chromium_org/third_party/icu/source/test/perf/collperf/ |
collperf.cpp | 62 static UCollator * col; // for qsort callback function member in struct:DataIndex 74 UCollator * DataIndex::col; member in class:DataIndex 81 UCollator * col; member in class:CmdKeyGen 93 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t) 94 :col(col),win_langid(win_langid), count(count), data(data), fn(fn){} 105 ucol_getSortKey(col, data[i].icu_data, -1, icu_key, MAX_KEY_LENGTH); 109 ucol_getSortKey(col, data[i].icu_data, data[i].icu_data_len, icu_key, MAX_KEY_LENGTH); 136 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t) 140 iter = ucol_openElements(col, NULL, 0, &status) 387 UCollator * col; member in class:CmdBinSearch 478 UCollator * col; member in class:CollPerfTest 773 DataIndex::col = col; member in class:CollPerfTest::DataIndex [all...] |
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
covar.h | 32 r.col(k).head(j+1) -= r.col(j).head(j+1) * temp; 41 r.col(j).head(j+1) += r.col(k).head(j+1) * r(j,k); 42 r.col(k).head(k+1) *= r(k,k);
|
/external/eigen/unsupported/test/ |
splines.cpp | 125 VERIFY( (pt - pts.col(i)).norm() < 1e-14 ); 153 VERIFY( (pt - pts.col(i)).norm() < 1e-14 ); 193 VERIFY( (pt - pts.col(i)).norm() < 1e-14 ); 215 PointType ref = points.col(i); 227 PointType ref = points.col(i);
|
/external/icu4c/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...] |
/hardware/ti/omap4xxx/camera/ |
NV12_resize.c | 36 mmUint16 row,col; local 122 for (col=0; col < codx; col++) 133 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9); 134 xf = (mmUchar) ((mmUint32) ((col*resizeFactorX) >> 6) & 0x7); 207 for (col=0; col < (((codx)>>1)); col++) 220 x = (mmUint16) ((mmUint32) (col*resizeFactorX) >> 9) [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
Hex.java | 270 int col = 0; local 273 if (col == 0) { 283 } else if ((col & 1) == 0) { 289 col++; 290 if (col == bpl) { 292 col = 0; 297 if (col != 0) {
|
/dalvik/dx/src/com/android/dx/util/ |
Hex.java | 270 int col = 0; local 273 if (col == 0) { 283 } else if ((col & 1) == 0) { 289 col++; 290 if (col == bpl) { 292 col = 0; 297 if (col != 0) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstore.c | 1199 GLint row, col; local 1331 int img, row, col; local 1358 int img, row, col; local 1384 GLint img, row, col; local 1483 GLint img, row, col; local 1556 int img, row, col; local 1717 GLint img, row, col; local 1781 GLint img, row, col; local 1886 GLint img, row, col; local 1960 GLint img, row, col; local 2032 GLint img, row, col; local 2085 GLint img, row, col; local 2146 GLint img, row, col; local 2277 GLint img, row, col; local 2463 GLint img, row, col; local 2517 GLint img, row, col; local 2573 GLint img, row, col; local 2630 GLint img, row, col; local 2676 GLint img, row, col; local 2735 GLint img, row, col; local 3752 GLint img, row, col; local 3800 GLint img, row, col; local 3911 GLint img, row, col; local 3977 GLint img, row, col; local [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Hex.java | 270 int col = 0; local 273 if (col == 0) { 283 } else if ((col & 1) == 0) { 289 col++; 290 if (col == bpl) { 292 col = 0; 297 if (col != 0) {
|