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

<<121122123124125126127128129130>>

  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 342 * DESCRIPTION: close a camera by its handle
371 /* need close camera here as no other reference
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 296 * Test close() when having sufficient privilege, and a record has been
304 h.close();
305 assertEquals("close", CallVerificationStack.getInstance()
312 h.close();
316 * Test close() when having sufficient privilege, and an output stream that
325 h.close();
329 * Test close() when having sufficient privilege, and no record has been
335 h.close();
336 assertEquals("close", CallVerificationStack.getInstance()
347 * Test close() when having no output stream
858 public void close() throws IOException { method in class:StreamHandlerTest.MockOutputStream
894 public void close() throws IOException { method in class:StreamHandlerTest.MockExceptionOutputStream
    [all...]
  /external/bison/darwin-lib/
unistd.h 88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
606 /* Automatically included by modules that need a replacement for close. */
608 # undef close
609 # define close rpl_close
611 _GL_FUNCDECL_RPL (close, int, (int fd));
612 _GL_CXXALIAS_RPL (close, int, (int fd));
614 _GL_CXXALIAS_SYS (close, int, (int fd));
616 _GL_CXXALIASWARN (close); variable
618 # undef close macro
619 # define close close_used_without_requesting_gnulib_module_clos macro
621 # undef close macro
    [all...]
  /external/bison/lib/
unistd.in.h 87 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
294 /* Automatically included by modules that need a replacement for close. */
296 # undef close
297 # define close rpl_close
299 _GL_FUNCDECL_RPL (close, int, (int fd));
300 _GL_CXXALIAS_RPL (close, int, (int fd));
302 _GL_CXXALIAS_SYS (close, int, (int fd));
304 _GL_CXXALIASWARN (close);
306 # undef close
307 # define close close_used_without_requesting_gnulib_module_clos
    [all...]
  /external/bison/linux-lib/
unistd.h 88 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
606 /* Automatically included by modules that need a replacement for close. */
608 # undef close
609 # define close rpl_close
611 _GL_FUNCDECL_RPL (close, int, (int fd));
612 _GL_CXXALIAS_RPL (close, int, (int fd));
614 _GL_CXXALIAS_SYS (close, int, (int fd));
616 _GL_CXXALIASWARN (close); variable
618 # undef close macro
619 # define close close_used_without_requesting_gnulib_module_clos macro
621 # undef close macro
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.css 73 #notification .close-button {
78 .close-button {
93 .close-button:hover,
94 .close-button:focus {
100 .close-button:active {
  /external/chromium_org/components/cloud_devices/tools/prototype/
prototype.py 207 file_trigger.close()
265 hostapd_config.close()
276 udhcpd_config.close()
280 wpa_config.close()
359 statefile.close()
368 statefile.close()
423 config_f.close()
428 config_f.close()
510 f.close()
796 file_trigger.close()
    [all...]
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 98 MPLT.streamInput.close();
99 MPLT.streamOutput.close();
199 * Close the socket(s)
202 if (MPLT.streamInput) MPLT.streamInput.close();
203 if (MPLT.streamOutput) MPLT.streamOutput.close();
204 if (MPLT.serverSocket) MPLT.serverSocket.close();
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
common.css 102 .bubble .close-x {
114 .bubble .close-x:hover {
490 .cr-dialog-close {
501 .cr-dialog-close:hover {
505 .cr-dialog-close:active {
  /external/clang/www/demo/
index.cgi 63 close FILE;
74 close LOG;
84 close FILE;
113 $fh->close();
332 close $fh;
  /frameworks/base/core/java/android/provider/
MediaStore.java 587 pfdInput.close();
619 if (c != null) c.close();
678 if (c != null) c.close();
712 if (c != null) c.close();
729 if (c != null) c.close();
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /external/clang/tools/scan-build/
scan-build 256 close(FILE);
302 close (ROUT);
303 close (RIN);
412 close(IN);
568 close IN;
815 close ATTR;
822 close (INFO);
849 close (INFO);
864 close(OUT);
967 close(DETECT_XCODE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 189 self.listener.close()
223 c.close()
296 conn.close()
527 writer.close()
529 reader.close()
554 writer.close()
569 conn.close()
586 conn.close()
596 conn.close()
616 conn.close()
979 def close(self, *args): member in class:IteratorProxy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 189 self.listener.close()
223 c.close()
296 conn.close()
527 writer.close()
529 reader.close()
554 writer.close()
569 conn.close()
586 conn.close()
596 conn.close()
616 conn.close()
979 def close(self, *args): member in class:IteratorProxy
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 481 c.close();
595 cursor.close();
630 cursor.close();
692 cursor.close();
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 488 srcStream.close();
489 dstFile.close();
535 ivf.close();
676 ivf.close();
678 yuv.close();
749 mYuvStream.close();
1644 yuvStream[i].close(); method
1721 ivf[i].close(); method
1722 yuvStream[i].close(); method
1724 yuvScaled[i].close(); method
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 75 cursor.close();
214 c.close();
383 c.close();
503 c.close();
610 c.close();
636 c.close();
    [all...]
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 128 close(stdev->vad_fd);
137 close(stdev->send_sock);
141 close(stdev->term_sock);
152 close(stdev->vad_fd);
334 close(fds[0].fd);
651 stdev->device.common.close = stdev_close;
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 142 if ( ps!=null ) ps.close();
143 if ( ps2!=null ) ps2.close();
290 if ( ps!=null ) ps.close();
291 if ( ps2!=null ) ps2.close();
455 if ( ps!=null ) ps.close();
456 if ( ps2!=null ) ps2.close();
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 210 in.close(); in = null;
211 out.close(); out = null;
212 channel.close(); channel=null;
220 try {in.close();} catch (IOException ioe) {
225 out.close();
228 try {channel.close();} catch (IOException ioe) {
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c 223 /* close servers */
409 tBTA_AG_CLOSE close; local
443 close.hdr.handle = bta_ag_scb_to_idx(p_scb);
444 close.hdr.app_id = p_scb->app_id;
445 bdcpy(close.bd_addr, p_scb->peer_addr);
449 /* call close call-out */
450 bta_ag_co_data_close(close.hdr.handle);
452 /* call close cback */
453 (*bta_ag_cb.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG *) &close);
488 /* else close port and deallocate scb *
    [all...]
  /external/chromium_org/remoting/webapp/background/
message_window.js 42 // Make sure that the reply we're ignoring is from the window close.
136 // Add a close handler in case the window is closed without clicking one
139 // being called multiple times (once for the button, once for close).
  /external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc 334 ASSERT_EQ(close(tempfile2), 0);
385 ASSERT_EQ(0, close(fd));
394 ASSERT_EQ(0, close(fd));
401 ASSERT_EQ(0, close(fd));
429 // Save one FD to send to the broker later, and close the others.
432 SANDBOX_ASSERT(0 == IGNORE_EINTR(close(available_fds[i])));
474 SANDBOX_ASSERT(0 == IGNORE_EINTR(close(fd)));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process.py 110 self._proc.stdin.close()
113 self._proc.stdout.close()
116 self._proc.stderr.close()
374 self._proc.stdin.close()
410 self._proc.stdout.close()
413 self._proc.stderr.close()

Completed in 1182 milliseconds

<<121122123124125126127128129130>>