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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityParser.cpp 133 const HTMLEntityTableEntry* mostRecent = entitySearch.mostRecentMatch();
134 const int length = mostRecent->length;
135 const LChar* reference = HTMLEntityTable::entityString(*mostRecent);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 197 IAndroidTarget mostRecent = targets.get(targets.size() - 1);
198 if (target.equals(mostRecent)) {
209 target = mostRecent;
  /frameworks/av/services/audioflinger/
FastMixer.cpp 654 const char *mostRecent;
657 mostRecent = "full";
660 mostRecent = "partial";
663 mostRecent = "empty";
666 mostRecent = "?";
673 mostRecent, ftDump->mFramesReady);
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 934 ScanResult mostRecent = null;
941 if (mostRecent == null) {
943 mostRecent = result;
945 if (result.seen > mostRecent.seen) {
946 mostRecent = result;
950 return mostRecent;
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 204 milliseconds