HomeSort by relevance Sort by last modified time
    Searched full:list_separator (Results 1 - 11 of 11) sorted by null

  /packages/apps/Contacts/res/layout/
phone_favorite_account_filter_header.xml 19 Note: This xml is based on account_filter_header.xml and list_separator.xml.
22 list_separator.xml. See also bug 5432231. -->
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogLogger.java 31 private static final char LIST_SEPARATOR = '|';
116 if (i > 0) sb.append(LIST_SEPARATOR);
131 if (sb.length() > 0) sb.append(LIST_SEPARATOR);
  /external/webkit/Source/WebCore/inspector/
InspectorValues.cpp 54 LIST_SEPARATOR,
215 return LIST_SEPARATOR;
376 if (token == LIST_SEPARATOR) {
417 if (token == LIST_SEPARATOR) {
  /external/bluetooth/glib/glib/
gkeyfile.c 81 gchar list_separator; member in struct:_GKeyFile
209 key_file->list_separator = ';';
286 key_file->list_separator = separator;
1764 char list_separator[2]; local
    [all...]
  /external/chromium/base/json/
json_reader.cc 258 if (token.type == Token::LIST_SEPARATOR) {
318 if (token.type == Token::LIST_SEPARATOR) {
547 token = Token(Token::LIST_SEPARATOR, json_pos_, 1);
json_reader.h 65 LIST_SEPARATOR, // ,
  /packages/apps/Contacts/src/com/android/contacts/detail/
StreamItemAdapter.java 105 final View titleView = mInflater.inflate(R.layout.list_separator, null);
ContactDetailFragment.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactTileAdapter.java 407 View dividerView = View.inflate(mContext, R.layout.list_separator, null);
  /external/bluetooth/glib/
ChangeLog.pre-2-20 535 Bug 560569 ? gkeyfile doesn't use the set list_separator in some cases
NEWS 322 560569 gkeyfile doesn't use the set list_separator in some cases
    [all...]

Completed in 1212 milliseconds