HomeSort by relevance Sort by last modified time
    Searched full:vector (Results 351 - 375 of 20677) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
erase_iter_db2.pass.cpp 10 // <vector>
18 #include <vector>
29 std::vector<int> l1(a1, a1+3);
30 std::vector<int> l2(a1, a1+3);
31 std::vector<int>::const_iterator i = l2.begin();
38 std::vector<int, min_allocator<int>> l1(a1, a1+3);
39 std::vector<int, min_allocator<int>> l2(a1, a1+3);
40 std::vector<int, min_allocator<int>>::const_iterator i = l2.begin();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_default.pass.cpp 10 // <vector>
11 // vector<bool>
13 // vector(const Alloc& = Alloc());
15 #include <vector>
50 test0<std::vector<bool> >();
51 test1<std::vector<bool, test_allocator<bool> > >(test_allocator<bool>(3));
55 test0<std::vector<bool, min_allocator<bool>> >();
56 test1<std::vector<bool, min_allocator<bool> > >(min_allocator<bool>());
find.pass.cpp 10 // <vector>
11 // vector<bool>
13 // std::find with vector<bool>::iterator
17 #include <vector>
25 std::vector<bool> b(i,true);
26 std::vector<bool>::iterator j = std::find(b.begin()+1, b.end(), false);
34 std::vector<bool> b(i,false);
35 std::vector<bool>::iterator j = std::find(b.begin()+1, b.end(), true);
move_assign_noexcept.pass.cpp 10 // <vector>
12 // vector& operator=(vector&& c)
19 #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;
move_noexcept.pass.cpp 10 // <vector>
12 // vector(vector&&)
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;
  /external/deqp/framework/common/
