Searched refs:vector (Results 1 - 25 of 11757) sorted by relevance

1234567891011>>

/external/clang/test/Driver/
H A Dnostdincxx.cpp3 #include <vector>
/external/stlport/test/unit/
H A Dvector_header_test.cpp8 #include <vector>
/external/clang/test/CodeGen/
H A Daltivec.c5 vector int test0 = (vector int)(1); // CHECK: @test0 = global <4 x i32> <i32 1, i32 1, i32 1, i32 1>
6 vector float test1 = (vector float)(1.0); // CHECK: @test1 = global <4 x float> <float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}, float 1.000000e+{{0+}}>
9 vector char v1 = (vector char)((vector int)(1, 2, 3, 4));
11 vector char v2 = (vector char)((vector floa
[all...]
/external/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/
H A Dcontainer.fail.cpp19 #include <vector>
23 std::back_insert_iterator<std::vector<int> > i = std::vector<int>();
/external/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp21 template<typename> class vector {}; class
23 void set15(vector<const vector<int> >) {}
25 set15(vector<const vector<const int> >());
27 // CHECK: {{.*}}candidate function not viable: no known conversion from 'vector<const vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}int>>' to 'vector<const vector<int>>' for 1st argument
29 // TREE: vector<
[all...]
/external/chromium_org/tools/gyp/test/mac/framework/TestFramework/
H A DObjCVectorInternal.h5 #include <vector>
8 std::vector<id> v;
/external/libcxx/test/containers/sequences/vector/
H A Dconst_value_type.pass.cpp10 // <vector>
12 // vector<const int> v; // an extension
14 #include <vector>
20 std::vector<const int> v = {1, 2, 3};
/external/libcxx/test/containers/sequences/vector/vector.cons/
H A Ddefault.recursive.pass.cpp10 // <vector>
11 // class vector
12 // vector();
14 #include <vector>
18 std::vector<X> q;
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.h31 #include <vector>
45 LodePNGInfo getPNGHeaderInfo(const std::vector<unsigned char>& png);
51 unsigned getChunkInfo(std::vector<std::string>& names, std::vector<size_t>& sizes,
52 const std::vector<unsigned char>& png);
61 unsigned getChunks(std::vector<std::string> names[3],
62 std::vector<std::vector<unsigned char> > chunks[3],
63 const std::vector<unsigned char>& png);
73 unsigned insertChunks(std::vector<unsigne
[all...]
/external/ceres-solver/include/ceres/
H A Dcrs_matrix.h34 #include <vector>
77 vector<int> cols;
78 vector<int> rows;
79 vector<double> values;
/external/chromium_org/testing/gtest/test/
H A Dgtest-typed-test2_test.cc32 #include <vector>
43 testing::Types<std::vector<int> >);
/external/gtest/test/
H A Dgtest-typed-test2_test.cc32 #include <vector>
43 testing::Types<std::vector<int> >);
/external/chromium_org/chrome/browser/install_verification/win/
H A Dloaded_modules_snapshot.h10 #include <vector>
15 bool GetLoadedModulesSnapshot(std::vector<HMODULE>* snapshot);
/external/chromium_org/chrome/renderer/media/
H A Dchrome_key_systems.h8 #include <vector>
12 void AddChromeKeySystems(std::vector<content::KeySystemInfo>* key_systems_info);
/external/chromium_org/third_party/ots/src/
H A Dloca.h8 #include <vector>
15 std::vector<uint32_t> offsets;
/external/clang/lib/Headers/
H A Daltivec.h39 static vector signed char __ATTRS_o_ai
40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
42 static vector unsigned char __ATTRS_o_ai
43 vec_perm(vector unsigned char __a,
44 vector unsigned char __b,
45 vector unsigned char __c);
47 static vector bool char __ATTRS_o_ai
48 vec_perm(vector boo
[all...]
/external/clang/test/Parser/
H A Dcxx-altivec.cpp27 vector char v_c;
28 vector signed char v_sc;
29 vector unsigned char v_uc;
30 vector short v_s;
31 vector signed short v_ss;
32 vector unsigned short v_us;
33 vector short int v_si;
34 vector signed short int v_ssi;
35 vector unsigned short int v_usi;
36 vector in
[all...]
H A Daltivec.c27 vector char v_c;
28 vector signed char v_sc;
29 vector unsigned char v_uc;
30 vector short v_s;
31 vector signed short v_ss;
32 vector unsigned short v_us;
33 vector short int v_si;
34 vector signed short int v_ssi;
35 vector unsigned short int v_usi;
36 vector in
[all...]
/external/eigen/demos/opengl/
H A Dicosphere.h14 #include <vector>
20 const std::vector<Eigen::Vector3f>& vertices() const { return mVertices; }
21 const std::vector<int>& indices(int level) const;
25 std::vector<Eigen::Vector3f> mVertices;
26 std::vector<std::vector<int>*> mIndices;
27 std::vector<int> mListIds;
/external/clang/test/SemaCXX/
H A Daltivec.cpp1 // RUN: %clang_cc1 -faltivec -fno-lax-vector-conversions -triple powerpc-unknown-unknown -fcxx-exceptions -verify %s
5 void test_vec_step(vector short arg1) {
6 vector bool char vbc;
7 vector signed char vsc;
8 vector unsigned char vuc;
9 vector bool short vbs;
10 vector short vs;
11 vector unsigned short vus;
12 vector pixel vp;
13 vector boo
[all...]
/external/chromium_org/tools/relocation_packer/src/
H A Dpacker.h48 #include <vector>
60 // |relocations| is a vector of relative relocation structs.
61 // |packed| is the vector of packed bytes into which relocations are packed.
62 static void PackRelativeRelocations(const std::vector<ELF::Rel>& relocations,
63 std::vector<uint8_t>* packed);
64 static void PackRelativeRelocations(const std::vector<ELF::Rela>& relocations,
65 std::vector<uint8_t>* packed);
68 // |packed| is the vector of packed relocations.
69 // |relocations| is a vector of unpacked relative relocation structs.
70 static void UnpackRelativeRelocations(const std::vector<uint8_
[all...]
H A Ddelta_encoder.h53 #include <vector>
66 // |relocations| is a vector of relative relocation with addend structs.
67 // |packed| is the vector of packed words into which relocations are packed.
68 static void Encode(const std::vector<ELF::Rela>& relocations,
69 std::vector<ELF::Sxword>* packed);
72 // |packed| is the vector of packed relocations.
73 // |relocations| is a vector of unpacked relative relocations.
74 static void Decode(const std::vector<ELF::Sxword>& packed,
75 std::vector<ELF::Rela>* relocations);
H A Drun_length_encoder.h44 // count pairs. A final run-length encoded relative relocations vector
55 #include <vector>
67 // |relocations| is a vector of relative relocation structs.
68 // |packed| is the vector of packed words into which relocations are packed.
69 static void Encode(const std::vector<ELF::Rel>& relocations,
70 std::vector<ELF::Xword>* packed);
73 // |packed| is the vector of packed relocations.
74 // |relocations| is a vector of unpacked relative relocation structs.
75 static void Decode(const std::vector<ELF::Xword>& packed,
76 std::vector<EL
[all...]
/external/chromium_org/ash/touch/
H A Dtouchscreen_util.h8 #include <vector>
19 std::vector<DisplayInfo>* displays,
20 const std::vector<ui::TouchscreenDevice>& touchscreens);
/external/chromium_org/chrome/common/net/
H A Dpredictor_common.h12 #include <vector>
20 // Each element of this vector is a hostname that needs to be looked up.
22 typedef std::vector<std::string> NameList;
26 typedef std::vector<GURL> UrlList;

Completed in 1222 milliseconds

1234567891011>>