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

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 41 private static class WatchEntry {
56 private ArrayList<WatchEntry> mList = new ArrayList<WatchEntry>();
78 WatchEntry e = new WatchEntry();
109 for (WatchEntry entry : mList) {
125 private void sampleStack(WatchEntry entry) {
139 private WatchEntry findEntry(Thread thread) {
141 WatchEntry entry = mList.get(i);
156 WatchEntry entry = findEntry(t)
    [all...]
  /external/libchrome/base/files/
file_path_watcher_linux.cc 132 // A WatchEntry instance holds:
138 struct WatchEntry {
139 explicit WatchEntry(const FilePath::StringType& dirname)
147 typedef std::vector<WatchEntry> WatchVector;
174 void AddWatchForBrokenSymlink(const FilePath& path, WatchEntry* watch_entry);
377 const WatchEntry& watch_entry = watches_[i];
390 // The fired watch is for a WatchEntry without a subdir. Thus for a given
397 // The fired watch is for a WatchEntry with a subdir. Thus for a given
399 // So we can safely access the next WatchEntry since we have not reached
466 watches_.push_back(WatchEntry(comps[i]))
    [all...]

Completed in 806 milliseconds