HomeSort by relevance Sort by last modified time
    Searched defs:closable (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteClosableTest.java 46 MockSQLiteClosable closable = new MockSQLiteClosable(); local
48 closable.acquireReference();
49 closable.releaseReference();
51 assertFalse(closable.isOnAllReferencesReleasedCalled());
52 closable.releaseReference();
54 assertTrue(closable.isOnAllReferencesReleasedCalled());
57 closable.acquireReference();
64 MockSQLiteClosable closable = new MockSQLiteClosable(); local
66 closable.acquireReference();
67 closable.releaseReferenceFromContainer()
    [all...]
  /development/samples/Vault/src/com/example/android/vault/
Utils.java 31 public static void closeQuietly(Closeable closable) {
32 if (closable != null) {
34 closable.close();
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 14 SkChunkAlloc* allocator, bool* closable) {
97 *closable = !simple->someAssemblyRequired();
103 SkChunkAlloc* allocator, bool* closable) {
108 *closable = true;
156 *closable = false;
219 bool closable; local
221 ? !bridgeWinding(contourList, &wrapper, &allocator, &closable)
222 : !bridgeXor(contourList, &wrapper, &allocator, &closable)) {
225 if (!closable)
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 3280 milliseconds