HomeSort by relevance Sort by last modified time
    Searched full:deallocator (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/chromium_org/v8/src/
smart-pointers.h 35 template<typename Deallocator, typename T>
46 inline SmartPointerBase(const SmartPointerBase<Deallocator, T>& rhs)
48 const_cast<SmartPointerBase<Deallocator, T>&>(rhs).p_ = NULL;
54 inline ~SmartPointerBase() { if (p_) Deallocator::Delete(p_); }
86 if (p_) Deallocator::Delete(p_);
93 inline SmartPointerBase<Deallocator, T>& operator=(
94 const SmartPointerBase<Deallocator, T>& rhs) {
97 const_cast<SmartPointerBase<Deallocator, T>&>(rhs).p_ = NULL;
  /external/chromium_org/ui/aura/
window_property.h 78 Window::PropertyDeallocator deallocator; member in struct:aura::WindowProperty
86 value == property->default_value ? NULL : property->deallocator,
89 if (property->deallocator &&
91 (*property->deallocator)(old);
135 void Deallocator ## NAME (int64 p) { \
140 {DEFAULT,#NAME,&Deallocator ## NAME}; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
cond_dtor_entry_dealtor.hpp 38 * Contains a binary tree container conditional deallocator
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 74 /// Stores the information about the allocator and deallocator functions -
88 /// Given the function name, returns the index of the allocator/deallocator
191 // Make sure the function is of the right type (allocator vs deallocator).
252 // Report deallocator mismatch. Remove the region from tracking - reporting a
270 os << "Deallocator doesn't match the allocator: '"
323 // Is it a call to one of deallocator functions?
328 // Check the argument to the deallocator.
379 // NULL ~ default deallocator, so warn.
397 // find the deallocator.
401 // In all other cases, assume the user supplied a correct deallocator
    [all...]
  /external/chromium_org/third_party/libxml/src/
list.c 180 * @deallocator: an optional deallocator function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare)
210 /* If there is a link deallocator, use it */
211 if (deallocator != NULL)
212 l->linkDeallocator = deallocator;
  /external/libxml2/
list.c 180 * @deallocator: an optional deallocator function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare)
210 /* If there is a link deallocator, use it */
211 if (deallocator != NULL)
212 l->linkDeallocator = deallocator;
  /external/chromium_org/third_party/libxml/src/include/libxml/
list.h 56 xmlListCreate (xmlListDeallocator deallocator,
  /external/clang/test/Analysis/
keychainAPI.m 179 SecKeychainItemFreeContent(attrList, outData); // expected-warning{{Deallocator doesn't match the allocator}}
237 free(outData); // expected-warning{{Deallocator doesn't match the allocator: 'SecKeychainItemFreeContent' should be used}}
264 CFStringRef userStr = CFStringCreateWithBytesNoCopy(alloc, bytes, length, 5, 0, kCFAllocatorDefault); // expected-warning{{Deallocator doesn't match the allocator:}}
303 CFStringRef userStr = CFStringCreateWithBytesNoCopy(alloc, bytes, length, 5, 0, 0); // expected-warning{{Deallocator doesn't match the allocator:}}

Completed in 1023 milliseconds

1 2 3 4