HomeSort by relevance Sort by last modified time
    Searched refs:Close (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/chromium/base/
scoped_handle.h 25 Close();
28 void Close() {
44 Close();
scoped_handle_win.h 13 // Used so we always remember to close the handle.
27 // To explicitly close the handle:
28 // hfile.Close();
39 Close();
49 Close();
69 void Close() {
117 Close();
125 Close();
132 void Close() {
153 Close();
    [all...]
file_descriptor_shuffle.h 39 virtual void Close(int fd) = 0;
50 void Close(int fd);
58 close(in_close) {
63 bool close; // if true, delete the source element after performing the member in struct:base::InjectionArc
sync_socket.h 30 ~SyncSocket() { Close(); }
38 bool Close();
file_descriptor_shuffle.cc 40 j->close = false;
43 if (i->close && i->source == j->dest)
44 i->close = false;
46 if (i->close && i->source == j->source) {
47 i->close = false;
48 j->close = true;
57 if (!is_identity && i->close)
58 delegate->Close(i->source);
63 delegate->Close(*i);
78 void FileDescriptorTableInjection::Close(int fd)
    [all...]
process_posix.cc 12 void Process::Close() {
event_trace_consumer_win.h 36 Close();
55 // Close all open sessions.
56 HRESULT Close();
126 HRESULT EtwTraceConsumerBase<ImplClass>::Close() {
process.h 72 // Close the process handle. This will not terminate the process.
73 void Close();
process_win.cc 12 void Process::Close() {
  /external/chromium/third_party/icu/source/data/brkitr/
sent.txt 29 $Close = [\p{Sentence_Break = Close}];
44 $CloseEx = $Close ($Extend | $Format)*;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
90 $CloseEx_R = ($Extend | $Format)* $Close;
sent_el.txt 29 $Close = [\p{Sentence_Break = Close}];
44 $CloseEx = $Close ($Extend | $Format)*;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
90 $CloseEx_R = ($Extend | $Format)* $Close;
  /external/icu4c/data/brkitr/
sent.txt 29 $Close = [\p{Sentence_Break = Close}];
44 $CloseEx = $Close ($Extend | $Format)*;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
90 $CloseEx_R = ($Extend | $Format)* $Close;
sent_el.txt 29 $Close = [\p{Sentence_Break = Close}];
44 $CloseEx = $Close ($Extend | $Format)*;
80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
90 $CloseEx_R = ($Extend | $Format)* $Close;
  /external/webkit/WebCore/platform/wx/
PasteboardWx.cpp 57 wxTheClipboard->Close();
65 wxTheClipboard->Close();
92 wxTheClipboard->Close();
104 wxTheClipboard->Close();
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_syscdrom.h 60 /* Close the specified drive */
61 void (*Close)(SDL_CD *cdrom);
  /external/v8/src/
d8-readline.cc 52 virtual bool Close();
77 bool ReadLineEditor::Close() {
  /sdk/emulator/qtools/
decoder.h 12 void Close();
trace_reader_base.h 87 void Close();
163 void Close();
197 void Close();
213 void Close();
229 void Close();
247 void Close();
262 void Close();
  /external/chromium/net/disk_cache/
backend_unittest.cc 80 entry1->Close();
85 entry1->Close();
104 entry1->Close();
105 entry2->Close();
106 entry3->Close();
114 entry1->Close();
117 entry2->Close();
143 entry2->Close();
149 entry2->Close();
154 entry2->Close();
    [all...]
entry_unittest.cc 83 entry1->Close();
104 // the entry and close it so that we flush the internal buffer to disk. After
110 entry1->Close();
224 entry1->Close();
270 entry1->Close();
377 entry1->Close();
413 entry->Close();
432 entry1->Close();
444 entry1->Close();
451 entry1->Close();
    [all...]
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 137 entry->Close();
163 entry->Close();
169 entry->Close();
177 entry->Close();
195 entry->Close();
199 entry->Close();
206 entry->Close();
230 entry->Close();
234 entry->Close();
251 entry->Close();
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_systhread.cpp 111 taker.Close();
123 rthread.Close();
  /hardware/ril/mock-ril/src/cpp/
node_util.cpp 54 if (!len) return scope.Close(v8::String::Empty());
65 return scope.Close(chunk);
70 return scope.Close(chunk);
  /external/chromium/net/base/
file_stream.h 41 // Call this method to close the FileStream. It is OK to call Close
44 void Close();
52 // Returns true if Open succeeded and Close has not been called.
78 // destroy or close the file stream while there is an asynchronous read in
106 // destroy or close the file stream while there is an asynchronous write in
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 75 bool Close();
79 // This leaves no way for the caller to detect if close() fails. If
80 // detecting close() errors is important to you, you should arrange
81 // to close the descriptor yourself.
102 bool Close();
153 bool Close();
155 // Flushes FileOutputStream's buffers but does not close the
162 // This leaves no way for the caller to detect if close() fails. If
163 // detecting close() errors is important to you, you should arrange
164 // to close the descriptor yourself
    [all...]

Completed in 6870 milliseconds

1 2 3 4 5 6 7