HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 201 - 225 of 7947) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
ChangeLog 5 * Fix display of empty strings with STLport 5.0.x if
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/
ChangeLog 5 * Fix display of empty strings with STLport 5.0.x if
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/
ChangeLog 5 * Fix display of empty strings with STLport 5.0.x if
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_quopri.py 66 # Each entry is a tuple of (plaintext, encoded string). These strings are
68 STRINGS = (
69 # Some normal strings
84 # Add some trailing MUST QUOTE strings
132 for p, e in self.STRINGS:
137 for p, e in self.STRINGS:
142 for p, e in self.STRINGS:
147 for p, e in self.STRINGS:
155 for p, e in self.STRINGS:
178 (p, e) = self.STRINGS[-1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_quopri.py 66 # Each entry is a tuple of (plaintext, encoded string). These strings are
68 STRINGS = (
69 # Some normal strings
84 # Add some trailing MUST QUOTE strings
132 for p, e in self.STRINGS:
137 for p, e in self.STRINGS:
142 for p, e in self.STRINGS:
147 for p, e in self.STRINGS:
155 for p, e in self.STRINGS:
178 (p, e) = self.STRINGS[-1
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
localization.jd 66 <p>For a short guide to localizing strings in your app, see the training lesson, <a
72 <p>Resources are text strings, layouts, sounds, graphics, and any other static
111 locale-specific text, Android will load the default strings from
112 <code>res/values/strings.xml</code>. If this default file is absent, or if it
118 <p>An application's Java code refers to just two strings, <code>text_a</code> and
120 (<code>res/values-en/strings.xml</code>) that defines <code>text_a</code> and
122 resource file (<code>res/values/strings.xml</code>) that includes a
129 <code>res/values-en/strings.xml</code> contains both of the needed text
130 strings.</li>
137 <p>To prevent this situation, make sure that a <code>res/values/strings.xml</code>
    [all...]
  /art/test/003-omnibus-opcodes/src/
Array.java 74 static void checkStrings(String[] strings) {
75 Main.assertTrue(strings[0].equals("zero"));
76 Main.assertTrue(strings[1].equals("one"));
77 Main.assertTrue(strings[2].equals("two"));
78 Main.assertTrue(strings[3].equals("three"));
79 Main.assertTrue(strings[4].equals("four"));
189 String[] strings; local
200 strings = new String[count];
  /developers/samples/android/admin/AppRestrictionEnforcer/
template-params.xml 28 <strings>
35 </strings>
  /developers/samples/android/background/JobScheduler/
template-params.xml 29 <strings>
36 </strings>
  /developers/samples/android/background/alarms/RepeatingAlarm/
template-params.xml 26 <strings>
35 </strings>
  /developers/samples/android/connectivity/nfc/CardEmulation/
template-params.xml 25 <strings>
36 </strings>
  /developers/samples/android/connectivity/nfc/CardReader/
template-params.xml 28 <strings>
39 </strings>
  /developers/samples/android/content/multiuser/AppRestrictions/
template-params.xml 25 <strings>
36 </strings>
  /developers/samples/android/media/BasicMediaRouter/
template-params.xml 28 <strings>
39 </strings>
  /developers/samples/android/media/MediaRouter/
template-params.xml 34 <strings>
38 </strings>
  /developers/samples/android/testing/ActivityInstrumentation/
template-params.xml 27 <strings>
34 </strings>
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/
template-params.xml 30 <strings>
37 </strings>
  /developers/samples/android/ui/activitytasks/DocumentCentricRelinquishIdentity/
template-params.xml 28 <strings>
34 </strings>
  /developers/samples/android/ui/transition/AdapterTransition/
template-params.xml 29 <strings>
35 </strings>
  /developers/samples/android/ui/views/CardView/
template-params.xml 33 <strings>
40 </strings>
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/
template-params.xml 29 <strings>
36 </strings>
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshLayoutBasic/
template-params.xml 28 <strings>
36 </strings>
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/
template-params.xml 27 <strings>
36 </strings>
  /developers/samples/android/ui/window/ImmersiveMode/
template-params.xml 26 <strings>
35 </strings>
  /developers/samples/android/wearable/wear/DelayedConfirmation/
template-params.xml 32 <strings>
43 </strings>

Completed in 556 milliseconds

1 2 3 4 5 6 7 891011>>