HomeSort by relevance Sort by last modified time
    Searched refs:text1 (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/WebCore/editing/
JoinTextNodesCommand.h 37 static PassRefPtr<JoinTextNodesCommand> create(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
39 return adoptRef(new JoinTextNodesCommand(text1, text2));
JoinTextNodesCommand.cpp 33 JoinTextNodesCommand::JoinTextNodesCommand(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
34 : SimpleEditCommand(text1->document()), m_text1(text1), m_text2(text2)
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MarqueeActivity.java 37 final TextView text1 = new TextView(this); local
38 text1.setText("This is a marquee inside a TextView");
39 text1.setSingleLine(true);
40 text1.setHorizontalFadingEdgeEnabled(true);
41 text1.setEllipsize(TextUtils.TruncateAt.MARQUEE);
42 linearLayout.addView(text1, new LinearLayout.LayoutParams(
  /packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java 56 TextView text1 = (TextView)view.findViewById(R.id.text1); local
58 text1.setText(displayName);
64 TextView text1 = (TextView)view.findViewById(R.id.text1); local
67 text1.setText(text);
  /packages/apps/Email/src/com/android/email/
EmailAddressAdapter.java 57 TextView text1 = (TextView)view.findViewById(R.id.text1); local
59 text1.setText(displayName);
65 TextView text1 = (TextView)view.findViewById(R.id.text1); local
68 text1.setText(text);
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleExpandableListAdapterTest.java 49 R.id.text1
53 R.id.text1
170 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
174 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString());
185 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString());
189 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString());
193 convertView.setId(R.id.text1);
200 convertView.setId(R.id.text1);
234 assertNotNull(result.findViewById(R.id.text1));
238 assertNotNull(result.findViewById(R.id.text1));
    [all...]
TwoLineListItemTest.java 93 TextView text1 = new TextView(mActivity); local
94 text1.setId(com.android.internal.R.id.text1);
99 twoLineListItem.addView(text1, params);
105 assertSame(text1, twoLineListItem.getText1());
  /external/llvm/test/MC/X86/AlignedBundling/
different-sections.s 7 .section text1, "x"
8 # CHECK: section text1
switch-section-locked-error.s 9 .section text1, "x"
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 82 Text text1; local
101 text1 = newDoc.createTextNode("text1");
111 appendedChild = element2.appendChild(text1);
115 text1 = (Text) text1.cloneNode(false);
118 appendedChild = element3.appendChild(text1);
121 text1 = (Text) text1.cloneNode(false);
124 appendedChild = element4.appendChild(text1);
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 99 Text text1; local
119 text1 = newDoc.createTextNode("text1");
129 element2.appendChild(text1);
133 text1 = (Text) text1.cloneNode(false);
136 element3.appendChild(text1);
139 text1 = (Text) text1.cloneNode(false);
142 element4.appendChild(text1);
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerGaugePreference.java 63 final TextView text1 = (TextView) view.findViewById(android.R.id.text1); local
64 text1.setText(mProgressText);
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 133 * @param text1 Old string to be diffed.
137 public LinkedList<Diff> diff_main(String text1, String text2) {
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,
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.substring(0, commonlength)
1766 String text1 = diff_text1(diffs); local
1926 String text1 = diff_text1(aPatch.diffs); local
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 68 String text1 = ", " + token1; local
69 assertEquals(0, rfc822Tokenizer.findTokenEnd(text1, 0));
70 assertEquals(text1.length(), rfc822Tokenizer.findTokenEnd(text1, 1));
74 assertEquals(Integer.MAX_VALUE, rfc822Tokenizer.findTokenEnd(text1, Integer.MAX_VALUE));
77 rfc822Tokenizer.findTokenEnd(text1, -1);
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 42 TextView text1 = (TextView) view.findViewById(R.id.text1); local
47 text1.setText(name);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift); local
644 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off));
646 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
650 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_on));
652 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
656 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_lock));
658 text1.setBackgroundColor(res.getColor(R.color.indicator_background_lock_caps));
662 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off));
664 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
668 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off))
    [all...]
  /external/icu4c/test/cintltst/
reapits.c 393 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)/2)
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...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
SelectAccountDialogFragment.java 61 final TextView text1 = (TextView)resultView.findViewById(android.R.id.text1);
66 text1.setText("Name: " + account.name);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List2.java 48 // The "text1" view defined in the XML template
49 new int[] {android.R.id.text1});
ExpandableList3.java 67 new int[] { android.R.id.text1, android.R.id.text2 },
71 new int[] { android.R.id.text1, android.R.id.text2 }
  /external/chromium/webkit/glue/
regular_expression_unittest.cc 61 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/
ResourceExtractorTest.java 29 assertThat(resourceExtractor.getResourceId("android:id/text1"), equalTo(android.R.id.text1));
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode28.js 91 var text1;
101 text1 = doc.createTextNode("");
104 isEqual = text1.isEqualNode(text2);
106 isEqual = text1.isEqualNode(text3);
textwholetext03.js 90 var text1;
101 text1 = doc.createTextNode("Text I");
103 appendedChild = elem.appendChild(text1);
105 combinedText = text1.wholeText;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
WebSearchSuggestionView.java 61 CharSequence text1 = mSuggestionFormatter.formatSuggestion(userQuery, local
63 setText1(text1);

Completed in 1136 milliseconds

1 2 3 4 5 6 7