HomeSort by relevance Sort by last modified time
    Searched full:construct (Results 701 - 725 of 2991) sorted by null

<<21222324252627282930>>

  /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++/include/bits/
slice_array.h 61 /// Construct an empty slice.
65 * @brief Construct a slice.
  /prebuilts/ndk/8/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
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/codeutils/codegeneration/
CreateSampleDatabaseActivityPage.java 239 // For each database retrieved, construct a TreeNode object containing itself and it's tables
247 // Construct another TreeTable object for each table and set the database tree node as the parent.
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaPlayerStressTest.java 48 * construct a test case with check of whether the format is supported or not.
  /cts/tools/dasm/src/java_cup/
symbol_part.java 27 "Attempt to construct a symbol_part with a null symbol");
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestCase.java 130 * construct the full class name of the test
TestSuite.java 205 * @param parentSuiteNames a {@link Deque} of parent suite names. Used to construct the full
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformListItem.java 50 * it is used to construct an instance of this class.
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotation.java 54 * Construct an instance. It initially contains no elements.
  /dalvik/dx/src/com/android/dx/dex/file/
UniformListItem.java 50 * it is used to construct an instance of this class.

Completed in 865 milliseconds

<<21222324252627282930>>