Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_vector.h101 # define vector _STLP_PTR_IMPL_NAME(vector) macro
103 # define vector _STLP_NON_DBG_NAME(vector) macro
216 vector() in vector() function
218 vector(const allocator_type& __a) in vector() function
230 explicit vector(size_type __n) in vector() function
235 explicit vector(size_type __n) in vector() function
238 vector(size_type __n, const _Tp& __val) in vector() function
241 vector(size_type __n, const _Tp& __val, const allocator_type& __a) in vector() function
246 vector(const _Self& __x) in vector() function
253 vector(__move_source<_Self> src) in vector() function
[all …]
D_vector.c48 # define vector _STLP_PTR_IMPL_NAME(vector) macro
50 # define vector _STLP_NON_DBG_NAME(vector) macro
D_hashtable.h89 _STLP_EXPORT_TEMPLATE_CLASS vector<_STLP_PRIV _Slist_node_base*, variable
/ndk/tests/device/test-stlport/unit/
Dbsearch_test.cpp32 int vector[100]; in bsearch1() local
/ndk/tests/device/test-gnustl-full/unit/
Dbsearch_test.cpp32 int vector[100]; in bsearch1() local
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_vector.h37 # define vector _STLP_NON_DBG_NAME(vector) macro
119 explicit vector(size_type __n) in vector() function
123 vector(const _Self& __x) in vector() function
127 explicit vector(__move_source<_Self> src) in vector() function
133 vector(_InputIterator __first, _InputIterator __last, in vector() function
140 vector(_InputIterator __first, _InputIterator __last) in vector() function
/ndk/sources/cxx-stl/stlport/src/
Dlocale_impl.h53 _STLP_EXPORT_TEMPLATE_CLASS vector<locale::facet*, allocator<locale::facet*> >; variable
Ddll_main.cpp131 template class _STLP_CLASS_DECLSPEC vector<_STLP_PRIV _Slist_node_base*, variable
154 template class _STLP_CLASS_DECLSPEC vector<locale::facet*, allocator<locale::facet*> >; variable
/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.h34 struct vector { struct
35 struct sed_cmd *v; /* a dynamically allocated array */
36 size_t v_allocated; /* ... number slots allocated */
37 size_t v_length; /* ... number of slots in use */
Dcompile.c1035 compile_program(vector) in compile_program() argument
/ndk/sources/host-tools/make-3.81/
Dhash.c297 void **vector; in hash_dump() local