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

<<11121314151617181920>>

  /external/stlport/test/unit/
mvctor_declaration_test.cpp 108 void construct(pointer, const_reference) {} function in class:std::allocator
stack_allocator.h 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 64 -- construct props table and add first mapval property
picoloadphones.lua 62 -- construct props table and add first mapval property
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance8x8_neon.asm 54 vext.8 d3, d2, d3, #1 ;construct src_ptr[-1]
82 vext.8 d3, d2, d3, #1 ;construct src_ptr[-1]
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 108 void construct(pointer, const_reference) {} function in class:std::allocator
stack_allocator.h 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 108 void construct(pointer, const_reference) {} function in class:std::allocator
stack_allocator.h 138 void construct(pointer __p, const_reference __val) { new(__p) _Tp(__val); } function in struct:StackAllocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 398 // 2070. allocate_shared should use allocator_traits<A>::construct
399 allocator_traits<_Alloc>::construct(__a, _M_impl._M_ptr,
477 _Alloc_traits::construct(__a2, __mem,
502 _Alloc_traits::construct(__a2, __mem, std::move(__a),
535 _Alloc_traits::construct(__a, __mem, __r.release(),
990 // 2070. allocate_shared should use allocator_traits<A>::construct
991 __traits::construct(__del._M_alloc, _M_ptr,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 398 // 2070. allocate_shared should use allocator_traits<A>::construct
399 allocator_traits<_Alloc>::construct(__a, _M_impl._M_ptr,
477 _Alloc_traits::construct(__a2, __mem,
502 _Alloc_traits::construct(__a2, __mem, std::move(__a),
535 _Alloc_traits::construct(__a, __mem, __r.release(),
990 // 2070. allocate_shared should use allocator_traits<A>::construct
991 __traits::construct(__del._M_alloc, _M_ptr,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 401 // 2070. allocate_shared should use allocator_traits<A>::construct
402 allocator_traits<_Alloc>::construct(__a, _M_impl._M_ptr,
477 _Alloc_traits::construct(__a, __mem, __p, std::move(__d));
500 _Alloc_traits::construct(__a2, __mem,
525 _Alloc_traits::construct(__a2, __mem, std::move(__a),
1030 // 2070. allocate_shared should use allocator_traits<A>::construct
1031 __traits::construct(__del._M_alloc, _M_ptr,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 401 // 2070. allocate_shared should use allocator_traits<A>::construct
402 allocator_traits<_Alloc>::construct(__a, _M_impl._M_ptr,
477 _Alloc_traits::construct(__a, __mem, __p, std::move(__d));
500 _Alloc_traits::construct(__a2, __mem,
525 _Alloc_traits::construct(__a2, __mem, std::move(__a),
1030 // 2070. allocate_shared should use allocator_traits<A>::construct
1031 __traits::construct(__del._M_alloc, _M_ptr,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr_base.h 398 // 2070. allocate_shared should use allocator_traits<A>::construct
399 allocator_traits<_Alloc>::construct(__a, _M_impl._M_ptr,
477 _Alloc_traits::construct(__a2, __mem,
502 _Alloc_traits::construct(__a2, __mem, std::move(__a),
535 _Alloc_traits::construct(__a, __mem, __r.release(),
990 // 2070. allocate_shared should use allocator_traits<A>::construct
991 __traits::construct(__del._M_alloc, _M_ptr,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 514 // 2070. allocate_shared should use allocator_traits<A>::construct
515 allocator_traits<_Alloc>::construct(__a, _M_ptr(),
594 _Alloc_traits::construct(__a2, __mem,
619 _Alloc_traits::construct(__a2, __mem, std::move(__a),
652 _Alloc_traits::construct(__a, __mem, __r.release(),
1123 // 2070. allocate_shared should use allocator_traits<A>::construct
1124 __traits::construct(__del._M_alloc, _M_ptr,
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 117 // password field index to construct a unique ID for the password field.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8NPObject.cpp 126 if (npObject->_class->construct)
127 retval = npObject->_class->construct(npObject, npArgs.get(), numArgs, &result);
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js 8 * @construct
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-construct.js 28 // Flags: --allow-natives-syntax --inline-construct
  /external/chromium_org/v8/test/webkit/
toString-number-dot-expr.js 29 // construct same test-case for different kinds of number literals. the switch is used to avoid
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 464 /// \brief Construct the Diagnostic message for the given ExplodedNode.
470 /// The class knows how to construct the stack hint message based on
484 /// 'getMessageForX()' methods to construct a specific message.
502 /// supply a message that will be used to construct an extra hint on the
602 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
606 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
bitmap_allocator.h 1057 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
1063 construct(pointer __p, _Args&&... __args) function in class:bitmap_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
bitmap_allocator.h 1061 construct(_Up* __p, _Args&&... __args) function in class:bitmap_allocator
1070 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
bitmap_allocator.h 1061 construct(_Up* __p, _Args&&... __args) function in class:bitmap_allocator
1070 construct(pointer __p, const_reference __data) function in class:bitmap_allocator
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 464 _M_get_Tp_allocator().construct(&__p->_M_data, __x);
481 _M_get_Node_allocator().construct(__p,
494 // [23.2.2.1] construct/copy/destroy
    [all...]

Completed in 655 milliseconds

<<11121314151617181920>>