HomeSort by relevance Sort by last modified time
    Searched full:dtor (Results 26 - 50 of 370) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/VMCore/
PrintModulePass.cpp 28 bool DeleteStream; // Delete the ostream in our dtor?
53 bool DeleteStream; // Delete the ostream in our dtor?
  /frameworks/base/core/java/android/app/backup/
FileBackupHelperBase.java 43 dtor(mPtr);
119 private static native void dtor(int ptr); method in class:FileBackupHelperBase
BackupDataInput.java 84 dtor(mBackupReader);
189 private native static void dtor(int mBackupReader); method in class:BackupDataInput
BackupDataOutput.java 118 dtor(mBackupWriter);
125 private native static void dtor(int mBackupWriter); method in class:BackupDataOutput
  /ndk/build/tools/toolchain-patches/build/
0001-Options-brought-in-from-core-combo-for-IA.patch 26 + -W -Wall -Werror=address -Werror=format-security -Werror=non-virtual-dtor -Werror=return-type \
44 + -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Werror=return-type -Werror=non-virtual-dtor \
  /bionic/libc/private/
__dso_handle.S 31 # See http://www.codesourcery.com/public/cxx-abi/abi.html#dso-dtor
  /external/chromium/base/memory/
scoped_temp_dir.cc 15 LOG(WARNING) << "Could not delete temp dir in dtor.";
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.h 50 // Called by the DeviceManagementJobBase dtor so we can clean up.
  /external/clang/include/clang/Basic/
ABI.h 31 Dtor_Deleting, // Deleting dtor
32 Dtor_Complete, // Complete object dtor
33 Dtor_Base // Base object dtor
  /external/clang/test/SemaCXX/
destructor.cpp 1 // RUN: %clang_cc1 -std=c++11 -fsyntax-only -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -verify %s
176 namespace dnvd { // delete-non-virtual-dtor warning
  /external/chromium/base/
at_exit.h 37 // The dtor calls all the registered callbacks. Do not try to register more
  /external/llvm/docs/HistoricalNotes/
2001-05-18-ExceptionHandling.txt 144 2. A pointer to the dtor for the contained object
166 if (E->dtor)
167 E->dtor(E->object) // Invoke the dtor on the object if it exists
  /frameworks/base/core/jni/
android_backup_BackupDataOutput.cpp 102 { "dtor", "(I)V", (void*)dtor_native },
  /external/webkit/Source/WebCore/platform/graphics/android/
TransferQueue.h 49 // At the time of base tile's dtor or webview destroy, we want to discard
82 // Bitmap will be created lazily, need to delete them at dtor.
  /external/chromium/testing/gtest/test/
gtest-typed-test_test.cc 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and
91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
  /external/gtest/test/
gtest-typed-test_test.cc 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and
89 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
235 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
  /external/protobuf/gtest/test/
gtest-typed-test_test.cc 41 // ctor/dtor, and SetUp()/TearDown() work correctly in typed tests and
91 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
233 // Tests that SetUpTestCase()/TearDownTestCase(), fixture ctor/dtor,
  /bionic/libc/arch-arm/bionic/
eabi.c 45 * and destruction. See http://www.codesourcery.com/public/cxx-abi/abi.html#dso-dtor
  /external/chromium/base/files/
file_path_watcher.h 81 // Stop watching. This is called from FilePathWatcher's dtor in order to
  /external/chromium/chrome/browser/extensions/
extension_function_dispatcher.h 124 // We need to keep a pointer to the profile because we use it in the dtor
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.cc 60 // The registrar calls RemoveAll in its dtor (which would happen in a
  /external/chromium/chrome/common/
important_file_writer.h 57 // All non-const methods, ctor and dtor must be called on the same thread.
  /external/chromium/net/disk_cache/
disk_cache_test_util.h 39 // exists and is clear in ctor and that the directory gets deleted in dtor.
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 56 /// restore - This can be used to restore the state early, before the dtor
  /external/llvm/lib/CodeGen/
LiveStackAnalysis.cpp 41 // Release VNInfo memory regions, VNInfo objects don't need to be dtor'd.

Completed in 561 milliseconds

12 3 4 5 6 7 8 91011>>