HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 226 - 250 of 1898) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/collada/include/1.4/dom/
domTargetableFloat.h 67 * Destructor
104 * Destructor
domTargetableFloat3.h 72 * Destructor
109 * Destructor
  /external/icu4c/layout/
LEInsertionList.h 42 * The destructor
76 * The destructor.
  /external/icu4c/samples/layout/
cmaps.cpp 167 // parent destructor does it all
204 // parent destructor does it all
  /external/icu4c/test/letest/
cmaps.cpp 161 // parent destructor does it all
198 // parent destructor does it all
  /external/skia/include/core/
SkPathEffect.h 82 and decremented in the destructor.
118 and decremented in the destructor.
  /external/v8/src/
smart-pointer.h 36 // destructor is called.
56 // When the destructor of the scoped pointer is executed the plain pointer
  /external/webkit/Source/WebCore/bridge/c/
c_class.cpp 90 Method* aMethod = new CMethod(ident); // deleted in the CClass destructor
111 aField = new CField(ident); // deleted in the CClass destructor
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaClassJobjectV8.cpp 52 JavaField* aField = new JavaFieldJobject(env, aJField); // deleted in the JavaClass destructor
62 JavaMethod* aMethod = new JavaMethodJobject(env, aJMethod); // deleted in the JavaClass destructor
  /external/webkit/Source/WebCore/platform/audio/
HRTFDatabaseLoader.h 52 // Both constructor and destructor must be called from the main thread.
73 // Both constructor and destructor must be called from the main thread.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /external/chromium/base/memory/
scoped_temp_dir.h 11 // deletion occurs during the destructor, no further error handling is possible
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.cc 13 // If you see an invalid memory access in this destructor, this
  /external/chromium/chrome/browser/ui/views/
repost_form_warning_view.cc 30 // RepostFormWarningView, constructor & destructor:
  /external/chromium/crypto/
cssm_init.h 43 // The constructor initializes data_ to zero and the destructor releases the
  /external/chromium/net/data/cache_tests/dirty_entry/
contents.txt 67 the destructor of EntryImpl and skip the line that clears "pointer"
  /external/chromium/net/data/cache_tests/dirty_entry2/
contents.txt 67 the destructor of EntryImpl and skip the line that clears "pointer"
  /external/chromium/net/http/
http_byte_range.h 21 // and destructor provided by compiler.
  /external/clang/test/CXX/except/except.spec/
p14.cpp 6 // Destructor
  /external/clang/test/CXX/special/class.dtor/
p9.cpp 52 // ...at the point of definition of a virtual destructor...
  /external/clang/test/SemaCXX/
friend.cpp 71 template<int> friend A::~A(); // expected-error {{destructor cannot be declared as a template}}
literal-type.cpp 20 // -- it has a trivial destructor
return.cpp 79 return 42; // expected-error {{destructor '~S' should not return a value}}

Completed in 953 milliseconds

1 2 3 4 5 6 7 8 91011>>