Home
last modified time | relevance | path

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

/sdk/find_java/src/source/
Dfind_java_lib.cpp254 static int exploreJavaRegistry(const char *entry, REGSAM access, int minVersion, in exploreJavaRegistry() argument
259 rootKey.addPath(entry); in exploreJavaRegistry()
336 static bool getMaxJavaInRegistry(const char *entry, REGSAM access, CPath *outJavaPath, int *inOutVe… in getMaxJavaInRegistry() argument
338 int version = exploreJavaRegistry(entry, access, *inOutVersion, &path); in getMaxJavaInRegistry()
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DDumpEventLog.java61 public void newEntry(LogEntry entry) { in newEntry() argument
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java415 public void newEntry(LogEntry entry) { in newEntry() argument
417 processEvent(mParser.parse(entry)); in newEntry()
/sdk/find_java2/src/
DJavaFinder.cpp339 static int exploreJavaRegistry(const TCHAR *entry, REGSAM access, std::set<CJavaPath> *outPaths) { in exploreJavaRegistry() argument
343 rootKey.Append(entry); in exploreJavaRegistry()