/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
EditFilterDialog.java | 150 mShell.addListener(SWT.Close, new Listener() { 281 mShell.close(); 292 mShell.close();
|
/system/core/adb/ |
fdevent.c | 96 /* mark for close-on-exec */ 359 dump_fde(fde, "close"); 360 close(fde->fd);
|
/external/netperf/ |
nettest_sctp.c | 823 /* we are finished with the socket, so close it to prevent hitting */ 825 close(send_socket); 850 /* that the two numbers should be *very* close... We calculate */ [all...] |
nettest_bsd.c | [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-unix.c | 685 close (listen_fd); [all...] |
/external/webkit/WebKitTools/Scripts/ |
run-webkit-tests | 358 close($childIn); 361 close($childOut); 362 close($childErr); 364 close DEVNULL if ($quiet); 609 close EXPECTEDHASH; 707 close EXPECTED; [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | 472 c.close(); 479 c.close(); 498 c.close(); 504 c.close(); 509 c.close(); 560 c.close(); [all...] |
/bionic/libc/bionic/ |
ssp.c | 50 close(fd);
|
/bionic/libc/kernel/common/linux/ |
atmdev.h | 159 #define ATM_VF2TXT_MAP "ADDR", "READY", "PARTIAL", "REGIS", "RELEASED", "HASQOS", "LISTEN", "META", "256", "512", "1024", "2048", "SESSION", "HASSAP", "BOUND", "CLOSE"
|
/bootable/recovery/mtdutils/ |
mtdutils.c | 112 close(fd); 248 close(fd); 363 close(ctx->fd); 546 if (close(ctx->fd)) r = -1;
|
/build/core/ |
checktree | 55 status = fd.close()
|
/build/tools/ |
compare_fileslist.py | 38 f.close()
|
event_log_tags.py | 124 out.close()
|
/cts/tests/tests/content/src/android/content/cts/ |
AsyncQueryHandlerTest.java | 171 cursor.close(); 225 cursor.close(); 300 cursor.close(); 360 cursor.close();
|
/cts/tests/tests/database/src/android/database/cts/ |
MergeCursorTest.java | 73 mCursors[i].close(); method 76 mDatabase.close(); 406 method = "close", 430 mergeCursor.close();
|
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
PathShapeTest.java | 75 path.close();
|
/cts/tests/tests/provider/src/android/provider/cts/ |
Contacts_SettingsTest.java | 65 // cursor.close();
|
/cts/tools/dex-tools/src/dex/reader/ |
DexBuffer.java | 48 fis.close();
|
/cts/tools/signature-tools/src/signature/io/html/ |
HtmlDeltaExternalizer.java | 129 fileOutputStream.close();
|
/cts/tools/utils/ |
android_api_description_splitter.py | 132 fd.close
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
ZipFile.java | 132 close(); method 141 public void close() throws IOException { method in class:ZipFile 144 if (raf != null) { // Only close initialized instances 147 raf.close();
|
ZipInputStream.java | 94 public void close() throws IOException { method in class:ZipInputStream 96 closeEntry(); // Close the current entry 97 super.close(); 123 * consistent state, even when close() results in an exception. It does
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
AtomicBooleanTest.java | 124 out.close();
|
AtomicReferenceTest.java | 121 out.close();
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/regex/ |
NativeRegEx.java | 35 public static native void close(int regex); method in class:NativeRegEx
|