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

<<121122123124125126127128129130>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteDatabase.cpp 67 close();
72 close();
104 void SQLiteDatabase::close() function in class:WebCore::SQLiteDatabase
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py 26 data_file.close()
118 source_file.close()
278 fout.close()
  /external/chromium_org/third_party/npapi/npspy/common/
logger.cpp 84 filer.close();
373 filer.close();
388 filer.close();
  /external/chromium_org/third_party/pexpect/
pexpect.py 271 child.close()
384 close() method. The exit or signal status of the child will be stored
431 # Used by close() to give kernel time to update process status.
466 then this does not close it. """
470 # teardown of the Python VM itself. Thus self.close() may
471 # trigger an exception because os.close may be None.
474 self.close()
584 os.close(i)
628 os.close(parent_fd)
636 os.close(child_fd
695 def close(self, force=True): member in class:spawn
    [all...]
  /external/chromium_org/tools/dromaeo_benchmark_runner/
dromaeo_benchmark_runner.py 105 file.close()
120 file.close()
261 server.socket.close()
  /external/chromium_org/tools/perf_expectations/
make_expectations.py 42 file.close()
75 connection.close()
125 file.close()
  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 162 self.local_socket.close()
219 sock.close()
227 sock.close()
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 158 newOut.close();
166 infoOut.close();
192 Out.close();
  /external/clang/tools/scan-build/
scan-build 239 close(FILE);
285 close (ROUT);
286 close (RIN);
389 close(IN);
543 close IN;
785 close ATTR;
792 close (INFO);
819 close (INFO);
834 close(OUT);
932 close(DETECT_XCODE)
    [all...]
  /external/dnsmasq/src/
helper.c 69 close(pipefd[0]); /* close reader side */
102 /* close all the sockets etc, we don't need them here. This closes err_fd, so that
107 close(max_fd);
275 close(pipefd[0]);
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 125 clsin.close ();
224 clsin.close ();
331 if (in != null) try { in.close (); } catch (Exception ignore) {}
  /external/emma/core/java12/com/vladium/util/
Property.java 235 if (in != null) try { in.close (); } catch (Throwable ignore) {}
269 if (in != null) try { in.close (); } catch (Throwable ignore) {}
301 if (in != null) try { in.close (); } catch (Throwable ignore) {}
  /external/iptables/libipq/
libipq.c 234 close(h->fd);
245 close(h->fd);
263 close(h->fd);
  /external/markdown/
test-markdown.py 36 t.close()
215 self.html_diff_file.close()
225 self.benchmark_file.close()
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyReader.java 94 return false; // This might be a normal socket close.
218 @Override public void close() throws IOException {
219 in.close();
307 @Override public void close() throws IOException { method in class:SpdyReader
  /external/openssh/
auth2.c 113 close(fd);
117 close(fd);
124 close(fd);
ssh-add.c 165 close(fd);
172 close(fd);
175 close(fd);
  /external/qemu/android/utils/
timezone.c 200 close(fd1);
226 close(fd2);
227 close(fd1);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
SDL_syscdrom.c 103 close(cdfd);
161 SDL_CDcaps.Close = SDL_SYS_CDClose;
370 close(cdrom->id);
520 /* Close the CD-ROM handle */
534 close(cdrom->id);
  /external/smack/src/org/xbill/DNS/
Tokenizer.java 277 "close " +
698 close() { method in class:Tokenizer
701 is.close();
710 close(); method
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 270 close(fd);
274 close(fd);
609 /* no duplicates - close the file */
610 close(file1->fd);
  /external/wpa_supplicant_8/src/utils/
os_unix.c 135 close(devnull);
140 close(devnull);
145 close(devnull);
  /frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java 223 tmpsocket.close();
227 public void close() throws IOException { method in class:AndroidHttpClientConnection
245 this.socket.close();
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 84 if (parser != null) parser.close();
162 if (parser != null) parser.close();
283 if (parser != null) parser.close();
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 134 close(fd);
231 close(fd);
236 close(fd);

Completed in 1034 milliseconds

<<121122123124125126127128129130>>