Searched refs:isClosed (Results 76 - 92 of 92) sorted by relevance

1234

/external/skia/tests/
H A DPathTest.cpp1322 bool isClosed; local
1325 REPORTER_ASSERT(reporter, path.isRect(&isClosed, &direction));
1326 REPORTER_ASSERT(reporter, isClosed == close);
1335 bool isClosed = (bool) -1; local
1337 REPORTER_ASSERT(reporter, !path.isRect(&isClosed, &direction));
1338 REPORTER_ASSERT(reporter, isClosed == (bool) -1);
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp440 bool* isClosed, Direction* direction) const {
527 if (result && isClosed) {
528 *isClosed = autoClose;
547 bool SkPath::isRect(bool* isClosed, Direction* direction) const { argument
551 return isRectContour(false, &currVerb, &pts, isClosed, direction);
439 isRectContour(bool allowPartial, int* currVerb, const SkPoint** ptsPtr, bool* isClosed, Direction* direction) const argument
/external/skia/src/core/
H A DSkPath.cpp440 bool* isClosed, Direction* direction) const {
527 if (result && isClosed) {
528 *isClosed = autoClose;
547 bool SkPath::isRect(bool* isClosed, Direction* direction) const { argument
551 return isRectContour(false, &currVerb, &pts, isClosed, direction);
439 isRectContour(bool allowPartial, int* currVerb, const SkPoint** ptsPtr, bool* isClosed, Direction* direction) const argument
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java818 public boolean isClosed() throws SQLException { method in class:Impl_RowSet
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSet.java1353 public boolean isClosed() throws SQLException {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp1906 if (m_mediaSource && m_mediaSource->isClosed())

Completed in 339 milliseconds

1234