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

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/test/intltest/
g7coll.cpp 153 Collator *col = Collator::createInstance("en_US", status); local
155 delete col;
159 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules();
180 delete col;
187 Collator *col = Collator::createInstance("en_US", status); local
189 delete col;
193 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules();
214 delete col;
221 Collator *col = Collator::createInstance("en_US", status); local
224 delete col;
255 Collator *col = Collator::createInstance("en_US", status); local
    [all...]
apicoll.cpp 66 Collator *col = 0; local
82 col = Collator::createInstance(Locale::getEnglish(), success);
88 StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success);
95 col->getVersion(versionArray);
106 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed");
107 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed");
108 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
109 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed");
110 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
111 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed")
382 Collator *col; local
485 Collator *col = 0; local
620 Collator *col = 0; local
944 Collator *col = 0; local
1068 Collator *col = Collator::createInstance(Locale::getEnglish(), status); local
    [all...]
tscoll.h 35 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
37 void doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
38 void doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
  /external/selinux/gui/
fcontextPage.py 85 col = gtk.TreeViewColumn(_("File\nSpecification"), gtk.CellRendererText(), text=SPEC_COL)
86 col.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
87 col.set_fixed_width(250)
89 col.set_sort_column_id(SPEC_COL)
90 col.set_resizable(True)
91 self.view.append_column(col)
92 col = gtk.TreeViewColumn(_("Selinux\nFile Type"), gtk.CellRendererText(), text=TYPE_COL)
94 col.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
95 col.set_fixed_width(250)
96 col.set_sort_column_id(TYPE_COL
    [all...]
  /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/libjpeg-turbo/
jccolor.c 388 register JDIMENSION col; local
398 for (col = 0; col < num_cols; col++) {
403 outptr3[col] = inptr[3]; /* don't need GETJSAMPLE here */
411 outptr0[col] = (JSAMPLE)
415 outptr1[col] = (JSAMPLE)
419 outptr2[col] = (JSAMPLE)
440 register JDIMENSION col; local
448 for (col = 0; col < num_cols; col++)
469 register JDIMENSION col; local
    [all...]
wrppm.c 96 register JDIMENSION col; local
100 for (col = dest->samples_per_row; col > 0; col--) {
123 register JDIMENSION col; local
127 for (col = cinfo->output_width; col > 0; col--) {
145 register JDIMENSION col; local
149 for (col = cinfo->output_width; col > 0; col--)
    [all...]
wrtarga.c 100 register JDIMENSION col; local
104 for (col = cinfo->output_width; col > 0; col--) {
121 register JDIMENSION col; local
125 for (col = cinfo->output_width; col > 0; col--) {
145 register JDIMENSION col; local
149 for (col = cinfo->output_width; col > 0; col--)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
deblock_neon.c 92 int col; local
100 for (col = 0; col < cols - 8; col += 16) {
116 const uint8x16_t filterq = vld1q_u8(f + col);
153 if (col != cols) {
169 const uint8x8_t filter = vld1_u8(f + col);
222 for (col = 0; col < cols; col += 8)
314 int row, col; local
402 int row, col, i; local
    [all...]
  /external/eigen/test/
eigensolver_complex.cpp 16 template<typename MatrixType> bool find_pivot(typename MatrixType::Scalar tol, MatrixType &diffs, Index col=0)
19 if(match || col==diffs.cols())
27 for(Index i=col; i<n; ++i)
30 if(diffs.col(col).segment(col,n-i).minCoeff(&best_index) > tol)
33 best_index += col;
35 diffs.row(col).swap(diffs.row(best_index));
36 if(find_pivot(tol,diffs,col+1)) return true;
37 diffs.row(col).swap(diffs.row(best_index))
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
writesrc.c 115 int32_t i, col; local
137 for(i=col=0; i<length; ++i, ++col) {
139 if(col<16) {
143 col=0;
236 int32_t i, col; local
243 for(i=col=0; i<length; ++i, ++col) {
249 col>=32 ||
251 (col>=24 && prev2>=0x20 && prev==0) |
    [all...]
  /external/syslinux/core/include/
bios.h 66 uint8_t col; /* Cursor column for message file */ member in struct:screen::__anon32042
75 #define CursorCol _cursor.b.col
79 #define VidCols _screensize.b.col
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 30 is_q4 ? src_mv->col : src_mv->col * 2 };
32 const int subpel_x = mv.col & SUBPEL_MASK;
35 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS);
50 is_q4 ? src_mv->col : src_mv->col * 2 };
52 const int subpel_x = mv.col & SUBPEL_MASK;
55 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS);
71 mi->bmi[0].as_mv[idx].as_mv.col + mi->bmi[1].as_mv[idx].as_mv.col
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractFieldMatrix.java 179 for (int col = 0; col < columnCount; ++col) {
180 out.setEntry(row, col, getEntry(row, col).add(m.getEntry(row, col)));
198 for (int col = 0; col < columnCount; ++col) {
199 out.setEntry(row, col, getEntry(row, col).subtract(m.getEntry(row, col)))
    [all...]
AbstractRealMatrix.java 87 for (int col = 0; col < columnCount; ++col) {
88 out.setEntry(row, col, getEntry(row, col) + m.getEntry(row, col));
106 for (int col = 0; col < columnCount; ++col) {
107 out.setEntry(row, col, getEntry(row, col) - m.getEntry(row, col))
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
AppearAnimationUtils.java 119 for (int col = 0; col < columns.length; col++) {
120 long delay = columns[col];
122 if (properties.maxDelayRowIndex == row && properties.maxDelayColIndex == col) {
125 creator.createAnimation(objects[row][col], delay, mDuration,
158 for (int col = 0; col < columns.length; col++) {
159 long delay = calculateDelay(row, col);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 54 Collator col = Collator.getInstance(); local
55 col.setStrength(Collator.TERTIARY);
61 CollationKey sortk1 = col.getCollationKey("");
70 CollationKey sortkIgnorable = col.getCollationKey("\u0001\u034f");
77 sortk1 = col.getCollationKey(null);
81 sortk1 = col.getCollationKey(test1);
82 CollationKey sortk2 = col.getCollationKey(test2);
94 col = Collator.getInstance();
98 if (col.getStrength() != Collator.TERTIARY){
103 col.setStrength(Collator.IDENTICAL)
197 Collator col = Collator.getInstance(Locale.ENGLISH); local
284 Collator col = Collator.getInstance(Locale.ENGLISH); local
457 Collator col = Collator.getInstance(Locale.ENGLISH); local
528 Collator col = Collator.getInstance(); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java 53 Collator col = Collator.getInstance(); local
54 col.setStrength(Collator.TERTIARY);
60 CollationKey sortk1 = col.getCollationKey("");
69 CollationKey sortkIgnorable = col.getCollationKey("\u0001\u034f");
76 sortk1 = col.getCollationKey(null);
80 sortk1 = col.getCollationKey(test1);
81 CollationKey sortk2 = col.getCollationKey(test2);
93 col = Collator.getInstance();
97 if (col.getStrength() != Collator.TERTIARY){
102 col.setStrength(Collator.IDENTICAL)
196 Collator col = Collator.getInstance(Locale.ENGLISH); local
283 Collator col = Collator.getInstance(Locale.ENGLISH); local
456 Collator col = Collator.getInstance(Locale.ENGLISH); local
527 Collator col = Collator.getInstance(); local
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
offset_token.py 103 col = 0
107 col += offset_col
110 col = offset_col
111 tokenize_tokens.append((t.type, t.string, (row, col), (row, col), None))
  /external/eigen/Eigen/src/Core/
DenseCoeffsBase.h 88 * parameters \a row and \a col are in range.
96 EIGEN_STRONG_INLINE CoeffReturnType coeff(Index row, Index col) const
99 && col >= 0 && col < cols());
100 return internal::evaluator<Derived>(derived()).coeff(row,col);
115 EIGEN_STRONG_INLINE CoeffReturnType operator()(Index row, Index col) const
118 && col >= 0 && col < cols());
119 return coeff(row, col);
231 EIGEN_STRONG_INLINE PacketReturnType packet(Index row, Index col) cons
    [all...]
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMcovar.h 45 r.col(k).head(j+1) -= r.col(j).head(j+1) * temp;
54 r.col(j).head(j+1) += r.col(k).head(j+1) * r(j,k);
55 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/icu/icu4c/source/test/perf/collperf/
collperf.cpp 71 static UCollator * col; // for qsort callback function member in struct:DataIndex
83 UCollator * DataIndex::col; member in class:DataIndex
90 UCollator * col; member in class:CmdKeyGen
102 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
103 :col(col),win_langid(win_langid), count(count), data(data), fn(fn){}
114 ucol_getSortKey(col, data[i].icu_data, -1, icu_key, MAX_KEY_LENGTH);
118 ucol_getSortKey(col, data[i].icu_data, data[i].icu_data_len, icu_key, MAX_KEY_LENGTH);
147 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t)
151 iter = ucol_openElements(col, NULL, 0, &status)
402 UCollator * col; member in class:CmdBinSearch
495 UCollator * col; member in class:CollPerfTest
796 DataIndex::col = col; member in class:CollPerfTest::DataIndex
    [all...]
  /packages/apps/Terminal/src/com/android/terminal/
TerminalLineView.java 64 for (int col = 0; col < cols;) {
65 mTerm.getCellRun(row, col, m.run);
70 final int x = col * m.charWidth;
82 col += m.run.colSize;
  /external/fio/
ghelpers.c 106 GtkTreeViewColumn *col; local
117 col = gtk_tree_view_column_new();
119 gtk_tree_view_column_set_title(col, title);
121 gtk_tree_view_column_set_sort_column_id(col, index);
122 gtk_tree_view_column_set_resizable(col, TRUE);
123 gtk_tree_view_column_pack_start(col, renderer, TRUE);
124 gtk_tree_view_column_set_expand(col, TRUE);
125 gtk_tree_view_column_add_attribute(col, renderer, "text", index);
139 gtk_tree_view_column_set_visible(col, visible);
140 gtk_tree_view_append_column(GTK_TREE_VIEW(tree_view), col); local
    [all...]

Completed in 5528 milliseconds

1 2 3 4 5 6 78 91011>>