HomeSort by relevance Sort by last modified time
    Searched defs:comma (Results 26 - 33 of 33) sorted by null

12

  /external/bluetooth/glib/gio/
glocalfileinfo.c 1066 char *gecos, *comma; local
1095 comma = strchr (gecos, ',');
1096 if (comma)
1097 *comma = 0;
    [all...]
  /external/dnsmasq/src/
option.c 508 /* find next comma, split string with zero and eliminate spaces.
509 return start of string following comma */
513 char *comma, *p; local
515 if (!s || !(comma = strchr(s, c)))
518 p = comma;
519 *comma = ' ';
521 for (; isspace((int)*comma); comma++);
526 return comma;
671 char *comma = NULL, *problem = NULL local
981 char *comma, *problem = NULL;; local
    [all...]
  /external/qemu/telephony/
android_modem.c 897 const char* comma = "+COPS: "; local
902 amodem_add_line( modem, "%s(%d,\"%s\",\"%s\",\"%s\")", comma,
904 comma = ", ";
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 611 * Returns true if needle is one of the elements in the comma-separated list
2458 const char* comma; local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 178 final String comma = ", "; local
179 Spanned strResult = (Spanned) TextUtils.concat(string1, comma, string2);
180 assertEquals(string1.toString() + comma + string2.toString(), strResult.toString());
189 assertEquals(string1.length() + comma.length(), strResult.getSpanStart(bgColorSpan));
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 124 void CacheBuilder::Debug::comma(const char* str) { function in class:android::CacheBuilder::Debug
412 comma(scratch);
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 269 milliseconds

12