HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 451 - 475 of 4057) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_reporter.hpp 42 // Destructor
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 51 // Destructor
  /packages/apps/OMA-DM/engine/dmlib/plugin/hdr/
SyncML_PlugIn_WBXMLLog.H 40 /* Class destructor */
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_vector.h 42 // Non virtual inline destructor -- never inherit this class
  /system/core/libcutils/
threads.c 60 /* XXX: can't use destructor on thread exit */
  /system/netd/server/
Network.h 36 // automatically removed interfaces in the destructor, you wouldn't know if it failed.
  /external/chromium_org/testing/gtest/include/gtest/
gtest-test-part.h 46 // Don't inherit from TestPartResult as its destructor is not virtual.
124 // Don't inherit from TestPartResultArray as its destructor is not
159 // The original result reporter is restored in the destructor.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 48 // A class which inherits both Node and TreeScope must call clearRareData() in its destructor
49 // so that the Node destructor no longer does problematic NodeList cache manipulation in
50 // the destructor.
  /external/chromium_org/third_party/icu/source/common/
dictbe.h 64 * <p>Virtual destructor.</p>
168 * <p>Virtual destructor.</p>
229 * <p>Virtual destructor.</p>
ucln_imp.h 29 * b) GCC uses destructor function attribute
107 /* GCC - use __attribute((destructor)) */
108 static void ucln_destructor() __attribute__((destructor)) ;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 126 * which is currently only used for the virtual destructor.
187 * are an exception, currently used only for the virtual destructor.
198 * The problem is, that we must call the right virtual destructor (i.e. on the right class).
203 * The naive solution would be to just add a virtual destructor and rely on it.
209 * destructor in the vtable slot immediately after the ID3D11Resource vtable, but this is
212 * So, we must put the destructor somewhere else.
219 * In addition to that, we add a virtual destructor to GalliumComObject.
220 * That virtual destructor will be called by QueryInterface, and since that is a virtual
221 * function, it will know the correct place for the virtual destructor.
227 * destructor it in a negative vtable slot, but unfortunately GCC doesn't support tha
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-test-part.h 46 // Don't inherit from TestPartResult as its destructor is not virtual.
121 // Don't inherit from TestPartResultArray as its destructor is not
156 // The original result reporter is restored in the destructor.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.h 121 // Generate constructors and destructor.
125 // destructor: http://gcc.gnu.org/bugs.html#nonbugs_cxx
130 // Generate the shared destructor code.
  /external/chromium_org/third_party/skia/include/core/
SkWeakRefCnt.h 21 It is an error for the destructor to be called explicitly (or via the
119 // Prevents code in destructor from happening before the decrement.
122 // so our destructor won't complain
  /external/clang/test/CXX/basic/basic.types/
p10.cpp 39 // - it has a trivial destructor
42 ~UserProvDtor(); // expected-note {{has a user-provided destructor}}
48 virtual ~NonTrivDtor() = default; // expected-note {{has a non-trivial destructor}} expected-note {{because it is virtual}}
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 97 // a destructor that is deleted or inaccessible
105 NoAccessDtor NAD; // expected-note{{copy constructor of 'HasNoAccessDtor' is implicitly deleted because field 'NAD' has an inaccessible destructor}}
118 struct HasNoAccessDtorBase : NoAccessDtor { // expected-note{{copy constructor of 'HasNoAccessDtorBase' is implicitly deleted because base class 'NoAccessDtor' has an inaccessible destructor}}
  /external/clang/test/CodeGenCXX/
delete.cpp 108 // PR10341: ::delete with a virtual destructor
124 // Load the complete-object destructor (not the deleting destructor)
  /external/clang/test/CodeGenObjCXX/
arc-special-member-functions.mm 112 // Implicitly-generated destructor for ObjCBlockMember
130 // Implicitly-generated destructor for ObjCArrayMember
154 // Implicitly-generated destructor for ObjCMember
  /external/gtest/include/gtest/
gtest-test-part.h 46 // Don't inherit from TestPartResult as its destructor is not virtual.
124 // Don't inherit from TestPartResultArray as its destructor is not
159 // The original result reporter is restored in the destructor.
  /external/icu/icu4c/source/common/
ucln_imp.h 29 * b) GCC uses destructor function attribute
164 /* GCC - use __attribute((destructor)) */
165 static void ucln_destructor() __attribute__((destructor)) ;
  /external/llvm/include/llvm/Support/
FormattedStream.h 29 /// DELETE_STREAM - Tell the destructor to delete the held stream.
33 /// PRESERVE_STREAM - Tell the destructor to not delete the held
45 /// destructor?
  /external/llvm/lib/Support/
Process.cpp 29 // Empty virtual destructor to anchor the vtable for the process class.
40 // The destructor for the self_process subclass must never actually be
45 llvm_unreachable("This destructor must never be executed!");
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 46 // Don't inherit from TestPartResult as its destructor is not virtual.
121 // Don't inherit from TestPartResultArray as its destructor is not
156 // The original result reporter is restored in the destructor.
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 126 * which is currently only used for the virtual destructor.
187 * are an exception, currently used only for the virtual destructor.
198 * The problem is, that we must call the right virtual destructor (i.e. on the right class).
203 * The naive solution would be to just add a virtual destructor and rely on it.
209 * destructor in the vtable slot immediately after the ID3D11Resource vtable, but this is
212 * So, we must put the destructor somewhere else.
219 * In addition to that, we add a virtual destructor to GalliumComObject.
220 * That virtual destructor will be called by QueryInterface, and since that is a virtual
221 * function, it will know the correct place for the virtual destructor.
227 * destructor it in a negative vtable slot, but unfortunately GCC doesn't support tha
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 46 // Don't inherit from TestPartResult as its destructor is not virtual.
121 // Don't inherit from TestPartResultArray as its destructor is not
156 // The original result reporter is restored in the destructor.

Completed in 2628 milliseconds

<<11121314151617181920>>