Searched defs:text2 (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/chromeos/ime/
H A Dcomposition_text_unittest.cc35 CompositionText text2; local
36 text2.CopyFrom(text);
38 EXPECT_EQ(text.text(), text2.text());
40 text2.underline_attributes().size());
43 text2.underline_attributes()[i].type);
45 text2.underline_attributes()[i].start_index);
47 text2.underline_attributes()[i].end_index);
50 EXPECT_EQ(text.selection_start(), text2.selection_start());
51 EXPECT_EQ(text.selection_end(), text2.selection_end());
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dhandle_passing_unittest.cc66 std::string text2; variable
68 EXPECT_TRUE(ReadTextMessage(request->pipe.get(), &text2));
75 if (!text2.empty()) {
77 EXPECT_TRUE(WriteTextMessage(pipe1_.get(), text2));
147 std::string text2; variable
148 EXPECT_TRUE(ReadTextMessage(response->pipe.get(), &text2));
153 EXPECT_EQ(std::string(kText2), text2); variable
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win_unittest.cc231 ui::AXNodeData text2; local
232 text2.id = 2;
233 text2.role = ui::AX_ROLE_STATIC_TEXT;
234 text2.SetName("new text");
235 text2.SetName("old text");
238 param.update.nodes.push_back(text2);
239 param.id = text2.id;
429 ui::AXNodeData text2; local
430 text2.id = 12;
431 text2
497 ui::AXNodeData text2; local
[all...]
/external/chromium_org/sandbox/win/src/
H A Dipc_unittest.cc209 const wchar_t *text2 = L"AeFG"; local
210 CrossCall(client, tag1, text2, null_text, text, &answer);
215 EXPECT_STREQ(text2, copied_text_p0.c_str());
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp92 UChar text2[] = { local
125 UnicodeString expected(text2);
H A Dregcoll.cpp1119 static const UChar text2[][CollationRegressionTest::MAX_TOKEN_LEN] = { local
1144 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);
1146 errln(UnicodeString("Failed to get a partial collation key for ") + text2[i]);
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
H A Drbbiapts.cpp263 CharacterIterator* text2= new StringCharacterIterator(str2); local
295 rb->adoptText(text2);
296 if(rb->getText() != *text2)
H A Dnumrgts.cpp2908 static const UChar text2[] = { 0x6E, 0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0 }; // n123456789 local
2958 int32_t n = unum_parse(f.getAlias(), text2, -1, NULL, &status);
2962 logln("text2: Got expected parse error %s\n", u_errorName(status));
2965 errln("FAIL: text2: unum_parse status %s, result %d - expected failure\n", u_errorName(status), n);
2976 int32_t n = unum_parse(f.getAlias(), text2, -1, NULL, &status);
H A Dregextst.cpp4931 UText text2 = UTEXT_INITIALIZER; local
4937 regextst_openUTF8FromInvariant(&text2, "abcccxd", -1, &status);
4938 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2);
4939 utext_openUChars(&text2, text2Chars, -1, &status);
4966 utext_setNativeIndex(&text2, 0);
4967 REGEX_ASSERT(testUTextEqual(resultText, &text2));
4971 utext_close(&text2);
5020 UChar text2[80]; local
5026 u_uastrncpy(text2, "No match here.", sizeof(text2)/
5067 UChar text2[80]; local
[all...]
H A Dnumfmtst.cpp6501 UnicodeString text1, text2; local
6514 fmt->format(value, text2);
6516 if (text1 != text2) {
6518 + text1 + " text2=" + text2);
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java134 * @param text2 New string to be diffed.
137 public LinkedList<Diff> diff_main(String text1, String text2) { argument
138 return diff_main(text1, text2, true);
145 * @param text2 New string to be diffed.
151 public LinkedList<Diff> diff_main(String text1, String text2, argument
154 if (text1 == null || text2 == null) {
160 if (text1.equals(text2)) {
167 int commonlength = diff_commonPrefix(text1, text2);
170 text2 = text2
204 diff_compute(String text1, String text2, boolean checklines) argument
335 diff_linesToChars(String text1, String text2) argument
413 diff_map(String text1, String text2) argument
543 diff_path1(List<Set<Long>> v_map, String text1, String text2) argument
596 diff_path2(List<Set<Long>> v_map, String text1, String text2) argument
667 diff_commonPrefix(String text1, String text2) argument
685 diff_commonSuffix(String text1, String text2) argument
708 diff_halfMatch(String text1, String text2) argument
1741 patch_make(String text1, String text2) argument
1780 patch_make(String text1, String text2, LinkedList<Diff> diffs) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp92 UChar text2[] = { local
125 UnicodeString expected(text2);
H A Drbbiapts.cpp266 CharacterIterator* text2= new StringCharacterIterator(str2); local
298 rb->adoptText(text2);
299 if(rb->getText() != *text2)
H A Dregcoll.cpp1210 static const UChar text2[][CollationRegressionTest::MAX_TOKEN_LEN] = { local
1235 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);
1237 errln(UnicodeString("Failed to get a partial collation key for ") + text2[i]);
1242 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1244 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
H A Dnumrgts.cpp2908 static const UChar text2[] = { 0x6E, 0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0 }; // n123456789 local
2958 int32_t n = unum_parse(f.getAlias(), text2, -1, NULL, &status);
2962 logln("text2: Got expected parse error %s\n", u_errorName(status));
2965 errln("FAIL: text2: unum_parse status %s, result %d - expected failure\n", u_errorName(status), n);
2976 int32_t n = unum_parse(f.getAlias(), text2, -1, NULL, &status);
H A Dregextst.cpp4936 UText text2 = UTEXT_INITIALIZER; local
4942 regextst_openUTF8FromInvariant(&text2, "abcccxd", -1, &status);
4943 u_uastrncpy(text2Chars, "abcccxd", sizeof(text2)/2);
4944 utext_openUChars(&text2, text2Chars, -1, &status);
4971 utext_setNativeIndex(&text2, 0);
4972 REGEX_ASSERT(testUTextEqual(resultText, &text2));
4976 utext_close(&text2);
5025 UChar text2[80]; local
5031 u_uastrncpy(text2, "No match here.", sizeof(text2)/
5072 UChar text2[80]; local
[all...]
H A Dnumfmtst.cpp6530 UnicodeString text1, text2; local
6543 fmt->format(value, text2);
6545 if (text1 != text2) {
6547 + text1 + " text2=" + text2);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dreapits.c394 UChar text2[50]; local
398 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
416 uregex_setText(re, text2, -1, &status);
448 UChar text2[50]; local
453 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
465 uregex_setText(re, text2, 7, &status);
467 TEST_ASSERT(result == text2);
472 uregex_setText(re, text2,
815 UChar text2[80]; local
887 UChar text2[80]; /* "No match Here" */ local
1049 UChar text2[80]; local
1546 UText text2 = UTEXT_INITIALIZER; local
1593 UText text2 = UTEXT_INITIALIZER; local
1834 UChar text2[80]; local
1882 UChar text2[80]; local
1965 UChar text2[80]; local
[all...]
H A Dcbiditst.c1812 static const char* const text2 = "\\u05d0 1-2\\u001c\\u0630 1-2\\u001c1-2"; local
2045 u_unescape(text2, src, MAXLEN);
/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c394 UChar text2[50]; local
398 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
416 uregex_setText(re, text2, -1, &status);
448 UChar text2[50]; local
453 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
465 uregex_setText(re, text2, 7, &status);
467 TEST_ASSERT(result == text2);
472 uregex_setText(re, text2,
815 UChar text2[80]; local
887 UChar text2[80]; /* "No match Here" */ local
1049 UChar text2[80]; local
1546 UText text2 = UTEXT_INITIALIZER; local
1593 UText text2 = UTEXT_INITIALIZER; local
1834 UChar text2[80]; local
1882 UChar text2[80]; local
1965 UChar text2[80]; local
[all...]
H A Dcbiditst.c1814 static const char* const text2 = "\\u05d0 1-2\\u001c\\u0630 1-2\\u001c1-2"; local
2047 u_unescape(text2, src, MAXLEN);
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 557 milliseconds

12