HomeSort by relevance Sort by last modified time
    Searched refs:construct (Results 1 - 25 of 486) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
construct.pass.cpp 16 // static void construct(allocator_type& a, Ptr p, Args&&... args);
41 void construct(U* p, Args&& ...args) function in struct:B
89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
97 std::allocator_traits<A<int> >::construct(a, (A1*)&a1, 'c');
105 std::allocator_traits<A<int> >::construct(a, (A2*)&a2, 'd', 5);
116 std::allocator_traits<B<int> >::construct(b, (A0*)&a0);
127 std::allocator_traits<B<int> >::construct(b, (A1*)&a1, 'c');
138 std::allocator_traits<B<int> >::construct(b, (A2*)&a2, 'd', 5);
destroy.pass.cpp 61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
72 std::allocator_traits<B<int> >::construct(b, (A0*)&a0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
construct.pass.cpp 16 // static void construct(allocator_type& a, Ptr p, Args&&... args);
41 void construct(U* p, Args&& ...args) function in struct:B
89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
97 std::allocator_traits<A<int> >::construct(a, (A1*)&a1, 'c');
105 std::allocator_traits<A<int> >::construct(a, (A2*)&a2, 'd', 5);
116 std::allocator_traits<B<int> >::construct(b, (A0*)&a0);
127 std::allocator_traits<B<int> >::construct(b, (A1*)&a1, 'c');
138 std::allocator_traits<B<int> >::construct(b, (A2*)&a2, 'd', 5);
destroy.pass.cpp 61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
72 std::allocator_traits<B<int> >::construct(b, (A0*)&a0);
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp 13 // template <class... Args> void construct(pointer p, Args&&... args);
75 a.construct(ap);
83 a.construct(ap, A());
91 a.construct(ap, 5);
99 a.construct(ap, 5, (int*)0);
122 a.construct(ap);
130 a.construct(ap, move_only());
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.cpp 60 m_pTestee->construct(pointer);
70 m_pTestee->construct(pointer, data);
80 m_pTestee->construct(pointer);
90 m_pTestee->construct(pointer, data);
101 m_pTestee->construct(pointer);
119 m_pTestee->construct(pointer);
RTLinearAllocatorTest.cpp 61 m_pTestee->construct(pointer);
71 m_pTestee->construct(pointer, data);
81 m_pTestee->construct(pointer);
91 m_pTestee->construct(pointer, data);
102 m_pTestee->construct(pointer);
120 m_pTestee->construct(pointer);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
construct.pass.cpp 13 // template <class... Args> void construct(pointer p, Args&&... args);
88 a.construct(ap);
96 a.construct(ap, A());
104 a.construct(ap, 5);
112 a.construct(ap, 5, (int*)0);
133 a.construct(ap);
141 a.construct(ap, move_only());
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidURITest.java 26 construct("http://www.google.com/this/is-the/path?query#fragment",
30 private static void construct(String str, String host, String path, boolean absolute) method in class:OldAndroidURITest
  /external/v8/test/mjsunit/compiler/
alloc-object.js 28 // Flags: --allow-natives-syntax --inline-construct
34 function test_helper(construct, a, b) {
35 return new construct(a, b);
38 function test(construct) {
40 test_helper(construct, 0, 0);
41 test_helper(construct, 0, 0);
44 var o = test_helper(construct, 1, 2);
50 construct.prototype = { z:6 };
51 var o = test_helper(construct, 4, 5);
59 function finalize_slack_tracking(construct) {
48 construct.prototype = { z:6 }; class
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 33 function TestWithProxies(test, construct, handler) {
34 test(construct, handler, Proxy.create)
35 test(construct, handler, function(h) {
43 function TestSet(construct, fix) {
44 TestWithProxies(TestSet2, construct, fix)
47 function TestSet2(construct, fix, create) {
54 var s = new construct();
80 function TestMap(construct, fix) {
81 TestWithProxies(TestMap2, construct, fix)
84 function TestMap2(construct, fix, create)
    [all...]
  /external/v8/test/webkit/
polymorphic-construct.js 40 function construct(what) { function
45 shouldBe("construct(Foo).field", "'foo'");
49 shouldBe("construct(Foo).field", "'foo'");
50 shouldBe("construct(Bar).field", "'bar'");
51 shouldBe("construct(Baz).field", "'baz'");
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 15 // template <class T, class... Args> void construct(T* p, Args&&... args);
126 a.construct(s, 4, 'c');
137 a.construct(s, 6);
148 a.construct(s, 8);
159 a.construct(s, 1, 2);
172 a.construct(s, 1, 2);
186 a.construct(s, 1, 2);
destroy.pass.cpp 44 a.construct(s);
59 a.construct(s);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 15 // template <class T, class... Args> void construct(T* p, Args&&... args);
126 a.construct(s, 4, 'c');
137 a.construct(s, 6);
148 a.construct(s, 8);
159 a.construct(s, 1, 2);
172 a.construct(s, 1, 2);
186 a.construct(s, 1, 2);
destroy.pass.cpp 44 a.construct(s);
59 a.construct(s);
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 34 static void construct(value_type* pPtr) { new (pPtr) value_type(); } function in class:mcld::Chunk
36 static void construct(value_type* pPtr, const value_type& pValue) { function in class:mcld::Chunk
70 static void construct(value_type* pPtr) { new (pPtr) value_type(); } function in class:mcld::Chunk
72 static void construct(value_type* pPtr, const value_type& pValue) { function in class:mcld::Chunk
114 /// standard construct - constructing an object on the location pointed by
119 void construct(pointer pPtr, const_reference pValue) { function in class:mcld::LinearAllocatorBase
120 chunk_type::construct(pPtr, pValue);
123 /// default construct - constructing an object on the location pointed by
128 void construct(pointer pPtr) { chunk_type::construct(pPtr); function in class:mcld::LinearAllocatorBase
342 void construct(pointer pObject, const DataType& pValue) { function in class:mcld::MallocAllocator
396 void construct(DataType* pObject, const DataType& pValue) { \/* do nothing *\/ function in class:mcld::MallocAllocator
399 void construct(pointer pObject, const_reference pValue) { \/* do nothing *\/ function in class:mcld::MallocAllocator
    [all...]
  /external/eigen/Eigen/src/Core/
Ref.h 161 void construct(Expression& expr) function in class:Eigen::RefBase
204 Base::construct(expr.derived());
216 Base::construct(expr.const_cast_derived());
239 construct(expr.derived(), typename Traits::template match<Derived>::type());
245 void construct(const Expression& expr,internal::true_type) function in class:Eigen::Ref
247 Base::construct(expr);
251 void construct(const Expression& expr, internal::false_type) function in class:Eigen::Ref
254 Base::construct(m_object);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
new_allocator.h 102 // 402. wrong new expression in [some_] allocator::construct
104 construct(pointer __p, const _Tp& __val) function in class:new_allocator
110 construct(pointer __p, _Args&&... __args) function in class:new_allocator
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 105 return construct(2, e1, e2);
116 return construct(3, e1, e2, e3);
127 return construct(4, e1, e2, e3, e4);
138 return construct(5, e1, e2, e3, e4, e5);
160 return construct(elements.length, elements);
178 private static <E> ImmutableSet<E> construct(int n, Object... elements) { method in class:ImmutableSet
220 return construct(uniques, elements);
278 return construct(elements.length, elements.clone());
375 return construct(array.length, array);
531 ImmutableSet<E> result = construct(size, contents)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 102 inline void construct(Factory const& factory, void* address) function in namespace:boost_optional_detail
230 construct(val);
240 construct(val);
250 construct(rhs.get_impl());
256 // implementation (the correct 'construct()' overload)
262 construct(expr,tag);
282 construct(rhs.get_impl());
299 construct(static_cast<value_type>(rhs.get()));
308 else construct(val);
321 else construct(expr,tag)
344 void construct ( argument_type val ) function in class:boost::optional_detail::optional_base
353 void construct ( Expr const& factory, in_place_factory_base const* ) function in class:boost::optional_detail::optional_base
362 void construct ( Expr const& factory, typed_in_place_factory_base const* ) function in class:boost::optional_detail::optional_base
390 void construct ( Expr const& expr, void const* ) function in class:boost::optional_detail::optional_base
421 void construct ( Expr const& expr, optional_tag const* ) function in class:boost::optional_detail::optional_base
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 75 vext.8 d18, d6, d7, #5 ;construct src_ptr[3]
91 vzip.32 d6, d7 ;construct src_ptr[-2], and put 2-line data together
93 vshr.u64 q9, q4, #8 ;construct src_ptr[-1]
100 vshr.u64 q3, q4, #32 ;construct src_ptr[2]
107 vshr.u64 q9, q4, #16 ;construct src_ptr[0]
114 vshr.u64 q3, q4, #24 ;construct src_ptr[1]
139 vext.8 d18, d6, d7, #5 ;construct src_ptr[3]
149 vext.8 d31, d22, d23, #5 ;construct src_ptr[3]
157 vzip.32 d6, d7 ;construct src_ptr[-2], and put 2-line data together
159 vshr.u64 q9, q4, #8 ;construct src_ptr[-1
    [all...]

Completed in 1208 milliseconds

1 2 3 4 5 6 7 8 91011>>