HomeSort by relevance Sort by last modified time
    Searched defs:vector (Results 201 - 225 of 311) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{vector}
201 * In some terminology a %vector can be described as a dynamic
208 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
225 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
226 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
246 vector() function in class:vector
250 * @brief Creates a %vector with no elements.
254 vector(const allocator_type& __a) function in class:vector
259 * @brief Creates a %vector with default constructed elements
266 vector(size_type __n) function in class:vector
278 vector(size_type __n, const value_type& __value, function in class:vector
292 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
307 vector(const vector& __x) function in class:vector
328 vector(const vector& __x, const allocator_type& __a) function in class:vector
337 vector(vector&& __rv, const allocator_type& __m) function in class:vector
361 vector(initializer_list<value_type> __l, function in class:vector
387 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/android/
sensor.h 160 ASensorVector vector; member in union:ASensorEvent::__anon73917::__anon73918
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/android/
sensor.h 160 ASensorVector vector; member in union:ASensorEvent::__anon75215::__anon75216
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/android/
sensor.h 160 ASensorVector vector; member in union:ASensorEvent::__anon76525::__anon76526
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
54 * Do not attempt to use it directly. @headername{vector}
201 * In some terminology a %vector can be described as a dynamic
208 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
225 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
226 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
246 vector() function in class:vector
250 * @brief Creates a %vector with no elements.
254 vector(const allocator_type& __a) function in class:vector
259 * @brief Creates a %vector with default constructed elements
266 vector(size_type __n) function in class:vector
278 vector(size_type __n, const value_type& __value, function in class:vector
292 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
307 vector(const vector& __x) function in class:vector
328 vector(const vector& __x, const allocator_type& __a) function in class:vector
337 vector(vector&& __rv, const allocator_type& __m) function in class:vector
361 vector(initializer_list<value_type> __l, function in class:vector
387 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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_vector.h 0 // Vector implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{vector}
207 * In some terminology a %vector can be described as a dynamic
214 class vector : protected _Vector_base<_Tp, _Alloc> class in inherits:_Vector_base
231 typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
232 typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
251 * @brief Creates a %vector with no elements.
253 vector()
260 * @brief Creates a %vector with no elements.
264 vector(const allocator_type& __a) _GLIBCXX_NOEXCEP
277 vector(size_type __n, const allocator_type& __a = allocator_type()) function in class:vector
289 vector(size_type __n, const value_type& __value, function in class:vector
303 vector(size_type __n, const value_type& __value = value_type(), function in class:vector
318 vector(const vector& __x) function in class:vector
339 vector(const vector& __x, const allocator_type& __a) function in class:vector
373 vector(initializer_list<value_type> __l, function in class:vector
401 vector(_InputIterator __first, _InputIterator __last, function in class:vector
407 vector(_InputIterator __first, _InputIterator __last, function in class:vector
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 203 pANTLR3_VECTOR vector; member in struct:ANTLR3_STACK_struct
218 /* Structure that represents a vector element
228 /* Structure that represents a vector collection. A vector is a simple list
237 /** Array of pointers to vector elements
245 /** Many times, a vector holds just a few nodes in an AST and it
255 * case only the factory can free the memory for the actual vector,
256 * though the vector free function is called and will recurse through its
265 void (ANTLR3_CDECL *free) (struct ANTLR3_VECTOR_struct * vector);
266 void (*del) (struct ANTLR3_VECTOR_struct * vector, ANTLR3_UINT32 entry)
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 90 static void ANTLR3_CDECL antlr3VectorFree (pANTLR3_VECTOR vector);
91 static void antlr3VectorDel (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry);
92 static void * antlr3VectorGet (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry);
93 static void * antrl3VectorRemove (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry);
94 static void antlr3VectorClear (pANTLR3_VECTOR vector);
95 static ANTLR3_UINT32 antlr3VectorAdd (pANTLR3_VECTOR vector, void * element, void (ANTLR3_CDECL *freeptr)(void *));
96 static ANTLR3_UINT32 antlr3VectorSet (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry, void * element, void (ANTLR3_CDECL *freeptr)(void *), ANTLR3_BOOLEAN freeExisting);
97 static ANTLR3_UINT32 antlr3VectorSize (pANTLR3_VECTOR vector);
98 static ANTLR3_BOOLEAN antlr3VectorSwap (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry1, ANTLR3_UINT32 entry2);
103 static void returnVector (pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector);
1056 pANTLR3_VECTOR vector; local
1530 ANTLR3_UINT32 vector; local
1640 pANTLR3_VECTOR vector; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 55 Vector<SVGTextFragment> vector; member in struct:WebCore::ExpectedSVGInlineTextBoxSize
737 const Vector<SVGTextFragment>& fragments = textBox->textFragments();
  /external/chromium_org/v8/src/
json-stringifier.h 73 Vector<Char> vector,
138 INLINE(static Vector<const Char> GetCharVector(Handle<String> string));
306 Vector<Char> vector,
312 final_size += SerializeStringUnchecked_(vector.start(),
314 vector.length());
518 Vector<char> buffer(chars, kBufferSize);
532 Vector<char> buffer(chars, kBufferSize);
792 Vector<const Char> vector = GetCharVector<Char>(string) local
    [all...]
  /external/clang/test/SemaTemplate/
dependent-names.cpp 138 template<typename T> struct vector {}; struct in namespace:std::inner
140 using inner::vector;
237 std::ostream &print(std::ostream &out, std::vector<ns2::Data>); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2_a::ns2'}}
243 Dump(std::vector<ns2::Data>()); // expected-note {{requested here}}
  /external/mtpd/
l2tp.c 238 uint8_t *vector = NULL; local
256 vector = p->value;
270 if (!secret || !vector || length < 2) {
281 MD5_Update(&ctx, vector, vector_length);
  /external/qemu/include/
qemu-common.h 463 /* vector definitions */
470 #undef vector macro
476 /* altivec.h may redefine the bool macro as vector type.
  /external/stlport/stlport/stl/
_hashtable.h 68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
82 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector)
89 _STLP_EXPORT_TEMPLATE_CLASS vector<_STLP_PRIV _Slist_node_base*, variable
261 * We are going to use vector of _Slist_node_base pointers for 2 reasons:
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
269 typedef _STLP_PRIV _STLP_NON_DBG_NAME(vector)<_BucketType*, _BucketAllocType> _BucketVector;
271 typedef vector<_BucketType*, _BucketAllocType> _BucketVector;
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 271 float[] vector = new float[vectorLength]; local
279 vector[index] = lstPointX;
281 vector[index] = lstPointY;
301 vector[index] = nx;
303 vector[index] = ny;
318 vector[i] = lstPointX;
319 vector[i + 1] = lstPointY;
321 return vector;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
82 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector)
89 _STLP_EXPORT_TEMPLATE_CLASS vector<_STLP_PRIV _Slist_node_base*, variable
261 * We are going to use vector of _Slist_node_base pointers for 2 reasons:
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
269 typedef _STLP_PRIV _STLP_NON_DBG_NAME(vector)<_BucketType*, _BucketAllocType> _BucketVector;
271 typedef vector<_BucketType*, _BucketAllocType> _BucketVector;
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.h 33 /* Struct vector is used to describe a compiled sed program. */
34 struct vector { struct
193 struct vector *compile_string P_((struct vector *, char *str, size_t len));
194 struct vector *compile_file P_((struct vector *, const char *cmdfile));
195 void check_final_program P_((struct vector *));
197 void finish_program P_((struct vector *));
207 int process_files P_((struct vector *, char **argv));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
82 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector)
89 _STLP_EXPORT_TEMPLATE_CLASS vector<_STLP_PRIV _Slist_node_base*, variable
261 * We are going to use vector of _Slist_node_base pointers for 2 reasons:
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
269 typedef _STLP_PRIV _STLP_NON_DBG_NAME(vector)<_BucketType*, _BucketAllocType> _BucketVector;
271 typedef vector<_BucketType*, _BucketAllocType> _BucketVector;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
82 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector)
89 _STLP_EXPORT_TEMPLATE_CLASS vector<_STLP_PRIV _Slist_node_base*, variable
261 * We are going to use vector of _Slist_node_base pointers for 2 reasons:
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
269 typedef _STLP_PRIV _STLP_NON_DBG_NAME(vector)<_BucketType*, _BucketAllocType> _BucketVector;
271 typedef vector<_BucketType*, _BucketAllocType> _BucketVector;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
82 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector)
89 _STLP_EXPORT_TEMPLATE_CLASS vector<_STLP_PRIV _Slist_node_base*, variable
261 * We are going to use vector of _Slist_node_base pointers for 2 reasons:
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
269 typedef _STLP_PRIV _STLP_NON_DBG_NAME(vector)<_BucketType*, _BucketAllocType> _BucketVector;
271 typedef vector<_BucketType*, _BucketAllocType> _BucketVector;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
82 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector)
89 _STLP_EXPORT_TEMPLATE_CLASS vector<_STLP_PRIV _Slist_node_base*, variable
261 * We are going to use vector of _Slist_node_base pointers for 2 reasons:
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
269 typedef _STLP_PRIV _STLP_NON_DBG_NAME(vector)<_BucketType*, _BucketAllocType> _BucketVector;
271 typedef vector<_BucketType*, _BucketAllocType> _BucketVector;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.h 68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
82 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector)
89 _STLP_EXPORT_TEMPLATE_CLASS vector<_STLP_PRIV _Slist_node_base*, variable
261 * We are going to use vector of _Slist_node_base pointers for 2 reasons:
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
269 typedef _STLP_PRIV _STLP_NON_DBG_NAME(vector)<_BucketType*, _BucketAllocType> _BucketVector;
271 typedef vector<_BucketType*, _BucketAllocType> _BucketVector;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 278 struct asm_vector vector; member in union:YYSTYPE

Completed in 1334 milliseconds

1 2 3 4 5 6 7 891011>>