Searched refs:ncol (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsvccoll.cpp54 Collator* ncol = Collator::createInstance(US_FOO, status); local
55 if (*frcol != *ncol) {
68 loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
72 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
76 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
80 delete ncol; ncol = NULL;
87 ncol = Collator::createInstance(US, status);
88 if (*uscol != *ncol) {
91 delete ncol; nco
105 Collator* ncol = Collator::createInstance(fu_FU_FOO, status); local
402 Collator* ncol = Collator::createInstance(Locale::getUS(), status); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp56 Collator* ncol = Collator::createInstance(US_FOO, status); local
57 if (*clone != *ncol) {
64 Locale loc = ncol->getLocale(ULOC_REQUESTED_LOCALE, status);
68 loc = ncol->getLocale(ULOC_VALID_LOCALE, status);
72 loc = ncol->getLocale(ULOC_ACTUAL_LOCALE, status);
76 delete ncol; ncol = NULL;
82 ncol = Collator::createInstance(US, status);
83 if (*uscol != *ncol) {
86 delete ncol; nco
102 Collator* ncol = Collator::createInstance(fu_FU_FOO, status); local
402 Collator* ncol = Collator::createInstance(Locale::getUS(), status); local
[all...]
/external/ceres-solver/internal/ceres/
H A Dsuitesparse.cc59 triplet.ncol = A->num_cols();
78 triplet.ncol = A->num_rows(); // swap row and columns
99 m.ncol = A->num_rows();
227 block_matrix.ncol = num_col_blocks;
H A Dcovariance_impl.cc449 cholmod_jacobian.ncol = num_cols;
485 cholmod_jacobian.ncol,
494 if (rank < cholmod_jacobian.ncol) {
496 << "Number of columns: " << cholmod_jacobian.ncol
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c522 callback(void *udata, int ncol, char **data, char **cols) argument
539 arr = (*env)->NewObjectArray(env, ncol, C_java_lang_String, 0);
540 for (i = 0; i < ncol; i++) {
569 arr = (*env)->NewObjectArray(env, ncol,
571 for (i = 0; i < ncol; i++) {
615 if (h->ver >= 0x020506 && cols[ncol]) {
620 arr = (*env)->NewObjectArray(env, ncol,
622 for (i = 0; i < ncol; i++) {
623 if (cols[i + ncol]) {
627 cols[i + ncol],
2624 long ncol = 0; local
4047 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4069 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4091 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4113 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4150 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4187 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm); local
4225 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
4252 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
4279 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
4306 int ncol = sqlite3_column_count((sqlite3_stmt *) v->vm); local
[all...]
/external/eigen/Eigen/src/SPQRSupport/
H A DSuiteSparseQRSupport.h128 inline Index cols() const { return m_cR->ncol; }
182 Index n = m_cR->ncol;
256 res = Matrix<Scalar,ResType::RowsAtCompileTime,ResType::ColsAtCompileTime>::Map(reinterpret_cast<Scalar*>(x_cd->x), x_cd->nrow, x_cd->ncol);
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h160 res.ncol = mat.cols();
175 res.ncol = mat.rows();
181 res.ncol = mat.cols();
217 res.ncol = mat.cols();
234 res.ncol = mat.rows();
240 res.ncol = mat.cols();
277 Index outerSize = (Flags&RowMajor)==RowMajor ? sluMat.ncol : sluMat.nrow;
280 sluMat.nrow, sluMat.ncol, sluMat.storage.outerInd[outerSize],
407 m_sluB.ncol = 0;
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h57 res.ncol = mat.cols();
128 res.ncol = mat.cols();
129 res.nzmax = res.nrow * res.ncol;
145 (cm.nrow, cm.ncol, static_cast<Index*>(cm.p)[cm.ncol],
/external/chromium_org/third_party/sqlite/src/contrib/
H A Dsqlitecon.tcl375 set ncol [expr {int(80/($max+2))}]
376 if {$ncol<1} {set ncol 1}
378 set nrow [expr {($nelem+$ncol-1)/$ncol}]
/external/mksh/src/
H A Dedit.c5133 int ncol = 0; local
5142 ncol = col + pwidth;
5160 ncol = col + pwidth - 1;
5164 ncol = col + pwidth;
5207 if (x_col != ncol)
5208 ed_mov_opt(ncol, wb1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 274 milliseconds