Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 205) sorted by relevance

123456789

/external/e2fsprogs/lib/blkid/
Dsave.c61 const char *opened = NULL; in blkid_flush_cache() local
100 opened = tmp; in blkid_flush_cache()
108 opened = filename; in blkid_flush_cache()
113 filename, opened)); in blkid_flush_cache()
134 if (opened != filename) { in blkid_flush_cache()
136 unlink(opened); in blkid_flush_cache()
138 printf("unlinked temp cache %s\n", opened)); in blkid_flush_cache()
149 rename(opened, filename); in blkid_flush_cache()
151 printf("moved temp cache %s\n", opened)); in blkid_flush_cache()
/external/jetty/src/java/org/eclipse/jetty/io/
DNetworkTrafficListener.java47 public void opened(Socket socket); in opened() method
83 public void opened(Socket socket) in opened() method in NetworkTrafficListener.Empty
/external/chromium-trace/catapult/third_party/polymer/components/paper-dialog/
Dpaper-dialog-transition.css15 :host(.paper-dialog-transition.core-opened) {
26 :host(.paper-dialog-transition-center.core-opened) {
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/
DConnector-mbean.properties18 connectionsOpen: Number of connections currently open that were opened since statsReset() called. U…
19 connectionsOpenMax: Maximum number of connections opened simultaneously since statsReset() called. …
DAbstractConnector-mbean.properties12 reuseAddress: Whether the server socket will be opened in SO_REUSEADDR mode.
/external/doclava/res/assets/templates/
Dtrailer.cs1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
Ddiff.cs37 .handle-opened { property
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_act.c698 evt_data.opened.pipe = p_evt_data->open_pipe.pipe; in nfa_hci_api_open_pipe()
699 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_api_open_pipe()
706 evt_data.opened.pipe = p_evt_data->open_pipe.pipe; in nfa_hci_api_open_pipe()
707 evt_data.opened.status = NFA_STATUS_FAILED; in nfa_hci_api_open_pipe()
1935 evt_data.opened.pipe = p_pipe->pipe_id; in nfa_hci_handle_generic_gate_cmd()
1936 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_handle_generic_gate_cmd()
1945 evt_data.opened.status = NFA_STATUS_OK; in nfa_hci_handle_generic_gate_cmd()
1990 evt_data.opened.status = status; in nfa_hci_handle_generic_gate_rsp()
1991 evt_data.opened.pipe = p_pipe->pipe_id; in nfa_hci_handle_generic_gate_rsp()
2001 evt_data.opened.status = status;; in nfa_hci_handle_generic_gate_rsp()
[all …]
/external/opencv3/modules/videoio/src/
Dcap_gphoto2.cpp176 bool opened; member in cv::gphoto2::DigitalCameraCapture
320 opened = preview = reloadOnChange = false; in initContext()
447 opened = true; in open()
462 return opened; in isOpened()
482 opened = false; in close()
/external/jemalloc/msvc/
DReadMe.txt22 6. Now the project can be opened and built in Visual Studio:
/external/compiler-rt/test/asan/TestCases/Posix/
Dlog_path_fork_test.cc.disabled3 // Set verbosity to 1 so that the log files are opened prior to fork().
/external/autotest/client/site_tests/video_MultiplePlayback/
Dcontrol7 PURPOSE = "Verify that simultaneous playback works fine in all opened tabs."
/external/freetype/include/
Dftstroke.h377 FT_Bool opened );
/external/pdfium/third_party/freetype/include/freetype/
Dftstroke.h377 FT_Bool opened );
/external/chromium-trace/catapult/third_party/polymer/components/core-transition/
Dcore-transition-overlay.css17 :host(.core-transition.core-opened) {
/external/autotest/server/site_tests/audio_AudioRoutingUSB/
Dcontrol14 correct device file (/dev/snd/pcmCXDY) is opened in each case.
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py571 opened = self.ReadGolden('text_format_unittest_data.txt')
573 r = text_format.ParseLines(opened, parsed_message)
581 opened = self.ReadGolden('text_format_unittest_data.txt')
583 r = text_format.MergeLines(opened, parsed_message)
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
Dcontrol21 A test case shall pass when a single browser tab is opened for only the URLs
/external/zlib/src/contrib/iostream3/
DREADME23 - gzipped output file opened with default compression level instead of maximum level
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DNetworkTrafficSelectChannelEndPoint.java81 listener.opened(_socket); in notifyOpened()
/external/bison/m4/
Dmmap-anon.m413 # - On IRIX, neither exists, and a file descriptor opened to /dev/zero must be
/external/fio/
Dio_u.c968 int opened = 0; in get_next_file_rand() local
988 opened = 1; in get_next_file_rand()
995 if (opened) in get_next_file_rand()
1010 int opened = 0; in get_next_file_rr() local
1037 opened = 1; in get_next_file_rr()
1045 if (opened) in get_next_file_rr()
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME47 when opened with the 'file://' protocol. To circumvent this issue, start
/external/clang/docs/
DHowToSetupToolingForLLVM.rst101 (if any). The output will go into the error window, which is opened
102 automatically when clang-check finds errors, and can be re-opened with
/external/libnfc-nci/src/nfa/include/
Dnfa_hci_api.h255 tNFA_HCI_OPEN_PIPE opened; /* NFA_HCI_OPEN_PIPE_EVT */ member

123456789