Searched refs:entry (Results 1 – 4 of 4) sorted by relevance
/sdk/find_java/src/source/ |
D | find_java_lib.cpp | 254 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/ |
D | DumpEventLog.java | 61 public void newEntry(LogEntry entry) { in newEntry() argument
|
/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
D | EventAnalyzer.java | 415 public void newEntry(LogEntry entry) { in newEntry() argument 417 processEvent(mParser.parse(entry)); in newEntry()
|
/sdk/find_java2/src/ |
D | JavaFinder.cpp | 339 static int exploreJavaRegistry(const TCHAR *entry, REGSAM access, std::set<CJavaPath> *outPaths) { in exploreJavaRegistry() argument 343 rootKey.Append(entry); in exploreJavaRegistry()
|