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
7589
) sorted by null
<<
121
122
123
124
125
126
127
128
129
130
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py
122
file.
close
()
221
file.
close
()
357
file.
close
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py
31
def
close
(self, event=None):
member in class:ClassBrowser
41
top.protocol("WM_DELETE_WINDOW", self.
close
)
42
top.bind("<Escape>", self.
close
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_logging.py
93
self.stream.
close
()
98
h.
close
()
467
self.mem_hdlr.
close
()
912
#
close
the listen socket
943
self.sock_hdlr.
close
()
1031
handler.
close
()
1037
f.
close
()
1057
handler.
close
()
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java
312
* Updates the icon for a header label to be open/
close
based on the {@link #isOpen}
332
boolean
close
= !scrollGridData.exclude;
333
scrollGridData.exclude =
close
;
334
scrolledComposite.setVisible(!
close
);
/art/runtime/base/unix_file/
fd_file.cc
38
Close
();
60
int FdFile::
Close
() {
61
int result = TEMP_FAILURE_RETRY(
close
(fd_));
/art/runtime/
monitor_android.cc
64
close
(fd);
/art/test/068-classloader/src/
FancyLoader.java
159
raf.
close
();
/bionic/libc/bionic/
dirent.cpp
138
return
close
(fd);
/bionic/libc/kernel/common/linux/sunrpc/
xprt.h
97
void (*
close
)(struct rpc_xprt *xprt);
member in struct:rpc_xprt_ops
/bionic/libc/stdio/
freopen.c
82
/* if
close
is NULL, closing is a no-op, hence pointless */
93
/* If out of fd's
close
the old one and try again. */
139
(void)
close
(f);
/bootable/recovery/minadbd/
services.c
114
close
(fd);
transport_usb.c
111
t->
close
= remote_close;
/build/core/
checktree
55
status = fd.
close
()
/build/tools/
product_debug.py
74
f.
close
()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java
82
out.
close
();
/cts/suite/audio_quality/lib/src/
ClientSocket.cpp
161
close
(mSocket);
FileUtil.cpp
92
mFile.
close
();
/cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java
137
cursor.
close
();
167
cursor.
close
();
218
cursor.
close
();
255
cursor.
close
();
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
PathShapeTest.java
53
path.
close
();
/cts/tests/tests/holo/src/android/holo/cts/
BitmapAssets.java
133
stream.
close
();
/cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java
207
output.
close
();
260
output.
close
();
334
output.
close
();
424
output.
close
();
/cts/tests/tests/os/src/android/os/cts/
MemoryFileTest.java
155
mMemoryFile.
close
();
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_MediaTest.java
51
c.
close
();
54
c.
close
();
138
c.
close
();
191
c.
close
();
/cts/tests/tests/webkit/src/android/webkit/cts/
WebHistoryItemTest.java
67
mIconDb.
close
();
/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DocletRunner.java
57
scanner.
close
();
Completed in 875 milliseconds
<<
121
122
123
124
125
126
127
128
129
130
>>