/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++/include/bits/ |
gslice.h | 66 /// Construct an empty slice. 70 * @brief Construct a slice.
|
/prebuilts/ndk/8/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
|
/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}
|
/tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/localizationStrings/ |
MissingDefaultLanguageKeyCondition.java | 166 // Builders to construct the description and quickfix
188 // Construct description
|
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/utils/ |
LimitedList.java | 51 * In order to construct an unlimited list use UNLIMITED as maxSize.
63 * In order to construct an unlimited list use UNLIMITED as maxSize.
|
/external/zlib/src/contrib/puff/ |
puff.c | 39 * - Simplify offs[] index in construct() 56 * 1.4 31 Mar 2002 - Simplify construct() code set check 309 * Huffman code for n symbols, construct the tables required to decode those 328 * fixed() and is not verified by construct(). 339 local int construct(struct huffman *h, const short *length, int n) function 547 /* construct lencode and distcode */ 562 construct(&lencode, lengths, FIXLCODES); 567 construct(&distcode, lengths, MAXDCODES); 654 * code length code lengths, three bits each. This is used to construct the 668 int err; /* construct() return value * [all...] |
/external/astl/include/ |
string | 79 // Construct a string from a source's substring. 89 // Construct a string from a C string. 93 // Construct a string from a char array. 98 // Construct a string from a repetition of a character. 103 // Construct a string from a char array.
|
/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.
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new.c | 165 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 225 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 276 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 339 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 425 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 527 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 586 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 627 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 692 wpa_printf(MSG_ERROR, "dbus: Failed to construct signal"); 902 wpa_printf(MSG_ERROR, "dbus: Failed to construct GroupFinished [all...] |
/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); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
valarray | 123 // _lib.valarray.cons_ construct/destroy: 124 /// Construct an empty array. 127 /// Construct an array with @a n elements. 130 /// Construct an array with @a n elements initialized to @a t. 133 /// Construct an array initialized to the first @a n elements of @a t. 139 /// Construct an array with the same size and values in @a sa. 142 /// Construct an array with the same size and values in @a ga. 145 /// Construct an array with the same size and values in @a ma. 148 /// Construct an array with the same size and values in @a ia. 152 /// Construct an array with an initializer_list of values [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
valarray | 127 // _lib.valarray.cons_ construct/destroy: 128 /// Construct an empty array. 131 /// Construct an array with @a n elements. 134 /// Construct an array with @a n elements initialized to @a t. 137 /// Construct an array initialized to the first @a n elements of @a t. 143 /// Construct an array with the same size and values in @a sa. 146 /// Construct an array with the same size and values in @a ga. 149 /// Construct an array with the same size and values in @a ma. 152 /// Construct an array with the same size and values in @a ia. 156 /// Construct an array with an initializer_list of values [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
valarray | 127 // _lib.valarray.cons_ construct/destroy: 128 /// Construct an empty array. 131 /// Construct an array with @a n elements. 134 /// Construct an array with @a n elements initialized to @a t. 137 /// Construct an array initialized to the first @a n elements of @a t. 143 /// Construct an array with the same size and values in @a sa. 146 /// Construct an array with the same size and values in @a ga. 149 /// Construct an array with the same size and values in @a ma. 152 /// Construct an array with the same size and values in @a ia. 156 /// Construct an array with an initializer_list of values [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 123 // _lib.valarray.cons_ construct/destroy: 124 /// Construct an empty array. 127 /// Construct an array with @a n elements. 130 /// Construct an array with @a n elements initialized to @a t. 133 /// Construct an array initialized to the first @a n elements of @a t. 139 /// Construct an array with the same size and values in @a sa. 142 /// Construct an array with the same size and values in @a ga. 145 /// Construct an array with the same size and values in @a ma. 148 /// Construct an array with the same size and values in @a ia. 152 /// Construct an array with an initializer_list of values [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 123 // _lib.valarray.cons_ construct/destroy: 124 /// Construct an empty array. 127 /// Construct an array with @a n elements. 130 /// Construct an array with @a n elements initialized to @a t. 133 /// Construct an array initialized to the first @a n elements of @a t. 139 /// Construct an array with the same size and values in @a sa. 142 /// Construct an array with the same size and values in @a ga. 145 /// Construct an array with the same size and values in @a ma. 148 /// Construct an array with the same size and values in @a ia. 152 /// Construct an array with an initializer_list of values [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 123 // _lib.valarray.cons_ construct/destroy: 124 /// Construct an empty array. 127 /// Construct an array with @a n elements. 130 /// Construct an array with @a n elements initialized to @a t. 133 /// Construct an array initialized to the first @a n elements of @a t. 139 /// Construct an array with the same size and values in @a sa. 142 /// Construct an array with the same size and values in @a ga. 145 /// Construct an array with the same size and values in @a ma. 148 /// Construct an array with the same size and values in @a ia. 152 /// Construct an array with an initializer_list of values [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ |
valarray | 123 // _lib.valarray.cons_ construct/destroy: 124 /// Construct an empty array. 127 /// Construct an array with @a n elements. 130 /// Construct an array with @a n elements initialized to @a t. 133 /// Construct an array initialized to the first @a n elements of @a t. 139 /// Construct an array with the same size and values in @a sa. 142 /// Construct an array with the same size and values in @a ga. 145 /// Construct an array with the same size and values in @a ma. 148 /// Construct an array with the same size and values in @a ia. 152 /// Construct an array with an initializer_list of values [all...] |
/external/chromium/net/base/ |
sdch_filter_unittest.cc | 388 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 401 // Construct a second SDCH dictionary from a VCDIFF dictionary. 410 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 448 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 479 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 506 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 533 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 560 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 587 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 614 // Construct a valid SDCH dictionary from a VCDIFF dictionary [all...] |
/external/webkit/Source/JavaScriptCore/wtf/text/ |
WTFString.h | 89 // Construct a null string, distinguishable from an empty string. 92 // Construct a string with UTF-16 data. 95 // Construct a string by copying the contents of a vector. To avoid 100 // Construct a string with UTF-16 data, from a null-terminated source. 103 // Construct a string with latin1 data. 106 // Construct a string with latin1 data, from a null-terminated source. 109 // Construct a string referencing an existing StringImpl.
|