/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
extptr_allocator.h | 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator 105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
gslice.h | 66 /// Construct an empty slice. 70 * @brief Construct a slice.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
extptr_allocator.h | 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator 105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
gslice.h | 66 /// Construct an empty slice. 70 * @brief Construct a slice.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
extptr_allocator.h | 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator 105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
gslice.h | 66 /// Construct an empty slice. 70 * @brief Construct a slice.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
extptr_allocator.h | 99 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator 105 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
gslice.h | 68 /// Construct an empty slice. 72 * @brief Construct a slice.
|
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 83 // 402. wrong new expression in [some_]allocator::construct
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
extptr_allocator.h | 103 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator 109 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
gslice.h | 68 /// Construct an empty slice. 72 * @brief Construct a slice.
|
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 84 // 402. wrong new expression in [some_]allocator::construct
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
gslice.h | 68 /// Construct an empty slice. 72 * @brief Construct a slice.
|
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 83 // 402. wrong new expression in [some_]allocator::construct
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
extptr_allocator.h | 103 void construct(pointer __p, const _Tp& __val) function in class:_ExtPtr_allocator 109 construct(pointer __p, _Args&&... __args) function in class:_ExtPtr_allocator
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
gslice.h | 68 /// Construct an empty slice. 72 * @brief Construct a slice.
|
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 84 // 402. wrong new expression in [some_]allocator::construct
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
gslice.h | 67 /// Construct an empty slice. 71 * @brief Construct a slice.
|
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 82 // 402. wrong new expression in [some_]allocator::construct
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutPoint.java | 48 * @param event The mouse event to construct the {@link LayoutPoint} 67 * @param event The mouse event to construct the {@link LayoutPoint}
|
/external/zlib/src/contrib/puff/ |
puff.c | 39 * - Simplify offs[] index in construct() 56 * 1.4 31 Mar 2002 - Simplify construct() code set check 310 * Huffman code for n symbols, construct the tables required to decode those 329 * fixed() and is not verified by construct(). 340 local int construct(struct huffman *h, const short *length, int n) function 548 /* construct lencode and distcode */ 563 construct(&lencode, lengths, FIXLCODES); 568 construct(&distcode, lengths, MAXDCODES); 655 * code length code lengths, three bits each. This is used to construct the 669 int err; /* construct() return value * [all...] |
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_manager_unittest.cc | 80 // Construct a BrowserAccessibilityManager with this WebAccessibility tree 98 // Construct a manager again, and this time save references to two of 200 // Construct a BrowserAccessibilityManager with tree1. 403 // Construct a BrowserAccessibilityManager with tree1. 524 // Construct a BrowserAccessibilityManager with tree1.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
iterator_range_core.hpp | 520 //! iterator_range construct helper 522 Construct an \c iterator_range from a pair of iterators 546 //! iterator_range construct helper 548 Construct an \c iterator_range from a \c Range containing the begin 631 Construct a new sequence of the specified type from the elements
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_uninitialized.h | 245 __alloc.construct(std::__addressof(*__cur), *__first); 281 __alloc.construct(std::__addressof(*__cur), __x); 306 __alloc.construct(std::__addressof(*__cur), __x); 536 -> decltype(__alloc.construct(__ptr)) 537 { return __alloc.construct(__ptr); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_uninitialized.h | 245 __alloc.construct(std::__addressof(*__cur), *__first); 281 __alloc.construct(std::__addressof(*__cur), __x); 306 __alloc.construct(std::__addressof(*__cur), __x); 536 -> decltype(__alloc.construct(__ptr)) 537 { return __alloc.construct(__ptr); }
|