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

<<21222324252627282930>>

  /ndk/tests/device/test-gnustl-full/unit/cppunit/
file_reporter.h 137 // flag whether we own '_file' and are thus responsible for releasing it in the destructor
  /ndk/tests/device/test-stlport/unit/cppunit/
file_reporter.h 137 // flag whether we own '_file' and are thus responsible for releasing it in the destructor
  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue.h 54 // Non virtual inline destructor -- never inherit this class
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 132 // reasonably replace. We should have already inserted our destructor
198 // The destructor to execute for this scope/variable.
202 // containing the new destructor call followed by the original Stmt.
207 // destructor calls for source locations that occur lexically before this
218 // the replacement. It also finishes up by appending the destructor to the
382 // Example destructor for "rs_font localFont;"
469 // Example destructor loop for "rs_font fontArr[10];"
509 // Form the actual destructor loop
562 // Destructor loop operates on individual array elements
690 // Populate StmtArray by creating a destructor for each RS object fiel
    [all...]
  /development/host/windows/usb/api/
adb_endpoint_object.h 38 destructor.
50 We hide destructor in order to prevent ourseves from accidentaly allocating
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 33 // and destructor for the object yourself as you see fit. This is useful
95 // No constructor or destructor because one of the most useful uses of
  /external/chromium/base/metrics/
stats_table.h 141 // Cannot be used inside a posix tls destructor.
145 // call from inside a posix tls destructor (see doc for pthread_key_create).
  /external/chromium/base/threading/
thread.h 52 // method to be called, then you need to call Stop() from your destructor.
81 // method as the Thread's destructor will take care of stopping the thread if
  /external/chromium/chrome/browser/password_manager/
password_store.h 48 // provide a destructor, which cleans up after canceled requests by deleting
77 // Invoked from the profiles destructor to shutdown the PasswordStore.
  /external/clang/lib/CodeGen/
CodeGenModule.h 328 /// CXXGlobalDtors - Global destructor functions and arguments that need to
730 /// AddCXXDtorEntry - Add a destructor and object to add to the C++ global
731 /// destructor function.
    [all...]
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 90 struct InheritsPrivateDestructor : PrivateDestructor {}; // expected-note{{base class 'PrivateDestructor' has an inaccessible destructor}}
92 PrivateDestructor pd; // expected-note{{field 'pd' has an inaccessible destructor}}
  /external/icu4c/common/unicode/
appendable.h 52 * Destructor.
165 * Destructor.
  /external/icu4c/layout/
ArabicLayoutEngine.h 73 * The destructor, virtual for correct polymorphic invocation.
175 * The destructor, virtual for correct polymorphic invocation.
  /external/icu4c/test/depstest/
depstest.py 75 # Is this a destructor? E.g., "icu_49::ByteSink::~ByteSink()".
171 "an implicit or inline destructor "
  /external/icu4c/tools/toolutil/
xmlparser.h 51 * Destructor.
169 * Destructor.
  /external/llvm/include/llvm/Support/
Allocator.h 186 /// elements of one type to be allocated. This allows calling the destructor
200 /// Call the destructor of each allocated object and deallocate all but the
  /external/neven/Embedded/common/src/b_ImageEm/
UInt8Image.h 60 /* ---- \ghd{ constructor/destructor } ------------------------------------- */
73 /** destructor of bim_UInt8Image */
  /external/stlport/stlport/stl/
_string_base.h 30 // but does not initialize, a block of memory. The destructor
32 // memory. The destructor assumes that _M_start either is null, or else
  /external/webkit/PerformanceTests/
ChangeLog 110 mess, and the constructor and destructor do a huge amount of work.
139 mess, and the constructor and destructor do a huge amount of work.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 30 // but does not initialize, a block of memory. The destructor
32 // memory. The destructor assumes that _M_start either is null, or else
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 30 // but does not initialize, a block of memory. The destructor
32 // memory. The destructor assumes that _M_start either is null, or else
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 30 // but does not initialize, a block of memory. The destructor
32 // memory. The destructor assumes that _M_start either is null, or else
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 30 // but does not initialize, a block of memory. The destructor
32 // memory. The destructor assumes that _M_start either is null, or else
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_base.h 30 // but does not initialize, a block of memory. The destructor
32 // memory. The destructor assumes that _M_start either is null, or else
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 123 * Requirements: _Deleter's copy constructor and destructor must
140 * Requirements: _Deleter's copy constructor and destructor must
158 * Requirements: _Deleter's copy constructor and destructor must
159 * not throw _Alloc's copy constructor and destructor must not
177 * Requirements: _Deleter's copy constructor and destructor must
178 * not throw _Alloc's copy constructor and destructor must not

Completed in 686 milliseconds

<<21222324252627282930>>