HomeSort by relevance Sort by last modified time
    Searched full:longtext (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPadding.java 31 String longText = "First text.";
33 longText = longText + " " + text;
35 longText = longText + " Last text.";
36 params.addTextView(longText, -1.0f).addPaddingToScrollView(50, 50);
  /external/webkit/Source/WebCore/manual-tests/inspector/
display-form-data.html 219 var longText = "some text with a \n";
221 longText += "very-";
223 longText += "long\nline in it";
236 sendXHR("http://example.org/test-7^", "POST", null, longText);
237 sendXHR("http://example.org/test-8^", "POST", headersPlain, longText);
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 220 String longtext = text1.length() > text2.length() ? text1 : text2; local
222 int i = longtext.indexOf(shorttext);
227 diffs.add(new Diff(op, longtext.substring(0, i)));
229 diffs.add(new Diff(op, longtext.substring(i + shorttext.length())));
232 longtext = shorttext = null; // Garbage collect.
709 String longtext = text1.length() > text2.length() ? text1 : text2; local
711 if (longtext.length() < 10 || shorttext.length() < 1) {
716 String[] hm1 = diff_halfMatchI(longtext, shorttext,
717 (longtext.length() + 3) / 4);
719 String[] hm2 = diff_halfMatchI(longtext, shorttext
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 883 char[] longText = new char[MAX_COUNT];
885 longText[n] = 'm';
889 float width = p.measureText(longText, 0, 1);
  /external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java 626 String longText =
649 TextFormat.merge("optional_string: \"" + longText + "\"", builder);
650 assertEquals(longText, builder.getOptionalString());
  /external/webkit/Source/WebKit/gtk/tests/
testatk.c     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
mysql.php 121 'INTEGER','INT','LINESTRING','LONGBLOB','LONGTEXT','MEDIUMBLOB',
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 173 + " MText MEDIUMTEXT, " + " LText LONGTEXT, " +
702 * "LONGBLOB", "TINYTEXT", "TEXT", "MEDIUMTEXT", "LONGTEXT", "BIGINT",
    [all...]
OldPreparedStatementTest.java 68 + " MText MEDIUMTEXT, " + " LText LONGTEXT " + ");",
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldStmtTest.java 58 + " LText LONGTEXT,"

Completed in 381 milliseconds