/external/chromium_org/webkit/browser/fileapi/ |
local_file_stream_writer.cc | 38 // in the FileStream destructor. 41 // FileStream's destructor closes the file safely, since we opened the file
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p1.cpp | 65 // destructor 67 constexpr ~ConstexprDtor() = default; // expected-error {{destructor cannot be marked constexpr}}
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
p2.cpp | 11 constexpr ~S1() = default; // expected-error {{destructor cannot be marked constexpr}} 75 ~E2() noexcept(false) = default; // expected-error {{exception specification of explicitly defaulted destructor does not match the calculated one}}
|
/external/clang/test/CXX/special/class.copy/ |
p11.0x.move.cpp | 108 // a destructor that is deleted or inaccessible 117 NoAccessDtor NAD; // expected-note {{deleted because field 'NAD' has an inaccessible destructor}}
|
/external/compiler-rt/lib/msan/ |
msan_linux.cc | 109 void MsanTSDInit(void (*destructor)(void *tsd)) { 112 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
|
/external/freetype/include/ |
ftlist.h | 250 /* destroy :: A list destructor that will be applied to each element */ 256 /* argument to the destructor. */
|
/external/icu/icu4c/source/test/letest/ |
cmaps.cpp | 208 // parent destructor does it all 245 // parent destructor does it all
|
/external/icu/icu4c/source/test/perf/leperf/ |
cmaps.cpp | 208 // parent destructor does it all 245 // parent destructor does it all
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformMacOSX.cpp | 151 /// Destructor. 153 /// The destructor is virtual since this class is designed to be
|
/external/lldb/source/Utility/ |
PseudoTerminal.cpp | 32 // Destructor 34 // The destructor will close the master and slave file descriptors 77 // a valid master files descriptor when its destructor is called, it 204 // when the destructor is called, so be sure to call 308 // without closing it. The destructor for this class will close the 316 // descriptor without closing it. (the destructor for this 325 // without closing it. The destructor for this class will close the 333 // descriptor without closing it (the destructor for this
|
/external/lldb/tools/debugserver/source/ |
PseudoTerminal.h | 59 // descriptor without closing it. (the destructor for this 68 // descriptor without closing it (the destructor for this
|
/external/mesa3d/src/glsl/ |
loop_analysis.h | 149 ralloc_set_destructor(lvs, (void (*)(void*)) destructor); 156 destructor(loop_variable_state *lvs) function in class:loop_variable_state
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftlist.h | 250 /* destroy :: A list destructor that will be applied to each element */ 256 /* argument to the destructor. */
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftlist.h | 250 /* destroy :: A list destructor that will be applied to each element */ 256 /* argument to the destructor. */
|
/external/webrtc/src/system_wrappers/interface/ |
scoped_ptr.h | 65 // Delete last, in case obj destructor indirectly results in ~scoped_ptr 147 // Delete last, in case arr destructor indirectly results in ~scoped_array
|
/frameworks/compile/libbcc/include/bcc/Support/ |
FileBase.h | 76 // True true if we should call unlock() in destructor. 79 // True if file should be deleted in destructor.
|
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/hdr/ |
SyncML_DM_Archive.H | 60 /* Class destructor (virtual because of the inheritance of 120 * The destructor of this class later frees the created DMAddNodeProp
|
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/hdr/ |
dmtoken.h | 62 * Destructor 216 * Destructor
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
gconv.h | 78 /* Constructor and destructor for local data for conversion step. */ 100 /* Constructor and destructor for local data for transliteration. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
stl_construct.h | 118 * a trivial destructor, the compiler should optimize all of this 134 * destroy() even if _Tp has a trivial destructor.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
gconv.h | 78 /* Constructor and destructor for local data for conversion step. */ 100 /* Constructor and destructor for local data for transliteration. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_construct.h | 117 * a trivial destructor, the compiler should optimize all of this 133 * destroy() even if _Tp has a trivial destructor.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_construct.h | 117 * a trivial destructor, the compiler should optimize all of this 133 * destroy() even if _Tp has a trivial destructor.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_construct.h | 118 * a trivial destructor, the compiler should optimize all of this 134 * destroy() even if _Tp has a trivial destructor.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_construct.h | 119 * a trivial destructor, the compiler should optimize all of this 135 * destroy() even if _Tp has a trivial destructor.
|