OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:closable
(Results
1 - 9
of
9
) 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/chromium_org/third_party/skia/src/pathops/
SkPathOpsSimplify.cpp
109
bool
closable
= true;
local
147
closable
= false;
154
return
closable
;
/external/skia/src/pathops/
SkPathOpsSimplify.cpp
109
bool
closable
= true;
local
147
closable
= false;
154
return
closable
;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteDatabase.java
361
* @param
closable
363
void addSQLiteClosable(SQLiteClosable
closable
) {
366
mPrograms.put(
closable
, null);
372
void removeSQLiteClosable(SQLiteClosable
closable
) {
375
mPrograms.remove(
closable
);
/external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp
[
all
...]
/external/skia/experimental/Intersection/
Simplify.cpp
[
all
...]
/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 380 milliseconds