/external/open-vcdiff/gtest/include/gtest/ |
gtest-test-part.h | 45 // Don't inherit from TestPartResult as its destructor is not virtual. 123 // Don't inherit from TestPartResultArray as its destructor is not 159 // The original result reporter is restored in the destructor.
|
/external/protobuf/gtest/include/gtest/ |
gtest-test-part.h | 45 // Don't inherit from TestPartResult as its destructor is not virtual. 123 // Don't inherit from TestPartResultArray as its destructor is not 159 // The original result reporter is restored in the destructor.
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_message.h | 120 // Generate constructors and destructor. 124 // destructor: http://gcc.gnu.org/bugs.html#nonbugs_cxx 129 // Generate the shared destructor code.
|
/external/skia/include/core/ |
SkWeakRefCnt.h | 21 It is an error for the destructor to be called explicitly (or via the 117 // Prevents code in destructor from happening before the decrement. 120 // so our destructor won't complain
|
/ndk/sources/third_party/googletest/googletest/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.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
progress.hpp | 32 // A progress_timer behaves like a timer except that the destructor displays 44 // A) Throwing an exception from a destructor is a Bad Thing. 45 // B) The progress_timer destructor does output which may throw.
|
/external/clang/lib/CodeGen/ |
MicrosoftCXXABI.cpp | 74 // Both Itanium and MSVC ABIs have destructor variants. The variant names 78 // Complete -> vbase destructor 79 // Deleting -> scalar deleting destructor 80 // vector deleting destructor 83 // complete destructor does not accept a VTT parameter when there are virtual 89 // pointer points to an array. The scalar deleting destructor assumes that 93 // always points to the vector deleting destructor. The vector deleting 94 // destructor is the most general, so it can be used to destroy objects in 97 // A TU defining a non-inline destructor is only guaranteed to emit a base 98 // destructor, and all of the other variants are emitted on an as-needed basi [all...] |
/external/bison/src/ |
symlist.c | 226 symbol_list_destructor_set (symbol_list *node, code_props const *destructor) 231 symbol_destructor_set (node->content.sym, destructor); 235 semantic_type_get (node->content.type_name), destructor); 238 default_tagged_destructor_set (destructor); 241 default_tagless_destructor_set (destructor);
|
/external/ceres-solver/include/ceres/internal/ |
scoped_ptr.h | 53 // A scoped_ptr<T> is like a T*, except that the destructor of 72 // Destructor. If there is a C object, delete it. 179 // as we would call the temporary's object destructor (and thus delete p) 185 // with new [] and the destructor deletes objects with delete []. 204 // Destructor. If there is a C object, delete it.
|
/external/chromium_org/ppapi/tests/ |
test_instance_deprecated.cc | 44 // Set up a post-condition for the test so that we can ensure our destructor 74 // Out-of-process, this destructor might not actually get invoked. See the 229 // destructor is not run. 240 // A scriptable object that should cause a crash if its destructor is run. We 241 // don't run the destructor for objects which the plugin leaks. This is to
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
strenum.h | 47 * upon any subsequent call to the enumeration's destructor, next, 58 * Destructor. 108 * to next, unext, snext, reset, or the enumerator's destructor.</p> 139 * to next, unext, snext, reset, or the enumerator's destructor.</p> 161 * to next, unext, snext, reset, or the enumerator's destructor.</p>
|
/external/icu4c/common/unicode/ |
strenum.h | 47 * upon any subsequent call to the enumeration's destructor, next, 58 * Destructor. 108 * to next, unext, snext, reset, or the enumerator's destructor.</p> 140 * to next, unext, snext, reset, or the enumerator's destructor.</p> 162 * to next, unext, snext, reset, or the enumerator's destructor.</p>
|
/external/clang/test/CodeGenCXX/ |
predefined-expr.cpp | 37 // CHECK: private unnamed_addr constant [12 x i8] c"~Destructor\00" 38 // CHECK: private unnamed_addr constant [30 x i8] c"NS::Destructor::~Destructor()\00" 271 class Destructor { 273 ~Destructor() { 480 NS::Destructor destructor; local
|
/external/bison/tests/ |
input.at | 64 %destructor 130 # Generate the token, type, and destructor 136 %destructor { destroy ($$); } INT a b c d e f g h i j k l;]]]) 143 # is set, then the token, type, and destructor 302 ## Default %printer and %destructor redeclared. ## 305 AT_SETUP([Default %printer and %destructor redeclared]) 308 [[%destructor { destroy ($$); } <*> <*> 311 %destructor { destroy ($$); } <*> 314 %destructor { destroy ($$); } <> <> 317 %destructor { destroy ($$); } < [all...] |
glr-regression.at | 451 ## User destructor for unresolved GLR semantic value. See ## 455 AT_SETUP([User destructor for unresolved GLR semantic value]) 472 %destructor { 475 fprintf (stderr, "Bad destructor call.\n"); 511 ## User destructor after an error during a split parse. See ## 515 AT_SETUP([User destructor after an error during a split parse]) 531 %destructor { 532 printf ("Destructor called.\n"); 556 [Destructor called. 565 ## Duplicated user destructor for lookahead. See # [all...] |
/external/chromium_org/third_party/cld/base/ |
scoped_ptr.h | 35 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T> 56 // Destructor. If there is a C object, delete it. 163 // as we would call the temporary's object destructor (and thus delete p) 169 // with new [] and the destructor deletes objects with delete []. 189 // Destructor. If there is a C object, delete it. 316 // Destructor. If there is a C object, call the Free functor.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
simple_mutex.h | 96 // the Mutex global destructor runs before some other global 97 // destructor, that tries to acquire the mutex). The way we 99 // mutexes should pass in, that causes the destructor to do no 156 // It inhibits work being done by the destructor, which makes it 158 // destructor. 161 // Destructor
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
simple_mutex.h | 96 // the Mutex global destructor runs before some other global 97 // destructor, that tries to acquire the mutex). The way we 99 // mutexes should pass in, that causes the destructor to do no 156 // It inhibits work being done by the destructor, which makes it 158 // destructor. 161 // Destructor
|
/external/open-vcdiff/gflags/src/ |
mutex.h | 104 // the Mutex global destructor runs before some other global 105 // destructor, that tries to acquire the mutex). The way we 107 // mutexes should pass in, that causes the destructor to do no 164 // It inhibits work being done by the destructor, which makes it 166 // destructor. 169 // Destructor
|
/external/chromium/googleurl/base/ |
scoped_ptr.h | 23 // version of the destructor. The destructor of a scoped_ptr (called from 24 // FOO's destructor) must have a complete definition of BAR in order to
|
/external/chromium_org/base/threading/ |
thread.h | 54 // This is required to avoid a data race between the destructor modifying the 97 // before deleting your Thread objects, as the destructor will do it. 98 // IF YOU ARE A SUBCLASS OF Thread, YOU MUST CALL THIS IN YOUR DESTRUCTOR.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
ShadowRoot.cpp | 79 // We cannot let ContainerNode destructor call willBeDeletedFrom() 80 // for this ShadowRoot instance because TreeScope destructor 85 // We must remove all of our children first before the TreeScope destructor
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseContext.cpp | 179 // the destructor. This is because the Databases that are managed by 182 // destructor, we're guaranteed that the databases are destructed (which is 184 // m_databaseThread RefPtr destructor will deref and delete the
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
CppVariant.h | 38 don't need to be exposed, and a destructor to free any memory allocated for 63 // this is handled by the other set() methods and by the destructor. 77 // allows local CppVariants to be released by the destructor without
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftdriver.h | 135 /* done_face :: The format-specific face destructor. */ 139 /* done_size :: The format-specific size destructor. */ 143 /* done_slot :: The format-specific slot destructor. */
|