HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 126 - 150 of 16771) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
MemoryOutput.java 29 public void close() throws IOException { method in class:MemoryOutput
30 super.close();
  /external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/
close.pass.cpp 15 // void close();
27 fs.close();
35 fs.close();
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
InterfaceRequest.java 43 * @see java.io.Closeable#close()
46 public void close() { method in class:InterfaceRequest
47 mHandle.close();
  /external/libunwind/src/coredump/
_UCD_destroy.c 33 close(ui->coredump_fd);
44 close(phdr->backing_fd);
  /external/llvm/utils/
DSAclean.py 31 input.close()
32 output.close()
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
1-1.c 72 close(fd);
86 close(fd);
92 close(fd);
100 close(fd);
109 close(fd);
115 close(fd);
121 close(fd);
125 close(fd);
  /external/pcre/dist2/
Detrail 13 close(IN);
26 close(OUT);
  /external/swiftshader/third_party/LLVM/utils/
DSAclean.py 31 input.close()
32 output.close()
  /frameworks/base/tests/AmSlam/src/test/amslam/subreceivers/
gen.py 45 f.close()
51 manifest.close()
  /hardware/interfaces/gnss/1.0/
IGnssMeasurement.hal 43 * registered without a corresponding call to 'close'.
51 * After a call to close(), the previously registered callbacks must be
53 * If close() is invoked without a previous setCallback, this function must perform
56 close();
IGnssNavigationMessage.hal 41 * already been registered without a corresponding call to close().
50 * After a call to close(), the previously registered callbacks must be
52 * If close() is invoked without a previous setCallback, this function must perform
55 close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
BrokenInputStream.java 51 public void close() throws IOException { method in class:BrokenInputStream
52 stream.close();
  /libcore/luni/src/test/java/libcore/java/net/
OldUnixSocketTest.java 48 pingServer.close();
58 worker.close();
68 clientIn.close();
83 pingClient.close();
84 pingServer.close();
100 theSocket.close();
109 ss.close();
118 socket.close();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardResource.java 23 * the VCardResource is no longer used (i.e. close() is called), we need to asynchronously
47 protected void close() { method in class:VCardResource
49 vcard.close();
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockNamedTaskExecutor.java 39 public void close() { method in class:MockNamedTaskExecutor
40 mExecutor.close();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ifstream.members/
close.pass.cpp 15 // void close();
27 fs.close();
35 fs.close();
  /external/expat/xmlwf/
unixfilemap.c 72 close(fd);
76 close(fd);
81 close(fd);
90 close(fd);
97 close(fd);
102 close(fd);
  /external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
GwtWorkarounds.java 39 void close() throws IOException; method in interface:GwtWorkarounds.CharInput
60 public void close() { method
71 void close() throws IOException; method in interface:ByteInput
80 void close() throws IOException; method in interface:ByteOutput
89 void close() throws IOException; method in interface:CharOutput
109 public void close() {} method
  /external/python/cpython2/Mac/Modules/qd/
qdscan.py 15 scanner.close()
25 scanner.close()
34 ifp.close()
35 ofp.close()
39 ifp.close()
40 ofp.close()
  /external/selinux/libsepol/cil/test/integration_testing/
nonmls.conf 16 close
24 close
57 allow typea_t typeb_t : testing {open close};
  /external/strace/tests/
unix-pair-sendto-recvfrom.c 57 (void) close(0);
58 (void) close(1);
69 assert(close(1) == 0);
73 assert(close(0) == 0);
79 assert(close(0) == 0);
84 assert(close(1) == 0);
  /external/strace/tests-m32/
unix-pair-sendto-recvfrom.c 57 (void) close(0);
58 (void) close(1);
69 assert(close(1) == 0);
73 assert(close(0) == 0);
79 assert(close(0) == 0);
84 assert(close(1) == 0);
  /external/strace/tests-mx32/
unix-pair-sendto-recvfrom.c 57 (void) close(0);
58 (void) close(1);
69 assert(close(1) == 0);
73 assert(close(0) == 0);
79 assert(close(0) == 0);
84 assert(close(1) == 0);
  /libcore/support/src/test/java/tests/util/
FieldTestFileGenerator.java 60 oos.close();
67 if (fos != null) fos.close();
75 oos.close();
82 if (fos != null) fos.close();
90 oos.close();
97 if (fos != null) fos.close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketTest.java 54 socket.close();
99 client.close();
100 socket.close();
172 theSocket.close();
201 theSocket.close();
202 worker.close();
203 server.close();
211 theSocket.close();
227 theSocket.close();
228 theSocket2.close();
    [all...]

Completed in 715 milliseconds

1 2 3 4 56 7 8 91011>>