HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 726 - 750 of 3754) sorted by null

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
PipelinedMsgParser.java 315 // or we will close the pipe from
344 // fatal error in processing - close the
352 inputStream.close();
359 public void close() { method in class:PipelinedMsgParser
361 this.rawInputStream.close();
  /external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
Crawler.java 92 connection.getErrorStream().close();
98 in.close();
110 in.close();
  /external/oprofile/libpopt/
poptconfig.c 111 (void) close(fd);
119 (void) close(fd);
123 if (close(fd) == -1)
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 81 cursor.close();
152 close(); method
165 close(); method
245 public void close() { method in class:ContactsContract_TestDataBuilder.Builder
247 mCursor.close();
368 builder.close();
ContactsTest.java 112 cursor.close();
133 cursor.close();
179 cursor.close();
192 cursor.close();
292 cursor.close();
311 cursor.close();
375 cursor.close();
394 cursor.close();
482 cursor.close();
525 cursor.close();
    [all...]
CalendarTest.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 203 is.close();
204 os.close();
267 is.close();
268 os.close();
329 is.close();
330 os.close();
  /device/asus/fugu/recovery/
recovery_updater.c 66 close(fd);
70 close(fd);
206 close(boot_fd);
219 close(boot_fd);
254 close(boot_fd);
262 close(boot_fd);
  /external/bluetooth/bluedroid/stack/avdt/
avdt_ad.c 313 ** the channel and sends it a close event. The reason
325 tAVDT_SCB_TC_CLOSE close; local
328 close.old_tc_state = p_tbl->state;
335 p_tbl->tcid, close.old_tc_state);
342 /* if media or other channel, notify scb that channel close */
349 close.tcid = p_tbl->tcid;
350 close.type = avdt_ad_tcid_to_type(p_tbl->tcid);
351 avdt_scb_event(p_scb, AVDT_SCB_TC_CLOSE_EVT, (tAVDT_SCB_EVT *)&close);
600 ** Description This function is called by a CCB or SCB to close a
622 /* if we're listening on this channel, send ourselves a close ind *
    [all...]
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
InterfacesTest.java 46 * @see org.chromium.mojo.bindings.Interface#close()
49 public void close() { method in class:InterfacesTest.MockNamedObjectImpl
117 * @see org.chromium.mojo.bindings.Interface#close()
120 public void close() { method in class:InterfacesTest.MockFactoryImpl
127 pipe.close();
173 * @see org.chromium.mojo.bindings.Interface#close()
176 public void close() { method in class:InterfacesTest.MockFactoryClientImpl
209 // Close the elements in the reverse order they were added. This is needed because it is an
210 // error to close the handle of a proxy without closing the proxy first.
213 c.close();
    [all...]
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 159 PCHECK(0 == IGNORE_EINTR(close(ipc_socketpair_)));
185 close(socket_pair[0]);
186 close(socket_pair[1]);
191 close(socket_pair[0]);
202 close(socket_pair[1]);
321 // that we will then close.
403 // Close anything we have opened in this process.
406 int ret = IGNORE_EINTR(close(*it));
407 DCHECK(!ret) << "Could not close file descriptor";
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
tabbedPane.css 98 .tabbed-pane-header-tab .close-button-gray {
107 .tabbed-pane-header-tab:hover .close-button-gray,
108 .tabbed-pane-header-tab.selected .close-button-gray {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-create-patch 166 close INFO;
177 close PROPGET;
214 close INFO;
238 close DIFF;
285 close STAT;
362 close BINARY;
  /external/chromium_org/ui/webui/resources/css/
dialogs.css 129 .cr-dialog-close {
140 .cr-dialog-close:hover {
144 .cr-dialog-close:active {
  /external/chromium_org/v8/test/mjsunit/es6/
math-expm1.js 18 // Math.expm1(x) stays reasonably close to Math.exp(x) - 1 for large values.
26 // Approximation for values close to 0:
39 // Math.expm1(x) stays reasonabliy close to the Taylor series for small values.
  /external/javassist/src/main/javassist/tools/web/
Webserver.java 135 socket.close();
205 in.close();
206 out.close();
207 clnt.close();
284 fin.close();
308 fin.close();
  /bootable/recovery/
fuse_sdcard_provider.c 61 close(fd->fd);
93 vtab.close = close_file;
  /bootable/recovery/tools/ota/
check-lost+found.c 67 if (fd >= 0 && close(fd) == 0) {
81 close(fd);
  /build/libs/host/
CopyFile.c 258 (void) close(srcFd);
275 (void) close(srcFd);
287 (void) close(srcFd);
293 (void) close(srcFd);
294 (void) close(dstFd);
321 (void) close(srcFd);
322 (void) close(dstFd);
566 (void) close(tmpFd);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CANotifyOnBootActivity.java 70 if (is != null) is.close();
71 if (os != null) os.close();
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 51 in.close();
67 in.close();
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteOpenHelperTest.java 82 mOpenHelper.close();
85 // After close(), onOpen() will be invoked by getWritableDatabase.
93 mOpenHelper.close();
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStoreTest.java 160 inStream.close();
163 outStream.close();
  /cts/tests/tests/media/src/android/media/cts/
CodecUtils.java 80 public void close() { method in class:CodecUtils.ImageWrapper
81 mImage.close();
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java 95 //close client socket
96 clientSocket.close();
104 //close server socket
105 serverSocket.close();

Completed in 711 milliseconds

<<21222324252627282930>>