Searched refs:text1 (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/v8/test/webkit/
H A Ddfg-inline-arguments-use-from-all-the-places.js60 var text1 = "[[object Arguments]: [object Object], b" + __i + ", c" + __i + "]";
63 shouldBe("argsToStr(bar(o, \"b\" + __i, \"c\" + __i))", "\"[[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments]: " + text1 + ", " + text1 + ", " + text1 + ", " + text1 + ", " + text1 + ", " + text2 + ", " + text1 + ", " + text1 + ", " + text2 + ", " + text3 + "]\"");
/external/llvm/test/MC/X86/AlignedBundling/
H A Ddifferent-sections.s7 .section text1, "x"
8 # CHECK: section text1
H A Dswitch-section-locked-error.s9 .section text1, "x"
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java133 * @param text1 Old string to be diffed.
137 public LinkedList<Diff> diff_main(String text1, String text2) { argument
138 return diff_main(text1, text2, true);
144 * @param text1 Old 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)) {
162 diffs.add(new Diff(Operation.EQUAL, text1));
167 int commonlength = diff_commonPrefix(text1, text2);
168 String commonprefix = text1
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
1436 diff_fromDelta(String text1, String delta) argument
1741 patch_make(String text1, String text2) argument
1780 patch_make(String text1, String text2, LinkedList<Diff> diffs) argument
1793 patch_make(String text1, LinkedList<Diff> diffs) argument
[all...]
H A Ddiff_match_patch_test.java311 String text1 = dmp.diff_text1(diffs);
312 assertEquals("diff_text1: Base text.", "jumps over the lazy", text1);
318 assertEquals("diff_fromDelta: Normal.", diffs, dmp.diff_fromDelta(text1, delta));
322 dmp.diff_fromDelta(text1 + "x", delta);
330 dmp.diff_fromDelta(text1.substring(1), delta);
346 text1 = dmp.diff_text1(diffs);
347 assertEquals("diff_text1: Unicode text.", "\u0680 \000 \t %\u0681 \001 \n ^", text1);
352 assertEquals("diff_fromDelta: Unicode.", diffs, dmp.diff_fromDelta(text1, delta));
367 // Translate a location in text1 to text2.
742 String text1
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dreapits.c352 UChar text1[50]; local
356 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
369 uregex_setText(re, text1, -1, &status);
381 uregex_setText(re, text1, -1, &status);
387 uregex_setText(re, text1, 5, &status);
393 uregex_setText(re, text1, 6, &status);
406 UChar text1[50]; local
411 u_uastrncpy(text1, "abcccd", sizeof(text1)/
443 UChar text1[50]; local
498 UChar text1[50]; local
579 UChar text1[80]; local
773 UChar text1[80]; local
845 UChar text1[80]; /* "Replace xaax x1x x...x." */ local
1503 UText text1 = UTEXT_INITIALIZER; local
1550 UText text1 = UTEXT_INITIALIZER; local
1609 UText text1 = UTEXT_INITIALIZER; local
1656 UChar text1[50]; local
1714 UChar text1[80]; local
1790 UChar text1[80]; local
1838 UChar text1[80]; local
[all...]
/external/icu4c/test/cintltst/
H A Dreapits.c393 UChar text1[50]; local
397 u_uastrncpy(text1, "abcccd", sizeof(text1)/2);
410 uregex_setText(re, text1, -1, &status);
422 uregex_setText(re, text1, -1, &status);
428 uregex_setText(re, text1, 5, &status);
434 uregex_setText(re, text1, 6, &status);
447 UChar text1[50]; local
452 u_uastrncpy(text1, "abcccd", sizeof(text1)/
484 UChar text1[50]; local
539 UChar text1[50]; local
620 UChar text1[80]; local
814 UChar text1[80]; local
886 UChar text1[80]; /* "Replace xaax x1x x...x." */ local
1545 UText text1 = UTEXT_INITIALIZER; local
1592 UText text1 = UTEXT_INITIALIZER; local
1651 UText text1 = UTEXT_INITIALIZER; local
1698 UChar text1[50]; local
1756 UChar text1[80]; local
1832 UChar text1[80]; local
1880 UChar text1[80]; local
[all...]
/external/chromium/webkit/glue/
H A Dregular_expression_unittest.cc61 WebUChar text1[] = {L'\x6240', L'\x6709', L'\x7f51', L'\x9875'}; local
67 MATCH_DESC(text1, 0, 4),
81 WebUChar text1[] = {L':', L' ', L' ', L':'}; local
89 MATCH_DESC(text1, 0, 4),
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DResourceExtractorTest.java29 assertThat(resourceExtractor.getResourceId("android:id/text1"), equalTo(android.R.id.text1));
H A DResourceLoaderTest.java72 TextView textView = (TextView) view.findViewById(android.R.id.text1);
90 TextView textView = (TextView) view.findViewById(android.R.id.text1);
H A DTestAttributeSetTest.java35 attributes.put("android:id", "@android:id/text1");
37 assertThat(testAttributeSet.getAttributeResourceValue("android", "id", 0), equalTo(android.R.id.text1));
42 attributes.put("id", "@id/text1");
56 attributes.put("android:id", "@+id/text1");
59 assertThat(testAttributeSet.getAttributeResourceValue("android", "id", 0), equalTo(android.R.id.text1));
64 attributes.put("android:id", "@+id/text1");
67 assertThat(testAttributeSet.getAttributeResourceValue("android", "id", 0), equalTo(R.id.text1));
H A DViewLoaderTest.java70 TextView textView = (TextView) view.findViewById(android.R.id.text1);
78 TextView textView = (TextView) view.findViewById(android.R.id.text1);
86 TextView textView = (TextView) view.findViewById(android.R.id.text1);
94 TextView textView = (TextView) view.findViewById(android.R.id.text1);
102 TextView textView = (TextView) view.findViewById(android.R.id.text1);
111 TextView textView = (TextView) view.findViewById(android.R.id.text1);
120 TextView textView = (TextView) view.findViewById(android.R.id.text1);
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win_unittest.cc283 WebAccessibility text1; local
284 text1.id = 11;
285 text1.role = WebAccessibility::ROLE_TEXT_FIELD;
286 text1.state = 0;
287 text1.value = L"One two three.\nFour five six.";
293 root.children.push_back(text1);
314 ASSERT_EQ(text, text1.value);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win_unittest.cc325 AccessibilityNodeData text1; local
326 text1.id = 11;
327 text1.role = blink::WebAXRoleTextField;
328 text1.state = 0;
329 text1.AddStringAttribute(AccessibilityNodeData::ATTR_VALUE, text1_value);
332 text1.AddIntListAttribute(
345 manager->UpdateNodesForTesting(text1);
422 AccessibilityNodeData text1; local
423 text1.id = 11;
424 text1
490 AccessibilityNodeData text1; local
[all...]
/external/chromium_org/mojo/public/tests/
H A Dbindings_handle_passing_unittest.cc27 std::string text1; variable
29 EXPECT_TRUE(ReadTextMessage(pipe.get(), &text1));
49 client_->DidStuff(response.Finish(), text1);
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
H A DMainActivity.java45 new int[] {android.R.id.text1}));
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DR.java26 public static final int text1 = nextId++; field in class:R.id
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregcoll.cpp1110 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = { local
1135 for (i = 0; i < sizeof(text1) / (CollationRegressionTest::MAX_TOKEN_LEN * sizeof(UChar)); i++) {
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1141 errln(UnicodeString("Failed to get a partial collation key for ") + text1[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 Dregextst.cpp4776 UText text1 = UTEXT_INITIALIZER; local
4782 regextst_openUTF8FromInvariant(&text1, "abcccd", -1, &status);
4791 uregex_setUText(re, &text1, &status);
4796 utext_setNativeIndex(&text1, 0);
4797 REGEX_ASSERT(utext_compare(resultText, -1, &text1, -1) == 0);
4803 utext_setNativeIndex(&text1, 0);
4804 REGEX_ASSERT(utext_compare(resultText, -1, &text1, -1) == 0);
4816 utext_close(&text1);
4824 UChar text1[80]; local
4827 u_uastrncpy(text1, "nois
4865 UChar text1[80]; local
4912 UChar text1[80]; local
[all...]
H A Drbbiapts.cpp261 CharacterIterator* text1= new StringCharacterIterator(str1); local
262 CharacterIterator* text1Clone = text1->clone();
292 rb->adoptText(text1);
293 if(rb->getText() != *text1)
/external/icu4c/test/intltest/
H A Dregcoll.cpp1110 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = { local
1135 for (i = 0; i < sizeof(text1) / (CollationRegressionTest::MAX_TOKEN_LEN * sizeof(UChar)); i++) {
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1141 errln(UnicodeString("Failed to get a partial collation key for ") + text1[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 Dregextst.cpp4926 UText text1 = UTEXT_INITIALIZER; local
4932 regextst_openUTF8FromInvariant(&text1, "abcccd", -1, &status);
4941 uregex_setUText(re, &text1, &status);
4946 utext_setNativeIndex(&text1, 0);
4947 REGEX_ASSERT(testUTextEqual(resultText, &text1));
4953 utext_setNativeIndex(&text1, 0);
4954 REGEX_ASSERT(testUTextEqual(resultText, &text1));
4966 utext_close(&text1);
4974 UChar text1[80]; local
4977 u_uastrncpy(text1, "nois
5015 UChar text1[80]; local
5062 UChar text1[80]; local
[all...]
H A Drbbiapts.cpp261 CharacterIterator* text1= new StringCharacterIterator(str1); local
262 CharacterIterator* text1Clone = text1->clone();
292 rb->adoptText(text1);
293 if(rb->getText() != *text1)
/external/tinyxml/
H A Dxmltest.cpp653 TiXmlElement text1( "text" );
654 parse1 >> text1; local
657 text1.FirstChild()->Value(),
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAlertDialog.java207 adapter = new ArrayAdapter<CharSequence>(context, R.layout.simple_list_item_checked, R.id.text1, items);

Completed in 728 milliseconds

12