/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/ |
swap_noexcept.pass.cpp | 10 // <vector> 12 // void swap(vector& c) 18 #include <vector> 40 typedef std::vector<MoveOnly> C; 45 typedef std::vector<MoveOnly, test_allocator<MoveOnly>> C; 50 typedef std::vector<MoveOnly, other_allocator<MoveOnly>> C; 55 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
capacity.pass.cpp | 10 // <vector> 11 // vector<bool> 15 #include <vector> 23 std::vector<bool> v; 27 std::vector<bool> v(100); 34 std::vector<bool, min_allocator<bool>> v; 38 std::vector<bool, min_allocator<bool>> v(100);
|
default_noexcept.pass.cpp | 10 // <vector> 12 // vector<bool>() 17 #include <vector> 33 typedef std::vector<bool> C; 37 typedef std::vector<bool, test_allocator<bool>> C; 41 typedef std::vector<bool, other_allocator<bool>> C; 45 typedef std::vector<bool, some_alloc<bool>> C;
|
dtor_noexcept.pass.cpp | 10 // <vector> 12 // ~vector<bool>() // implied noexcept; 14 #include <vector> 35 typedef std::vector<bool> C; 39 typedef std::vector<bool, test_allocator<bool>> C; 43 typedef std::vector<bool, other_allocator<bool>> C; 47 typedef std::vector<bool, some_alloc<bool>> C;
|
reserve.pass.cpp | 10 // <vector> 11 // vector<bool> 15 #include <vector> 23 std::vector<bool> v; 28 std::vector<bool> v(100); 39 std::vector<bool, min_allocator<bool>> v; 44 std::vector<bool, min_allocator<bool>> v(100);
|
swap_noexcept.pass.cpp | 10 // <vector> 12 // void swap(vector& c) 18 #include <vector> 39 typedef std::vector<bool> C; 44 typedef std::vector<bool, test_allocator<bool>> C; 49 typedef std::vector<bool, other_allocator<bool>> C; 54 typedef std::vector<bool, some_alloc<bool>> C;
|
/external/pixman/pixman/ |
pixman-vmx.c | 35 static force_inline vector unsigned int 36 splat_alpha (vector unsigned int pix) 39 (vector unsigned char)AVV ( 44 static force_inline vector unsigned int 45 pix_multiply (vector unsigned int p, vector unsigned int a) 47 vector unsigned short hi, lo, mod; 50 hi = (vector unsigned short) 51 vec_mergeh ((vector unsigned char)AVV (0), 52 (vector unsigned char)p) [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_external_delegate.h | 8 #include <vector> 65 const std::vector<base::string16>& values, 66 const std::vector<base::string16>& labels, 67 const std::vector<base::string16>& icons, 68 const std::vector<int>& unique_ids); 72 const std::vector<base::string16>& data_list_values, 73 const std::vector<base::string16>& data_list_labels); 97 void ApplyAutofillWarnings(std::vector<base::string16>* values, 98 std::vector<base::string16>* labels, 99 std::vector<base::string16>* icons [all...] |
/external/oprofile/libopt++/ |
popt_options.cpp | 58 static vector<poptOption> & popt_options(void) 60 static vector<poptOption> *x = new(vector<poptOption>); 64 static vector<option_base *> & options_list(void) 66 static vector<option_base *> *x = new(vector<option_base *>); 82 vector<poptOption> & options, 83 vector<string> & additional_params) 110 vector<string> & additional_params) 112 vector<poptOption> options [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 0 // Vector implementation -*- C++ -*- 163 * In some terminology a %vector can be described as a dynamic 170 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base 186 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; 187 typedef __gnu_cxx::__normal_iterator<const_pointer, vector> 207 vector() function in class:vector 211 * @brief Creates a %vector with no elements. 215 vector(const allocator_type& __a) function in class:vector 219 * @brief Creates a %vector with copies of an exemplar element. 224 * This constructor fills the %vector with @a n copies of @a value 227 vector(size_type __n, const value_type& __value = value_type(), function in class:vector 241 vector(const vector& __x) function in class:vector 257 vector(vector&& __x) function in class:vector 271 vector(initializer_list<value_type> __l, function in class:vector 297 vector(_InputIterator __first, _InputIterator __last, function in class:vector [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 0 // Vector implementation -*- C++ -*- 163 * In some terminology a %vector can be described as a dynamic 170 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base 186 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; 187 typedef __gnu_cxx::__normal_iterator<const_pointer, vector> 207 vector() function in class:vector 211 * @brief Creates a %vector with no elements. 215 vector(const allocator_type& __a) function in class:vector 219 * @brief Creates a %vector with copies of an exemplar element. 224 * This constructor fills the %vector with @a n copies of @a value 227 vector(size_type __n, const value_type& __value = value_type(), function in class:vector 241 vector(const vector& __x) function in class:vector 257 vector(vector&& __x) function in class:vector 271 vector(initializer_list<value_type> __l, function in class:vector 297 vector(_InputIterator __first, _InputIterator __last, function in class:vector [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_vector.h | 0 // Vector implementation -*- C++ -*- 163 * In some terminology a %vector can be described as a dynamic 170 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base 186 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; 187 typedef __gnu_cxx::__normal_iterator<const_pointer, vector> 207 vector() function in class:vector 211 * @brief Creates a %vector with no elements. 215 vector(const allocator_type& __a) function in class:vector 219 * @brief Creates a %vector with copies of an exemplar element. 224 * This constructor fills the %vector with @a n copies of @a value 227 vector(size_type __n, const value_type& __value = value_type(), function in class:vector 241 vector(const vector& __x) function in class:vector 257 vector(vector&& __x) function in class:vector 271 vector(initializer_list<value_type> __l, function in class:vector 297 vector(_InputIterator __first, _InputIterator __last, function in class:vector [all...] |
/libcore/support/src/test/java/tests/support/ |
Support_DecimalFormat.java | 23 import java.util.Vector; 182 private static Vector<FieldContainer> getNumberVectorUS() { 183 Vector<FieldContainer> v = new Vector<FieldContainer>(); 190 private static Vector<FieldContainer> getIntegerVectorUS() { 191 Vector<FieldContainer> v = new Vector<FieldContainer>(); 196 private static Vector<FieldContainer> getPositiveCurrencyVectorCH() { 197 Vector<FieldContainer> v = new Vector<FieldContainer>() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_vector.h | 0 // Vector implementation -*- C++ -*- 163 * In some terminology a %vector can be described as a dynamic 170 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base 186 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator; 187 typedef __gnu_cxx::__normal_iterator<const_pointer, vector> 207 vector() function in class:vector 211 * @brief Creates a %vector with no elements. 215 vector(const allocator_type& __a) function in class:vector 219 * @brief Creates a %vector with copies of an exemplar element. 224 * This constructor fills the %vector with @a n copies of @a value 227 vector(size_type __n, const value_type& __value = value_type(), function in class:vector 241 vector(const vector& __x) function in class:vector 257 vector(vector&& __x) function in class:vector 271 vector(initializer_list<value_type> __l, function in class:vector 297 vector(_InputIterator __first, _InputIterator __last, function in class:vector [all...] |
/external/llvm/include/llvm/IR/ |
IntrinsicsAArch64.td | 148 // Vector Add Across Lanes 153 // Vector Long Add Across Lanes 157 // Vector Halving Add 161 // Vector Rounding Halving Add 165 // Vector Saturating Add 171 // Vector Add High-Half 176 // Vector Rounding Add High-Half 179 // Vector Saturating Doubling Multiply High 182 // Vector Saturating Rounding Doubling Multiply High 185 // Vector Polynominal Multipl [all...] |
/external/chromium_org/android_webview/native/ |
aw_autofill_client.h | 9 #include <vector> 74 const std::vector<base::string16>& values, 75 const std::vector<base::string16>& labels, 76 const std::vector<base::string16>& icons, 77 const std::vector<int>& identifiers, 80 const std::vector<base::string16>& values, 81 const std::vector<base::string16>& labels) OVERRIDE; 85 const std::vector<autofill::FormStructure*>& forms) OVERRIDE; 97 const std::vector<base::string16>& values, 98 const std::vector<base::string16>& labels [all...] |
/external/chromium_org/cc/resources/ |
rasterizer.h | 8 #include <vector> 32 typedef std::vector<scoped_refptr<RasterizerTask> > Vector; 60 typedef std::vector<scoped_refptr<ImageDecodeTask> > Vector; 72 typedef std::vector<scoped_refptr<RasterTask> > Vector; 78 const ImageDecodeTask::Vector& dependencies() const { return dependencies_; } 81 RasterTask(const Resource* resource, ImageDecodeTask::Vector* dependencies); 86 ImageDecodeTask::Vector dependencies_ [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
local_sync_operation_resolver_unittest.cc | 6 #include <vector> 41 std::vector<type> CreateList(const type (&inputs)[array_size]) { 42 return std::vector<type>(inputs, inputs + array_size); 48 ScopedVector<Input> vector; local 49 vector.push_back(new Input(NULL, SYNC_FILE_TYPE_UNKNOWN)); 50 vector.push_back(new Input(NULL, SYNC_FILE_TYPE_FILE)); 51 vector.push_back(new Input(NULL, SYNC_FILE_TYPE_DIRECTORY)); 55 vector.push_back(new Input( 59 vector.push_back(new Input( 63 vector.push_back(new Input [all...] |
/external/chromium_org/components/rappor/ |
byte_vector_utils.h | 8 #include <vector> 17 // A vector of 8-bit integers used to store a set of binary bits. 18 typedef std::vector<uint8_t> ByteVector; 28 // Merges the contents of lhs and rhs vectors according to a mask vector. 29 // The i-th bit of the result vector will be the i-th bit of either the lhs 30 // or rhs vector, based on the i-th bit of the mask vector. 37 // Counts the number of bits set in the byte vector. 38 int CountBits(const ByteVector& vector); 48 // Generates a random byte vector where the bits are independent rando [all...] |
/external/chromium_org/ppapi/shared_impl/ |
array_writer.h | 10 #include <vector> 42 // StoreArray() and StoreVector() copy the given array/vector of data to the 73 // Copies the given array/vector of data to the plugin output array. See 76 bool StoreVector(const std::vector<T>& input) { 80 // Stores the given vector of resources as PP_Resources to the output vector, 88 // Note: potentially this could be a template in case you have a vector of 91 bool StoreResourceVector(const std::vector<scoped_refptr<Resource> >& input); 95 bool StoreResourceVector(const std::vector<PP_Resource>& input); 97 // Stores the given vector of vars as PP_Vars to the output vector [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleICU.h | 52 virtual const Vector<String>& weekDayShortLabels() OVERRIDE; 62 virtual const Vector<String>& monthLabels() OVERRIDE; 63 virtual const Vector<String>& shortMonthLabels() OVERRIDE; 64 virtual const Vector<String>& standAloneMonthLabels() OVERRIDE; 65 virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE; 66 virtual const Vector<String>& timeAMPMLabels() OVERRIDE; 82 PassOwnPtr<Vector<String> > createLabelVector(const UDateFormat*, UDateFormatSymbolType, int32_t startIndex, int32_t size); 91 OwnPtr<Vector<String> > m_weekDayShortLabels; 93 OwnPtr<Vector<String> > m_monthLabels; 103 Vector<String> m_shortMonthLabels [all...] |
/external/eigen/doc/ |
StlContainers.dox | 12 \li If you want to use the std::vector container, you need to \#include <Eigen/StdVector>. 31 \section vector The case of std::vector 33 The situation with std::vector was even worse (explanation below) so we had to specialize it for the Eigen::aligned_allocator type. In practice you \b must use the Eigen::aligned_allocator (not another aligned allocator), \b and \#include <Eigen/StdVector>. 39 std::vector<Eigen::Vector4f,Eigen::aligned_allocator<Eigen::Vector4f> > 42 \subsection vector_spec An alternative - specializing std::vector for Eigen types 44 As an alternative to the recommended approach described above, you have the option to specialize std::vector for Eigen types requiring alignment. 45 The advantage is that you won't need to declare std::vector all over with Eigen::allocator. One drawback on the other hand side is that 46 the specialization needs to be defined before all code pieces in which e.g. std::vector<Vector2d> is used. Otherwise, without knowing the specialization 54 std::vector<Eigen::Vector2d [all...] |
/external/libunwind/tests/ |
ppc64-test-altivec.c | 14 extern vector signed int vec_init (); 15 extern void vec_print (vector signed int v); 17 vector signed int vec_stack (int count); 28 vector signed int 31 register vector signed int v1; 32 register vector signed int v2; 33 register vector signed int v3; 34 register vector signed int v4; 35 register vector signed int v5; 36 register vector signed int v6 [all...] |
/frameworks/base/libs/hwui/utils/ |
SortedListImpl.cpp | 84 ssize_t SortedListImpl::merge(const VectorImpl& vector) { 86 if (!vector.isEmpty()) { 87 const void* buffer = vector.arrayImpl(); 89 size_t s = vector.size(); 100 ssize_t SortedListImpl::merge(const SortedListImpl& vector) { 101 // we've merging a sorted vector... nice! 103 if (!vector.isEmpty()) { 105 if (do_compare(vector.itemLocation(vector.size() - 1), arrayImpl()) <= 0) { 106 err = VectorImpl::insertVectorAt(static_cast<const VectorImpl&> (vector), 0) [all...] |
/frameworks/native/include/media/drm/ |
DrmAPI.h | 22 #include <utils/Vector.h> 101 virtual status_t openSession(Vector<uint8_t> &sessionId) = 0; 104 virtual status_t closeSession(Vector<uint8_t> const &sessionId) = 0; 134 getKeyRequest(Vector<uint8_t> const &scope, 135 Vector<uint8_t> const &initData, 138 Vector<uint8_t> &request, String8 &defaultUrl) = 0; 150 // in the keySetId vector parameter that can be used to later restore the 154 virtual status_t provideKeyResponse(Vector<uint8_t> const &scope, 155 Vector<uint8_t> const &response, 156 Vector<uint8_t> &keySetId) = 0 [all...] |