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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 270 CharSequence[] strings = DetailMode.populateDetailModeStrings(mContext, buckets);
271 if (strings == null) {
274 builder.setItems(strings, null);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 284 * Converts a comma-separated list of Strings to a set of Strings. Trims strings
287 private static HashSet<String> convertToSet(String strings) {
289 if (strings != null) {
290 String[] split = strings.split(",");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 125 private static final String PH_STRINGS = "STRINGS"; //$NON-NLS-1$
167 + "strings.template"; //$NON-NLS-1$
175 private static final String STRINGS_FILE = "strings.xml"; //$NON-NLS-1$
426 // we'll put all the strings into values/strings.xml
490 // we'll put all the strings into values/strings.xml
    [all...]
  /external/v8/src/
v8natives.js 645 // Property names are expected to be strings.
971 // Explicitly convert all parameters to strings.
972 // Array.prototype.join replaces null with empty strings which is
platform-openbsd.cc 45 #include <strings.h> // index
  /external/icu4c/test/cintltst/
idnatest.c 526 log_err("Did not get the expected result for %s with null termniated strings.\n",testName);
536 log_err("Did not get the expected result for %s with null termniated strings with options set.\n", testName);
647 static const UChar strings[][8]={ local
656 for(i=0; i<LENGTHOF(strings); ++i) {
658 length=uidna_toASCII(strings[i], -1, ascii, LENGTHOF(ascii), 0, NULL, &errorCode);
    [all...]
cdtrgtst.c 136 const char* strings[] = { local
177 u_uastrcpy(s, strings[i]);
198 * SimpleDateFormat does not properly parse date strings without delimiters
363 Please extend the parsing method(s) to handle strings with
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 94 * These are the corresponding indices into the array of strings
368 String[] strings = r.getStringArray(R.array.reminder_minutes_values); local
369 int size = strings.length;
372 list.add(Integer.parseInt(strings[i]));
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java     [all...]
  /dalvik/vm/
Misc.c 24 #include <strings.h>
  /external/bluetooth/glib/gio/fen/
fen-kernel.c 27 #include <strings.h>
fen-node.c 27 #include <strings.h>
  /external/grub/lib/
getopt.c 209 # include <strings.h>
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 188 <td>Timing for string collation, an incremental compare of strings.</td>
  /external/netperf/
netserver.c 79 # include <strings.h>
netsh.c 44 #ifndef STRINGS
46 #else /* STRINGS */
47 #include <strings.h>
48 #endif /* STRINGS */
240 /* netperf_usage done as two concatenated strings to make the MS
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 61 # include <strings.h>
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flexdef.h 53 #include <strings.h>
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 378 ;;; Test the strings for equality, 8 bytes at a time. At the end,
382 ;;; strings match each other, and they can be safely passed over before
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 61 # include <strings.h>
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 61 # include <strings.h>
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 61 # include <strings.h>
  /system/core/adb/
usb_libusb.c 30 #include <strings.h>
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 36 * The shell history. history is an array of strings, ordered oldest to

Completed in 1333 milliseconds

1 2 3 4 5 6 7 891011>>