OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emptyPath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
OSPathTest.cpp
103
SkString
emptyPath
= SkOSPath::Join(NULL, NULL);
104
REPORTER_ASSERT(reporter,
emptyPath
.isEmpty());
/cts/tests/tests/gesture/src/android/gesture/cts/
GestureStrokeTest.java
53
Path
emptyPath
= emptyStroke.getPath();
55
assertFalse(
emptyPath
.isEmpty());
Completed in 315 milliseconds