/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/webrtc/webrtc/common_audio/signal_processing/ |
D | min_max_operations.c | 37 int16_t WebRtcSpl_MaxAbsValueW16C(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW16C() 60 int32_t WebRtcSpl_MaxAbsValueW32C(const int32_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW32C() 82 int16_t WebRtcSpl_MaxValueW16C(const int16_t* vector, size_t length) { in WebRtcSpl_MaxValueW16C() 96 int32_t WebRtcSpl_MaxValueW32C(const int32_t* vector, size_t length) { in WebRtcSpl_MaxValueW32C() 110 int16_t WebRtcSpl_MinValueW16C(const int16_t* vector, size_t length) { in WebRtcSpl_MinValueW16C() 124 int32_t WebRtcSpl_MinValueW32C(const int32_t* vector, size_t length) { in WebRtcSpl_MinValueW32C() 138 size_t WebRtcSpl_MaxAbsIndexW16(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsIndexW16() 159 size_t WebRtcSpl_MaxIndexW16(const int16_t* vector, size_t length) { in WebRtcSpl_MaxIndexW16() 176 size_t WebRtcSpl_MaxIndexW32(const int32_t* vector, size_t length) { in WebRtcSpl_MaxIndexW32() 193 size_t WebRtcSpl_MinIndexW16(const int16_t* vector, size_t length) { in WebRtcSpl_MinIndexW16() [all …]
|
D | min_max_operations_mips.c | 24 int16_t WebRtcSpl_MaxAbsValueW16_mips(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW16_mips() 226 int32_t WebRtcSpl_MaxAbsValueW32_mips(const int32_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW32_mips() 262 int16_t WebRtcSpl_MaxValueW16_mips(const int16_t* vector, size_t length) { in WebRtcSpl_MaxValueW16_mips() 291 int32_t WebRtcSpl_MaxValueW32_mips(const int32_t* vector, size_t length) { in WebRtcSpl_MaxValueW32_mips() 320 int16_t WebRtcSpl_MinValueW16_mips(const int16_t* vector, size_t length) { in WebRtcSpl_MinValueW16_mips() 350 int32_t WebRtcSpl_MinValueW32_mips(const int32_t* vector, size_t length) { in WebRtcSpl_MinValueW32_mips()
|
D | min_max_operations_neon.c | 18 int16_t WebRtcSpl_MaxAbsValueW16Neon(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW16Neon() 71 int32_t WebRtcSpl_MaxAbsValueW32Neon(const int32_t* vector, size_t length) { in WebRtcSpl_MaxAbsValueW32Neon() 126 int16_t WebRtcSpl_MaxValueW16Neon(const int16_t* vector, size_t length) { in WebRtcSpl_MaxValueW16Neon() 164 int32_t WebRtcSpl_MaxValueW32Neon(const int32_t* vector, size_t length) { in WebRtcSpl_MaxValueW32Neon() 206 int16_t WebRtcSpl_MinValueW16Neon(const int16_t* vector, size_t length) { in WebRtcSpl_MinValueW16Neon() 244 int32_t WebRtcSpl_MinValueW32Neon(const int32_t* vector, size_t length) { in WebRtcSpl_MinValueW32Neon()
|
D | copy_set_operations.c | 74 void WebRtcSpl_ZerosArrayW16(int16_t *vector, size_t length) in WebRtcSpl_ZerosArrayW16() 79 void WebRtcSpl_ZerosArrayW32(int32_t *vector, size_t 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); argument 12 typedef vector< float, float, float > vector3f; argument 16 vector3f position; argument
|
/external/v8/src/ |
D | type-feedback-vector.h | 330 FeedbackNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in FeedbackNexus() 332 FeedbackNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in FeedbackNexus() 340 TypeFeedbackVector* vector() const { in vector() function 399 CallICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in CallICNexus() 403 CallICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in CallICNexus() 434 LoadICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in LoadICNexus() 442 LoadICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in LoadICNexus() 459 KeyedLoadICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in KeyedLoadICNexus() 463 KeyedLoadICNexus(TypeFeedbackVector* vector, FeedbackVectorSlot slot) in KeyedLoadICNexus() 484 StoreICNexus(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot) in StoreICNexus() [all …]
|
/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/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/tpm2/ |
D | bits.h | 10 #define CLEAR_BIT(bit, vector) BitClear((bit), (BYTE *)&(vector), sizeof(vector)) argument 11 #define SET_BIT(bit, vector) BitSet((bit), (BYTE *)&(vector), sizeof(vector)) argument 12 #define TEST_BIT(bit, vector) BitIsSet((bit), (BYTE *)&(vector), sizeof(vector)) argument
|
/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/v8/src/runtime/ |
D | runtime-uri.cc | 72 Vector<const Char> vector = string->GetCharVector<Char>(); in UnescapeSlow() local 95 Vector<const Char> vector = string->GetCharVector<Char>(); in UnescapeSlow() local 108 Vector<const Char> vector = string->GetCharVector<Char>(); in UnescapeSlow() local 133 int URIUnescape::UnescapeChar(Vector<const Char> vector, int i, int length, in UnescapeChar() 204 Vector<const Char> vector = string->GetCharVector<Char>(); in Escape() local 232 Vector<const Char> vector = string->GetCharVector<Char>(); in Escape() local
|
/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/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/libbrillo/brillo/streams/ |
D | memory_containers.h | 156 explicit VectorPtr(std::vector<T>* vector) : vector_ptr_(vector) {} in VectorPtr() 186 explicit ReadOnlyVectorRef(const std::vector<T>& vector) in ReadOnlyVectorRef() 210 explicit ReadOnlyVectorCopy(std::vector<T> vector) in ReadOnlyVectorCopy()
|
/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/v8/test/cctest/ |
D | test-feedback-vector.h | 18 explicit FeedbackVectorHelper(Handle<TypeFeedbackVector> vector) in FeedbackVectorHelper() 29 Handle<TypeFeedbackVector> vector() { return vector_; } in vector() function
|
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/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/clang/test/SemaCXX/ |
D | libstdcxx_explicit_init_list_hack.cpp | 10 class vector { class 12 explicit vector() {} // expected-warning 2 {{should not be explicit}} in vector() function in std::__debug::vector
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 625 .. _dss_arrayref: 627 llvm/ADT/ArrayRef.h 638 Fixed Size Arrays 647 Heap Allocated Arrays 661 llvm/ADT/TinyPtrVector.h 673 llvm/ADT/SmallVector.h 726 <vector> 758 .. _dss_deque: 760 <deque> 774 <list> [all …]
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 40 ThreadClock vector(0); in TEST() local 90 ThreadClock vector(0); in TEST() local 102 ThreadClock vector(1); in TEST() local 152 ThreadClock vector(10); in TEST() local 181 ThreadClock vector(100); in TEST() local
|
/external/v8/test/cctest/interpreter/ |
D | test-bytecode-generator.cc | 886 Handle<i::TypeFeedbackVector> vector = in TEST() local 1113 Handle<i::TypeFeedbackVector> vector = in TEST() local 1377 Handle<i::TypeFeedbackVector> vector = in TEST() local 1478 Handle<i::TypeFeedbackVector> vector = in TEST() local 1589 Handle<i::TypeFeedbackVector> vector = in TEST() local 1713 Handle<i::TypeFeedbackVector> vector = in TEST() local 3132 Handle<i::TypeFeedbackVector> vector = in TEST() local 3308 Handle<i::TypeFeedbackVector> vector = in TEST() local 3379 Handle<i::TypeFeedbackVector> vector = in TEST() local 3443 Handle<i::TypeFeedbackVector> vector = in TEST() local [all …]
|