OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
3626 - 3650
of
7589
) sorted by null
<<
141
142
143
144
145
146
147
148
149
150
>>
/frameworks/rs/cpu_ref/linkloader/
main.cpp
69
//
Close
the file
242
close
(fd);
257
close
(fd);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuBuilder.java
161
* Called by menu to notify of
close
and selection changes.
811
close
(true);
929
close
(true);
932
close
(false);
944
close
(true);
948
close
(true);
963
final void
close
(boolean allMenusAreClosing) {
method in class:MenuBuilder
981
public void
close
() {
method in class:MenuBuilder
982
close
(true);
[
all
...]
/frameworks/volley/src/com/android/volley/toolbox/
HurlStack.java
197
out.
close
();
229
out.
close
();
/hardware/libhardware/modules/gralloc/
gralloc.cpp
265
close
(hnd->fd);
299
dev->device.common.
close
= gralloc_close;
/hardware/qcom/display/msm8960/libgenlock/
genlock.cpp
114
/* Internal function to
close
the fd and release the handle */
118
close
(fd);
123
close
(handle);
206
//
Close
the fd and reset the parameters.
/hardware/qcom/display/msm8960/libgralloc/
ionalloc.cpp
61
close
(mIonFd);
139
close
(fd);
/hardware/qcom/display/msm8974/libgralloc/
ionalloc.cpp
61
close
(mIonFd);
140
close
(fd);
/hardware/qcom/display/msm8x26/libgenlock/
genlock.cpp
114
/* Internal function to
close
the fd and release the handle */
118
close
(fd);
123
close
(handle);
206
//
Close
the fd and reset the parameters.
/hardware/qcom/display/msm8x26/libgralloc/
ionalloc.cpp
61
close
(mIonFd);
139
close
(fd);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c
[
all
...]
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc.c
231
status =
close
(pRPCCtx->fd_killcb);
235
DOMX_ERROR("
Close
failed on kill fd");
257
status =
close
(pRPCCtx->fd_omx);
261
DOMX_ERROR("
Close
failed on omx fd");
/hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_pipes.c
155
if (SUCCESS !=
close
(pHandle->pfd[0]))
160
if (SUCCESS !=
close
(pHandle->pfd[1]))
/libcore/benchmarks/src/benchmarks/regression/
ParseBenchmark.java
121
reader.
close
();
134
jsonReader.
close
();
/libcore/luni/src/main/java/java/io/
BufferedInputStream.java
110
InputStream localIn = in; // 'in' could be invalidated by
close
()
129
public void
close
() throws IOException {
method in class:BufferedInputStream
134
localIn.
close
();
219
// unsynchronized
close
()
247
//
close
()
349
// unsynchronized
close
()
BufferedReader.java
124
public void
close
() throws IOException {
method in class:BufferedReader
127
in.
close
();
PrintStream.java
236
public synchronized void
close
() {
method in class:PrintStream
240
out.
close
();
PrintWriter.java
230
public void
close
() {
method in class:PrintWriter
234
out.
close
();
/libcore/luni/src/main/java/java/util/zip/
ZipInputStream.java
68
* zis.
close
();
110
public void
close
() throws IOException {
method in class:ZipInputStream
112
closeEntry(); //
Close
the current entry
113
super.
close
();
137
* consistent state, even when
close
() results in an exception. It does
/libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java
58
@Override public void
close
(FileDescriptor fd) throws ErrnoException {
method in class:BlockGuardOs
63
// We allow non-linger sockets so that apps can
close
their network
70
// We're called via Socket.
close
(which doesn't ask for us to be called), so we
71
// must not throw here, because Socket.
close
must not throw if asked to
close
an
75
os.
close
(fd);
/libcore/luni/src/main/java/libcore/reflect/
AnnotationMember.java
315
oos.
close
();
320
ois.
close
();
/libcore/luni/src/test/java/libcore/java/util/jar/
DalvikExecTest.java
120
//
Close
the stream to the completed JAR file.
121
jarOut.
close
();
175
//
Close
the stream to the completed JAR file.
176
jarOut.
close
();
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java
50
public void
close
() {
method in class:CipherInputStream1Test.TestInputStream
228
*
close
() method testing. Tests that the method calls the
close
()
235
cis.
close
();
236
assertTrue("The
close
() method should call the
close
() method "
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java
71
serverSocket.accept().
close
();
75
serverSocket.
close
();
/libcore/luni/src/test/java/tests/security/cert/
CertificateFactory3Test.java
155
fis.
close
();
183
fis.
close
();
/packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java
164
is.
close
();
174
os.
close
();
Completed in 638 milliseconds
<<
141
142
143
144
145
146
147
148
149
150
>>