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

1 2 3 4 5 6

  /external/webkit/WebCore/manual-tests/resources/
nestedframesets.html 1 <frameset cols="300,300" rows="*">
testframeset.html 1 <frameset rows="244,516" cols="*">
textarea-form-back-on-submit.html 8 <textarea name="text" rows="3" cols="10" id="textarea">123</textarea><br />
  /external/webkit/WebKit/qt/tests/qwebpage/resources/
index.html 1 <frameset cols="25%,75%">
  /external/webkit/WebKit/qt/tests/qwebview/resources/
index.html 1 <frameset cols="25%,75%">
  /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_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...]
  /external/skia/include/utils/
SkMeshUtils.h 16 bool init(int texW, int texH, int rows, int cols) {
17 return this->init(NULL, NULL, texW, texH, rows, cols);
21 int texW, int texH, int rows, int cols);
38 static void Draw(SkCanvas*, const SkBitmap&, int rows, int cols,
SkBoundaryPatch.h 29 bool evalPatch(SkPoint verts[], int rows, int cols);
  /external/webkit/WebCore/manual-tests/qt/
plugin-sibling-frame.html 3 <frameset cols="25%,50%,25%">
  /external/skia/src/utils/
SkMeshUtils.cpp 14 int texW, int texH, int rows, int cols) {
15 if (rows < 2 || cols < 2) {
27 fTexCount = rows * cols;
29 cols -= 1;
30 fIndexCount = rows * cols * 6;
46 for (int y = 0; y < cols; y++) {
66 const SkScalar dy = SkIntToScalar(texH) / cols;
67 for (int y = 0; y <= cols; y++) {
82 int rows, int cols, const SkPoint verts[],
86 if (idx.init(bitmap.width(), bitmap.height(), rows, cols)) {
    [all...]
SkBoundaryPatch.cpp 37 bool SkBoundaryPatch::evalPatch(SkPoint verts[], int rows, int cols) {
38 if (rows < 2 || cols < 2) {
43 const SkScalar invC = SkScalarInvert(SkIntToScalar(cols - 1));
45 for (int y = 0; y < cols; y++) {
  /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...]
  /dalvik/libcore/sql/src/test/java/tests/support/
MockCallback.java 24 public void columns(String cols[]) {
26 for (int i = 0; i <= cols.length; i++) {
27 System.out.println("&lt;TD&gt;" + cols[i] + "&lt;/TD&gt;");
32 public boolean newrow(String cols[]) {
34 for (int i = 0; i <= cols.length; i++) {
35 System.out.println("&lt;TD&gt;" + cols[i] + "&lt;/TD&gt;");
  /external/clearsilver/python/examples/base/
wordwrap.py 9 def WordWrap(text, cols=70, detect_paragraphs = 0, is_header = 0):
28 if i+cols < ltext:
29 r = string.find(text, "\n", i, i+cols)
32 j = string.rfind(text, " ", i, i+cols)
34 r = string.find(text, "\n", i+cols)
36 j = string.find(text, " ", i+cols)
  /external/e2fsprogs/ext2ed/
win.c 45 wmove (title_win,TITLE_WIN_LINES/2,(COLS-strlen (title_string))/2);
56 show_pad_info.display_cols=COLS;
75 title_win=newwin (TITLE_WIN_LINES,COLS,0,0);
76 show_win=newwin (SHOW_WIN_LINES,COLS,TITLE_WIN_LINES,0);
78 mt_win1=newwin (1,COLS,TITLE_WIN_LINES+SHOW_WIN_LINES,0);
79 mt_win2=newwin (1,COLS,LINES-COMMAND_WIN_LINES-1,0);
80 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0);
114 wmove (show_win,2,COLS-18);
117 wmove (show_win,2,COLS-18);
203 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
    [all...]
  /dalvik/libcore/sql/src/main/java/SQLite/
Callback.java 10 * public void columns(String cols[]) {
12 * for (int i = 0; i &lt; cols.length; i++) {
13 * System.out.println("&lt;TD&gt;" + cols[i] + "&lt;/TD&gt;");
17 * public boolean newrow(String cols[]) {
19 * for (int i = 0; i &lt; cols.length; i++) {
20 * System.out.println("&lt;TD&gt;" + cols[i] + "&lt;/TD&gt;");
  /external/webkit/WebCore/manual-tests/
context-click-unfocused-frame.html 1 <frameset cols="*">
textarea-caret-position-after-auto-spell-correct.html 6 <textarea rows="6" cols="35">
  /external/webkit/WebKitTools/QueueStatusServer/templates/
updatestatus.html 13 <textarea name="status" rows="3" cols="60"></textarea>
  /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...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv_sw.c 110 int rows, int cols, int mod );
114 int rows, int cols, int mod );
128 int rows, int cols, int mod );
132 int rows, int cols, int mod );
138 int rows, int cols, int mod )
147 int cols_2 = cols / 2;
150 row2 = row1 + cols + mod;
151 lum2 = lum + cols;
153 mod += cols + mod;
198 lum += cols;
    [all...]
  /frameworks/base/graphics/java/android/graphics/utils/
BoundaryPatch.java 68 * @param cols The number of points down to approximate the boundary.
71 public void setCubicBoundary(float[] pts, int offset, int rows, int cols) {
72 if (rows < 2 || cols < 2) {
73 throw new RuntimeException("rows and cols must be >= 2");
76 if (mRows != rows || mCols != cols) {
78 mCols = cols;
170 int texW, int texH, int rows, int cols,
  /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...]
  /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...]

Completed in 55 milliseconds

1 2 3 4 5 6