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

1 2

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java 28 final String EXPECTED_RESULT = "this!! ";
44 EXPECTED_RESULT, mTextView.getText().toString());
53 final String EXPECTED_RESULT = "this !!";
55 assertEquals("manual pick then space then punctuation from keyboard twice", EXPECTED_RESULT,
63 final String EXPECTED_RESULT = "this!! is";
69 assertEquals("pick word then pick punctuation twice then type", EXPECTED_RESULT,
76 final String EXPECTED_RESULT = "this!is";
80 assertEquals("manual pick then manual pick a word with punct at start", EXPECTED_RESULT,
87 final String EXPECTED_RESULT = "this:";
92 EXPECTED_RESULT, mTextView.getText().toString())
    [all...]
InputLogicTestsNonEnglish.java 23 final String EXPECTED_RESULT = "ira ";
26 assertEquals("simple auto-correct for French", EXPECTED_RESULT,
33 final String EXPECTED_RESULT = "test !";
38 assertEquals("manual pick then separator for French", EXPECTED_RESULT,
45 final String EXPECTED_RESULT = "test !!";
55 EXPECTED_RESULT, mTextView.getText().toString());
60 final String EXPECTED_RESULT = "und ";
63 assertEquals("simple auto-correct for German", EXPECTED_RESULT,
69 final String EXPECTED_RESULT = "über ";
72 assertEquals("auto-correct with umlaut for German", EXPECTED_RESULT,
    [all...]
InputLogicTests.java 31 final String EXPECTED_RESULT = "thi";
36 assertEquals("press suggestion then backspace", EXPECTED_RESULT,
43 final String EXPECTED_RESULT = "thi";
52 assertEquals("pick typed word over auto-correction then backspace", EXPECTED_RESULT,
58 final String EXPECTED_RESULT = "tgi";
67 assertEquals("pick typed word over auto-correction then backspace", EXPECTED_RESULT,
74 final String EXPECTED_RESULT = "thu";
83 assertEquals("pick different suggestion then backspace", EXPECTED_RESULT,
91 final String EXPECTED_RESULT = "some text some text";
102 assertEquals("delete selection", EXPECTED_RESULT, mTextView.getText().toString())
    [all...]
  /external/webkit/LayoutTests/fast/url/script-tests/
path-url.js 12 expected_result = cases[i][1];
14 "'" + expected_result + "'");
scheme.js 18 expected_result = cases[i][1];
20 "'" + expected_result + "://example.com/'");
ipv4.js 94 expected_result = cases[i][1];
95 if (expected_result === "") {
98 expected_result = escape(test_vector.toLowerCase());
101 "'http://" + expected_result + "/'");
ipv6.js 112 expected_result = cases[i][1];
113 if (expected_result === "") {
117 expected_result = test_vector.toLowerCase();
119 expected_result = expected_result.replace(c, escape(c));
123 "'http://" + expected_result + "/'");
file-http-base.js 62 expected_result = cases[i][1];
64 "'" + expected_result + "'");
file.js 61 expected_result = cases[i][1];
63 "'" + expected_result + "'");
host.js 67 expected_result = cases[i][1];
69 "'http://" + expected_result + "/'");
path.js 79 expected_result = cases[i][1];
81 "'http://example.com" + expected_result + "'");
standard-url.js 70 expected_result = cases[i][1];
72 "'" + expected_result + "'");
  /external/compiler-rt/test/Unit/
divmodsi4_test.c 23 si_int expected_result, si_int expected_rem)
27 if (result != expected_result) {
29 a, b, result, expected_result);
udivmodsi4_test.c 22 su_int expected_result, su_int expected_rem)
26 if (result != expected_result) {
28 a, b, result, expected_result);
  /external/bison/lib/
dirname.c 112 char expected_result[MAX_BUFF_LEN]; local
114 sscanf (buff, "%s %s", file, expected_result);
116 if (strcmp (result, expected_result))
117 printf ("%s: got %s, expected %s\n", file, result, expected_result);
  /external/chromium/chrome/browser/ui/tabs/
dock_info_unittest.cc 115 bool expected_result[] = { local
119 for (size_t i = 0; i < arraysize(expected_result); ++i) {
120 EXPECT_EQ(expected_result[i], d.IsValidForPoint(screen_point[i]));
146 bool expected_result[] = { local
150 for (size_t i = 0; i < arraysize(expected_result); ++i) {
152 EXPECT_EQ(result, expected_result[i]);
  /external/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc 29 DirectoryAddRequest::Result expected_result,
32 EXPECT_CALL(callback, OnDone(expected_result, expected_message))
  /frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp 62 const int EXPECTED_RESULT = 2;
63 expectEqual(result, EXPECTED_RESULT, "number of files touched");
  /external/v8/test/mjsunit/
regexp-lookahead.js 35 function testRE(re, input, expected_result) {
37 if (expected_result) {
44 function execRE(re, input, expected_result) {
46 assertEquals(expected_result, re.exec(input), testName);
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler_unittest.cc 75 const EditCommand expected_result[],
81 ASSERT_STREQ(expected_result[i].name, result[i].name.c_str());
82 ASSERT_STREQ(expected_result[i].value, result[i].value.c_str());
  /external/chromium/chrome/browser/
enumerate_modules_model_unittest_win.cc 102 ModuleEnumerator::ModuleStatus expected_result; member in struct:MatchingEntryList
205 EXPECT_EQ(kMatchineEntryList[i].expected_result,
211 string16 expected_result; member in struct:CollapsePathList
235 ": '" + UTF16ToASCII(kCollapsePathList[i].expected_result) +
237 EXPECT_EQ(kCollapsePathList[i].expected_result, module.location);
  /external/chromium/chrome/browser/search_engines/
template_url_unittest.cc 262 const string16 expected_result; member in struct:TestData
275 EXPECT_EQ(data[i].expected_result, ref.DisplayURL());
284 const std::string expected_result; member in struct:TestData
317 std::string expected_result = data[i].expected_result; local
318 ReplaceSubstringsAfterOffset(&expected_result, 0, "{language}",
323 EXPECT_EQ(expected_result, result.spec());
335 const std::string expected_result; member in struct:TestData
352 EXPECT_EQ(data[i].expected_result, result.spec());
360 const std::string expected_result; member in struct:TestData
    [all...]
  /external/chromium/chrome/common/
web_apps_unittest.cc 143 const bool expected_result; member in struct:TestData
177 ASSERT_EQ(result, data[i].expected_result);
  /external/chromium/net/proxy/
proxy_resolver_perftest.cc 30 const char* expected_result; member in struct:PacQuery
144 ASSERT_EQ(query.expected_result, proxy_info.ToPacString());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
RSSFeedUtil.java 33 public static final String EXPECTED_RESULT = "0"; //$NON-NLS-1$
94 if (!isNullString(out) && !EXPECTED_RESULT.equals(out)) {

Completed in 1008 milliseconds

1 2