Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 4 of 4) sorted by relevance

/sdk/dumpeventlog/src/com/android/dumpeventlog/
DDumpEventLog.java61 public void newEntry(LogEntry entry) { in newEntry()
/sdk/find_java/src/source/
Dfind_java_lib.cpp254 static int exploreJavaRegistry(const char *entry, REGSAM access, int minVersion, in exploreJavaRegistry()
336 static bool getMaxJavaInRegistry(const char *entry, REGSAM access, CPath *outJavaPath, int *inOutVe… in getMaxJavaInRegistry()
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java415 public void newEntry(LogEntry entry) { in newEntry()
/sdk/find_java2/src/
DJavaFinder.cpp339 static int exploreJavaRegistry(const TCHAR *entry, REGSAM access, std::set<CJavaPath> *outPaths) { in exploreJavaRegistry()