OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
426 - 450
of
8652
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/obex/javax/obex/
ObexTransport.java
62
void
close
() throws IOException;
method in interface:ObexTransport
/frameworks/base/services/core/java/com/android/server/
RandomBlock.java
48
close
(stream);
73
close
(out);
91
private static void
close
(Closeable c) {
method in class:RandomBlock
96
c.
close
();
/frameworks/rs/cpu_ref/linkloader/android/
test-librsloader.c
83
close
(fd);
92
close
(fd);
99
close
(fd);
113
close
(fd);
/hardware/intel/img/libdrm/tests/
getclient.c
58
close
(fd);
getversion.c
46
close
(fd);
/hardware/invensense/60xx/libsensors/
SensorBase.cpp
46
close
(data_fd);
49
close
(dev_fd);
63
close
(dev_fd);
120
close
(fd);
/hardware/invensense/60xx/libsensors_iio/
SensorBase.cpp
45
close
(data_fd);
48
close
(dev_fd);
64
close
(dev_fd);
121
close
(fd);
/hardware/qcom/display/msm8084/libqdutils/
idle_invalidator.cpp
70
close
(mTimeoutEventFd);
81
close
(mTimeoutEventFd);
83
close
(fd);
86
close
(fd);
/hardware/qcom/display/msm8226/libqdutils/
idle_invalidator.cpp
70
close
(mTimeoutEventFd);
81
close
(mTimeoutEventFd);
83
close
(fd);
86
close
(fd);
/hardware/qcom/media/mm-video-legacy/vidc/common/inc/
vidc_color_converter.h
45
void
close
();
/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h
48
void
close
();
/hardware/ril/rild/
radiooptions.c
126
close
(fd);
136
close
(fd);
142
close
(fd);
147
close
(fd);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
CheckedOutputStreamTest.java
41
outFile.
close
();
74
outFile.
close
();
100
outFile.
close
();
130
outFile.
close
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/
ServerSocketFactoryTest.java
43
ss.
close
();
57
ss.
close
();
77
ss.
close
();
98
ss.
close
();
/libcore/luni/src/main/java/java/io/
FileInputStream.java
40
* in.
close
();
78
guard.open("
close
");
112
public void
close
() throws IOException {
method in class:FileInputStream
113
guard.
close
();
116
channel.
close
();
121
// An owned fd has been invalidated by IoUtils.
close
, but
140
close
();
method
FileOutputStream.java
39
* out.
close
();
89
this.guard.open("
close
");
131
public void
close
() throws IOException {
method in class:FileOutputStream
132
guard.
close
();
135
channel.
close
();
140
// An owned fd has been invalidated by IoUtils.
close
, but
152
close
();
method
/libnativehelper/include/nativehelper/
ScopedFd.h
47
TEMP_FAILURE_RETRY(
close
(fd));
/ndk/sources/android/crazy_linker/src/
crazy_linker_ashmem.h
29
::
close
(fd_);
/packages/apps/Browser/src/com/android/browser/search/
SearchEngine.java
58
public void
close
();
method in interface:SearchEngine
/packages/apps/Calendar/src/com/android/calendar/
CloudNotificationBackplane.java
29
public void
close
();
method in interface:CloudNotificationBackplane
/packages/apps/Gallery/src/com/android/camera/gallery/
IImageList.java
95
public void
close
();
method in interface:IImageList
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursor.java
65
void
close
();
method in interface:SuggestionCursor
Suggestions.java
30
/** True if {@link Suggestions#
close
} has been called. */
60
close
();
method
90
result.
close
();
136
private void
close
() {
method in class:Suggestions
137
if (DBG) Log.d(TAG, "
close
() [" + hashCode() + "]");
139
throw new IllegalStateException("Double
close
()");
144
mResult.
close
();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py
29
self.secondary_db.
close
()
30
self.primary_db.
close
()
31
self.env.
close
()
47
cursor.
close
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py
21
self.
close
= p.
close
26
def
close
(self):
member in class:Profile
27
"""
Close
the logfile and terminate the profiler."""
28
self._prof.
close
()
Completed in 1771 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>