HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 1151 - 1175 of 4776) sorted by null

<<41424344454647484950>>

  /external/stlport/stlport/stl/
_locale.h 119 // construct/copy/destroy:
217 // construct/copy/destroy:
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /external/stlport/test/eh/
Prefix.h 156 void construct(pointer __p, const _Tp& __val) const { stlport::construct(__p, __val); } function in class:EH_allocator
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 28 // Flags: --expose-debug-as debug --expose-gc --allow-natives-syntax --inline-construct
142 // Check for construct call.
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 169 /* Now Construct low-pass and high-pass signals as combinations of polyphase components */
224 /* Now Construct low-pass and high-pass signals as combinations of polyphase components */
  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 121 // because the simple Context construct can result in a broken object!
142 // we will construct a standard one here.
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTabHost.java 129 // because the simple Context construct can result in a broken object!
150 // we will construct a standard one here.
  /libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java 100 * Helper to construct an instance to test.
127 * Helper to construct an instance to test, using the jar file as
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
array 35 // No explicit construct/copy/destroy for aggregate type
139 // No explicit construct/copy/destroy for aggregate type
tuple 237 "Attempted to default construct a reference element in a tuple");}
244 "Attempted to default construct a reference element in a tuple");}
251 "Attempted to default construct a reference element in a tuple");}
258 "Attempted to default construct a reference element in a tuple");}
275 "Attempted to construct a reference element in a tuple with an rvalue");}
289 "Attempted to construct a reference element in a tuple with an rvalue");}
303 "Attempted to construct a reference element in a tuple with an rvalue");}
317 "Attempted to construct a reference element in a tuple with an rvalue");}
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 119 // construct/copy/destroy:
217 // construct/copy/destroy:
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
slice_array.h 61 /// Construct an empty slice.
65 * @brief Construct a slice.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
slice_array.h 63 /// Construct an empty slice.
67 * @brief Construct a slice.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
slice_array.h 63 /// Construct an empty slice.
67 * @brief Construct a slice.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 61 /// Construct an empty slice.
65 * @brief Construct a slice.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 117 // construct/copy/destroy:
215 // construct/copy/destroy:
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 61 /// Construct an empty slice.
65 * @brief Construct a slice.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 117 // construct/copy/destroy:
215 // construct/copy/destroy:
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
slice_array.h 61 /// Construct an empty slice.
65 * @brief Construct a slice.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 119 // construct/copy/destroy:
217 // construct/copy/destroy:
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:pthread_allocator
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:per_thread_allocator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
slice_array.h 61 /// Construct an empty slice.
65 * @brief Construct a slice.

Completed in 479 milliseconds

<<41424344454647484950>>