HomeSort by relevance Sort by last modified time
    Searched full:cols (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /frameworks/base/docs/html/sdk/api_diff/7/
changes.html 28 <frameset cols="242,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
  /frameworks/base/docs/html/sdk/api_diff/8/
changes.html 28 <frameset cols="242,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 366 String[] cols = cursor1.getColumnNames(); local
367 int length = cols.length;
374 String col = cols[i];
380 assertEquals("Row: " + row + " Table: " + tableName + ": " + cols[i] +
  /external/bluetooth/glib/docs/reference/gio/
migrating.xml 9 <tgroup cols="2">
33 <tgroup cols="2">
  /frameworks/base/core/tests/coretests/src/android/database/
CursorWindowTest.java 158 private static ArrayList<ArrayList> createTestList(int rows, int cols) {
165 for (int j = 0; j < cols; j++) {
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 36 Mesh(int which, int rows, int cols) {
39 mCols = cols;
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 133 String[] cols = new String[] { local
139 cols, whereclause, null,
AlbumBrowserActivity.java 472 String[] cols = new String[] { local
484 cols, whereclause, keywords, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
489 cols, whereclause, keywords, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
495 cols, whereclause, keywords, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
498 cols, whereclause, keywords, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
ArtistAlbumBrowserActivity.java 537 String[] cols = new String[] { local
546 cols, whereclause , keywords, MediaStore.Audio.Artists.ARTIST_KEY);
549 cols, whereclause , keywords, MediaStore.Audio.Artists.ARTIST_KEY);
771 String[] cols = new String[] { local
780 cols, null, null, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
    [all...]
  /packages/apps/Music/tests/src/com/android/music/functional/
TestPlaylist.java 130 String[] cols = new String[] { local
140 cols, whereclause, null,
TestSongs.java 124 String[] cols = new String[] { local
133 cols, whereclause, null,
  /external/clearsilver/util/
wdb.c 194 err = dictCreate (&(my_wdb->cols), 0, 2, 5, 0, 0, free_col_cb, NULL);
306 err = dictSetValue(wdb->cols, k, col);
548 if (my_wdb->cols != NULL)
550 dictDestroy (my_wdb->cols);
799 col = (WDBColumn *) dictSearch (wdb->cols, key, NULL);
824 err = dictSetValue(wdb->cols, key, col);
844 * invalid, as is the inmem_index for all cols */
845 err = dictSetValue(wdb->cols, key, col);
882 ocol = (WDBColumn *) dictSearch (wdb->cols, oldkey, NULL);
920 r = dictRemove (wdb->cols, oldkey); /* Only failure is key not found *
    [all...]
wdb.h 54 dictCtx cols; member in struct:_wdb
  /external/e2fsprogs/ext2ed/
file_com.c 320 long offset=0,last_offset,l=0,cols=0; local
336 if (cols==SHOW_PAD_COLS-1) {
338 l++;cols=0;
352 l++;cols=0;
368 offset++;cols++;ch_ptr++;
  /frameworks/base/awt/org/apache/harmony/awt/gl/color/
NativeImageFormat.java 102 private int cols = 0; field in class:NativeImageFormat
170 return cols;
214 cols = nCols;
309 fmt.cols = bi.getWidth();
339 fmt.cols = r.getWidth();
  /dalvik/libcore/sql/src/main/java/SQLite/
Shell.java 26 String cols[]; field in class:Shell
163 cols = args;
182 pw.println(cols[i] + " = " +
192 w = cols[i].length();
198 pw.print(csep + cols[i]);
220 pw.print(cols[i] +
241 pw.print("<TH>" + html_quote(cols[i]) + "</TH>");
  /external/webkit/WebCore/html/
HTMLTextAreaElement.h 40 int cols() const { return m_cols; } function in class:WebCore::HTMLTextAreaElement
  /external/webkit/WebCore/rendering/
RenderTableCol.cpp 67 // Cols cannot have children. This is actually necessary to fix a bug
RenderTextControlMultiLine.cpp 85 int factor = static_cast<HTMLTextAreaElement*>(node())->cols();
  /external/webkit/WebKit/win/Interfaces/
DOMHTML.idl 847 - (int)cols;
849 HRESULT cols([out, retval] int* result);
852 - (void)setCols:(int)cols;
854 HRESULT setCols([in] int cols);
  /external/webkit/WebKitTools/iExploder/htdocs/
htmlattrs.in 68 cols
  /external/dbus/doc/
dbus-specification.xml 336 <tgroup cols="3">
453 <tgroup cols="3">
728 <tgroup cols="2">
795 <tgroup cols="3">
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 68 private ArrayList<ArrayList> createTestList(int rows, int cols) {
75 for (int j = 0; j < cols; j++) {
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 941 int cols = numColumns(row); local
943 for (int i = 0; i < cols; i++) {
1110 int cols = numColumns(mRow); local
    [all...]
  /dalvik/libcore/sql/src/main/native/
sqlite_jni.c 467 callback(void *udata, int ncol, char **data, char **cols)
486 if (cols[i]) {
489 trans2utf(env, h->haveutf, h->enc, cols[i], &col);
560 if (h->ver >= 0x020506 && cols[ncol]) {
568 if (cols[i + ncol]) {
572 cols[i + ncol], &ty);
595 if (h->ver >= 0x020506 && cols[ncol]) {
603 if (cols[i + ncol]) {
607 cols[i + ncol], &ty);
2514 const char **data = 0, **cols = 0; local
    [all...]

Completed in 144 milliseconds

1 23 4 5 6