HomeSort by relevance Sort by last modified time
    Searched defs:construct (Results 101 - 125 of 263) sorted by null

1 2 3 45 6 7 8 91011

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pool_allocator.h 162 // 402. wrong new expression in [some_] allocator::construct
164 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
170 construct(pointer __p, _Args&&... __args) function in class:__pool_alloc
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 126 using _Base_type::construct;
138 // overload construct for non-standard pointer types
141 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) function in struct:__alloc_traits
143 _Base_type::construct(__a, std::addressof(*__p),
201 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) function in struct:__alloc_traits
202 { __a.construct(__p, __arg); }
pool_allocator.h 167 construct(_Up* __p, _Args&&... __args) function in class:__pool_alloc
175 // 402. wrong new expression in [some_] allocator::construct
177 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
alloc_traits.h 139 using _Base_type::construct;
151 // overload construct for non-standard pointer types
154 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) function in struct:__alloc_traits
156 _Base_type::construct(__a, std::addressof(*__p),
215 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) function in struct:__alloc_traits
216 { __a.construct(__p, __arg); }
pool_allocator.h 174 construct(_Up* __p, _Args&&... __args) function in class:__pool_alloc
182 // 402. wrong new expression in [some_] allocator::construct
184 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
debug_allocator.h 155 construct(pointer __p, const value_type& __val) function in class:debug_allocator
156 { _Traits::construct(_M_allocator, __p, __val); }
161 construct(_Tp* __p, _Args&&... __args) function in class:debug_allocator
163 _Traits::construct(_M_allocator, __p,
pool_allocator.h 174 construct(_Up* __p, _Args&&... __args) function in class:__pool_alloc
182 // 402. wrong new expression in [some_] allocator::construct
184 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
  /external/chromium_org/courgette/
memory_allocator.h 215 void construct(pointer ptr, const T& value) { function in class:courgette::MemoryAllocator
278 void construct(pointer ptr, const T& value) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebBindings.cpp 58 bool WebBindings::construct(NPP npp, NPObject* object, const NPVariant* args, uint32_t argCount, NPVariant* result) function in class:blink::WebBindings
  /external/chromium_org/third_party/angle/src/compiler/translator/
PoolAlloc.h 284 void construct(pointer p, const T& val) { new ((void *)p) T(val); } function in class:pool_allocator
  /external/chromium_org/third_party/icu/source/i18n/
simpletz.cpp 94 construct(rawOffsetGMT,
113 construct(rawOffsetGMT,
134 construct(rawOffsetGMT,
145 void SimpleTimeZone::construct(int32_t rawOffsetGMT, function in class:SimpleTimeZone
    [all...]
tblcoll.cpp 94 construct(rules,
104 construct(rules,
115 construct(rules,
126 construct(rules,
157 RuleBasedCollator::construct(const UnicodeString& rules, function in class:RuleBasedCollator
289 * which will construct a collator that's functionally identical to this one.
  /external/chromium_org/third_party/icu/source/test/intltest/
fldset.cpp 20 construct((UDebugEnumType)-1, fieldCount);
24 construct(field, udbg_enumCount(field));
35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) { function in class:FieldsSet
  /external/chromium_org/third_party/skia/gm/
gradients_no_texture.cpp 138 void construct(const SkColor colors[], const SkScalar pos[], int count) { function in struct:ColorPos
177 rec->construct(colors, pos, N);
186 rec->construct(colors, NULL, SK_ARRAY_COUNT(colors));
200 rec->construct(colors, pos, N);
  /external/deqp/framework/common/
tcuFloat.hpp 72 * \brief Construct floating point value
88 static inline Float construct (int sign, int exponent, StorageType mantissa);
91 * \brief Construct floating point value. Explicit version
205 Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::construct function in class:tcu::Float
  /external/guava/guava/src/com/google/common/collect/
ImmutableList.java 89 return construct(e1, e2);
98 return construct(e1, e2, e3);
107 return construct(e1, e2, e3, e4);
116 return construct(e1, e2, e3, e4, e5);
125 return construct(e1, e2, e3, e4, e5, e6);
135 return construct(e1, e2, e3, e4, e5, e6, e7);
145 return construct(e1, e2, e3, e4, e5, e6, e7, e8);
155 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9);
165 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9, e10);
175 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, e11)
294 private static <E> ImmutableList<E> construct(Object... elements) { method in class:ImmutableList
    [all...]
  /external/icu/icu4c/source/i18n/
simpletz.cpp 95 construct(rawOffsetGMT,
114 construct(rawOffsetGMT,
135 construct(rawOffsetGMT,
146 void SimpleTimeZone::construct(int32_t rawOffsetGMT, function in class:SimpleTimeZone
    [all...]
  /external/icu/icu4c/source/test/intltest/
fldset.cpp 20 construct((UDebugEnumType)-1, fieldCount);
24 construct(field, udbg_enumCount(field));
35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) { function in class:FieldsSet
  /external/skia/gm/
gradients_no_texture.cpp 138 void construct(const SkColor colors[], const SkScalar pos[], int count) { function in struct:ColorPos
177 rec->construct(colors, pos, N);
186 rec->construct(colors, NULL, SK_ARRAY_COUNT(colors));
200 rec->construct(colors, pos, N);
  /external/stlport/stlport/stl/
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /external/stlport/test/eh/
Prefix.h 156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } function in class:EH_allocator
  /external/stlport/test/unit/
stack_allocator.h 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
  /external/zlib/src/contrib/blast/
blast.c 175 * Huffman code for n symbols, construct the tables required to decode those
187 local int construct(struct huffman *h, const unsigned char *rep, int n) function
313 construct(&litcode, litlen, sizeof(litlen));
314 construct(&lencode, lenlen, sizeof(lenlen));
315 construct(&distcode, distlen, sizeof(distlen));
  /external/zlib/src/contrib/puff/
puff.c 39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
310 * Huffman code for n symbols, construct the tables required to decode those
329 * fixed() and is not verified by construct().
340 local int construct(struct huffman *h, const short *length, int n) function
548 /* construct lencode and distcode */
563 construct(&lencode, lengths, FIXLCODES);
568 construct(&distcode, lengths, MAXDCODES);
655 * code length code lengths, three bits each. This is used to construct the
669 int err; /* construct() return value *
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 36 static void construct(value_type* pPtr) function in class:mcld::Chunk
39 static void construct(value_type* pPtr, const value_type& pValue) function in class:mcld::Chunk
75 static void construct(value_type* pPtr) function in class:mcld::Chunk
78 static void construct(value_type* pPtr, const value_type& pValue) function in class:mcld::Chunk
128 /// standard construct - constructing an object on the location pointed by
133 void construct(pointer pPtr, const_reference pValue) function in class:mcld::LinearAllocatorBase
134 { chunk_type::construct(pPtr, pValue); }
136 /// default construct - constructing an object on the location pointed by
141 void construct(pointer pPtr) function in class:mcld::LinearAllocatorBase
142 { chunk_type::construct(pPtr);
371 void construct(pointer pObject, const DataType& pValue) function in class:mcld::MallocAllocator
434 void construct(DataType* pObject, const DataType& pValue) function in class:mcld::MallocAllocator
437 void construct(pointer pObject, const_reference pValue) function in class:mcld::MallocAllocator
    [all...]

Completed in 1545 milliseconds

1 2 3 45 6 7 8 91011