HomeSort by relevance Sort by last modified time
    Searched refs:construct (Results 76 - 100 of 517) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
alloc_traits.h 113 using _Base_type::construct;
124 // overload construct for non-standard pointer types
127 construct(_Alloc& __a, _Ptr __p, _Args&&... __args) function in struct:__alloc_traits
129 _Base_type::construct(__a, std::addressof(*__p),
188 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) function in struct:__alloc_traits
189 { __a.construct(__p, __arg); }
  /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...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
MiniSimplify_Test.cpp 35 static void construct() { function
76 construct,
  /external/chromium_org/v8/test/mjsunit/compiler/
division-by-constant.js 104 function TestDivisionLike(ref, construct, values, divisor) {
106 var OptFun = new Function("dividend", construct(divisor));
122 function Test(ref, construct) {
125 TestDivisionLike(ref, construct, values, divisor);
  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
Android.mk 19 test_name := utilities/allocator.adaptor/allocator.adaptor.members/construct
20 test_src := construct.pass.cpp
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 61 construct();
78 void DWARFDebugAranges::construct() { function in class:DWARFDebugAranges
  /external/skia/experimental/Intersection/
MiniSimplify_Test.cpp 35 static void construct() { function
76 construct,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
array_allocator.h 76 // 402. wrong new expression in [some_] allocator::construct
78 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
84 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 103 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
109 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 82 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base
90 // 402. wrong new expression in [some_] allocator::construct
92 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 82 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base
90 // 402. wrong new expression in [some_] allocator::construct
92 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
array_allocator.h 74 // 402. wrong new expression in [some_] allocator::construct
76 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
82 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 76 // 402. wrong new expression in [some_] allocator::construct
78 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
84 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 103 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
109 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 80 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base
88 // 402. wrong new expression in [some_] allocator::construct
90 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 76 // 402. wrong new expression in [some_] allocator::construct
78 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base
84 construct(pointer __p, _Args&&... __args) function in class:array_allocator_base
extptr_allocator.h 103 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator
109 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 80 construct(_Up* __p, _Args&&... __args) function in class:array_allocator_base
88 // 402. wrong new expression in [some_] allocator::construct
90 construct(pointer __p, const _Tp& __val) function in class:array_allocator_base

Completed in 444 milliseconds

1 2 34 5 6 7 8 91011>>