/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_uninitialized.h | 246 __traits::construct(__alloc, std::__addressof(*__cur), *__first); 296 __traits::construct(__alloc, std::__addressof(*__cur), __x); 322 __traits::construct(__alloc, std::__addressof(*__cur), __x); 564 __traits::construct(__alloc, std::__addressof(*__cur)); 594 __traits::construct(__alloc, std::__addressof(*__cur));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_uninitialized.h | 246 __traits::construct(__alloc, std::__addressof(*__cur), *__first); 296 __traits::construct(__alloc, std::__addressof(*__cur), __x); 322 __traits::construct(__alloc, std::__addressof(*__cur), __x); 564 __traits::construct(__alloc, std::__addressof(*__cur)); 594 __traits::construct(__alloc, std::__addressof(*__cur));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_uninitialized.h | 244 __traits::construct(__alloc, std::__addressof(*__cur), *__first); 294 __traits::construct(__alloc, std::__addressof(*__cur), __x); 320 __traits::construct(__alloc, std::__addressof(*__cur), __x); 562 __traits::construct(__alloc, std::__addressof(*__cur)); 592 __traits::construct(__alloc, std::__addressof(*__cur));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 261 """Construct a list from the given statespec tuple according to the 278 """Construct a list from the tuple returned by ttk::layout, this is 598 """Construct a Ttk Button widget with the parent master. 621 """Construct a Ttk Checkbutton widget with the parent master. 693 """Construct a Ttk Combobox widget with the parent master. 725 """Construct a Ttk Frame with parent master. 742 """Construct a Ttk Label with parent master. 763 """Construct a Ttk Labelframe with parent master. 783 """Construct a Ttk Menubutton with parent master. 803 """Construct a Ttk Notebook with parent master [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 261 """Construct a list from the given statespec tuple according to the 278 """Construct a list from the tuple returned by ttk::layout, this is 598 """Construct a Ttk Button widget with the parent master. 621 """Construct a Ttk Checkbutton widget with the parent master. 693 """Construct a Ttk Combobox widget with the parent master. 725 """Construct a Ttk Frame with parent master. 742 """Construct a Ttk Label with parent master. 763 """Construct a Ttk Labelframe with parent master. 783 """Construct a Ttk Menubutton with parent master. 803 """Construct a Ttk Notebook with parent master [all...] |
/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++/4.4.3/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++/4.6/include/ |
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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
forward_list | 790 __node_traits::construct(__a, _VSTD::addressof(__h->__value_)); [all...] |
/system/vold/ |
VolumeManager.cpp | 231 SLOGE("getAsecMountPath failed for %s: couldn't construct path in buffer", id); 424 SLOGE("ASEC fs format failed: couldn't construct mountPoint"); 533 SLOGE("ASEC finalize failed: couldn't construct mountPoint"); 596 SLOGE("Unable remount to fix permissions for %s: couldn't construct mountpoint", id); 705 SLOGE("Rename failed: couldn't construct mountpoint"); 717 SLOGE("Rename failed: couldn't construct mountpoint2"); 765 SLOGE("ASEC unmount failed for %s: couldn't construct mountpoint", id); 789 SLOGE("OBB unmount failed for %s: couldn't construct mountpoint", fileName); 895 SLOGE("ASEC destroy failed for %s: couldn't construct mountpoint", id); 1004 SLOGE("findAsec failed for %s: couldn't construct ASEC path", id) [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/chromium_org/net/base/ |
sdch_filter_unittest.cc | 382 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 395 // Construct a second SDCH dictionary from a VCDIFF dictionary. 404 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 442 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 473 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 500 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 527 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 554 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 581 // Construct a valid SDCH dictionary from a VCDIFF dictionary. 608 // Construct a valid SDCH dictionary from a VCDIFF dictionary [all...] |
/external/chromium_org/third_party/WebKit/Source/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. 105 // Construct a string with UTF-16 data, from a null-terminated source. 108 // Construct a string with latin1 data. 112 // Construct a string with latin1 data, from a null-terminated source. 116 // Construct a string referencing an existing StringImpl.
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ExploreByTouchHelper.java | 249 * construct an event. 250 * @param eventType The type of event to construct. 266 * @param eventType The type of event to construct. 281 * construct an event. 282 * @param eventType The type of event to construct. 315 * construct a node. 373 * @param virtualViewId The virtual view id for item for which to construct
|
/art/compiler/dex/quick/mips/ |
call_mips.cc | 99 // Construct BaseLabel and set up table base register 189 // Construct BaseLabel and set up table base register 251 // Construct BaseLabel and set up table base register
|
/external/chromium/chrome/browser/importer/ |
safari_importer.mm | 129 // Construct ~/Library/Safari/WebIcons.db path. 281 // Construct ~/Library/Safari/Bookmarks.plist path 332 // Construct ~/Library/Safari/History.plist path
|
/external/chromium_org/chrome/utility/importer/ |
safari_importer.mm | 108 // Construct ~/Library/Safari/WebIcons.db path. 270 // Construct ~/Library/Safari/Bookmarks.plist path 321 // Construct ~/Library/Safari/History.plist path
|