HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 51 - 75 of 277) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/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/icu4c/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/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...]
  /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/jpeg/
rdcolmap.c 174 unsigned int w, h, maxval, row, col; local
195 for (col = 0; col < w; col++) {
206 for (col = 0; col < w; col++) {
rdrle.c 209 JDIMENSION col; local
219 for (col = cinfo->image_width; col > 0; col--) {
244 JDIMENSION row, col; local
295 for (col = 0; col < cinfo->image_width; col++) {
298 (colormap[GETJSAMPLE(rle_row[channel][col]) + 256 * channel] >> 8);
321 for (col = cinfo->image_width; col > 0; col--)
    [all...]
rdtarga.c 179 register JDIMENSION col; local
182 for (col = cinfo->image_width; col > 0; col--) {
196 register JDIMENSION col; local
200 for (col = cinfo->image_width; col > 0; col--) {
217 register JDIMENSION col; local
220 for (col = cinfo->image_width; col > 0; col--)
244 register JDIMENSION col; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java 57 ArrayList<Integer> col = list.get(i); local
60 int r2 = col.get(j);
71 ArrayList<Integer> col = list.get(i); local
74 int r2 = col.get(j);
163 ArrayList<Integer> col = Lists.newArrayList(); local
164 list.add(col);
168 col.add(r);
  /external/chromium/third_party/icu/source/test/cintltst/
capitst.c 280 UCollator *col, *ruled; local
306 col = ucol_open("en_US", &status);
312 ucol_getVersion(col, versionArray);
321 ucol_getUCAVersion(col, versionUCAArray);
337 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < abc comparison failed");
342 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < AB comparison failed");
348 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
352 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS),
357 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
364 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength")
570 UCollator *col; local
663 UCollator * col; local
819 UCollator * col = ucol_open("en_US", &err); local
1033 UCollator *col; local
1179 UCollator *col; local
1234 UCollator *col; local
    [all...]
  /external/libvpx/vp8/common/
reconinter.c 144 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
146 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
147 sppf(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
151 ptr_base += d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
177 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
179 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
181 x->subpixel_predict8x8(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
196 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
198 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
200 x->subpixel_predict8x4(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch)
    [all...]
postproc.c 95 int col; local
108 for (col = 0; col < cols; col++)
112 int v = p_src[col];
116 if (abs(v - p_src[col+i*pitch]) > flimit)
119 kernel += kernel5[2+i] * p_src[col+i*pitch];
124 p_dst[col] = v;
134 for (col = 0; col < cols; col++
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 288 UCollator *col, *ruled; local
311 col = ucol_open("en_US", &status);
317 ucol_getVersion(col, versionArray);
326 ucol_getUCAVersion(col, versionUCAArray);
342 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < abc comparison failed");
347 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < AB comparison failed");
353 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
357 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS),
362 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_GREATER),
369 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength")
580 UCollator *col; local
673 UCollator * col; local
829 UCollator * col = ucol_open("en_US", &err); local
1013 UCollator *col; local
1157 UCollator *col; local
1212 UCollator *col; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.cpp 49 vector<char *> col; local
50 SplitToVector(line, "\n\t ", &col, true);
51 if (col.size() == 0) // empty line
53 if (col.size() != 2) {
58 const char *symbol = col[0];
59 const char *value = col[1];
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PermissionCollectionTest.java 47 public RealPermissionCollection(Set <Permission> col)
49 if (col != null) {
50 setCol.addAll(col);
  /external/chromium/third_party/icu/source/test/intltest/
canittst.h 45 UnicodeString collectionToString(Hashtable *col);
46 //static UnicodeString collectionToString(Collection col);
  /external/icu4c/test/intltest/
canittst.h 45 UnicodeString collectionToString(Hashtable *col);
46 //static UnicodeString collectionToString(Collection col);
  /external/webkit/WebCore/accessibility/
AccessibilityTableCell.cpp 126 columnRange.first = renderCell->col();
147 int col = renderCell->col(); local
148 if (!col)
  /external/webkit/WebCore/rendering/
RenderTableSection.h 70 CellStruct& cellAt(int row, int col) { return (*m_grid[row].row)[col]; }
71 const CellStruct& cellAt(int row, int col) const { return (*m_grid[row].row)[col]; }
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayLog.java 265 TableColumn col = TableHelper.createTableColumn( local
268 col.addControlListener(new ControlAdapter() {
278 col = TableHelper.createTableColumn(
281 col.addControlListener(new ControlAdapter() {
291 col = TableHelper.createTableColumn(
294 col.addControlListener(new ControlAdapter() {
304 col = TableHelper.createTableColumn(
307 col.addControlListener(new ControlAdapter() {
317 col = TableHelper.createTableColumn(
320 col.addControlListener(new ControlAdapter()
363 TableColumn col = mLogTable.getColumn(index); local
    [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 176 mv->col = (short)(read_mvcomponent(r, ++mvc) << 1);
370 mv->col += best_mv.col;
397 mbmi->need_to_clamp_mvs = (mv->col < mb_to_left_edge) ? 1 : 0;
398 mbmi->need_to_clamp_mvs |= (mv->col > mb_to_right_edge) ? 1 : 0;
429 mv->col = (mv->col < mb_to_left_edge) ? mb_to_left_edge : mv->col;
430 mv->col = (mv->col > mb_to_right_edge) ? mb_to_right_edge : mv->col
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 66 int row, col;
170 for ( col=0; col<icon->w; ++col ) {
171 if ( (col%8) == 0 ) {
192 for ( col=0; col<mask_pitch; ++col ) {
  /frameworks/base/core/java/android/util/
DayOfMonthCursor.java 63 public void setSelectedRowColumn(int row, int col) {
65 mColumn = col;
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthCursor.java 65 public void setSelectedRowColumn(int row, int col) {
67 mColumn = col;
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 299 for (int col = 0; col < width; ++col) {
300 int idx = row * width + col;
303 if ((row & 1) == 0 && (col & 1) == 0) {
304 int offset = row / 2 * width + col / 2 * 2;
314 for (int col = 0; col < width; col += 2) {
315 int idx = row * width + col;
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
writesrc.c 89 int32_t i, col; local
111 for(i=col=0; i<length; ++i, ++col) {
113 if(col<16) {
117 col=0;

Completed in 830 milliseconds

1 23 4 5 6 7 8 91011>>