HomeSort by relevance Sort by last modified time
    Searched defs:text1 (Results 26 - 50 of 72) sorted by null

12 3

  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 703 holder.text1 = (TextView) itemLayout.findViewById(android.R.id.text1);
842 TextView text1; field in class:ContactsListFragment.ContactsAdapter.ViewHolder
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c 352 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)/2)
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/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 83 UChar text1[] = { local
112 UnicodeString expected(text1);
    [all...]
rbbiapts.cpp 261 CharacterIterator* text1= new StringCharacterIterator(str1); local
262 CharacterIterator* text1Clone = text1->clone();
292 rb->adoptText(text1);
293 if(rb->getText() != *text1)
    [all...]
regcoll.cpp 1110 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 : "
    [all...]
numfmtst.cpp 6169 UnicodeString text1, text2; local
    [all...]
regextst.cpp 4776 UText text1 = UTEXT_INITIALIZER; local
4824 UChar text1[80]; local
4865 UChar text1[80]; local
4912 UChar text1[80]; local
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 311 String text1 = dmp.diff_text1(diffs); local
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 = "The quick brown fox jumps over the lazy dog."; local
    [all...]
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...]
  /external/icu4c/test/intltest/
itrbnf.cpp 84 UChar text1[] = { local
113 UnicodeString expected(text1);
    [all...]
rbbiapts.cpp 261 CharacterIterator* text1= new StringCharacterIterator(str1); local
262 CharacterIterator* text1Clone = text1->clone();
292 rb->adoptText(text1);
293 if(rb->getText() != *text1)
    [all...]
regcoll.cpp 1110 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 : "
    [all...]
numfmtst.cpp 6407 UnicodeString text1, text2; local
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 917 String text1 = "123456789012345678901234567890123456789012345678901234567890" + local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 136 TextView text1 = (TextView) result.findViewById(R.id.text1); local
139 text1.setText(member.getDisplayName());
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 128 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1); local
129 text1.setText(appLevelText);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 577 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1); local
585 text1.setText(account.mName);
586 text1.setVisibility(account.mName == null ? View.GONE : View.VISIBLE);
600 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1); local
613 text1.setText(groupTitle);
618 text1.setText(R.string.display_more_groups);
    [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...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 26 public static final int text1 = nextId++; field in class:R.id
  /frameworks/base/core/java/android/widget/
SuggestionsAdapter.java 299 mText1 = (TextView) v.findViewById(com.android.internal.R.id.text1);
316 String text1 = getStringOrNull(cursor, mText1Col); local
317 setViewText(views.mText1, text1);
465 String text1 = getColumnString(cursor, SearchManager.SUGGEST_COLUMN_TEXT_1); local
466 if (text1 != null) {
467 return text1;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SuggestionsAdapter.java 259 mText1 = (TextView) v.findViewById(android.R.id.text1);
276 String text1 = getStringOrNull(cursor, mText1Col); local
277 setViewText(views.mText1, text1);
425 String text1 = getColumnString(cursor, SearchManager.SUGGEST_COLUMN_TEXT_1); local
426 if (text1 != null) {
427 return text1;
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 287 final String text1 = mText1; local
300 drawText(canvas, text1, TEXT1_Y
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 356 String text1 = cursor.getSuggestionText1(); local
357 completions.add(new CompletionInfo(i, i, text1));
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 211 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1); local
212 text1.setText(getString(R.string.percentage, percentage));
  /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...]

Completed in 1300 milliseconds

12 3