HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 276 - 300 of 2255) sorted by null

<<11121314151617181920>>

  /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
  /external/webkit/Tools/DumpRenderTree/chromium/
CppVariant.h 38 don't need to be exposed, and a destructor to free any memory allocated for
62 // this is handled by the other set() methods and by the destructor.
76 // allows local CppVariants to be released by the destructor without
  /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 52 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
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 [].
205 // Destructor. If there is a C object, delete it.
  /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/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/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. */
  /external/llvm/cmake/modules/
HandleLLVMOptions.cmake 165 -wd4624 # Suppress ''derived class' : destructor could not be generated because a base class destructor is inaccessible'
167 -wd4722 # Suppress ''function' : destructor never returns, potential memory leak'
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 57 // static C++ destructor may be called with a value of NULL for the
107 // a constructor and destructor for this object in the final library
172 fatalError("Exception destructor has thrown!");
  /bionic/libc/arch-arm/bionic/
crtbegin_so.c 32 __attribute__((visibility("hidden"),destructor))
  /bionic/libc/arch-x86/bionic/
crtbegin_so.c 32 __attribute__((visibility("hidden"),destructor))
  /development/ndk/platforms/android-3/arch-arm/src/
crtbegin_so.c 32 __attribute__((visibility("hidden"),destructor))
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 154 void (*destructor)(struct sk_buff *skb); member in struct:sk_buff
  /external/bison/examples/calc++/
calc++-parser.yy 44 %destructor { delete $$; } "identifier"
  /external/chromium/base/memory/
scoped_vector.h 15 // destructor.
  /external/chromium/base/
task_queue_unittest.cc 13 // Sets bools according to whether Run or the destructor were called.
  /external/chromium/base/test/
test_suite.h 69 // instead of putting complex code in your constructor/destructor.
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_observer.h 18 // Invoked from the destructor of the BookmarkModel.
  /external/chromium/chrome/browser/chromeos/
audio_handler.h 56 // and constructor/destructor private as recommended for Singletons.
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.h 34 // It's a reference counted object, so destructor is private.
  /external/chromium/chrome/browser/history/
history_notifications.h 20 // Base class for history notifications. This needs only a virtual destructor

Completed in 1138 milliseconds

<<11121314151617181920>>