/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | vector.hpp | 27 struct vector< struct 33 typedef vector0< >::type type; 39 struct vector< struct 45 typedef typename vector1<T0>::type type; 51 struct vector< struct 57 typedef typename vector2< T0,T1 >::type type; 63 struct vector< struct 69 typedef typename vector3< T0,T1,T2 >::type type; 75 struct vector< struct 81 typedef typename vector4< T0,T1,T2,T3 >::type type; [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _vector.h | 101 # 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.c | 48 # define vector _STLP_PTR_IMPL_NAME(vector) macro 50 # define vector _STLP_NON_DBG_NAME(vector) macro
|
D | _hashtable.h | 89 _STLP_EXPORT_TEMPLATE_CLASS vector<_STLP_PRIV _Slist_node_base*, variable
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _vector.h | 37 # 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/tests/device/test-gnustl-full/unit/ |
D | bsearch_test.cpp | 32 int vector[100]; in bsearch1() local
|
/ndk/tests/device/test-stlport/unit/ |
D | bsearch_test.cpp | 32 int vector[100]; in bsearch1() local
|
/ndk/sources/cxx-stl/stlport/src/ |
D | locale_impl.h | 53 _STLP_EXPORT_TEMPLATE_CLASS vector<locale::facet*, allocator<locale::facet*> >; variable
|
D | dll_main.cpp | 131 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/ |
D | sed.h | 34 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 */
|
D | compile.c | 1035 compile_program(vector) in compile_program() argument
|
/ndk/sources/host-tools/make-3.81/ |
D | hash.c | 297 void **vector; in hash_dump() local
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 303 const TestingVector& vector) { in operator <<() 856 static bool VectorIsCorrupt(const TestingVector& vector) { in VectorIsCorrupt() 875 static bool VectorIsNotCorrupt(const TestingVector& vector) { in VectorIsNotCorrupt() 879 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) { in RangeIsShuffled() 889 const TestingVector& vector, int begin, int end) { in RangeIsUnshuffled() 893 static bool VectorIsShuffled(const TestingVector& vector) { in VectorIsShuffled() 897 static bool VectorIsUnshuffled(const TestingVector& vector) { in VectorIsUnshuffled() 6781 SequenceTestingListener(std::vector<std::string>* vector, const char* id) in SequenceTestingListener()
|