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

1 2 34 5 6

  /frameworks/base/core/java/android/database/
DatabaseUtils.java 398 String[] cols = cursor.getColumnNames(); local
400 int length = cols.length;
410 stream.println(" " + cols[i] + '=' + value);
422 String[] cols = cursor.getColumnNames(); local
424 int length = cols.length;
434 sb.append(" " + cols[i] + '=' + value + "\n");
    [all...]
  /external/e2fsprogs/ext2ed/
ext2ed.h 68 #define SHOW_PAD_COLS (COLS > 140 ? COLS : 140)
dir_com.c 463 if (dir_entry_ptr->name_len > (COLS - 55) && COLS > 55)
464 temp [COLS-55]=0;
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 413 String[] cols = new String[] { local
423 cols, whereclause, null,
457 String [] cols = new String [] { MediaStore.Audio.Media._ID, local
468 Cursor c = query(context, MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, cols,
573 String[] cols = new String[] { local
577 Cursor cur = resolver.query(uri, cols, null, null, null);
1100 String[] cols = new String[] { local
    [all...]
TrackBrowserActivity.java 479 String [] cols = new String [] { local
484 cols, null, null, null);
494 String [] cols = new String [] { local
499 cols, null, null, null);
    [all...]
  /external/icu4c/common/unicode/
docmain.h 60 * <table border="1" cols="3" align="center">
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nximage.c 169 OffsetX = (si.cols - screen -> w) / 2 ;
SDL_nxvideo.c 213 this->info.current_w = si.cols ;
223 SDL_modelist [0] -> w = si.cols ;
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 133 def InitSorting(self, cols):
135 ColumnSorterMixin.__init__(self, cols)
191 def InitSorting(self, cols):
193 ColumnSorterMixin.__init__(self, cols)
  /sdk/apkbuilder/src/com/android/apkbuilder/
ApkBuilder.java 82 // 80 cols marker: 01234567890123456789012345678901234567890123456789012345678901234567890123456789
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp     [all...]
  /external/bzip2/
bz-fo.xsl 146 <!-- workaround bug in footers: force right-align w/two 80|30 cols -->
199 <!-- fix bug in headers: force right-align w/two 40|60 cols -->
  /external/dropbear/
cli-chansession.c 251 buf_putint(ses.writepayload, ws.ws_col); /* Cols */
  /external/webkit/WebCore/html/
HTMLFrameSetElement.cpp 222 String HTMLFrameSetElement::cols() const function in class:WebCore::HTMLFrameSetElement
  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 235 // 80 cols marker: 01234567890123456789012345678901234567890123456789012345678901234567890123456789
  /development/pdk/docs/porting/
keymaps_keyboard_input.jd 322 <td>The number of entries in the modifiers table (COLS)</td>
338 <td>4*COLS</td>
350 <td>4*COLS*ROWS</td>
  /external/skia/src/views/
SkListView.cpp 809 SkScalar cols = SkScalarDiv(this->width(), fCellSize.fX);
811 int x = SkScalarFloor(cols);
814 x = check_count(x, cols);
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 277 int cols = row.size(); local
278 for (int j = 0; j < cols; j++) {
286 while (cspan && endCol < cols) {
546 // distribute over variable cols
    [all...]
FixedTableLayout.cpp 202 // cols/cells with a fixed width.
  /external/bluetooth/glib/docs/reference/glib/
regex-syntax.sgml 57 <tgroup cols="2">
125 <tgroup cols="2">
206 <tgroup cols="2">
313 <tgroup cols="2">
395 <tgroup cols="2">
482 <tgroup cols="2">
620 <tgroup cols="2">
840 <tgroup cols="2">
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
tut_gtype.xml 587 <tgroup cols="3">
    [all...]
  /external/elfutils/doc/
elfutils.sgml 182 <tgroup cols="3">
  /external/webkit/WebKit/gtk/tests/
testatk.c 33 static const char* contentsInTextarea = "<html><body><textarea cols='80'>This is a test. This is the second sentence. And this the third.</textarea></body></html>";
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 635 private static ArrayList<ArrayList> createTestList(int rows, int cols) {
643 for (int j = 0; j < cols; j++) {
CursorWindowTest.java 671 private static ArrayList<ArrayList> createTestList(int rows, int cols) {
678 for (int j = 0; j < cols; j++) {

Completed in 84 milliseconds

1 2 34 5 6