HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 726 - 750 of 1087) sorted by null

<<21222324252627282930>>

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 763 Allocator& allocator,
    [all...]
  /art/runtime/gc/
heap.h 77 namespace allocator { namespace in namespace:art::gc
79 } // namespace allocator
219 AllocatorType allocator,
248 // Change the allocator, updates entrypoints.
249 void ChangeAllocator(AllocatorType allocator)
621 space::RosAllocSpace* GetRosAllocSpace(gc::allocator::RosAlloc* rosalloc) const
    [all...]
  /art/runtime/
class_linker.cc 3005 LinearAlloc* allocator = class_loader->GetAllocator(); local
3015 LinearAlloc* allocator = class_loader->GetAllocator(); local
3036 LinearAlloc* const allocator = GetAllocatorForClassLoader(klass->GetClassLoader()); local
4175 LinearAlloc* const allocator = GetOrCreateAllocatorForClassLoader(klass->GetClassLoader()); local
5143 LinearAlloc* allocator = GetAllocatorForClassLoader(klass->GetClassLoader()); local
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]
  /art/compiler/optimizing/
code_generator.h 172 void Compile(CodeAllocator* allocator);
195 virtual void Finalize(CodeAllocator* allocator);
  /art/runtime/interpreter/
unstarted_runtime.cc 1085 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local
1100 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local
1117 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local
1426 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator(); local
    [all...]
  /external/gemmlowp/internal/
pack.h 33 #include "allocator.h"
52 PackedSideBlock(Side side, Allocator* allocator,
54 : allocator_(allocator),
103 // Pointer to the allocator provided by the caller. Not owned.
104 // The Allocator is assumed to outlive the PackedSideBlock.
105 Allocator* const allocator_;
108 Allocator::Handle data_handle_;
112 Allocator::Handle sums_of_each_slice_handle_;
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 474 PageAllocator allocator; local
475 uint8_t* stack = reinterpret_cast<uint8_t*>(allocator.Alloc(kChildStackSize));
  /external/v8/test/cctest/
cctest.h 119 static v8::ArrayBuffer::Allocator* array_buffer_allocator() {
124 v8::ArrayBuffer::Allocator* allocator) {
125 allocator_ = allocator;
160 static v8::ArrayBuffer::Allocator* allocator_;
  /external/v8/test/cctest/compiler/
test-jump-threading.cc 109 base::AccountingAllocator allocator; local
110 Zone local_zone(&allocator);
  /external/v8/test/cctest/interpreter/
generate-bytecode-expectations.cc 96 class ArrayBufferAllocator final : public v8::ArrayBuffer::Allocator {
366 ArrayBufferAllocator allocator; local
368 create_params.array_buffer_allocator = &allocator;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename();
_rope.h 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
426 // an allocator.
483 // the proper allocator and the properly padded size.
705 _ROPE_SWAP_SPECIALIZATION(char, allocator<char>)
708 _ROPE_SWAP_SPECIALIZATION(wchar_t, allocator<wchar_t>)
    [all...]
_set.h 45 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
215 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Key>) >
_unordered_set.h 36 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
186 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 168 // is the maximum number of bytes the allocator can allocate.)
708 std::allocator<char> >::
720 std::allocator<wchar_t> >::
throw_allocator.h 40 * intended to be used as value and allocator types while testing
42 * allocator has additional log and debug features. The exception
627 * @brief Allocator class with logging and exception generation control.
648 // 2103. std::allocator propagate_on_container_move_assignment
655 std::allocator<value_type> _M_allocator;
673 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
735 /// Allocator throwing via limit condition.
756 /// Allocator throwing via random condition.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 168 // is the maximum number of bytes the allocator can allocate.)
708 std::allocator<char> >::
720 std::allocator<wchar_t> >::
throw_allocator.h 40 * intended to be used as value and allocator types while testing
42 * allocator has additional log and debug features. The exception
627 * @brief Allocator class with logging and exception generation control.
648 // 2103. std::allocator propagate_on_container_move_assignment
655 std::allocator<value_type> _M_allocator;
673 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
735 /// Allocator throwing via limit condition.
756 /// Allocator throwing via random condition.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h 168 // is the maximum number of bytes the allocator can allocate.)
708 std::allocator<char> >::
720 std::allocator<wchar_t> >::
throw_allocator.h 40 * intended to be used as value and allocator types while testing
42 * allocator has additional log and debug features. The exception
627 * @brief Allocator class with logging and exception generation control.
648 // 2103. std::allocator propagate_on_container_move_assignment
655 std::allocator<value_type> _M_allocator;
673 allocate(size_type __n, std::allocator<void>::const_pointer hint = 0)
735 /// Allocator throwing via limit condition.
756 /// Allocator throwing via random condition.
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_basic_string.i 19 template <class _CharT, class _Traits = char_traits<_CharT>, typename _Alloc = allocator<_CharT> >
std_iostream.i 105 operator<<(const std::basic_string<_CharT,_Traits, std::allocator<_CharT> >& s)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 168 // is the maximum number of bytes the allocator can allocate.)
708 std::allocator<char> >::
720 std::allocator<wchar_t> >::

Completed in 874 milliseconds

<<21222324252627282930>>