OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WatchEntry
(Results
1 - 3
of
3
) 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,
/external/chromium_org/base/files/
file_path_watcher_linux.cc
122
//
WatchEntry
instance holds the watch descriptor for a component and the
125
struct
WatchEntry
{
126
WatchEntry
(InotifyReader::Watch watch, const FilePath::StringType& subdir)
134
typedef std::vector<
WatchEntry
> WatchVector;
389
watches_.push_back(
WatchEntry
(InotifyReader::kInvalidWatch, *comp));
391
watches_.push_back(
WatchEntry
(InotifyReader::kInvalidWatch,
Completed in 53 milliseconds