OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
2651 - 2675
of
8652
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/packages/apps/DeskClock/src/com/android/deskclock/provider/
City.java
93
cursor.
close
();
127
cursor.
close
();
/packages/apps/Email/src/com/android/email2/ui/
MailActivityEmail.java
117
accountCursor.
close
();
141
folderCursor.
close
();
/packages/apps/Exchange/src/com/android/exchange/
EasResponse.java
187
public void
close
() {
method in class:EasResponse
198
mInputStream.
close
();
/packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java
66
public void
close
() {
method in class:BaseImageList
75
mCursor.
close
();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java
79
public void
close
() {
method in class:UserPresetsManager
80
mUserPresets.
close
();
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
PhotoAppWidgetProvider.java
73
helper.
close
();
137
helper.
close
();
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
CameraStartUp.java
108
out.
close
();
109
fstream.
close
();
/packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessenger.java
187
public void
close
() throws IOException {
method in class:SnepMessenger
188
mSocket.
close
();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java
87
public void
close
() {
method in class:CursorBackedSuggestionCursor
88
if (DBG) Log.d(TAG, "
close
()");
90
throw new IllegalStateException("Double
close
()");
95
mCursor.
close
();
98
Log.e(TAG, "
close
() failed, ", ex);
112
throw new IllegalStateException("getCount() after
close
()");
126
throw new IllegalStateException("moveTo(" + pos + ") after
close
()");
140
throw new IllegalStateException("moveToNext() after
close
()");
153
throw new IllegalStateException("getPosition after
close
()");
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
FileWriterWithEncoding.java
318
*
Close
the stream.
321
public void
close
() throws IOException {
method in class:FileWriterWithEncoding
322
out.
close
();
LockableFileWriter.java
267
public void
close
() throws IOException {
method in class:LockableFileWriter
269
out.
close
();
/packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java
213
if (mic != null) mic.
close
();
216
if (false) Log.d(TAG, "start - mic.
close
failed - " + ex);
220
//
close
logger
222
if (mLogger != null) mLogger.
close
();
225
if (false) Log.d(TAG, "start - mLoggger.
close
failed - " + ex);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryCollection.java
114
public void
close
() {
method in class:DictionaryCollection
116
dict.
close
();
DictionaryFactory.java
68
readOnlyBinaryDictionary.
close
();
173
afd.
close
();
175
/* IOException on
close
? What am I supposed to do ? */
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
file_utils.cpp
38
close
(fd);
41
close
(fd);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java
158
xrp.
close
();
185
/** @see jp.co.omronsoft.openwnn.WnnEngine#
close
*/
186
public void
close
() {}
method in class:SymbolList
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipAccountRegistry.java
63
sipManager.
close
(mProfile.getUriString());
93
sipManager.
close
(mProfile.getUriString());
131
* Removes a {@link SipProfile} from the account registry. Does not stop/
close
the associated
SipProfileDb.java
88
if (oos != null) oos.
close
();
138
if (ois!= null) ois.
close
();
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/
doxia-sink-api-1.0-alpha-7.jar
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h
68
inline void
close
(catalog __c) const
function in class:messages
101
inline void
close
(catalog __c) const
function in class:messages
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h
68
inline void
close
(catalog __c) const
function in class:messages
101
inline void
close
(catalog __c) const
function in class:messages
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h
68
inline void
close
(catalog __c) const
function in class:messages
101
inline void
close
(catalog __c) const
function in class:messages
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h
68
inline void
close
(catalog __c) const
function in class:messages
101
inline void
close
(catalog __c) const
function in class:messages
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_messages_facets.h
68
inline void
close
(catalog __c) const
function in class:messages
101
inline void
close
(catalog __c) const
function in class:messages
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py
63
fd.
close
()
75
fd.
close
()
Completed in 702 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>