HomeSort by relevance Sort by last modified time
    Searched defs:cols (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/WebCore/html/
HTMLFrameSetElement.cpp 222 String HTMLFrameSetElement::cols() const function in class:WebCore::HTMLFrameSetElement
HTMLTextAreaElement.h 40 int cols() const { return m_cols; } function in class:WebCore::HTMLTextAreaElement
HTMLTextAreaElement.cpp 120 int cols = attr->value().toInt(); local
121 if (cols <= 0)
122 cols = defaultCols;
123 if (m_cols != cols) {
124 m_cols = cols;
409 void HTMLTextAreaElement::setCols(int cols)
411 setAttribute(colsAttr, String::number(cols));
  /external/wpa_supplicant/wpa_gui/
scanresults.ui.h 60 QStringList cols = QStringList::split(QChar('\t'), *it, true); local
62 bssid = cols.count() > 0 ? cols[0] : "";
63 freq = cols.count() > 1 ? cols[1] : "";
64 signal = cols.count() > 2 ? cols[2] : "";
65 flags = cols.count() > 3 ? cols[3] : "";
66 ssid = cols.count() > 4 ? cols[4] : ""
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 86 QStringList cols = QStringList::split(QChar('\t'), *it, true); local
88 bssid = cols.count() > 0 ? cols[0] : "";
89 freq = cols.count() > 1 ? cols[1] : "";
90 signal = cols.count() > 2 ? cols[2] : "";
91 flags = cols.count() > 3 ? cols[3] : "";
92 ssid = cols.count() > 4 ? cols[4] : ""
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui.h 60 QStringList cols = QStringList::split(QChar('\t'), *it, true); local
62 bssid = cols.count() > 0 ? cols[0] : "";
63 freq = cols.count() > 1 ? cols[1] : "";
64 signal = cols.count() > 2 ? cols[2] : "";
65 flags = cols.count() > 3 ? cols[3] : "";
66 ssid = cols.count() > 4 ? cols[4] : ""
    [all...]
  /packages/apps/Music/src/com/android/music/
VideoBrowserActivity.java 90 String[] cols = new String[] { local
104 cols, mWhereClause , null, mSortOrder);
CreatePlaylist.java 133 String[] cols = new String[] { local
139 cols, whereclause, null,
AlbumBrowserActivity.java 452 String[] cols = new String[] { local
469 cols, null, null, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
472 cols, null, null, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
482 cols, null, null, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
485 cols, null, null, MediaStore.Audio.Albums.DEFAULT_SORT_ORDER);
  /external/clearsilver/util/
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++;
  /external/libvpx/vpx/
vp8cx.h 167 unsigned int cols; /**< number of cols */ member in struct:vpx_roi_map
184 unsigned int cols; /**< number of cols */ member in struct:vpx_active_map
  /external/skia/src/images/
bmpdecoderhelper.cpp 48 int cols = 0; local
63 cols = GetInt();
85 if (cols < 0 || cols > 256) {
89 if (cols == 0 && bpp_ <= 8) {
90 cols = 1 << bpp_;
92 if (bpp_ <= 8 || cols > 0) {
97 if (cols > 0) {
98 if (pos_ + (cols * colLen) > len_) {
101 for (int i = 0; i < cols; ++i)
    [all...]
  /packages/apps/Email/src/com/android/exchange/
EasOutboxService.java 89 String[] cols = getRowColumns(Message.CONTENT_URI, msgId, MessageColumns.FLAGS, local
91 int flags = Integer.parseInt(cols[0]);
92 String subject = cols[1];
101 cols = getRowColumns(Body.CONTENT_URI, BODY_SOURCE_PROJECTION,
103 if (cols != null) {
104 long refId = Long.parseLong(cols[0]);
106 cols = getRowColumns(Message.CONTENT_URI, refId, SyncColumns.SERVER_ID,
108 if (cols != null) {
109 itemId = cols[0];
110 long boxId = Long.parseLong(cols[1])
    [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,
  /system/core/liblinenoise/
linenoise.c 187 static void refreshLine(int fd, const char *prompt, char *buf, size_t len, size_t pos, size_t cols) {
191 while((plen+pos) >= cols) {
196 while (plen+len > cols) {
218 size_t cols = getColumns(); local
254 refreshLine(fd,prompt,buf,len,pos,cols);
263 refreshLine(fd,prompt,buf,len,pos,cols);
284 refreshLine(fd,prompt,buf,len,pos,cols);
291 refreshLine(fd,prompt,buf,len,pos,cols);
313 refreshLine(fd,prompt,buf,len,pos,cols);
324 if (plen+len < cols) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 145 XColor cols[256]; local
147 cols[i].pixel = i;
148 XQueryColors(GFX_Display, dcmap, cols, 256);
150 got[i].r = cols[i].red >> 8;
151 got[i].g = cols[i].green >> 8;
152 got[i].b = cols[i].blue >> 8;
155 cols + i)) {
  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 137 int cols = frameSet()->totalCols(); local
143 for (int c = 0; c < cols; c++) {
418 int cols = frameSet()->totalCols(); local
420 for (int c = 0; c < cols; ++c) {
439 int cols = frameSet()->totalCols(); local
440 if (rows && cols) {
443 result.setPreventResize(RightFrameEdge, m_cols.m_preventResize[cols]);
444 result.setAllowBorder(RightFrameEdge, m_cols.m_allowBorder[cols]);
472 size_t cols = frameSet()->totalCols(); local
475 if (m_rows.m_sizes.size() != rows || m_cols.m_sizes.size() != cols) {
526 int cols = frameSet()->totalCols(); local
649 int cols = frameSet()->totalCols(); local
    [all...]
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...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Shell.java 26 String cols[]; field in class:Shell
167 cols = args;
186 pw.println(cols[i] + " = " +
196 w = cols[i].length();
202 pw.print(csep + cols[i]);
224 pw.print(cols[i] +
245 pw.print("<TH>" + html_quote(cols[i]) + "</TH>");
  /external/webkit/WebKit/win/
DOMHTMLClasses.cpp 1455 HRESULT STDMETHODCALLTYPE DOMHTMLTextAreaElement::cols( function in class:DOMHTMLTextAreaElement
    [all...]
  /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...]
  /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/libvpx/vp8/encoder/
onyx_if.c 3307 int cols; local
    [all...]

Completed in 360 milliseconds

1 2