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

  /frameworks/av/services/audioflinger/
FastMixerDumpState.cpp 182 const char *mostRecent;
185 mostRecent = "full";
188 mostRecent = "partial";
191 mostRecent = "empty";
194 mostRecent = "?";
202 mostRecent, ftDump->mFramesReady,
  /external/icu/android_icu4j/src/main/java/android/icu/util/
MutableCodePointTrie.java 657 mostRecent = -1;
661 if (mostRecent >= 0 && values[mostRecent] == value) {
662 refCounts[mostRecent] += count;
663 return indexes[mostRecent];
667 mostRecent = i;
675 mostRecent = length;
695 mostRecent = least;
717 private int mostRecent;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MutableCodePointTrie.java 664 mostRecent = -1;
668 if (mostRecent >= 0 && values[mostRecent] == value) {
669 refCounts[mostRecent] += count;
670 return indexes[mostRecent];
674 mostRecent = i;
682 mostRecent = length;
702 mostRecent = least;
724 private int mostRecent;
    [all...]
  /external/icu/icu4c/source/common/
umutablecptrie.cpp 690 AllSameBlocks() : length(0), mostRecent(-1) {}
693 if (mostRecent >= 0 && values[mostRecent] == value) {
694 refCounts[mostRecent] += count;
695 return indexes[mostRecent];
699 mostRecent = i;
707 mostRecent = length;
727 mostRecent = least;
750 int32_t mostRecent;
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 443 File mostRecent = null;
449 mostRecent = trace;
453 if (mostRecent != null) {
454 commandLineReport("anr traces", "cat " + mostRecent.getAbsolutePath());
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 3930 milliseconds