OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
3351 - 3375
of
8652
) sorted by null
<<
131
132
133
134
135
136
137
138
139
140
>>
/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
);
/system/core/debuggerd/
debuggerd.cpp
238
close
(fd);
307
close
(fd);
345
close
(fd);
/system/core/libziparchive/
zip_archive_test.cc
201
close
(fd);
202
close
(output_fd);
256
close
(fd);
/system/extras/verity/
build_verity_tree.cpp
211
close
(random_fd);
308
close
(fd);
337
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
142
return
close
(fd);
getentropy_linux.c
256
close
(fd);
260
close
(fd);
270
close
(fd);
275
close
(fd);
/bionic/libc/upstream-openbsd/lib/libc/stdio/
freopen.c
81
/* if
close
is NULL, closing is a no-op, hence pointless */
92
/* If out of fd's
close
the old one and try again. */
138
(void)
close
(f);
/bootable/recovery/minadbd/
transport_usb.c
111
t->
close
= remote_close;
/build/core/
checktree
55
status = fd.
close
()
/build/tools/
product_debug.py
74
f.
close
()
/build/tools/releasetools/
img_from_target_files
142
output_zip.
close
()
img_from_target_files.py
142
output_zip.
close
()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java
82
out.
close
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodIconSamplerActivity.java
75
file.
close
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java
117
outputStream.
close
();
/cts/common/host-side/java-scanner/tests/src/com/android/compatibility/common/scanner/
JavaScannerTest.java
101
out.
close
();
/cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java
228
stream1.
close
();
231
stream2.
close
();
291
stream.
close
();
358
StreamUtil.
close
(inputStream);
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java
244
cursor.
close
();
311
cursor.
close
();
327
in.
close
();
337
out.
close
();
/cts/hostsidetests/security/src/android/cts/security/
SELinuxHostTest.java
63
os.
close
();
/cts/suite/audio_quality/lib/src/
ClientSocket.cpp
161
close
(mSocket);
FileUtil.cpp
92
mFile.
close
();
Completed in 1047 milliseconds
<<
131
132
133
134
135
136
137
138
139
140
>>