/external/clang/lib/Headers/ |
altivec.h | 39 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 bool char __a, vector bool char __b, vector unsigned char __c) [all...] |
/prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/ |
altivec.h | 39 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 bool char __a, vector bool char __b, vector unsigned char __c) [all...] |
/prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/ |
altivec.h | 39 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 bool char __a, vector bool char __b, vector unsigned char __c) [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
altivec.h | 39 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 bool char __a, vector bool char __b, vector unsigned char __c) [all...] |
/prebuilts/sdk/tools/darwin/renderscript/clang-include/ |
altivec.h | 39 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 bool char __a, vector bool char __b, vector unsigned char __c) [all...] |
/prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/ |
altivec.h | 39 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 bool char __a, vector bool char __b, vector unsigned char __c) [all...] |
/prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/ |
altivec.h | 39 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 bool char __a, vector bool char __b, vector unsigned char __c) [all...] |
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
altivec.h | 39 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 bool char __a, vector bool char __b, vector unsigned char __c) [all...] |
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
altivec.h | 39 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 bool char __a, vector bool char __b, vector unsigned char __c) [all...] |
/external/clang/test/Modules/Inputs/submodules/ |
vector.h | 1 template<typename T> class vector { }; class
|
/build/tools/atree/ |
options.h | 5 #include <vector> 9 extern vector<string> g_listFiles; 10 extern vector<string> g_inputBases;
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
geometry_utils.h | 12 #include "Vector.h" 13 #include <vector> 17 std::vector<Vector3> positions; 18 std::vector<Vector3> normals; 19 std::vector<GLushort> indices; 26 std::vector<Vector3> positions; 27 std::vector<Vector3> normals; 28 std::vector<Vector2> texcoords; 29 std::vector<GLushort> indices;
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
MockDrmCryptoPlugin.h | 58 status_t openSession(Vector<uint8_t> &sessionId); 59 status_t closeSession(Vector<uint8_t> const &sessionId); 61 status_t getKeyRequest(Vector<uint8_t> const &sessionId, 62 Vector<uint8_t> const &initData, 65 Vector<uint8_t> &request, String8 &defaultUrl); 67 status_t provideKeyResponse(Vector<uint8_t> const &sessionId, 68 Vector<uint8_t> const &response, 69 Vector<uint8_t> &keySetId); 71 status_t removeKeys(Vector<uint8_t> const &keySetId); 73 status_t restoreKeys(Vector<uint8_t> const &sessionId [all...] |
/external/clang/test/Sema/ |
vector-assign.c | 15 v1 = v2; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2u' (vector of 2 'unsigned int' values)}} 16 v1 = v3; // expected-error {{assigning to 'v2s' (vector of 2 'int' values) from incompatible type 'v1s' (vector of 1 'int' value)}} 17 v1 = v4; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v2f' (vector of 2 'float' values)}} 18 v1 = v5; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v4ss' (vector of 4 'short' values)} [all...] |
/prebuilts/misc/common/swig/include/2.0.11/r/ |
std_vector.i | 11 struct traits_from_ptr<std::vector<double> > { 12 static SEXP from (std::vector<double > *val, int owner = 0) { 25 struct traits_from_ptr<std::vector<float> > { 26 static SEXP from (std::vector<float > *val, int owner = 0) { 39 struct traits_from_ptr<std::vector<unsigned int> > { 40 static SEXP from (std::vector<unsigned int > *val, int owner = 0) { 53 struct traits_from_ptr<std::vector<int> > { 54 static SEXP from (std::vector<int > *val, int owner = 0) { 68 struct traits_from_ptr<std::vector<bool> > { 69 static SEXP from (std::vector<bool> *val, int owner = 0) [all...] |
/frameworks/av/include/media/ |
IDrm.h | 41 virtual status_t openSession(Vector<uint8_t> &sessionId) = 0; 43 virtual status_t closeSession(Vector<uint8_t> const &sessionId) = 0; 46 getKeyRequest(Vector<uint8_t> const &sessionId, 47 Vector<uint8_t> const &initData, 50 Vector<uint8_t> &request, String8 &defaultUrl) = 0; 52 virtual status_t provideKeyResponse(Vector<uint8_t> const &sessionId, 53 Vector<uint8_t> const &response, 54 Vector<uint8_t> &keySetId) = 0; 56 virtual status_t removeKeys(Vector<uint8_t> const &keySetId) = 0; 58 virtual status_t restoreKeys(Vector<uint8_t> const &sessionId [all...] |
/cts/apps/CtsVerifier/include/colorchecker/ |
colorcheckertest.h | 20 #include <vector> 42 const std::vector<std::vector<Vec2f> >* getCheckerCenterAdd() const { 43 std::vector<std::vector<Vec2f> >* returnPositions = 44 new std::vector<std::vector<Vec2f> >( 45 4, std::vector<Vec2f>(6, Vec2f(0.f, 0.f))); 55 const std::vector<std::vector<float> >* getCheckerRadiusAdd() const [all...] |
/frameworks/av/media/libmediaplayerservice/ |
Drm.h | 46 virtual status_t openSession(Vector<uint8_t> &sessionId); 48 virtual status_t closeSession(Vector<uint8_t> const &sessionId); 51 getKeyRequest(Vector<uint8_t> const &sessionId, 52 Vector<uint8_t> const &initData, 55 Vector<uint8_t> &request, String8 &defaultUrl); 57 virtual status_t provideKeyResponse(Vector<uint8_t> const &sessionId, 58 Vector<uint8_t> const &response, 59 Vector<uint8_t> &keySetId); 61 virtual status_t removeKeys(Vector<uint8_t> const &keySetId); 63 virtual status_t restoreKeys(Vector<uint8_t> const &sessionId [all...] |
/ndk/tests/build/issue34613-neon/jni/ |
issue34613-neon.cpp | 1 #include <vector> 11 std::vector<float32_t> my_vector;
|
/external/clang/test/Parser/ |
altivec.c | 27 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 int v_i [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/ |
vector0.hpp | 17 #include <boost/mpl/vector/aux_/at.hpp> 18 #include <boost/mpl/vector/aux_/front.hpp> 19 #include <boost/mpl/vector/aux_/push_front.hpp> 20 #include <boost/mpl/vector/aux_/pop_front.hpp> 21 #include <boost/mpl/vector/aux_/push_back.hpp> 22 #include <boost/mpl/vector/aux_/pop_back.hpp> 23 #include <boost/mpl/vector/aux_/back.hpp> 24 #include <boost/mpl/vector/aux_/clear.hpp> 25 #include <boost/mpl/vector/aux_/O1_size.hpp> 26 #include <boost/mpl/vector/aux_/size.hpp [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
std_vector.i | 9 struct traits_asptr<std::vector<T> > { 10 static int asptr(VALUE obj, std::vector<T> **vec) { 11 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec); 16 struct traits_from<std::vector<T> > { 17 static VALUE from(const std::vector<T>& vec) { 18 return traits_from_stdseq<std::vector<T> >::from(vec); 37 %mixin std::vector "Enumerable"; 38 %ignore std::vector::push_back; 39 %ignore std::vector::pop_back; 42 %rename("delete") std::vector::__delete__ [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/tcmalloc/vendor/m4/ |
stl_namespace.m4 | 1 # We check what namespace stl code like vector expects to be executed in 10 AC_TRY_COMPILE([#include <vector>], 11 [vector<int> t; return 0;], 13 AC_TRY_COMPILE([#include <vector>], 14 [std::vector<int> t; return 0;], 19 [the namespace where STL code like vector<> is defined]) 23 [the namespace where STL code like vector<> is defined])
|
/external/cmockery/cmockery_0_1_2/m4/ |
stl_namespace.m4 | 1 # We check what namespace stl code like vector expects to be executed in 10 AC_TRY_COMPILE([#include <vector>], 11 [vector<int> t; return 0;], 13 AC_TRY_COMPILE([#include <vector>], 14 [std::vector<int> t; return 0;], 19 [the namespace where STL code like vector<> is defined]) 23 [the namespace where STL code like vector<> is defined])
|