HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1376 - 1400 of 8652) sorted by null

<<51525354555657585960>>

  /external/compiler-rt/test/BlocksRuntime/
fail.c 53 close(1);
59 close(2);
  /external/deqp/scripts/
check_resolution_list.py 18 f.close()
32 f.close()
  /external/doclava/src/com/google/doclava/
JarUtils.java 82 in.close();
85 out.close();
  /external/e2fsprogs/lib/ss/
pager.c 90 * Child; dup read half to 0, close all but 0, 1, and 2
97 * Parent: close "read" side of pipe, return
100 (void) close(filedes[0]);
138 (void) close(i);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
GenerateExcludeListTask.java 85 r.close();
113 r.close();
131 out.close();
  /external/eigen/bench/btl/data/
regularize.cxx 103 output_file.close();
129 input_file.close();
  /external/jarjar/src/main/com/tonicsystems/jarjar/
StringDumper.java 40 in.close();
47 cp.close();
  /external/javassist/src/test/test/javassist/proxy/
ProxySimpleTest.java 29 oos.close();
34 ois.close();
  /external/jsilver/src/org/clearsilver/jni/
JniCs.java 66 public void close() { method in class:JniCs
75 close(); method
  /external/libunwind/src/
elfxx.h 82 close (fd);
88 close (fd);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
record.c 26 close(fd);
36 close(fd);
  /external/lldb/tools/debugserver/scripts/
dbgnub-config.pl 71 close(CONFIG);
  /external/lldb/tools/debugserver/source/
PseudoTerminal.cpp 42 // Close the master file descriptor if it is valid.
49 ::close (m_master_fd);
55 // Close the slave file descriptor if it is valid.
62 ::close (m_slave_fd);
168 // This class will close the file descriptors for the master/slave
203 // We are done with the master in the child process so lets close it
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DebuggingClassWriter.java 87 out.close();
100 out.close();
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
ChannelHelper.java 80 public static void close(SelectionKey key) { method in class:ChannelHelper
82 key.channel().close();
  /external/okhttp/okio/src/main/java/okio/
InflaterSource.java 118 @Override public void close() throws IOException { method in class:InflaterSource
122 source.close();
  /external/pcre/dist/
CheckMan 63 close(IN);
  /external/pdfium/core/src/fxge/agg/agg23/
agg_vertex_sequence.h 34 void close(bool remove_flag);
53 void vertex_sequence<T, S>::close(bool closed) function in class:agg::vertex_sequence
  /external/proguard/src/proguard/io/
DirectoryWriter.java 60 // Should we close the current file?
89 // Should we close the current file?
122 public void close() throws IOException method in class:DirectoryWriter
124 // Close the file stream, if any.
150 // Close the file stream, if any.
160 currentOutputStream.close();
  /external/qemu/distrib/libsparse/src/
simg2simg.c 109 close(out);
112 close(in);
  /external/replicaisland/src/com/replica/replicaisland/
SimpleCollisionComponent.java 64 if (!Utils.close(mHitNormal.x, 0.0f)) {
68 if (!Utils.close(mHitNormal.y, 0.0f)) {
  /external/smack/src/org/jivesoftware/smack/util/
ObservableWriter.java 51 public void close() throws IOException { method in class:ObservableWriter
52 wrappedWriter.close();
  /external/zlib/src/contrib/iostream/
zfstream.h 17 gzfilebuf *close();
56 void close();
  /frameworks/av/media/img_utils/src/
EndianUtils.cpp 32 status_t EndianOutput::close() { function in class:android::img_utils::EndianOutput
33 return mOutput->close();
  /frameworks/base/core/java/android/hardware/usb/
UsbRequest.java 70 public void close() { method in class:UsbRequest
80 close(); method

Completed in 956 milliseconds

<<51525354555657585960>>