HomeSort by relevance Sort by last modified time
    Searched full:destructed (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
destructor-debug-info.cpp 21 // Check there is a line number entry for line 19 where b1 is destructed.
  /frameworks/compile/mclinker/include/mcld/MC/
InputFactory.h 26 * All MCLDFiles created by MCLDFileFactory are guaranteed to be destructed
27 * while MCLDFileFactory is destructed.
MCLDFile.h 125 * All MCLDFiles created by MCLDFileFactory are guaranteed to be destructed
126 * while MCLDFileFactory is destructed.
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 29 /// destructed after the raw_fd_ostream is destructed. It installs
PrettyStackTrace.h 31 /// constructed and destructed, they will add their symbolic frames to a
  /external/chromium/chrome/browser/download/
download_manager_unittest.cc 204 virtual ~MockDownloadFile() { Destructed(); }
206 MOCK_METHOD0(Destructed, void());
321 // need to prompt the user, so |info| could have been destructed.
362 EXPECT_CALL(*download_file, Destructed()).Times(1);
418 EXPECT_CALL(*download_file, Destructed()).Times(1);
484 EXPECT_CALL(*download_file, Destructed()).Times(1);
base_file_unittest.cc 100 // automatically when base_file_ is destructed.
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.h 74 // destructed to ensure that the pointers in this map remain valid.
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.h 40 // Uninitializes the page. Called just before the object is destructed.
  /external/llvm/tools/llvm-diff/
DiffLog.h 34 /// temporary it will be destructed before whatever temporary
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ShHandle.h 37 // Deallocates all memory when compiler is destructed.
  /external/webkit/Source/WebKit/chromium/src/
WebStorageQuotaCallbacksImpl.h 49 // The class is self-destructed and thus we have bare constructors.
WorkerFileSystemCallbacksBridge.h 57 // This class is used to post a openFileSystem request to the main thread and get called back for the request. This must be destructed on the worker thread.
141 // This is self-destructed and must be fired on the worker thread.
  /frameworks/compile/mclinker/include/mcld/LD/
LDSectionFactory.h 47 /// @oaram - the reference of the pointer to the destructed LDSection.
  /external/valgrind/unittest/
libstdc++_tests.cc 73 // x is destructed, calls _M_dispose
137 // x is destructed.
  /external/chromium/base/win/
event_trace_provider_unittest.cc 29 // whether they've been constructed or destructed.
  /external/chromium/chrome/browser/automation/
automation_tab_helper.h 61 // destructed while it is still observing an |AutomationTabHelper|.
  /external/chromium/chrome/browser/extensions/
extension_test_message_listener.h 41 // destructed *before* the browser gets torn down. Two common patterns are to
  /external/chromium/chrome/common/
important_file_writer.cc 94 // being destructed.
  /external/webkit/Source/WebCore/fileapi/
FileStreamProxy.h 64 // Stops the proxy and scedules it to be destructed. All the pending tasks will be aborted and the file stream will be closed.
  /external/chromium/chrome/browser/profiles/
profile_impl.h 196 // pointers to |prefs_| and shall be destructed first.
202 // maintains a pointer to the first and shall be destructed first.
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 47 // destructed nicely, and there will be some dangling media threads trying to
258 // even before this object gets destructed, so we need to know when
  /external/chromium/net/base/
file_stream.h 39 // is destructed.
  /external/webkit/Source/WebCore/storage/
IDBTransaction.cpp 174 // Must happen in contextDestroyed since it can result in ActiveDOMObjects being destructed
  /frameworks/native/include/ui/
Fence.h 49 // When the new Fence object is destructed the file descriptor will be

Completed in 3000 milliseconds

1 2 3 4 5