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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/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/chromium_org/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...]
  /frameworks/support/v4/ics/android/support/v4/speech/tts/
TextToSpeechICS.java 13 static TextToSpeech construct(Context context, OnInitListener onInitListener, method in class:TextToSpeechICS
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptFunctionCall.cpp 163 ScriptValue ScriptFunctionCall::construct(bool& hadException, bool reportExceptions) function in class:WebCore::ScriptFunctionCall
  /external/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);
  /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
  /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);
  /external/chromium_org/third_party/skia/experimental/Intersection/
MiniSimplify_Test.cpp 35 static void construct() { function
76 construct,
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
stl_allocator.h 89 void construct(pointer p, const T& val) { ::new(p) T(val); } function in class:STL_Allocator
90 void construct(pointer p) { ::new(p) T(); } function in class:STL_Allocator
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
stl_allocator.h 89 void construct(pointer p, const T& val) { ::new(p) T(val); } function in class:STL_Allocator
90 void construct(pointer p) { ::new(p) T(); } function in class:STL_Allocator
  /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.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 121 construct(_Up* __p, _Args&&... __args) function in class:malloc_allocator
129 // 402. wrong new expression in [some_] allocator::construct
131 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
new_allocator.h 119 construct(_Up* __p, _Args&&... __args) function in class:new_allocator
127 // 402. wrong new expression in [some_] allocator::construct
129 construct(pointer __p, const _Tp& __val) function in class:new_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
malloc_allocator.h 121 construct(_Up* __p, _Args&&... __args) function in class:malloc_allocator
129 // 402. wrong new expression in [some_] allocator::construct
131 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
new_allocator.h 119 construct(_Up* __p, _Args&&... __args) function in class:new_allocator
127 // 402. wrong new expression in [some_] allocator::construct
129 construct(pointer __p, const _Tp& __val) function in class:new_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 114 construct(_Up* __p, _Args&&... __args) function in class:malloc_allocator
122 // 402. wrong new expression in [some_] allocator::construct
124 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
new_allocator.h 109 construct(_Up* __p, _Args&&... __args) function in class:new_allocator
117 // 402. wrong new expression in [some_] allocator::construct
119 construct(pointer __p, const _Tp& __val) function in class:new_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
malloc_allocator.h 114 construct(_Up* __p, _Args&&... __args) function in class:malloc_allocator
122 // 402. wrong new expression in [some_] allocator::construct
124 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
new_allocator.h 109 construct(_Up* __p, _Args&&... __args) function in class:new_allocator
117 // 402. wrong new expression in [some_] allocator::construct
119 construct(pointer __p, const _Tp& __val) function in class:new_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
malloc_allocator.h 121 construct(_Up* __p, _Args&&... __args) function in class:malloc_allocator
129 // 402. wrong new expression in [some_] allocator::construct
131 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
new_allocator.h 119 construct(_Up* __p, _Args&&... __args) function in class:new_allocator
127 // 402. wrong new expression in [some_] allocator::construct
129 construct(pointer __p, const _Tp& __val) function in class:new_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
malloc_allocator.h 121 construct(_Up* __p, _Args&&... __args) function in class:malloc_allocator
129 // 402. wrong new expression in [some_] allocator::construct
131 construct(pointer __p, const _Tp& __val) function in class:malloc_allocator
new_allocator.h 119 construct(_Up* __p, _Args&&... __args) function in class:new_allocator
127 // 402. wrong new expression in [some_] allocator::construct
129 construct(pointer __p, const _Tp& __val) function in class:new_allocator
  /art/compiler/utils/
arena_containers.h 169 void construct(pointer p, const_reference val) { function in class:art::ArenaAllocatorAdapter

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 91011