HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 1026 - 1050 of 1428) sorted by null

<<41424344454647484950>>

  /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)
  /test/vts/tools/build/tasks/list/
vts_test_lib_hidl_package_list.mk 49 android.hardware.graphics.allocator@2.0-vts.driver \
142 android.hardware.graphics.allocator@2.0-vts.profiler \
  /art/libartbase/base/
dchecked_vector.h 36 template <typename T, typename Alloc = std::allocator<T>>
190 // Allocator.
  /external/dng_sdk/source/
dng_lens_correction.cpp 1109 host.Allocator ());
    [all...]
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 362 void* Alloc(unsigned bytes) { return dumper_->allocator()->Alloc(bytes); }
  /external/jemalloc/include/jemalloc/
jemalloc.h 22 * Define overrides for non-standard allocator-related functions if they are
152 # define JEMALLOC_ALLOCATOR __declspec(allocator)
322 * so that it is possible to use jemalloc in conjunction with another allocator
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc 254 DeviceMemoryAllocator* memory_allocator = run_options->allocator();
  /external/tensorflow/tensorflow/core/kernels/
resize_bicubic_op_test.cc 211 Tensor expected(allocator(), DT_FLOAT, TensorShape({1, 1, 1, 1}));
  /external/v8/src/
effects.h 183 Zone* zone() { return map_->allocator().zone(); }
fast-accessor-assembler.cc 22 : zone_(isolate->allocator(), ZONE_NAME),
  /external/v8/src/wasm/
module-decoder.cc 839 module_zone->allocator(),
1211 AccountingAllocator allocator; local
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection.h 77 rtc::scoped_ptr<cricket::PortAllocator> allocator,
  /frameworks/layoutlib/bridge/src/android/graphics/
ImageDecoder.java 469 // These need to stay in sync with ImageDecoder.cpp's Allocator enum.
507 public @interface Allocator {};
514 * @param allocator Type of allocator to use.
516 public ImageDecoder setAllocator(@Allocator int allocator) {
  /hardware/interfaces/neuralnetworks/1.0/vts/functional/
GeneratedTestHarness.cpp 27 #include <android/hidl/allocator/1.0/IAllocator.h>
  /libcore/ojluni/src/main/java/java/lang/
ClassLoader.java 233 * Pointer to the allocator used by the runtime to allocate metadata such
236 private transient long allocator; field in class:ClassLoader
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
463 : __shared_count(__p, std::move(__d), allocator<int>())
530 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
531 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * constructor, the allocator object is not copied
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
463 : __shared_count(__p, std::move(__d), allocator<int>())
530 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
531 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * constructor, the allocator object is not copied
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.h 381 ParallelMoveResolverARM64(ArenaAllocator* allocator, CodeGeneratorARM64* codegen)
382 : ParallelMoveResolverNoSwap(allocator), codegen_(codegen), vixl_temps_() {}
462 // The number of registers that can be allocated. The register allocator may
496 void Finalize(CodeAllocator* allocator) OVERRIDE;
    [all...]

Completed in 823 milliseconds

<<41424344454647484950>>