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/chromium/base/files/
file_path_watcher_linux.cc 121 // WatchEntry instance holds the watch descriptor for a component and the
123 struct WatchEntry {
124 WatchEntry(InotifyReader::Watch watch, const FilePath::StringType& subdir)
131 typedef std::vector<WatchEntry> WatchVector;
383 watches_.push_back(WatchEntry(InotifyReader::kInvalidWatch, *comp));
385 watches_.push_back(WatchEntry(InotifyReader::kInvalidWatch,

Completed in 172 milliseconds