/external/llvm/lib/TableGen/ |
TGParser.h | 36 std::vector<unsigned> Bits; 39 LetRecord(const std::string &N, const std::vector<unsigned> &B, Init *V, 57 std::vector<std::vector<LetRecord> > LetStack; 62 typedef std::vector<ForeachLoop> LoopVector; 108 const std::vector<unsigned> &BitList, Init *V); 110 const std::vector<unsigned> &BitList, Init *V) { 128 typedef std::vector<IterRecord> IterSet; 146 const std::vector<Init *> &TArgs, 147 std::vector<Init *> &TemplateVals [all...] |
/external/chromium_org/v8/src/ |
uri.h | 19 static INLINE(Vector<const Char> GetCharVector(Handle<String> string)); 23 Vector<const uint8_t> GetCharVector(Handle<String> string) { 31 Vector<const uc16> GetCharVector(Handle<String> string) { 54 static INLINE(int UnescapeChar(Vector<const Char> vector, 92 Vector<const Char> vector = GetCharVector<Char>(string); local 95 if (UnescapeChar(vector, i, length, &step) > 114 Vector<const Char> vector = GetCharVector<Char>(string) local 126 Vector<const Char> vector = GetCharVector<Char>(string); local 234 Vector<const Char> vector = GetCharVector<Char>(string); local 262 Vector<const Char> vector = GetCharVector<Char>(string); local [all...] |
/external/valgrind/main/none/tests/ppc32/ |
testVMX.c | 281 vector signed char v; 287 vector unsigned char v; 293 vector bool char v; 299 vector signed short v; 305 vector unsigned short v; 311 vector bool short v; 317 vector signed int v; 323 vector unsigned int v; 329 vector bool int v; 336 vector float v [all...] |
/external/ceres-solver/internal/ceres/ |
dynamic_numeric_diff_cost_function_test.cc | 75 vector<double> param_block_0(10, 0.0); 76 vector<double> param_block_1(5, 0.0); 84 vector<double> residuals(21, -100000); 85 vector<double*> parameter_blocks(2); 101 vector<double> param_block_0(10, 0.0); 105 vector<double> param_block_1(5, 0.0); 113 vector<double> residuals(21, -100000); 116 vector<double*> parameter_blocks(2); 121 vector<vector<double> > jacobian_vect(2) [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
vec2.js | 24 * @class 2 Dimensional Vector 32 * @returns {vec2} a new 2D vector 42 * Creates a new vec2 initialized with values from an existing vector 44 * @param {vec2} a vector to clone 45 * @returns {vec2} a new 2D vector 59 * @returns {vec2} a new 2D vector 71 * @param {vec2} out the receiving vector 72 * @param {vec2} a the source vector 84 * @param {vec2} out the receiving vector 98 * @param {vec2} out the receiving vector [all...] |
/frameworks/base/rs/java/android/renderscript/ |
Double4.java | 20 * Vector version of the basic double type. 47 * Vector add 64 * Vector add 76 * Vector add 88 * Vector add 105 * Vector subtraction 117 * Vector subtraction 129 * Vector subtraction 146 * Vector subtraction 163 * Vector multiplicatio [all...] |
Float4.java | 20 * Vector version of the basic float type. 47 * Vector add 64 * Vector add 76 * Vector add 88 * Vector add 105 * Vector subtraction 117 * Vector subtraction 129 * Vector subtraction 146 * Vector subtraction 163 * Vector multiplicatio [all...] |
/external/jemalloc/test/include/test/ |
SFMT-alti.h | 64 vector unsigned int vec_recursion(vector unsigned int a, 65 vector unsigned int b, 66 vector unsigned int c, 67 vector unsigned int d) { 69 const vector unsigned int sl1 = ALTI_SL1; 70 const vector unsigned int sr1 = ALTI_SR1; 72 const vector unsigned int mask = ALTI_MSK64; 73 const vector unsigned char perm_sl = ALTI_SL2_PERM64; 74 const vector unsigned char perm_sr = ALTI_SR2_PERM64 [all...] |
/external/stlport/stlport/stl/ |
_vector.c | 41 { __stl_throw_length_error("vector"); } 45 { __stl_throw_out_of_range("vector"); } 48 # define vector _STLP_PTR_IMPL_NAME(vector) macro 50 # define vector _STLP_NON_DBG_NAME(vector) macro 58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator 62 void vector<_Tp, _Alloc>::reserve(size_type __n) { 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/, 108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…) 232 # undef vector macro [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_vector.c | 41 { __stl_throw_length_error("vector"); } 45 { __stl_throw_out_of_range("vector"); } 48 # define vector _STLP_PTR_IMPL_NAME(vector) macro 50 # define vector _STLP_NON_DBG_NAME(vector) macro 58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator 62 void vector<_Tp, _Alloc>::reserve(size_type __n) { 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/, 108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…) 232 # undef vector macro [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_vector.c | 41 { __stl_throw_length_error("vector"); } 45 { __stl_throw_out_of_range("vector"); } 48 # define vector _STLP_PTR_IMPL_NAME(vector) macro 50 # define vector _STLP_NON_DBG_NAME(vector) macro 58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator 62 void vector<_Tp, _Alloc>::reserve(size_type __n) { 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/, 108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…) 232 # undef vector macro [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_vector.c | 41 { __stl_throw_length_error("vector"); } 45 { __stl_throw_out_of_range("vector"); } 48 # define vector _STLP_PTR_IMPL_NAME(vector) macro 50 # define vector _STLP_NON_DBG_NAME(vector) macro 58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator 62 void vector<_Tp, _Alloc>::reserve(size_type __n) { 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/, 108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…) 232 # undef vector macro [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_vector.c | 41 { __stl_throw_length_error("vector"); } 45 { __stl_throw_out_of_range("vector"); } 48 # define vector _STLP_PTR_IMPL_NAME(vector) macro 50 # define vector _STLP_NON_DBG_NAME(vector) macro 58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator 62 void vector<_Tp, _Alloc>::reserve(size_type __n) { 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/, 108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…) 232 # undef vector macro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_vector.c | 41 { __stl_throw_length_error("vector"); } 45 { __stl_throw_out_of_range("vector"); } 48 # define vector _STLP_PTR_IMPL_NAME(vector) macro 50 # define vector _STLP_NON_DBG_NAME(vector) macro 58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator 62 void vector<_Tp, _Alloc>::reserve(size_type __n) { 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/, 108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…) 232 # undef vector macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_vector.c | 41 { __stl_throw_length_error("vector"); } 45 { __stl_throw_out_of_range("vector"); } 48 # define vector _STLP_PTR_IMPL_NAME(vector) macro 50 # define vector _STLP_NON_DBG_NAME(vector) macro 58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator 62 void vector<_Tp, _Alloc>::reserve(size_type __n) { 81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/, 108 void vector<_Tp, _Alloc>::_M_insert_overflow(pointer __pos, const _Tp& __x, const __true_type& /*_TrivialCopy* (…) 232 # undef vector macro [all...] |
/external/pixman/pixman/ |
pixman-radial-gradient.c | 255 v.vector[0] = pixman_int_to_fixed (x) + pixman_fixed_1 / 2; 256 v.vector[1] = pixman_int_to_fixed (y) + pixman_fixed_1 / 2; 257 v.vector[2] = pixman_fixed_1; 266 unit.vector[0] = image->common.transform->matrix[0][0]; 267 unit.vector[1] = image->common.transform->matrix[1][0]; 268 unit.vector[2] = image->common.transform->matrix[2][0]; 272 unit.vector[0] = pixman_fixed_1; 273 unit.vector[1] = 0; 274 unit.vector[2] = 0; 277 if (unit.vector[2] == 0 && v.vector[2] == pixman_fixed_1 [all...] |
/art/compiler/ |
vector_output_stream.cc | 23 VectorOutputStream::VectorOutputStream(const std::string& location, std::vector<uint8_t>& vector) 24 : OutputStream(location), offset_(vector.size()), vector_(vector) {}
|
vector_output_stream.h | 24 #include <vector> 30 VectorOutputStream(const std::string& location, std::vector<uint8_t>& vector); 58 std::vector<uint8_t>& vector_;
|
/cts/suite/audio_quality/lib/include/ |
StringUtil.h | 22 #include <vector> 29 /// split the given string with given delimiter and return the vector of string 31 /// If vector is not NULL, there will be at least one string 32 static std::vector<android::String8>* split(const android::String8& str, char delimiter);
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/ |
Scene.h | 22 #include <utils/Vector.h> 43 android::Vector<Mesh*> mMeshes; 44 android::Vector<GLuint> mTextureIds; 45 android::Vector<ProgramNode*> mSceneGraphs;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DEREncodableVector.java | 4 * a general class for building up a vector of DER encodable objects -
|
/external/chromium_org/android_webview/renderer/ |
aw_key_systems.h | 12 void AwAddKeySystems(std::vector<content::KeySystemInfo>* key_systems_info);
|
/external/chromium_org/ash/ime/ |
infolist_window.h | 9 #include <vector> 28 const std::vector<ui::InfolistEntry>& entries); 33 void Relayout(const std::vector<ui::InfolistEntry>& entries); 48 std::vector<InfolistEntryView*> entry_views_;
|
/external/chromium_org/cc/output/ |
gl_renderer_draw_cache.h | 8 #include <vector> 46 std::vector<Float4> uv_xform_data; 47 std::vector<float> vertex_opacity_data; 48 std::vector<Float16> matrix_data;
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
mock_owner_key_util.cc | 15 bool MockOwnerKeyUtil::ImportPublicKey(std::vector<uint8>* output) { 21 const std::vector<uint8>& key) { 26 const std::vector<uint8>& key, 40 void MockOwnerKeyUtil::SetPublicKey(const std::vector<uint8>& key) {
|