Searched refs:close (Results 276 - 300 of 2423) sorted by relevance

<<11121314151617181920>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DSQL_Results.java47 this.queryBuildScenarios.close();
49 this.queryBuildAllScenarios.close();
51 this.queryScenarioSummaries.close();
53 this.queryAllComments.close();
55 this.queryScenariosBuilds.close();
57 this.queryScenarioDataPoints.close();
59 this.queryDimScalars.close();
61 this.queryAllVariations.close();
/external/eigen/bench/spbench/
H A Dspbenchsolver.cpp55 statbuf.close();
84 statbuf.close();
/external/elfutils/tests/
H A Dget-pubnames.c88 close (fd);
102 close (fd);
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLWriter.java100 public void close () method in class:HTMLWriter
104 try { m_out.close (); } catch (IOException ignore) {}
/external/ganymed-ssh2/examples/
H A DBasic.java74 sess.close();
78 conn.close();
H A DBasicWithHTTPProxy.java85 sess.close();
89 conn.close();
H A DPublicKeyAuthentication.java64 sess.close();
68 conn.close();
H A DSingleThreadStdoutStderr.java125 sess.close();
129 conn.close();
H A DStdoutAndStderr.java73 sess.close();
77 conn.close();
H A DUsingKnownHosts.java71 sess.close();
75 conn.close();
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSCPInputStream.java118 public void close() throws IOException method in class:SCPInputStream
129 session.close();
/external/guava/guava/src/com/google/common/io/
H A DAppendableWriter.java26 * is {@link Flushable} or {@link Closeable}, flush()es and close()s will also
65 @Override public void close() throws IOException { method in class:AppendableWriter
68 ((Closeable) target).close();
H A DCharStreams.java133 Closeables.close(out, threw);
159 Closeables.close(out, successfulOps < 1);
163 Closeables.close(in, successfulOps < 2);
169 * to the {@link Appendable} object, and closes the input. Does not close
186 Closeables.close(in, threw);
192 * objects. Does not close or flush either object.
216 * Does not close the {@code Readable}.
241 * {@link StringBuilder} instance. Does not close the {@code Readable}.
269 Closeables.close(r, threw);
291 Closeables.close(
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DAnnotationDefaultAttribute.java111 return new AnnotationDefaultAttribute(newCp, copier.close());
143 writer.close();
/external/llvm/
H A Dcopy-diff.py33 fa.close()
34 fb.close()
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRetryableOutputStream.java45 @Override public synchronized void close() throws IOException { method in class:RetryableOutputStream
67 close();
/external/openssh/openbsd-compat/
H A Dbsd-closefrom.c85 (void) close((int) fd);
105 (void) close((int) fd);
H A Drresvport.c93 (void)close(s);
101 (void)close(s);
/external/openssl/apps/
H A DCA.pl.in96 close OUT;
99 close OUT;
183 close IN;
184 close OUT;
/external/protobuf/examples/
H A Dadd_person.py48 f.close()
58 f.close()
/external/qemu/target-i386/
H A Dhax-darwin.h30 close(hax->fd);
35 close(fd);
/external/replicaisland/src/com/replica/replicaisland/
H A DSimplePhysicsComponent.java51 if (Utils.close(velocityY, 0.0f)) {
60 if (Utils.close(velocityX, 0.0f)) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContextTest.java114 fos.close();
132 fos.close();
162 fileWriter.close();
173 fileInputStream.close();
184 fileInputStream.close();
198 fileOutputStream.close();
208 fileInputStream.close();
219 fos.close();
/external/skia/legacy/src/core/
H A DSkMMapStream.cpp30 close(fildes);
42 // subsequent close() on that fildes. This reference is removed when there
44 close(fildes);
/external/skia/src/core/
H A DSkMMapStream.cpp31 close(fildes);
43 // subsequent close() on that fildes. This reference is removed when there
45 close(fildes);

Completed in 4759 milliseconds

<<11121314151617181920>>