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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vp8/common/
mv.h 18 short col; member in struct:__anon5243
  /libcore/support/src/test/java/tests/support/
Support_CollectionTest.java 30 Collection<Integer> col; // must contain the Integers 0 to 99 field in class:Support_CollectionTest
38 col = c;
43 new Support_UnmodifiableCollectionTest("", col).runTest();
52 assertTrue("CollectionTest - a) add did not work", col.add(new Integer(
54 assertTrue("CollectionTest - b) add did not work", col
58 assertTrue("CollectionTest - a) remove did not work", col
60 assertTrue("CollectionTest - b) remove did not work", !col
64 assertTrue("CollectionTest - a) addAll failed", col
66 assertTrue("CollectionTest - b) addAll failed", col
70 assertTrue("CollectionTest - a) containsAll failed", col
    [all...]
Support_UnmodifiableCollectionTest.java 32 Collection<Integer> col; field in class:Support_UnmodifiableCollectionTest
43 col = c;
50 assertTrue("UnmodifiableCollectionTest - should contain 0", col
52 assertTrue("UnmodifiableCollectionTest - should contain 50", col
54 assertTrue("UnmodifiableCollectionTest - should not contain 100", !col
64 col.containsAll(hs));
68 !col.containsAll(hs));
71 assertTrue("UnmodifiableCollectionTest - should not be empty", !col
75 Iterator<Integer> it = col.iterator();
92 + col.size(), col.size() == 100)
    [all...]
  /frameworks/base/core/java/android/database/
CursorWindow.java 127 * @param col
130 public boolean putBlob(byte[] value, int row, int col) {
133 return putBlob_native(value, row - mStartPos, col);
139 private native boolean putBlob_native(byte[] value, int row, int col);
145 * @param col
148 public boolean putString(String value, int row, int col) {
151 return putString_native(value, row - mStartPos, col);
157 private native boolean putString_native(String value, int row, int col);
163 * @param col
166 public boolean putLong(long value, int row, int col) {
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Stmt.java 173 * @param col column number, 0-based
177 public native int column_int(int col) throws SQLite.Exception;
181 * @param col column number, 0-based
184 public native long column_long(int col) throws SQLite.Exception;
188 * @param col column number, 0-based
191 public native double column_double(int col) throws SQLite.Exception;
195 * @param col column number, 0-based
198 public native byte[] column_bytes(int col) throws SQLite.Exception;
202 * @param col column number, 0-based
205 public native String column_string(int col) throws SQLite.Exception
    [all...]
  /build/tools/bin2asm/
data 13 int col = 0;
40 printf((col == 0) ? ".byte %3d" : ",%3d", buf[i]);
41 col++;
42 if (col == 16) {
44 col = 0;
49 if (col != 0) {
icudata.c 13 int col = 0; local
51 if (col == 0) {
55 col++;
56 if (col == 16) {
58 col = 0;
59 } else if (col % 4 == 0) {
67 if (col != 0) {
  /external/webkit/WebCore/platform/sql/
SQLiteStatement.h 73 String getColumnName(int col);
74 SQLValue getColumnValue(int col);
75 String getColumnText(int col);
76 double getColumnDouble(int col);
77 int getColumnInt(int col);
78 int64_t getColumnInt64(int col);
79 const void* getColumnBlob(int col, int& size);
80 void getColumnBlobAsVector(int col, Vector<char>&);
82 bool returnTextResults(int col, Vector<String>&);
83 bool returnIntResults(int col, Vector<int>&)
    [all...]
SQLiteStatement.cpp 229 String SQLiteStatement::getColumnName(int col)
231 ASSERT(col >= 0);
235 if (columnCount() <= col)
237 return String(reinterpret_cast<const UChar*>(sqlite3_column_name16(m_statement, col)));
240 SQLValue SQLiteStatement::getColumnValue(int col)
242 ASSERT(col >= 0);
246 if (columnCount() <= col)
251 sqlite3_value* value = sqlite3_column_value(m_statement, col);
268 String SQLiteStatement::getColumnText(int col)
270 ASSERT(col >= 0)
    [all...]
  /cts/tools/dasm/src/java_cup/
parse_action_table.java 69 for (int col = 0; col < under_state[row].size(); col++)
72 act = under_state[row].under_term[col];
116 for (int col = 0; col < under_state[row].size(); col++)
119 if (under_state[row].under_term[col].kind() != parse_action.ERROR)
121 result += col + ":" + under_state[row].under_term[col] + " "
    [all...]
parse_reduce_table.java 67 for (int col = 0; col < under_state[row].size(); col++)
70 goto_st = under_state[row].under_non_term[col];
75 result += col + ":";
  /external/webkit/WebCore/html/
DataGridColumnList.cpp 80 void DataGridColumnList::remove(DataGridColumn* col)
82 size_t index = m_columns.find(col);
86 if (col == m_primaryColumn)
88 if (col == m_sortColumn)
90 col->setColumnList(0);
94 void DataGridColumnList::move(DataGridColumn* col, unsigned long index)
96 size_t colIndex = m_columns.find(col);
99 m_columns.insert(index, col);
114 void DataGridColumnList::primaryColumnChanged(DataGridColumn* col)
116 if (col->primary()
    [all...]
HTMLDataGridColElement.h 64 void setColumn(PassRefPtr<DataGridColumn> col) { m_column = col; }
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
TableHelper.java 52 TableColumn col = new TableColumn(parent, style); local
58 col.setText(sample_text);
59 col.pack();
63 prefs.setValue(pref_name, col.getWidth());
66 col.setWidth(prefs.getInt(pref_name));
70 col.setText(header);
75 col.addControlListener(new ControlListener() {
89 return col;
111 TreeColumn col = new TreeColumn(parent, style); local
117 col.setText(sample_text)
167 TreeColumn col = new TreeColumn(parent, style); local
    [all...]
  /external/stlport/test/unit/
collate_facets_test.cpp 20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 );
40 collate<char> const& col = use_facet<collate<char> >(loc); local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
56 collate<char> const& col = use_facet<collate<char> >(loc); local
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local
    [all...]
  /ndk/sources/android/stlport/test/unit/
collate_facets_test.cpp 20 collate<char> const& col = use_facet<collate<char> >(locale::classic()); local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 );
40 collate<char> const& col = use_facet<collate<char> >(loc); local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
56 collate<char> const& col = use_facet<collate<char> >(loc); local
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc); local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
CertStoreCollectionSpi.java 38 List col = new ArrayList(); local
49 col.add(obj);
61 col.add(obj);
66 return col;
74 List col = new ArrayList(); local
85 col.add(obj);
97 col.add(obj);
102 return col;
  /libcore/luni/src/test/java/tests/api/java/nio/charset/
Charset_TestGenerator.java 110 int row = 0, col = 0; field in class:Charset_TestGenerator.CodesGenerator
124 col++;
125 if (col == 16) {
128 col = 0;
145 col++;
146 if (col == 80) {
149 col = 0;
159 buf[col] = (char) code;
162 col++;
163 if (col == 8)
196 int row = 0, col = 0; field in class:Charset_TestGenerator.Dumper
    [all...]
  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c 78 return ((mvcost[0][(mv->row - ref->row) >> 1] + mvcost[1][(mv->col - ref->col) >> 1]) * Weight) >> 7;
84 //return ((mvcost[0][(mv->row - ref->row)>>1] + mvcost[1][(mv->col - ref->col)>>1] + 128) * error_per_bit) >> 8;
88 return ((mvcost[0][(mv->row - ref->row) >> 1] + mvcost[1][(mv->col - ref->col) >> 1]) * error_per_bit + 128) >> 8;
97 return ((mvcost[0][(mv->row - ref->row) >> 1] + mvcost[1][(mv->col - ref->col)>> 1]) + 128) >> 8;
108 x->ss[search_site_count].mv.col = 0;
117 x->ss[search_site_count].mv.col = 0
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 43 return ((mvcost[0][(mv->row - ref->row) >> 1] + mvcost[1][(mv->col - ref->col) >> 1]) * Weight) >> 7;
49 //return ((mvcost[0][(mv->row - ref->row)>>1] + mvcost[1][(mv->col - ref->col)>>1] + 128) * error_per_bit) >> 8;
53 return ((mvcost[0][(mv->row - ref->row) >> 1] + mvcost[1][(mv->col - ref->col) >> 1]) * error_per_bit + 128) >> 8;
62 return ((mvcost[0][(mv->row - ref->row) >> 1] + mvcost[1][(mv->col - ref->col)>> 1]) + 128) >> 8;
73 x->ss[search_site_count].mv.col = 0;
82 x->ss[search_site_count].mv.col = 0
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 229 int col = findColumn(columnName);
230 return getString(col);
256 int col = findColumn(columnName);
257 return getInt(col);
266 int col = findColumn(columnName);
267 return getBoolean(col);
300 int col = findColumn(columnName);
301 return getShort(col);
337 int col = findColumn(columnName);
338 return getTime(col);
    [all...]
  /external/jpeg/
jccolor.c 141 register JDIMENSION col; local
150 for (col = 0; col < num_cols; col++) {
161 outptr0[col] = (JSAMPLE)
165 outptr1[col] = (JSAMPLE)
169 outptr2[col] = (JSAMPLE)
197 register JDIMENSION col; local
204 for (col = 0; col < num_cols; col++)
236 register JDIMENSION col; local
288 register JDIMENSION col; local
347 register JDIMENSION col; local
359 int col = num_cols; local
    [all...]
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 57 int col = cursor.getColumnIndex(columnName); local
58 return getStringOrNull(cursor, col);
61 private static String getStringOrNull(Cursor cursor, int col) {
62 if (col < 0) return null;
64 return cursor.getString(col);
66 Log.e(TAG, "Failed to get column " + col + " from cursor", e);
  /external/webkit/WebKit/chromium/src/
WebNodeList.cpp 57 WebNodeList::WebNodeList(const PassRefPtr<NodeList>& col)
58 : m_private(static_cast<NodeList*>(col.releaseRef()))
  /external/skia/src/images/
bmpdecoderhelper.cpp 197 uint8 col = pixels; local
201 col = pixels & 0xf;
203 col = pixels >> 4;
206 PutPixel(x++, y, col);
241 uint8 col = val; local
244 col = col & 0xf;
246 col >>= 4;
250 PutPixel(x++, y, col);
264 void BmpDecoderHelper::PutPixel(int x, int y, uint8 col) {
298 uint8 col; local
    [all...]

Completed in 1567 milliseconds

1 2 3 4 5 6 7 8 91011>>