/external/clang/test/Modules/Inputs/submodules/ |
vector.h | 1 template<typename T> class vector { }; class
|
/external/chromium_org/third_party/qcms/src/ |
matrix.h | 27 struct vector { struct 31 struct vector matrix_eval(struct matrix mat, struct vector v);
|
/external/clang/test/Modules/Inputs/ |
module_private_left.h | 16 __module_private__ class vector; 19 __module_private__ class vector { class 22 vector<float> vec_float;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
vector.hpp | 9 // Preprocessed version of "boost/mpl/vector.hpp" header 22 struct vector; 27 struct vector< struct in namespace:boost::mpl 39 struct vector< struct in namespace:boost::mpl 51 struct vector< struct in namespace:boost::mpl 63 struct vector< struct in namespace:boost::mpl 75 struct vector< struct in namespace:boost::mpl 87 struct vector< struct in namespace:boost::mpl 100 struct vector< struct in namespace:boost::mpl 113 struct vector< struct in namespace:boost::mpl 126 struct vector< struct in namespace:boost::mpl 139 struct vector< struct in namespace:boost::mpl 152 struct vector< struct in namespace:boost::mpl 166 struct vector< struct in namespace:boost::mpl 180 struct vector< struct in namespace:boost::mpl 194 struct vector< struct in namespace:boost::mpl 208 struct vector< struct in namespace:boost::mpl 222 struct vector< struct in namespace:boost::mpl 239 struct vector< struct in namespace:boost::mpl 257 struct vector< struct in namespace:boost::mpl 275 struct vector< struct in namespace:boost::mpl 293 struct vector< struct in namespace:boost::mpl 313 struct vector struct in namespace:boost::mpl [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.alias/ |
p2.cpp | 15 template<class T, class A> struct vector { /* ... */ }; struct in namespace:StdExample 19 template<class T> using Vec = vector<T, Alloc<T>>; 27 void process(vector<T, Alloc<T>>& w) // expected-error {{redefinition of 'process'}} 38 g(v); // OK: TT = vector 42 // v's type is same as vector<int, Alloc<int>>. 43 using VTest = vector<int, Alloc<int>>;
|
/external/clang/test/CodeCompletion/ |
templates.cpp | 9 class vector : Alloc { class in namespace:std 14 template<typename Alloc> class vector<bool, Alloc>; 18 std::vector<int> v; 22 // CHECK-CC1-NEXT: vector<<#typename T#>{#, <#typename Alloc#>#}>
|
/external/chromium_org/base/ |
stl_util_unittest.cc | 24 std::vector<int> vector; local 25 vector.push_back(1); 26 vector.push_back(1); 27 vector.push_back(4); 28 vector.push_back(64); 29 vector.push_back(12432); 30 EXPECT_TRUE(STLIsSorted(vector)); 31 vector.back() = 1; 32 EXPECT_FALSE(STLIsSorted(vector)); [all...] |
/external/clang/test/SemaCXX/ |
for-range-unused.cpp | 6 struct Vector { 19 Vector<int> vector; local 20 vector.doIt(); // expected-note {{here}}
|
/external/clang/test/SemaTemplate/ |
qualified-names-diag.cpp | 4 template<typename T> class vector { }; // expected-note{{candidate}} class in namespace:std 13 std::vector<INT> v1; 14 vector<Real> v2;
|
/external/javassist/sample/vector/ |
Sample.java | 1 package sample.vector;
3 public class Sample extends java.util.Vector {
|
Sample2.java | 1 package sample.vector;
3 public class Sample2 extends java.util.Vector {
|
/external/stlport/test/unit/ |
bsearch_test.cpp | 32 int vector[100]; local 34 vector[i] = i; 35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42));
|
/ndk/tests/device/test-gnustl-full/unit/ |
bsearch_test.cpp | 32 int vector[100]; local 34 vector[i] = i; 35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42));
|
/ndk/tests/device/test-stlport/unit/ |
bsearch_test.cpp | 32 int vector[100]; local 34 vector[i] = i; 35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42));
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
TextStream.h | 31 #include "wtf/Vector.h" 80 TextStream& operator<<(TextStream& ts, const Vector<Item>& vector) 84 unsigned size = vector.size(); 86 ts << vector[i]; local
|
/external/clang/test/CodeGenCXX/ |
mangle-alias-template.cpp | 5 template<typename T, typename A = Alloc<T>> struct vector {}; struct 7 template<typename T> using Vec = vector<T>; 20 vector<int> VI;
|
/external/clang/test/Index/ |
complete-exprs.cpp | 11 class vector { class 13 vector(const T &, unsigned n); 15 vector(InputIterator first, InputIterator last); 18 template<typename T> void vector<T>::push_back(const T&) { } 26 vector<int>(foo(), foo()); 59 // CHECK-CC1: ClassTemplate:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >} (50) 60 // CHECK-CC1: CXXConstructor:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder const T &}{Comma , }{Placeholder unsigned int n}{RightParen )} (50) 61 // CHECK-CC1: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50) 67 // CHECK-CC2: ClassTemplate:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >} (50) 73 // CHECK-CC3: ClassTemplate:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >} (50 [all...] |
/external/clang/test/Sema/ |
implicit-decl.c | 9 int32_t *vector[16]; local 12 if (_CFCalendarDecomposeAbsoluteTimeV(compDesc, vector, compCount)) { // expected-note {{previous implicit declaration is here}} \ 21 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t count) { // expected-error{{conflicting types for '_CFCalendarDecomposeAbsoluteTimeV'}}
|
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_clock_test.cc | 38 ThreadClock vector; local 40 CHECK_EQ(vector.size(), 0); 42 vector.acquire(&chunked); 43 CHECK_EQ(vector.size(), 0); 45 vector.release(&chunked); 46 CHECK_EQ(vector.size(), 0); 48 vector.acq_rel(&chunked); 49 CHECK_EQ(vector.size(), 0); 73 ThreadClock vector; local 74 vector.tick(i) 80 ThreadClock vector; local [all...] |
/external/eigen/Eigen/src/StlSupport/ |
StdVector.h | 18 * std::vector such that for data types with alignment issues the correct allocator 25 class vector<__VA_ARGS__, std::allocator<__VA_ARGS__> > \ 26 : public vector<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > \ 28 typedef vector<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > vector_base; \ 34 explicit vector(const allocator_type& a = allocator_type()) : vector_base(a) {} \ 36 vector(InputIterator first, InputIterator last, const allocator_type& a = allocator_type()) : vector_base(first, last, a) {} \ 37 vector(const vector& c) : vector_base(c) {} \ 38 explicit vector(size_type num, const value_type& val = value_type()) : vector_base(num, val) {} \ 39 vector(iterator start, iterator end) : vector_base(start, end) {} 69 class vector<T,EIGEN_ALIGNED_ALLOCATOR<T> > class in namespace:std [all...] |
/system/core/libutils/tests/ |
Vector_test.cpp | 19 #include <utils/Vector.h> 40 Vector<int> vector; local 41 Vector<int> other; 42 vector.setCapacity(8); 44 vector.add(1); 45 vector.add(2); 46 vector.add(3); 48 EXPECT_EQ(vector.size(), 3); 50 // copy the vector [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
CompactHTMLToken.cpp | 37 Vector<Attribute> vector; member in struct:WebCore::SameSizeAsCompactHTMLToken 57 // size of CompactHTMLToken, we just use the m_attributes vector. 66 for (Vector<HTMLToken::Attribute>::const_iterator it = token->attributes().begin(); it != token->attributes().end(); ++it) 95 for (Vector<Attribute>::const_iterator it = m_attributes.begin(); it != m_attributes.end(); ++it) {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
assocdat.c | 39 assoc_data_item *vector; member in struct:yasm__assoc_data 52 assoc_data->vector = yasm_xmalloc(assoc_data->alloc * 68 if (assoc_data->vector[i].callback == callback) 69 return assoc_data->vector[i].data; 90 if (assoc_data->vector[i].callback == callback) 91 item = &assoc_data->vector[i]; 99 assoc_data->vector = 100 yasm_xrealloc(assoc_data->vector, 103 item = &assoc_data->vector[assoc_data->size-1]; 126 assoc_data->vector[i].callback->destroy(assoc_data->vector[i].data) [all...] |
/external/clang/test/Misc/ |
diag-template-diffing-cxx98.cpp | 40 class vector{}; class in namespace:qualifiers 42 void bar(const vector<int>*) {} 44 void test(volatile vector<int>* V) { 48 // CHECK: candidate template ignored: deduced conflicting types for parameter 'T' ('const vector<[...]>' vs. 'volatile vector<[...]>')
|
/external/stlport/src/ |
locale_impl.h | 23 #include <vector> 33 //If we are using pointer specialization, vector<locale::facet*> will use 34 //the already exported vector<void*> implementation. 46 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector) 53 _STLP_EXPORT_TEMPLATE_CLASS vector<locale::facet*, allocator<locale::facet*> >; variable 112 vector<locale::facet*> facets_vec;
|