OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filteredPath
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
DrawPathTest.cpp
279
SkPath
filteredPath
;
284
paint.getFillPath(path, &
filteredPath
);
303
SkPath
filteredPath
;
305
REPORTER_ASSERT(reporter, !dash.filterPath(&
filteredPath
, path, &rec, NULL));
306
REPORTER_ASSERT(reporter,
filteredPath
.isEmpty());
/packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterTypeSet.java
88
String
filteredPath
= basePath + "/{" + set.getPath().toString() + "}";
89
MediaSet filteredSet = mDataManager.getMediaSet(
filteredPath
);
Completed in 44 milliseconds