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

  /external/libxml2/
dbgen.pl 10 @firstnames = ("Al", "Bob", "Charles", "David", "Egon", "Farbood",
26 $first = $firstnames [$i % 10];
dbgenattr.pl 10 @firstnames = ("Al", "Bob", "Charles", "David", "Egon", "Farbood",
26 $first = $firstnames [$i % 10];
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 634 final HashMap<String, Integer> firstNames = new HashMap<String, Integer>();
652 final int currentCount = firstNames.containsKey(firstName)
653 ? firstNames.get(firstName)
655 firstNames.put(firstName, currentCount + 1);
657 return firstNames;
693 final HashMap<String, Integer> firstNames = scanFirstNames(conversationId);
718 firstNames, authorFirstName);
    [all...]

Completed in 360 milliseconds