HomeSort by relevance Sort by last modified time
    Searched refs:text1 (Results 101 - 125 of 176) sorted by null

1 2 3 45 6 7 8

  /external/icu4c/test/intltest/
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...]
regextst.cpp 4926 UText text1 = UTEXT_INITIALIZER; local
4974 UChar text1[80]; local
5015 UChar text1[80]; local
5062 UChar text1[80]; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py     [all...]
  /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/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/inputmethod/
KeyboardLayoutDialogFragment.java 257 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1);
272 TextView headline = (TextView) view.findViewById(android.R.id.text1);
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 243 new String[] { "name" }, new int[] { android.R.id.text1 });
331 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1);
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 4776 UText text1 = UTEXT_INITIALIZER; local
4824 UChar text1[80]; local
4865 UChar text1[80]; local
4912 UChar text1[80]; local
    [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...]
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 767 final CharSequence oldText = ((TextView) oldItem.findViewById(android.R.id.text1))
781 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1))
803 final CharSequence oldText = ((TextView) oldItem.findViewById(android.R.id.text1))
818 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1))
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/java/com/example/android/network/sync/basicsyncadapter/
EntryListFragment.java 122 android.R.id.text1,
  /development/apps/Development/src/com/android/development/
InstrumentationList.java 98 TextView text = (TextView)view.findViewById(android.R.id.text1);
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemos.java 51 new int[] { android.R.id.text1 }));
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 124 int[] viewIDs = { android.R.id.text1 };
  /development/samples/Support13Demos/src/com/example/android/supportv13/
Support13Demos.java 51 new int[] { android.R.id.text1 }));
  /development/samples/Support4Demos/src/com/example/android/supportv4/
Support4Demos.java 51 new int[] { android.R.id.text1 }));
  /development/samples/Support7Demos/src/com/example/android/supportv7/
Support7Demos.java 51 new int[] { android.R.id.text1 }));
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 109 { id1 : text1, '12345678' : 'Hello USERNAME, howzit?' }
241 translations: [ [id1, text1], ['12345678', 'Hello USERNAME, howzit?'] ]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 876 mContext, dialog.mMultiChoiceItemLayout, R.id.text1, mItems) {
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestActivity.java 84 new int[]{android.R.id.text1});
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HwTests.java 54 new int[] { android.R.id.text1 }));
  /packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java 305 TextView headline = (TextView) view.findViewById(android.R.id.text1);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PopupList.java 201 TextView text = (TextView) convertView.findViewById(android.R.id.text1);

Completed in 2349 milliseconds

1 2 3 45 6 7 8