HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1101 - 1125 of 7589) sorted by null

<<41424344454647484950>>

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Server.java 121 public void close(); method in interface:Server
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestNetworkStress.java 44 //conn.close("goodbye");
63 client.close();
  /external/libselinux/src/
get_initial_context.c 52 close(fd);
load_policy.c 35 close(fd);
policyvers.c 35 close(fd);
  /external/llvm/lib/Support/
DataStream.cpp 59 close(Fd);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/tools/
fxdis.cpp 57 in.close();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
ByteBufferByteChannel.java 48 public void close() throws IOException { method in class:ByteBufferByteChannel
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageProcessor.java 179 sock.close();
187 next.close();
193 next.close();
238 currentChannel.close();
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
UnknownLengthHttpInputStream.java 54 @Override public void close() throws IOException { method in class:UnknownLengthHttpInputStream
  /external/openssh/
fixprogs 46 close STDIN; close STDOUT; close STDERR;
72 close(IN);
readpass.c 76 close(p[0]);
82 close(p[1]);
96 close(p[0]);
136 close(ttyfd);
  /external/openssl/crypto/bio/
bio_lcl.h 34 #define UP_close close
  /external/oprofile/daemon/
init.c 86 close(0);
87 close(1);
270 /* We just close them, and re-open them lazily as usual. */
272 close(1);
273 close(2);
opd_extended.h 52 int (*close)(struct sfile *); member in struct:opd_ext_sfile_handlers
  /external/ppp/pppd/plugins/
passwordfd.c 61 close (passwdfd);
  /external/proguard/src/proguard/
ArgumentWordReader.java 102 reader.close();
  /external/proguard/src/proguard/io/
FileDataEntry.java 79 inputStream.close();
  /external/protobuf/examples/
list_people.py 36 f.close()
  /external/replicaisland/src/com/replica/replicaisland/
GameObject.java 124 Utils.close(mLastTouchedFloorTime, time.getGameTime(), COLLISION_SURFACE_DECAY_TIME);
132 Utils.close(mLastTouchedCeilingTime, time.getGameTime(), COLLISION_SURFACE_DECAY_TIME);
140 Utils.close(mLastTouchedLeftWallTime, time.getGameTime(), COLLISION_SURFACE_DECAY_TIME);
148 Utils.close(mLastTouchedRightWallTime, time.getGameTime(), COLLISION_SURFACE_DECAY_TIME);
  /external/skia/include/core/
SkDocument.h 25 * 3. Close the document with doc->close().
42 * until either close() is called or the document is deleted. Once close()
52 * scope when endPage() or close() is called, or the document is deleted.
65 * Call close() when all pages have been drawn. This will close the file
66 * or stream holding the document's contents. After close() the document
68 * call close() if need be.
70 void close();
    [all...]
  /external/skia/src/pathops/
SkOpEdgeBuilder.cpp 139 bool SkOpEdgeBuilder::close() { function in class:SkOpEdgeBuilder
159 } else if (!close()) {
181 if (!close()) {
192 if (fCurrentContour && !fAllowOpenContours && !close()) {
SkOpEdgeBuilder.h 47 bool close();
  /external/skia/tests/
FillPathTest.cpp 44 path.close();
  /external/v8/tools/
process-heap-prof.py 83 logfile.close()

Completed in 442 milliseconds

<<41424344454647484950>>