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

1 23 4 5 6 7 8 91011>>

  /external/qemu/distrib/jpeg-6b/
rdppm.c 148 JDIMENSION col; local
151 for (col = cinfo->image_width; col > 0; col--) {
166 JDIMENSION col; local
169 for (col = cinfo->image_width; col > 0; col--) {
186 JDIMENSION col; local
192 for (col = cinfo->image_width; col > 0; col--)
207 JDIMENSION col; local
245 JDIMENSION col; local
269 JDIMENSION col; local
    [all...]
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/webkit/Source/WebCore/rendering/
RenderTableSection.h 85 CellStruct& cellAt(int row, int col) { return (*m_grid[row].row)[col]; }
86 const CellStruct& cellAt(int row, int col) const { return (*m_grid[row].row)[col]; }
87 RenderTableCell* primaryCellAt(int row, int col)
89 CellStruct& c = (*m_grid[row].row)[col];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 217 toolTip.setMessage(/*"("+col+","+row+") "+*/toolTipMessage);
245 int col = 0; local
247 Rectangle bounds = tableItem.getBounds(col);
248 while (col<this.columnsCount) {
251 if (col == this.columnsCount) {
255 col++;
256 bounds = tableItem.getBounds(col);
260 return new Point(col, row);
360 for (int col=1; col<size; col++)
    [all...]
  /external/icu4c/test/intltest/
dadrcoll.cpp 149 DataDrivenCollatorTest::processArguments(Collator *col, const UChar *start, int32_t optLen) {
161 col->setAttribute(attrib, value, status);
169 Collator *col = NULL; local
183 col = Collator::createInstance(localeName, status);
195 col = new RuleBasedCollator(testSetting, status);
211 if(col != NULL){
212 RuleBasedCollator* rbc = (RuleBasedCollator*)col;
228 processArguments(col, arguments, argLen);
243 processSequence(col, sequence);
254 delete col;
    [all...]
apicoll.cpp 98 Collator *col = 0; local
114 col = Collator::createInstance(Locale::getEnglish(), success);
120 StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success);
127 col->getVersion(versionArray);
138 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed");
139 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed");
140 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
141 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed");
142 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
143 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed")
442 Collator *col; local
545 Collator *col = 0; local
654 Collator *col = 0; local
980 Collator *col = 0; local
1104 Collator *col = Collator::createInstance(Locale::getEnglish(), status); local
    [all...]
dadrcoll.h 44 void processSequence(Collator* col, const UnicodeString &sequence);
46 void processArguments(Collator *col, const UChar *start, int32_t optLen);
g7coll.cpp 162 Collator *col = Collator::createInstance("en_US", status); local
164 delete col;
168 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules();
189 delete col;
196 Collator *col = Collator::createInstance("en_US", status); local
198 delete col;
202 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules();
223 delete col;
230 Collator *col = Collator::createInstance("en_US", status); local
233 delete col;
264 Collator *col = Collator::createInstance("en_US", 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/chromium/chrome/browser/history/
download_database.cc 36 void BindFilePath(sql::Statement& statement, const FilePath& path, int col) {
37 statement.BindString(col, path.value());
39 FilePath ColumnFilePath(sql::Statement& statement, int col) {
40 return FilePath(statement.ColumnString(col));
46 void BindFilePath(sql::Statement& statement, const FilePath& path, int col) {
47 statement.BindString(col, UTF16ToUTF8(path.value()));
49 FilePath ColumnFilePath(sql::Statement& statement, int col) {
50 return FilePath(UTF8ToUTF16(statement.ColumnString(col)));
  /external/webkit/Source/WebKit/chromium/src/
WebNodeCollection.cpp 57 WebNodeCollection::WebNodeCollection(const PassRefPtr<HTMLCollection>& col)
58 : m_private(static_cast<HTMLCollection*>(col.releaseRef()))
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_neighbour.c 133 u32 i, row, col; local
142 row = col = 0;
147 if (col)
157 if (row && (col < picWidth - 1))
162 if (row && col)
167 col++;
168 if (col == picWidth)
170 col = 0;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java 65 for (int col = 0; col < 16; col++) {
66 final float x = col * XMUL + 10;
  /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/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/icu4c/tools/toolutil/
writesrc.c 104 int32_t i, col; local
126 for(i=col=0; i<length; ++i, ++col) {
128 if(col<16) {
132 col=0;
225 int32_t i, col; local
232 for(i=col=0; i<length; ++i, ++col) {
238 col>=32 ||
240 (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/webkit/Source/WebCore/html/
HTMLTableColElement.cpp 70 RenderTableCol* col = toRenderTableCol(renderer()); local
72 if (newWidth != col->width())
73 col->setNeedsLayoutAndPrefWidthsRecalc();
  /build/tools/droiddoc/templates-sdk/
docpage.cs 16 ?>class="col-13" id="doc-col"<?cs else
17 ?>class="col-12" id="doc-col"<?cs /if ?> >
23 <div class="layout-content-col <?cs if:training ?>span-7<?cs else ?>span-9<?cs /if ?>">
29 <div class="training-nav-top layout-content-col span-5" itemscope itemtype="http://schema.org/SiteNavigationElement">
36 <div class="paging-links layout-content-col span-4" itemscope itemtype="http://schema.org/SiteNavigationElement">
47 <div class="col-6">
52 <div class="col-6">
77 <div class="layout-content-col <?cs
    [all...]
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 235 public String getColumnText(Object element, int col) {
238 if (col == COL_NAME)
240 if (col == COL_EXCLUSIVE_CPU_TIME) {
245 if (col == COL_EXCLUSIVE_CPU_TIME_PER) {
250 if (col == COL_INCLUSIVE_CPU_TIME) {
255 if (col == COL_INCLUSIVE_CPU_TIME_PER) {
260 if (col == COL_EXCLUSIVE_REAL_TIME) {
265 if (col == COL_EXCLUSIVE_REAL_TIME_PER) {
270 if (col == COL_INCLUSIVE_REAL_TIME) {
275 if (col == COL_INCLUSIVE_REAL_TIME_PER)
    [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...]
  /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...]

Completed in 541 milliseconds

1 23 4 5 6 7 8 91011>>