HomeSort by relevance Sort by last modified time
    Searched refs:texts (Results 1 - 18 of 18) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleBroadcastReceiver.java 45 ArrayList<String> texts = new ArrayList<String>(); local
47 ExampleAppWidgetConfigure.loadAllTitlePrefs(context, appWidgetIds, texts);
51 ExampleAppWidgetProvider.updateAppWidget(context, gm, appWidgetIds.get(i), texts.get(i));
ExampleAppWidgetConfigure.java 129 ArrayList<String> texts) {
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutDirectionsTest.java 49 private static String[] texts = { field in class:StaticLayoutDirectionsTest
115 for (int i = 0; i < texts.length; ++i) {
116 b.setText(pseudoBidiToReal(texts[i]));
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 80 public boolean updateWithRfc822Address(Collection<CharSequence> texts){
81 if (texts == null) {
85 for (CharSequence text : texts) {
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 556 private Document createDocumentWithAdjacentTexts(String... texts) throws Exception {
561 for (String text : texts) {
571 private void assertChildren(Element element, String... texts) {
584 assertEquals(Arrays.asList(texts), actual);
  /external/icu4c/test/intltest/
msfmrgts.cpp 828 UnicodeString texts[] = { local
837 //Object[] objs = mf.parse(texts[i], pp);
839 Formattable *objs = mf->parse(texts[i], pp, count);
840 log(" text for parsing: \"" + texts[i] + "\"");
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 861 List<String> texts = Arrays.asList("Test text message tiny", local
867 for (String t : texts) {
874 texts = Arrays.asList("1", "-1", "22", "2", "33",
880 for (String t : texts) {
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 3630 final String[] texts = getResources().getStringArray( local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js 41 var a = [], // The array holding the partial texts.
100 var a = [], // The array holding the partial texts.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js 41 var a = [], // The array holding the partial texts.
100 var a = [], // The array holding the partial texts.
    [all...]
  /external/grub/docs/
texinfo.tex 840 \def\lefttext{#1}% have both texts
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 908 \def\lefttext{#1}% have both texts
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 3797 milliseconds