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

1 2 3

  /external/webkit/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)
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 83 Text text2; local
102 text2 = newDoc.createTextNode("text2");
112 appendedChild = element2.appendChild(text2);
116 text2 = (Text) text2.cloneNode(false);
119 appendedChild = element3.appendChild(text2);
122 text2 = (Text) text2.cloneNode(false);
125 appendedChild = element4.appendChild(text2);
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 112 Text text2; local
132 text2 = newDoc.createTextNode("text2");
142 element2.appendChild(text2);
146 text2 = (Text) text2.cloneNode(false);
149 element3.appendChild(text2);
152 text2 = (Text) text2.cloneNode(false);
155 element4.appendChild(text2);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 558 TextView text2 = (TextView)mSubView.findViewById(R.id.alt); local
563 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off));
565 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
569 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off));
571 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
575 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off));
577 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
581 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_on));
583 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
587 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_lock))
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TwoLineListItemTest.java 143 TextView text2 = new TextView(mActivity); local
144 text2.setId(com.android.internal.R.id.text2);
148 twoLineListItem.addView(text2, params);
154 assertSame(text2, twoLineListItem.getText2());
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
EmailHtmlUtilTest.java 122 final String text2 = new TextBuilder("text2 ").addCidImg(cid2).build("."); local
123 final String expected2 = new TextBuilder("text2 ").addUidImg(uri2).build(".");
128 .addBodyPart(MessageTestUtils.textPart("text/html", text1 + text2))
134 getContext().getContentResolver(), mAccount.mId, text1 + text2, msg2, 0);
141 .addBodyPart(MessageTestUtils.textPart("text/html", text2 + text1))
148 getContext().getContentResolver(), mAccount.mId, text2 + text1, msg3, 0);
158 .addBodyPart(MessageTestUtils.textPart("text/html", text2 + text1))
167 getContext().getContentResolver(), mAccount.mId, text2 + text1, msg4, 0);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 81 mText2 = (TextView) findViewById(R.id.text2);
97 CharSequence text2 = suggestion.getSuggestionText2Url(); local
98 if (text2 != null) {
99 text2 = formatUrl(text2);
101 text2 = formatText(suggestion.getSuggestionText2(), suggestion, false);
106 Log.d(TAG, "bindAsSuggestion(), text1=" + text1 + ",text2=" + text2
110 if (TextUtils.isEmpty(text2)) {
120 setText2(text2);
    [all...]
  /packages/apps/Email/src/com/android/email/
EmailAddressAdapter.java 65 TextView text2 = (TextView)view.findViewById(R.id.text2); local
67 text2.setText(cursor.getString(DATA_INDEX));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List3.java 47 new int[] { android.R.id.text1, android.R.id.text2 });
ExpandableList3.java 67 new int[] { android.R.id.text1, android.R.id.text2 },
71 new int[] { android.R.id.text1, android.R.id.text2 }
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 110 String text2 = token1 + "\",\"" + token2 + ";" + token3 + " <;>" + token4 + ","; local
111 final int TOKEN_END_POS_2 = text2.indexOf(token2) + token2.length();
112 final int TOKEN_END_POS_4 = text2.indexOf(token4) + token4.length();
113 assertEquals(TOKEN_END_POS_2, rfc822Tokenizer.findTokenEnd(text2, 0));
114 assertEquals(TOKEN_END_POS_4, rfc822Tokenizer.findTokenEnd(text2, TOKEN_END_POS_2 + 1));
  /external/chromium/third_party/icu/source/test/cintltst/
reapits.c 318 UChar text2[50]; local
322 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
340 uregex_setText(re, text2, -1, &status);
372 UChar text2[50]; local
377 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
389 uregex_setText(re, text2, 7, &status);
391 TEST_ASSERT(result == text2);
396 uregex_setText(re, text2, 4, &status)
739 UChar text2[80]; local
811 UChar text2[80]; \/* "No match Here" *\/ local
973 UChar text2[80]; local
    [all...]
  /external/icu4c/test/cintltst/
reapits.c 363 UChar text2[50]; local
367 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
385 uregex_setText(re, text2, -1, &status);
417 UChar text2[50]; local
422 u_uastrncpy(text2, "abcccxd", sizeof(text2)/2);
434 uregex_setText(re, text2, 7, &status);
436 TEST_ASSERT(result == text2);
441 uregex_setText(re, text2, 4, &status)
784 UChar text2[80]; local
856 UChar text2[80]; \/* "No match Here" *\/ local
1018 UChar text2[80]; local
1514 UText text2 = UTEXT_INITIALIZER; local
1561 UText text2 = UTEXT_INITIALIZER; local
1772 UChar text2[80]; local
1820 UChar text2[80]; local
1903 UChar text2[80]; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 44 // text2 has links specified by putting <a> tags in the string
49 TextView t2 = (TextView) findViewById(R.id.text2);
  /frameworks/base/core/java/android/widget/
TwoLineListItem.java 33 * and {@link android.R.id#text2 text2}. There is an optional third View element with the
71 mText2 = (TextView) findViewById(com.android.internal.R.id.text2);
83 * Returns a handle to the item with ID text2.
84 * @return A handle to the item with ID text2.
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 56 mTo = new int[]{com.android.internal.R.id.text1, com.android.internal.R.id.text2};
199 assertEquals(com.android.internal.R.id.text2, viewIds[1]);
227 singleTo = new int[]{com.android.internal.R.id.text2};
236 assertEquals(com.android.internal.R.id.text2, viewIds[0]);
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 238 final Editable text2 = mConnection.getEditable(); local
240 assertEquals(strLength, text2.length());
241 assertEquals(str.toString(), text2.toString());
259 return text2.toString().equals(mView.getText().toString());
265 int end = text2.length();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 125 String text2; field in class:GlobalSearchSupport.SearchSuggestion
148 text2 = organization;
150 text2 = phoneNumber;
152 text2 = email;
189 list.add(text2);
208 list.add(text2);
  /frameworks/base/core/java/android/app/
SuggestionsAdapter.java 276 mText2 = (TextView) v.findViewById(com.android.internal.R.id.text2);
299 CharSequence text2 = getStringOrNull(cursor, mText2UrlCol); local
300 if (text2 != null) {
301 text2 = formatUrl(text2);
303 text2 = getStringOrNull(cursor, mText2Col);
308 if (TextUtils.isEmpty(text2)) {
319 setViewText(views.mText2, text2);
  /packages/apps/Browser/tests/src/com/android/browser/
BrowserProviderTests.java 117 String text2 = getCol(c, SearchManager.SUGGEST_COLUMN_TEXT_2); local
118 assertNotNull(text2);
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java 117 final TextView text2 =
118 (TextView)convertView.findViewById(android.R.id.text2);
127 text2.setText(source.getDisplayLabel(context));
  /packages/apps/Contacts/src/com/android/contacts/ui/
ContactsPreferencesActivity.java 150 final TextView text2 = (TextView)mHeaderPhones.findViewById(android.R.id.text2); local
152 text2.setText(R.string.showFilterPhonesDescrip);
686 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2);
707 // text2.setText(descrip);
708 text2.setVisibility(View.GONE);
713 text2.setVisibility(View.GONE);
727 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2);
    [all...]
  /external/quake/quake/src/WinQuake/
sys_win.cpp 349 char text[1024], text2[1024]; local
376 sprintf (text2, "ERROR: %s\n", text);
379 WriteFile (houtput, text2, strlen (text2), &dummy, NULL);
  /cts/tests/src/android/app/cts/
ExpandableListTestActivity.java 71 new String[] { NAME, IS_EVEN }, new int[] { R.id.text1, R.id.text2 }, childData,
73 new String[] { NAME, IS_EVEN }, new int[] { R.id.text1, R.id.text2 });

Completed in 1130 milliseconds

1 2 3