OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close
(Results
976 - 1000
of
5187
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/qemu/distrib/sdl-1.2.12/include/
SDL_rwops.h
60
/*
Close
and free an allocated SDL_FSops structure */
61
int (SDLCALL *
close
)(struct SDL_RWops *context);
member in struct:SDL_RWops
118
#define SDL_RWclose(ctx) (ctx)->
close
(ctx)
/external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc
79
joystick.
Close
();
202
/* Function to
close
a joystick after use */
206
joystick->hwdata->stick->
Close
();
/external/qemu/slirp/
tcp.h
131
#define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for
close
*/
135
#define TCPS_LAST_ACK 8 /* had fin and
close
; await FIN ACK */
138
#define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after
close
*/
/external/qemu/slirp-android/
tcp.h
133
#define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for
close
*/
137
#define TCPS_LAST_ACK 8 /* had fin and
close
; await FIN ACK */
140
#define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after
close
*/
/external/skia/src/views/
SkOSSound.cpp
23
void
Close
();
93
void CWaveFile::
Close
()
337
wave->waveFile.
Close
();
/external/srec/audio/test/AudioInRecord/src/
AudioInRecord.c
81
printf("ERROR: Unable to
close
audio device\n\n");
113
printf("ERROR: Unable to
close
audio device\n\n");
124
printf("ERROR: Unable to
close
audio device\n\n");
/external/webkit/SunSpider/
sunspider-compare-results
99
close
FILE;
112
close
FILE;
120
close
FILE;
/external/webkit/WebCore/platform/network/qt/
SocketStreamHandleQt.cpp
107
void SocketStreamHandlePrivate::
close
()
function in class:WebCore::SocketStreamHandlePrivate
110
m_socket->
close
();
183
m_p->
close
();
/external/webkit/WebCore/storage/
DatabaseThread.cpp
108
//
Close
the databases that we ran transactions on. This ensures that if any transactions are still open, they are rolled back and we don't leave the database in an
111
// As the call to
close
will modify the original set, we must take a copy to iterate over.
116
(*it)->
close
();
/external/webkit/WebCore/websockets/
WorkerThreadableWebSocketChannel.h
65
virtual void
close
();
89
void
close
();
113
void
close
();
/external/webkit/WebKit/android/jni/
WebIconDatabase.cpp
147
static void
Close
(JNIEnv* env, jobject obj)
149
WebCore::iconDatabase()->
close
();
194
(void*)
Close
},
/external/webkit/WebKitTools/Scripts/
check-for-global-initializers
66
close
LIST;
88
close
NM;
139
close
(TOUCH);
make-script-test-wrappers
88
close
TEMPLATE;
94
close
TEMPLATE;
114
close
HTML;
run-mangleme-tests
104
close
REDIRECT_HTML;
170
close
HTTPDIN;
171
close
HTTPDOUT;
update-webkit-support-libs
62
close
MOD;
66
close
NEW;
70
close
OLD;
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_unix.c
99
close
(devnull);
104
close
(devnull);
109
close
(devnull);
/frameworks/base/core/java/android/app/backup/
BackupHelper.java
53
* <strong>Note:</strong> The helper should not
close
or seek either the {@code oldState} or
77
* <strong>Note:</strong> Do not
close
the <code>data</code> stream. Do not read more than
97
* <strong>Note:</strong> The helper should not
close
or seek the {@code newState}
/frameworks/base/core/java/android/bluetooth/
ScoSocket.java
44
public static final int STATE_CONNECTED = 4; // connected, waiting for
close
()
126
public synchronized void
close
() {
method in class:ScoSocket
127
if (DBG) log(this + " SCO OBJECT
close
() mState = " + mState);
/frameworks/base/core/java/android/content/
ContentQueryMap.java
158
public synchronized void
close
() {
method in class:ContentQueryMap
163
mCursor.
close
();
169
if (mCursor != null)
close
();
method
/frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java
140
public void
close
() {
method in class:BulkCursorToCursorAdaptor
141
super.
close
();
143
mBulkCursor.
close
();
MergeCursor.java
192
public void
close
() {
method in class:MergeCursor
196
mCursors[i].
close
();
method
198
super.
close
();
/frameworks/base/core/java/android/database/sqlite/
SQLiteCompiledSql.java
26
* 2. if this is not cached in {@link SQLiteDatabase}, {@link android.database.Cursor#
close
()}
69
* this method has been called previously without a call to
close
and forCompilation is set
150
"that you explicitly call
close
() on your cursor: " +
/frameworks/base/core/java/android/provider/
DrmStore.java
121
fis.
close
();
187
fis.
close
();
189
os.
close
();
/frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java
110
out.
close
();
173
// need to dup and then
close
? openFileHelper() doesn't do that though
192
cursor.
close
();
/frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java
82
c.
close
();
101
c.
close
();
115
c.
close
();
Completed in 225 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>