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

1 2 3 4 5 6 7 8 91011>>

  /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
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 29 // Flags: --inline-construct
152 // Check for construct call.
debug-evaluate-locals-optimized.js 29 // Flags: --inline-construct
143 // Check for construct call.
migrations.js 31 print("--- construct");
  /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
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 219 return tcu::Float32::construct(+1, exp, (1u<<23) | mask).asFloat() - tcu::Float32::construct(+1, exp, 1u<<23).asFloat();
255 return tcu::Float32::construct(+1, exp, (1<<23) | (1 << ulpBitNdx)).asFloat() - tcu::Float32::construct(+1, exp, (1<<23)).asFloat();
260 return tcu::Float32::construct(+1, exp, (1<<23)).asFloat();
292 return tcu::Float32::construct(+1, inputFloat.exponent(), inputFloat.mantissa() & ~truncMask).asFloat();
300 return tcu::Float32::construct(-1, inputFloat.exponent(), inputFloat.mantissa() & ~truncMask).asFloat() - getSingleULPForExponent(inputFloat.exponent(), numAccurateBits);
    [all...]
  /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-linux-glibc2.15-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...]
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 468 /// \brief Construct the Diagnostic message for the given ExplodedNode.
474 /// The class knows how to construct the stack hint message based on
488 /// 'getMessageForX()' methods to construct a specific message.
506 /// supply a message that will be used to construct an extra hint on the
606 static PathDiagnosticCallPiece *construct(const ExplodedNode *N,
610 static PathDiagnosticCallPiece *construct(PathPieces &pieces,
  /external/v8/src/compiler/
js-generic-lowering.cc 374 Node* construct = NodeProperties::GetValueInput(node, 0); local
377 PatchInsertInput(node, 2, construct);
  /external/v8/test/mjsunit/compiler/
inline-construct.js 28 // Flags: --allow-natives-syntax --inline-construct

Completed in 1153 milliseconds

1 2 3 4 5 6 7 8 91011>>