tcuVectorUtil.hpp 23 * \brief Vector utility functions.
133 inline T dot (const Vector<T, Size>& a, const Vector<T, Size>& b)
142 inline T lengthSquared (const Vector<T, Size>& a)
151 inline T length (const Vector<T, Size>& a)
157 inline T distance (const Vector<T, Size>& a, const Vector<T, Size>& b)
163 inline Vector<T, Size> cross (const Vector<T, Size>& a, const Vector<T, Size>& b
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{vector}
173 * In some terminology a %vector can be described as a dynamic
180 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
196 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
197 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
227 vector() function in class:vector
231 * @brief Creates a %vector with no elements.
235 vector(const allocator_type& __a) function in class:vector
240 * @brief Creates a %vector with default constructed elements
247 vector(size_type __n) function in class:vector
259 vector(size_type __n, const value_type& __value, function in class:vector
273 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
288 vector(const vector& __x) function in class:vector
304 vector(vector&& __x) function in class:vector
318 vector(initializer_list<value_type> __l, function in class:vector
344 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{vector}
173 * In some terminology a %vector can be described as a dynamic
180 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
196 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
197 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
227 vector() function in class:vector
231 * @brief Creates a %vector with no elements.
235 vector(const allocator_type& __a) function in class:vector
240 * @brief Creates a %vector with default constructed elements
247 vector(size_type __n) function in class:vector
259 vector(size_type __n, const value_type& __value, function in class:vector
273 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
288 vector(const vector& __x) function in class:vector
304 vector(vector&& __x) function in class:vector
318 vector(initializer_list<value_type> __l, function in class:vector
344 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{vector}
173 * In some terminology a %vector can be described as a dynamic
180 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
196 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
197 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
227 vector() function in class:vector
231 * @brief Creates a %vector with no elements.
235 vector(const allocator_type& __a) function in class:vector
240 * @brief Creates a %vector with default constructed elements
247 vector(size_type __n) function in class:vector
259 vector(size_type __n, const value_type& __value, function in class:vector
273 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
288 vector(const vector& __x) function in class:vector
304 vector(vector&& __x) function in class:vector
318 vector(initializer_list<value_type> __l, function in class:vector
344 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{vector}
203 * In some terminology a %vector can be described as a dynamic
210 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
227 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
228 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
248 vector() function in class:vector
252 * @brief Creates a %vector with no elements.
256 vector(const allocator_type& __a) function in class:vector
261 * @brief Creates a %vector with default constructed elements
269 vector(size_type __n, const allocator_type& __a = allocator_type()) function in class:vector
281 vector(size_type __n, const value_type& __value, function in class:vector
295 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
310 vector(const vector& __x) function in class:vector
331 vector(const vector& __x, const allocator_type& __a) function in class:vector
340 vector(vector&& __rv, const allocator_type& __m) function in class:vector
364 vector(initializer_list<value_type> __l, function in class:vector
392 vector(_InputIterator __first, _InputIterator __last, function in class:vector
398 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{vector}
203 * In some terminology a %vector can be described as a dynamic
210 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
227 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
228 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
248 vector() function in class:vector
252 * @brief Creates a %vector with no elements.
256 vector(const allocator_type& __a) function in class:vector
261 * @brief Creates a %vector with default constructed elements
269 vector(size_type __n, const allocator_type& __a = allocator_type()) function in class:vector
281 vector(size_type __n, const value_type& __value, function in class:vector
295 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
310 vector(const vector& __x) function in class:vector
331 vector(const vector& __x, const allocator_type& __a) function in class:vector
340 vector(vector&& __rv, const allocator_type& __m) function in class:vector
364 vector(initializer_list<value_type> __l, function in class:vector
392 vector(_InputIterator __first, _InputIterator __last, function in class:vector
398 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{vector}
203 * In some terminology a %vector can be described as a dynamic
210 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
227 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
228 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
248 vector() function in class:vector
252 * @brief Creates a %vector with no elements.
256 vector(const allocator_type& __a) function in class:vector
261 * @brief Creates a %vector with default constructed elements
269 vector(size_type __n, const allocator_type& __a = allocator_type()) function in class:vector
281 vector(size_type __n, const value_type& __value, function in class:vector
295 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
310 vector(const vector& __x) function in class:vector
331 vector(const vector& __x, const allocator_type& __a) function in class:vector
340 vector(vector&& __rv, const allocator_type& __m) function in class:vector
364 vector(initializer_list<value_type> __l, function in class:vector
392 vector(_InputIterator __first, _InputIterator __last, function in class:vector
398 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
exposurecompensationtest.h 20 #include <vector>
38 const std::vector<Vec3f>* checkerColors) {
52 std::vector<std::vector<Vec3f> > mCheckerColors;
53 std::vector<Vec3i> mReferenceColors;
54 std::vector<float> mExposureValues;
  /external/chromium_org/base/win/
i18n_unittest.cc 18 std::vector<std::wstring> languages;
20 EXPECT_NE(static_cast<std::vector<std::wstring>::size_type>(0),
22 for (std::vector<std::wstring>::const_iterator scan = languages.begin(),
30 std::vector<std::wstring> languages;
32 EXPECT_NE(static_cast<std::vector<std::wstring>::size_type>(0),
34 for (std::vector<std::wstring>::const_iterator scan = languages.begin(),
  /external/chromium_org/chrome/browser/chromeos/settings/
mock_owner_key_util.h 8 #include <vector>
23 virtual bool ImportPublicKey(std::vector<uint8>* output) OVERRIDE;
25 const std::vector<uint8>& key) OVERRIDE;
27 const std::vector<uint8>& key,
35 void SetPublicKey(const std::vector<uint8>& key);
48 std::vector<uint8> public_key_;
  /external/chromium_org/chrome/browser/sync/glue/
session_sync_test_helper.h 9 #include <vector>
29 const std::vector<int>& tab_list,
34 const std::vector<std::vector<SessionID::id_type> >& windows,
44 const std::vector<SessionID::id_type>& tab_list,
45 std::vector<sync_pb::SessionSpecifics>* tabs);
  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.h 8 #include <vector>
29 virtual const std::vector<AutofillProfile*>& GetProfiles() const OVERRIDE;
30 virtual const std::vector<AutofillProfile*>& web_profiles() const OVERRIDE;
31 virtual const std::vector<CreditCard*>& GetCreditCards() const OVERRIDE;
53 std::vector<AutofillProfile*> profiles_;
54 std::vector<CreditCard*> credit_cards_;
  /external/chromium_org/components/gcm_driver/
gcm_activity.h 9 #include <vector>
70 std::vector<CheckinActivity> checkin_activities;
71 std::vector<ConnectionActivity> connection_activities;
72 std::vector<RegistrationActivity> registration_activities;
73 std::vector<ReceivingActivity> receiving_activities;
74 std::vector<SendingActivity> sending_activities;
  /external/chromium_org/content/child/
fling_curve_configuration.h 8 #include <vector>
39 const std::vector<float>& new_touchpad,
40 const std::vector<float>& new_touchscreen);
44 const std::vector<float>& coefs,
50 std::vector<float> touchpad_coefs_;
51 std::vector<float> touchscreen_coefs_;
  /external/chromium_org/media/cast/logging/
simple_event_subscriber.h 8 #include <vector>
18 // in std::vector's.
33 void GetFrameEventsAndReset(std::vector<FrameEvent>* frame_events);
37 void GetPacketEventsAndReset(std::vector<PacketEvent>* packet_events);
40 std::vector<FrameEvent> frame_events_;
41 std::vector<PacketEvent> packet_events_;
  /external/chromium_org/remoting/base/
capabilities.cc 8 #include <vector>
16 std::vector<std::string> caps;
23 std::vector<std::string> client_caps;
27 std::vector<std::string> host_caps;
31 std::vector<std::string> result =
32 base::STLSetIntersection<std::vector<std::string> >(
  /external/chromium_org/ui/base/ime/
remote_input_method_delegate_win.h 8 #include <vector>
29 // Caveats: |input_scopes| is defined as std::vector<int32> rather than
30 // std::vector<InputScope> because the wire format of IPC message
31 // MetroViewerHostMsg_ImeTextInputClientUpdated uses std::vector<int32> to
34 const std::vector<int32>& input_scopes,
35 const std::vector<gfx::Rect>& composition_character_bounds) = 0;
  /external/chromium_org/v8/src/
natives.h 11 typedef bool (*NativeSourceCallback)(Vector<const char> name,
12 Vector<const char> source,
33 static Vector<const char> GetRawScriptSource(int index);
34 static Vector<const char> GetScriptName(int index);
35 static Vector<const byte> GetScriptsSource();
36 static void SetRawScriptsSource(Vector<const char> raw_source);
  /external/chromium_org/win8/metro_driver/ime/
text_service.h 10 #include <vector>
34 // Note: |input_scopes| is defined as std::vector<int32> here rather than
35 // std::vector<InputScope> because the wire format of IPC message
36 // MetroViewerHostMsg_ImeTextInputClientUpdated uses std::vector<int32> to
39 const std::vector<int32>& input_scopes,
40 const std::vector<metro_viewer::CharacterBounds>& character_bounds) = 0;
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p2.cpp 15 template<class T, class A> struct vector { /* ... */ }; struct in namespace:StdExample
19 template<class T> using Vec = vector<T, Alloc<T>>;
27 void process(vector<T, Alloc<T>>& w) // expected-error {{redefinition of 'process'}}
38 g(v); // OK: TT = vector
42 // v's type is same as vector<int, Alloc<int>>.
43 using VTest = vector<int, Alloc<int>>;

Completed in 1800 milliseconds

<<11121314151617181920>>