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

12 3 4 5 6 7 8 91011>>

  /development/apps/Term/src/com/android/term/
Exec.java 59 int row, int col, int xpixel, int ypixel);
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModificationExceptionTest.java 35 Collection col; field in class:ConcurrentModificationExceptionTest.CollectionModifier
40 col = c;
50 col.add(someItem);
51 col.remove(someItem);
  /external/freetype/src/base/
ftlcdfil.c 107 FT_Byte* col = column; local
112 val1 = col[0];
118 col += pitch;
120 val1 = col[0];
125 col += pitch;
132 val = col[0];
141 col[-2 * pitch] = (FT_Byte)pix;
142 col += pitch;
151 col[-2 * pitch] = (FT_Byte)pix;
155 col[-pitch] = (FT_Byte)pix
231 FT_Byte* col = column; local
    [all...]
  /external/jpeg/
jdcolor.c 147 register JDIMENSION col; local
163 for (col = 0; col < num_cols; col++) {
164 y = GETJSAMPLE(inptr0[col]);
165 cb = GETJSAMPLE(inptr1[col]);
166 cr = GETJSAMPLE(inptr2[col]);
188 register JDIMENSION col; local
204 for (col = 0; col < num_cols; col++)
229 register JDIMENSION col; local
301 register JDIMENSION col; local
377 register JDIMENSION col; local
403 register JDIMENSION col; local
454 register JDIMENSION col; local
562 register JDIMENSION col; local
583 register JDIMENSION col; local
604 register JDIMENSION col; local
641 register JDIMENSION col; local
697 register JDIMENSION col; local
    [all...]
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...]
  /frameworks/base/core/jni/
CursorWindow.h 162 bool putLong(unsigned int row, unsigned int col, int64_t value);
163 bool putDouble(unsigned int row, unsigned int col, double value);
164 bool putNull(unsigned int row, unsigned int col);
166 bool getLong(unsigned int row, unsigned int col, int64_t * valueOut);
167 bool getDouble(unsigned int row, unsigned int col, double * valueOut);
168 bool getNull(unsigned int row, unsigned int col, bool * valueOut);
  /external/chromium/third_party/icu/source/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);
210 if(col != NULL){
211 RuleBasedCollator* rbc = (RuleBasedCollator*)col;
227 processArguments(col, arguments, argLen);
242 processSequence(col, sequence);
253 delete col;
    [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);
apicoll.cpp 95 Collator *col = 0; local
113 col = Collator::createInstance(Locale::getEnglish(), success);
121 col->getVersion(versionArray);
130 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed");
131 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed");
132 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
133 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed");
134 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
136 doAssert((col->compareUTF8("\x61\x62\xc3\xa4", "\x61\x62\xc3\x9f", success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UTF-8 comparison failed");
144 doAssert((col->compare(abauIter, abssIter, success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UCharIterator compa (…)
426 Collator *col; local
529 Collator *col = 0; local
652 Collator *col = 0; local
978 Collator *col = 0; local
1102 Collator *col = Collator::createInstance(Locale::getEnglish(), status); local
    [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);
210 if(col != NULL){
211 RuleBasedCollator* rbc = (RuleBasedCollator*)col;
227 processArguments(col, arguments, argLen);
242 processSequence(col, sequence);
253 delete col;
    [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...]
apicoll.cpp 96 Collator *col = 0; local
113 col = Collator::createInstance(Locale::getEnglish(), success);
119 StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", Locale::getEnglish(),true,success);
126 col->getVersion(versionArray);
135 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed");
136 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed");
137 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
138 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed");
139 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
140 doAssert((col->compare("","",success) == Collator::EQUAL), "Comparison between empty strings failed")
440 Collator *col; local
543 Collator *col = 0; local
652 Collator *col = 0; local
978 Collator *col = 0; local
1102 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/webkit/WebKit/chromium/src/
WebNodeCollection.cpp 57 WebNodeCollection::WebNodeCollection(const PassRefPtr<HTMLCollection>& col)
58 : m_private(static_cast<HTMLCollection*>(col.releaseRef()))
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java 66 for (int col = 0; col < 16; col++) {
67 final float x = col * 20 + 10;
  /external/clearsilver/python/examples/base/
odb_mysql.py 55 col = self.getColumnDef(colname)
56 colname = col[0]
57 coltype = col[1]
58 options = col[2]
  /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/webkit/WebCore/html/
HTMLTableCellElement.h 43 int col() const { return _col; } function in class:WebCore::HTMLTableCellElement
44 void setCol(int col) { _col = col; }
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 199 public String getColumnText(Object element, int col) {
202 if (col == COL_NAME)
204 if (col == COL_EXCLUSIVE) {
209 if (col == COL_EXCLUSIVE_PER) {
214 if (col == COL_INCLUSIVE) {
219 if (col == COL_INCLUSIVE_PER) {
224 if (col == COL_CALLS)
226 if (col == COL_TIME_PER_CALL) {
235 if (col == COL_NAME)
237 if (col == COL_INCLUSIVE)
    [all...]
  /external/clearsilver/util/
wdb.c 172 WDBColumn *col; local
174 col = (WDBColumn *)value;
176 free (col->name);
177 free (col);
222 WDBColumn *col; local
300 col = (WDBColumn *) calloc (1, sizeof (WDBColumn));
301 col->name = k;
302 col->inmem_index = colindex++;
303 col->type = *v;
305 col->ondisk_index = atoi(v)
331 WDBColumn *col; local
686 WDBColumn *col; local
796 WDBColumn *col, *ocol; local
877 WDBColumn *ocol, *col; local
938 WDBColumn *col; local
1109 WDBColumn *col; local
1129 WDBColumn *col; local
1171 WDBColumn *col; local
1541 WDBColumn *col; local
    [all...]

Completed in 1588 milliseconds

12 3 4 5 6 7 8 91011>>