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

  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 69 constexpr char DIVIDER[] =
382 std::string expected_log(DIVIDER);
391 expected_log += DIVIDER;
463 std::string expected_log(DIVIDER);
472 expected_log += DIVIDER;
495 std::string expected_log(DIVIDER);
504 expected_log += DIVIDER;
531 std::string expected_log(DIVIDER);
539 expected_log += DIVIDER;
541 expected_log += DIVIDER;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 219 // Set divider positon to end
222 // There is no divider
225 // Divider is first
298 // (to account for the divider) or 0 if there are no frequents.
351 * Current position minus how many rows are before the divider and
352 * Minus 1 for the divider itself provides the relative index of the frequent
388 if (itemViewType == ViewTypes.DIVIDER) {
389 // Checking For Divider First so not to cast convertView
408 * Divider uses a list_seperator.xml along with text to denote
443 * and also adds in {@link ViewTypes#DIVIDER}
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
doctest.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationMessageData.java 160 private static final char DIVIDER = '|';
183 return inputString.split("\\" + DIVIDER);
200 * ignoring the outer quotes and the divider and replacing any pair of consecutive
235 Assert.isTrue((peekAhead == DIVIDER) || (peekAhead == (char) 0));
236 characterPos += 1; // skip the divider
677 return "group_concat(" + column + ", '" + DIVIDER + "')";
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 3745 milliseconds