| /external/clang/test/SemaObjCXX/ |
| D | instantiate-stmt.mm | 34 struct vector {}; struct 41 // expected-error{{the type 'vector' is not a pointer to a fast-enumerable object}} argument 60 template void fast_enumeration_test<NSString *>(vector); // expected-note{{in instantiation of}} argument 65 void try_catch_finally_test(U value) { 76 template void try_catch_finally_test<NSString *>(int); 77 template void try_catch_finally_test<NSString *>(int*); // expected-note{{in instantiation of}} 78 …iation of function template specialization 'try_catch_finally_test<NSString, int>' requested here}}
|
| /external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
| D | min_max_operations.c | 36 int16_t WebRtcSpl_MaxAbsValueW16C(const int16_t* vector, int length) { in WebRtcSpl_MaxAbsValueW16C() 60 int32_t WebRtcSpl_MaxAbsValueW32C(const int32_t* vector, int length) { in WebRtcSpl_MaxAbsValueW32C() 84 int16_t WebRtcSpl_MaxValueW16C(const int16_t* vector, int length) { in WebRtcSpl_MaxValueW16C() 100 int32_t WebRtcSpl_MaxValueW32C(const int32_t* vector, int length) { in WebRtcSpl_MaxValueW32C() 116 int16_t WebRtcSpl_MinValueW16C(const int16_t* vector, int length) { in WebRtcSpl_MinValueW16C() 132 int32_t WebRtcSpl_MinValueW32C(const int32_t* vector, int length) { in WebRtcSpl_MinValueW32C() 148 int WebRtcSpl_MaxAbsIndexW16(const int16_t* vector, int length) { in WebRtcSpl_MaxAbsIndexW16() 170 int WebRtcSpl_MaxIndexW16(const int16_t* vector, int length) { in WebRtcSpl_MaxIndexW16() 189 int WebRtcSpl_MaxIndexW32(const int32_t* vector, int length) { in WebRtcSpl_MaxIndexW32() 208 int WebRtcSpl_MinIndexW16(const int16_t* vector, int length) { in WebRtcSpl_MinIndexW16() [all …]
|
| D | min_max_operations_mips.c | 22 int16_t WebRtcSpl_MaxAbsValueW16_mips(const int16_t* vector, int length) { in WebRtcSpl_MaxAbsValueW16_mips() 225 int32_t WebRtcSpl_MaxAbsValueW32_mips(const int32_t* vector, int length) { in WebRtcSpl_MaxAbsValueW32_mips() 263 int16_t WebRtcSpl_MaxValueW16_mips(const int16_t* vector, int length) { in WebRtcSpl_MaxValueW16_mips() 294 int32_t WebRtcSpl_MaxValueW32_mips(const int32_t* vector, int length) { in WebRtcSpl_MaxValueW32_mips() 325 int16_t WebRtcSpl_MinValueW16_mips(const int16_t* vector, int length) { in WebRtcSpl_MinValueW16_mips() 357 int32_t WebRtcSpl_MinValueW32_mips(const int32_t* vector, int length) { in WebRtcSpl_MinValueW32_mips()
|
| D | copy_set_operations.c | 72 void WebRtcSpl_ZerosArrayW16(int16_t *vector, int length) in WebRtcSpl_ZerosArrayW16() 77 void WebRtcSpl_ZerosArrayW32(int32_t *vector, int length) in WebRtcSpl_ZerosArrayW32()
|
| /external/clang/test/CodeGenObjCXX/ |
| D | encode.mm | 7 template <typename T1, typename T2, typename T3> struct vector { struct 8 vector(); argument 9 vector(T1,T2,T3); field 12 typedef vector< float, float, float > vector3f; argument 16 vector3f position; argument
|
| /external/webrtc/src/common_audio/signal_processing/ |
| D | min_max_operations.c | 34 WebRtc_Word16 WebRtcSpl_MaxAbsValueW16(const WebRtc_Word16 *vector, WebRtc_Word16 length) in WebRtcSpl_MaxAbsValueW16() 58 WebRtc_Word16 WebRtcSpl_MaxAbsIndexW16(G_CONST WebRtc_Word16* vector, WebRtc_Word16 length) in WebRtcSpl_MaxAbsIndexW16() 82 WebRtc_Word32 WebRtcSpl_MaxAbsValueW32(G_CONST WebRtc_Word32 *vector, WebRtc_Word16 length) in WebRtcSpl_MaxAbsValueW32() 105 WebRtc_Word16 WebRtcSpl_MaxValueW16(G_CONST WebRtc_Word16* vector, WebRtc_Word16 length) in WebRtcSpl_MaxValueW16() 124 WebRtc_Word16 WebRtcSpl_MaxIndexW16(G_CONST WebRtc_Word16 *vector, WebRtc_Word16 length) in WebRtcSpl_MaxIndexW16() 145 WebRtc_Word32 WebRtcSpl_MaxValueW32(G_CONST WebRtc_Word32* vector, WebRtc_Word16 length) in WebRtcSpl_MaxValueW32() 164 WebRtc_Word16 WebRtcSpl_MaxIndexW32(G_CONST WebRtc_Word32* vector, WebRtc_Word16 length) in WebRtcSpl_MaxIndexW32() 184 WebRtc_Word16 WebRtcSpl_MinValueW16(G_CONST WebRtc_Word16 *vector, WebRtc_Word16 length) in WebRtcSpl_MinValueW16() 202 WebRtc_Word16 WebRtcSpl_MinIndexW16(G_CONST WebRtc_Word16* vector, WebRtc_Word16 length) in WebRtcSpl_MinIndexW16() 226 WebRtc_Word32 WebRtcSpl_MinValueW32(G_CONST WebRtc_Word32 *vector, WebRtc_Word16 length) in WebRtcSpl_MinValueW32() [all …]
|
| D | copy_set_operations.c | 76 WebRtc_Word16 WebRtcSpl_ZerosArrayW16(WebRtc_Word16 *vector, WebRtc_Word16 length) in WebRtcSpl_ZerosArrayW16() 82 WebRtc_Word16 WebRtcSpl_ZerosArrayW32(WebRtc_Word32 *vector, WebRtc_Word16 length) in WebRtcSpl_ZerosArrayW32() 88 WebRtc_Word16 WebRtcSpl_OnesArrayW16(WebRtc_Word16 *vector, WebRtc_Word16 length) in WebRtcSpl_OnesArrayW16() 99 WebRtc_Word16 WebRtcSpl_OnesArrayW32(WebRtc_Word32 *vector, WebRtc_Word16 length) in WebRtcSpl_OnesArrayW32()
|
| /external/clang/test/Index/ |
| D | index-templates.cpp | 9 class vector { class 14 class vector<T*> { }; class 18 template class vector<Z1>; variable 23 class vector<Z2> { class 47 template class vector<int*>; variable
|
| D | comment-cplus-decls.cpp | 129 template<class T> class vector { class 131 vector(int i) {} in vector() function in test3::vector
|
| /external/aac/libFDK/src/ |
| D | scale.cpp | 120 void scaleValues(FIXP_SGL *vector, /*!< Vector */ in scaleValues() 170 void scaleValues(FIXP_DBL *vector, /*!< Vector */ in scaleValues() 281 FIXP_DBL *vector, in scaleValuesWithFactor() 347 INT getScalefactorShort(const SHORT *vector, /*!< Pointer to input vector */ in getScalefactorShort() 373 INT getScalefactorPCM(const INT_PCM *vector, /*!< Pointer to input vector */ in getScalefactorPCM() 399 INT getScalefactorShort(const SHORT *vector, /*!< Pointer to input vector */ in getScalefactorShort() 429 INT getScalefactor(const FIXP_DBL *vector, /*!< Pointer to input vector */ in getScalefactor() 447 INT getScalefactor(const FIXP_SGL *vector, /*!< Pointer to input vector */ in getScalefactor()
|
| /external/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 …]
|
| /external/chromium_org/third_party/qcms/src/ |
| D | matrix.h | 27 struct vector { struct 31 struct vector matrix_eval(struct matrix mat, struct vector v); argument
|
| /external/chromium_org/v8/src/ |
| D | uri.h | 92 Vector<const Char> vector = GetCharVector<Char>(string); in UnescapeSlow() local 114 Vector<const Char> vector = GetCharVector<Char>(string); in UnescapeSlow() local 126 Vector<const Char> vector = GetCharVector<Char>(string); in UnescapeSlow() local 151 int URIUnescape::UnescapeChar(Vector<const Char> vector, in UnescapeChar() 234 Vector<const Char> vector = GetCharVector<Char>(string); in Escape() local 262 Vector<const Char> vector = GetCharVector<Char>(string); in Escape() local
|
| /external/clang/test/Sema/ |
| D | implicit-decl.c | 9 int32_t *vector[16]; in func() local 21 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t coun… in _CFCalendarDecomposeAbsoluteTimeV()
|
| /external/clang/test/SemaCXX/ |
| D | cxx0x-initializer-stdinitializerlist-system-header.cpp | 10 class vector { class 12 explicit vector() {} // expected-warning{{should not be explicit}} in vector() function in std::__debug::vector
|
| /external/antlr/antlr-3.4/runtime/C/src/ |
| D | antlr3collections.c | 1056 pANTLR3_VECTOR vector; in antlr3VectorNew() local 1078 antlr3SetVectorApi (pANTLR3_VECTOR vector, ANTLR3_UINT32 sizeHint) in antlr3SetVectorApi() 1136 antlr3VectorClear (pANTLR3_VECTOR vector) in antlr3VectorClear() 1161 void ANTLR3_CDECL antlr3VectorFree (pANTLR3_VECTOR vector) in antlr3VectorFree() 1195 static void antlr3VectorDel (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry) in antlr3VectorDel() 1231 static void * antlr3VectorGet (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry) in antlr3VectorGet() 1250 static void * antrl3VectorRemove (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry) in antrl3VectorRemove() 1289 antlr3VectorResize (pANTLR3_VECTOR vector, ANTLR3_UINT32 hint) in antlr3VectorResize() 1332 static ANTLR3_UINT32 antlr3VectorAdd (pANTLR3_VECTOR vector, void * element, void (ANTLR3_CD… in antlr3VectorAdd() 1356 antlr3VectorSet (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry, void * element, void (ANTLR3_CDECL… in antlr3VectorSet() [all …]
|
| /external/eigen/Eigen/src/Eigen2Support/Geometry/ |
| D | Translation.h | 70 explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {} in Translation() 72 const VectorType& vector() const { return m_coeffs; } in vector() function 73 VectorType& vector() { return m_coeffs; } in vector() function
|
| /external/ppp/pppd/plugins/radius/ |
| D | sendserver.c | 40 unsigned char *buf, *vector, *lenptr; in rc_pack_list() local 210 unsigned char vector[AUTH_VECTOR_LEN]; in rc_send_server() local 396 unsigned char *vector, unsigned char seq_nbr) in rc_check_reply() 483 static void rc_random_vector (unsigned char *vector) in rc_random_vector()
|
| /external/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
|
| /external/eigen/Eigen/src/Geometry/ |
| D | Translation.h | 71 explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {} in Translation() 87 const VectorType& vector() const { return m_coeffs; } in vector() function 88 VectorType& vector() { return m_coeffs; } in vector() function
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
| D | compat.hpp | 41 class vector { class 62 vector() : p(NULL), n(0) { in vector() function in clover::compat::vector 65 vector(const vector &v) : p(alloc(v.n, v.p, v.n)), n(v.n) { in vector() function in clover::compat::vector 68 vector(T *p, size_t n) : p(alloc(n, p, n)), n(n) { in vector() function in clover::compat::vector 72 vector(const C &v) : in vector() function in clover::compat::vector
|
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| D | PromiseTracker.cpp | 78 static int indexOf(PromiseTracker::PromiseDataVector* vector, const ScopedPersistent<v8::Object>& p… in indexOf() 131 PromiseTracker::PromiseDataVector* vector = &it->value; in didRemovePromise() local 198 RawPtr<PromiseDataVector> vector = nullptr; in createPromiseDataIfNeeded() local 251 PromiseDataVector* vector = &it->value; in promises() local 280 const PromiseDataVector* vector = &it->value; in promiseById() local
|
| /external/mesa3d/src/gallium/state_trackers/clover/core/ |
| D | compat.hpp | 41 class vector { class 62 vector() : p(NULL), n(0) { in vector() function in clover::compat::vector 65 vector(const vector &v) : p(alloc(v.n, v.p, v.n)), n(v.n) { in vector() function in clover::compat::vector 68 vector(T *p, size_t n) : p(alloc(n, p, n)), n(n) { in vector() function in clover::compat::vector 72 vector(const C &v) : in vector() function in clover::compat::vector
|
| /external/chromium_org/v8/test/cctest/ |
| D | test-strtod.cc | 52 Vector<const char> vector; in TEST() local 462 Vector<const char> vector(buffer, pos); in TEST() local 475 Vector<const char> vector(buffer, pos); in TEST() local
|
| /external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
| D | HTMLParserIdioms.h | 42 String stripLeadingAndTrailingHTMLSpaces(const Vector<UChar, inlineCapacity>& vector) in stripLeadingAndTrailingHTMLSpaces() 121 inline static String attemptStaticStringCreation(const Vector<UChar, inlineCapacity>& vector, Chara… in attemptStaticStringCreation()
|