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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/src/
zone-allocator.h 48 void construct(pointer p, const T& val) { function in class:v8::internal::zone_allocator
  /external/chromium_org/v8/test/mjsunit/es6/
debug-promises-throw-in-reject.js 27 log.push("construct");
43 assertEquals(["resolve", "construct", "end main",
debug-promises-undefined-reject.js 24 log.push("construct");
40 assertEquals(["resolve", "construct", "end main", "throw caught"], log);
  /external/llvm/include/llvm/ADT/
Statistic.h 46 /// construct - This should only be called for non-global statistics.
47 void construct(const char *name, const char *desc) { function in class:llvm::Statistic
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.h 30 // Call appendRange multiple times and then call construct.
32 void construct();
  /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));
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeAllocator.h 43 Alloc::construct(result);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 81 void construct(pointer p, const T& val) function in class:test_allocator
84 void construct(pointer p, T&& val) function in class:test_allocator
141 void construct(pointer p, const T& val) function in class:non_default_test_allocator
144 void construct(pointer p, T&& val) function in class:non_default_test_allocator
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 159 static void construct(double* addr) function in struct:ElementProperties
164 static void construct(double* addr, const double& model) function in struct:ElementProperties
198 ElementProperties::construct(pt);
255 ElementProperties::construct(pNew++,*pOld++);
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 159 static void construct(double* addr) function in struct:ElementProperties
164 static void construct(double* addr, const double& model) function in struct:ElementProperties
198 ElementProperties::construct(pt);
255 ElementProperties::construct(pNew++,*pOld++);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1229.js 140 var construct = new baz(0);
141 assertSame(construct, CONSTRUCT_MARKER);
142 var construct = new baz(0, 0);
143 assertSame(construct, CONSTRUCT_MARKER);
  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 38 return Float32::construct(+1, exp, (1u<<23) | mask).asFloat() - Float32::construct(+1, exp, 1u<<23).asFloat();
  /external/libcxx/test/support/
test_allocator.h 81 void construct(pointer p, const T& val) function in class:test_allocator
84 void construct(pointer p, T&& val) function in class:test_allocator
  /external/libcxx/test/thread/futures/
test_allocator.h 74 void construct(pointer p, const T& val) function in class:test_allocator
77 void construct(pointer p, T&& val) function in class:test_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 74 void construct(pointer p, const T& val) function in class:test_allocator
77 void construct(pointer p, T&& val) function in class:test_allocator
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aopalliance-1.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
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/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 160 // 402. wrong new expression in [some_] allocator::construct
162 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
168 construct(pointer __p, _Args&&... __args) function in class:__pool_alloc
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 160 // 402. wrong new expression in [some_] allocator::construct
162 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
168 construct(pointer __p, _Args&&... __args) function in class:__pool_alloc
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 160 // 402. wrong new expression in [some_] allocator::construct
162 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
168 construct(pointer __p, _Args&&... __args) function in class:__pool_alloc
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pool_allocator.h 160 // 402. wrong new expression in [some_] allocator::construct
162 construct(pointer __p, const _Tp& __val) function in class:__pool_alloc
168 construct(pointer __p, _Args&&... __args) function in class:__pool_alloc
  /prebuilts/ndk/8/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
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

Completed in 1354 milliseconds

1 2 3 45 6 7 8 91011>>