OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
3051 - 3075
of
8652
) sorted by null
<<
121
122
123
124
125
126
127
128
129
130
>>
/external/oprofile/libpp/
op_header.cpp
149
close
(fd);
158
close
(fd);
161
close
(fd);
/external/qemu/block/
raw-posix.c
197
close
(fd);
562
close
(s->fd);
716
if (
close
(fd) != 0) {
859
close
(fd);
893
close
(s->fd);
992
close
(fd);
1041
/*
close
fd so that we can reopen it as needed */
1042
close
(s->fd);
1068
close
(fd);
1103
close
(s->fd)
[
all
...]
/external/qemu/distrib/libselinux/src/
booleans.c
112
close
(fd);
194
close
(fd);
225
close
(fd);
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c
88
close
(fd);
192
/* Don't try to
close
- may hang */
245
close
(audio_fd);
256
/*
Close
and then reopen the audio device */
257
close
(audio_fd);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCursor.java
169
public void
close
() {
method in class:ShadowSQLiteCursor
175
resultSet.
close
();
180
throw new RuntimeException("SQL exception in
close
", e);
241
rs.
close
();
/external/srec/tools/cmd/
srecres2utd.pl
124
close
(UTD);
125
close
(RES);
248
close
(SM);
/external/tinyalsa/
tinyplay.c
61
static int
close
= 0;
variable
71
close
= 1;
266
} while (!
close
&& num_read > 0);
/external/wpa_supplicant_8/src/wps/
http_server.c
116
close
(req->fd);
218
close
(conn);
305
close
(srv->fd);
/frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.cpp
156
::
close
(fd);
172
::
close
(fd);
177
::
close
(fd);
/frameworks/base/core/java/android/net/
DnsPinger.java
217
curPing.socket.
close
();
222
curPing.socket.
close
();
233
activePing.socket.
close
();
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java
65
raf.
close
();
80
raf.
close
();
89
raf.
close
();
/frameworks/base/graphics/java/android/graphics/
BitmapFactory.java
400
stream.
close
();
471
If it happened on
close
, bm is still valid.
475
if (is != null) is.
close
();
679
fis.
close
();
/frameworks/base/keystore/java/android/security/
KeyChain.java
333
keyChainConnection.
close
();
371
keyChainConnection.
close
();
429
@Override public void
close
() {
method in class:KeyChain.KeyChainConnection
/frameworks/base/libs/androidfw/
ObbFile.cpp
97
close
(fd);
236
close
(fd);
321
close
(fd);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SortingCursorWrapper.java
107
public void
close
() {
method in class:SortingCursorWrapper
108
super.
close
();
109
mCursor.
close
();
/frameworks/base/packages/Keyguard/scripts/
new_merge.py
102
pipe.
close
()
147
fin.
close
()
148
fout.
close
()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
Utils.java
176
c.
close
();
178
Log.w(TAG, "
close
fail ", t);
204
if (fd != null) fd.
close
();
206
Log.w(TAG, "fail to
close
", t);
212
if (cursor != null) cursor.
close
();
214
Log.w(TAG, "fail to
close
", t);
/hardware/intel/common/libva/va/x11/
dri2_util.c
172
close
(dri_state->base.fd);
216
dri_state->
close
= dri2Close;
231
close
(dri_state->base.fd);
/hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp
58
close
(fd);
80
close
(fd);
144
close
(fd);
/hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp
63
ALOGD("ALSAStreamOps::
close
() Ignore");
70
close
();
348
void ALSAStreamOps::
close
()
function in class:android_audio_legacy::ALSAStreamOps
350
ALOGD("
close
");
356
mParent->mALSADevice->
close
(mHandle);
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp
68
close
(fd);
94
close
(adFd);
119
close
(adFd);
/hardware/qcom/display/msm8960/liblight/
lights.c
92
close
(fd);
108
close
(fd);
266
/**
Close
the lights device */
307
dev->common.
close
= (int (*)(struct hw_device_t*))close_lights;
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.cpp
67
close
(fd);
93
close
(adFd);
118
close
(adFd);
/hardware/qcom/display/msm8974/liblight/
lights.c
92
close
(fd);
108
close
(fd);
266
/**
Close
the lights device */
307
dev->common.
close
= (int (*)(struct hw_device_t*))close_lights;
/hardware/ril/rild/
rild.c
196
close
(fd);
199
close
(fd);
222
close
(fd);
Completed in 952 milliseconds
<<
121
122
123
124
125
126
127
128
129
130
>>