/external/llvm/test/Assembler/ |
getelementptr_vec_idx1.ll | 3 ; Test that a vector index is only used with a vector pointer.
|
/external/llvm/test/YAMLParser/ |
spec-09-12.data | 4 - ::std::vector 8 - [ '::std::vector',
|
/frameworks/base/tools/aidl/ |
search_path.h | 7 #include <vector> 19 void set_import_paths(const vector<string>& importPaths);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
vector.hpp | 13 // $Id: vector.hpp 49267 2008-10-11 06:19:02Z agurtovoy $ 18 # include <boost/mpl/limits/vector.hpp> 28 BOOST_PP_CAT(vector, BOOST_MPL_LIMIT_VECTOR_SIZE).hpp \ 32 BOOST_PP_CAT(vector, BOOST_MPL_LIMIT_VECTOR_SIZE)##.hpp \ 36 # include BOOST_PP_STRINGIZE(boost/mpl/vector/AUX778076_VECTOR_HEADER) 45 # define BOOST_MPL_PREPROCESSED_HEADER vector.hpp 50 # include <boost/mpl/limits/vector.hpp> 52 # define AUX778076_SEQUENCE_NAME vector
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
arith_routines.h | 26 int16_t *dataQ7, /* input: data vector */ 27 const uint16_t *env, /* input: side info vector defining the width of the pdf */ 28 const int N, /* input: data vector length */ 36 int16_t *data, /* output: data vector */ 38 const uint16_t *env, /* input: side info vector defining the width of the pdf */ 39 const int16_t *dither, /* input: dither vector */ 40 const int N, /* input: data vector length */ 45 const int *data, /* input: data vector */ 47 const int N); /* input: data vector length */ 50 int *data, /* output: data vector */ [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/include/ |
pcm16b.h | 26 * "Encode" a sample vector to 16 bit linear (Encoded standard is big endian) 29 * - speechIn16b : Input speech vector 30 * - len : Number of samples in speech vector 33 * - speechOut16b : Encoded data vector (big endian 16 bit) 45 * "Encode" a sample vector to 16 bit linear (Encoded standard is big endian) 48 * - speech16b : Input speech vector 49 * - len : Number of samples in speech vector 52 * - speech8b : Encoded data vector (big endian 16 bit) 64 * "Decode" a vector to 16 bit linear (Encoded standard is big endian) 67 * - speechIn16b : Encoded data vector (big endian 16 bit [all...] |
/external/libcxx/test/containers/sequences/vector.bool/ |
construct_iter_iter.pass.cpp | 10 // <vector> 11 // vector<bool> 13 // template <class InputIter> vector(InputIter first, InputIter last); 15 #include <vector> 36 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an)); 37 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an)); 38 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an)); 39 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an)); 40 test<std::vector<bool> >(a, an); 42 test<std::vector<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an)) [all...] |
Android.mk | 17 test_makefile := external/libcxx/test/containers/sequences/vector.bool/Android.mk 19 test_name := containers/sequences/vector.bool/construct_default 23 test_name := containers/sequences/vector.bool/vector_bool 27 test_name := containers/sequences/vector.bool/construct_size 31 test_name := containers/sequences/vector.bool/move_noexcept 35 test_name := containers/sequences/vector.bool/insert_iter_iter_iter 39 test_name := containers/sequences/vector.bool/find 43 test_name := containers/sequences/vector.bool/initializer_list_alloc 47 test_name := containers/sequences/vector.bool/construct_size_value 51 test_name := containers/sequences/vector.bool/emplace_bac [all...] |
swap.pass.cpp | 10 // <vector> 11 // vector<bool> 13 // void swap(vector& x); 15 #include <vector> 23 std::vector<bool> v1(100); 24 std::vector<bool> v2(200); 33 std::vector<bool, A> v1(100, true, A(1)); 34 std::vector<bool, A> v2(200, false, A(2)); 45 std::vector<bool, A> v1(100, true, A(1)); 46 std::vector<bool, A> v2(200, false, A(2)) [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
arith_routines.h | 26 WebRtc_Word16 *dataQ7, /* input: data vector */ 27 const WebRtc_UWord16 *env, /* input: side info vector defining the width of the pdf */ 28 const int N, /* input: data vector length */ 36 WebRtc_Word16 *data, /* output: data vector */ 38 const WebRtc_UWord16 *env, /* input: side info vector defining the width of the pdf */ 39 const WebRtc_Word16 *dither, /* input: dither vector */ 40 const int N, /* input: data vector length */ 45 const int *data, /* input: data vector */ 47 const int N); /* input: data vector length */ 50 int *data, /* output: data vector */ [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
construct_iter_iter.pass.cpp | 10 // <vector> 11 // vector<bool> 13 // template <class InputIter> vector(InputIter first, InputIter last); 15 #include <vector> 36 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an)); 37 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an)); 38 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an)); 39 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an)); 40 test<std::vector<bool> >(a, an); 42 test<std::vector<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an)) [all...] |
swap.pass.cpp | 10 // <vector> 11 // vector<bool> 13 // void swap(vector& x); 15 #include <vector> 23 std::vector<bool> v1(100); 24 std::vector<bool> v2(200); 33 std::vector<bool, A> v1(100, true, A(1)); 34 std::vector<bool, A> v2(200, false, A(2)); 45 std::vector<bool, A> v1(100, true, A(1)); 46 std::vector<bool, A> v2(200, false, A(2)) [all...] |
/external/chromium_org/chrome/common/media_galleries/ |
pmp_test_util.h | 9 #include <vector> 30 const std::vector<T>& elements_vector); 32 std::vector<char> MakeHeader(const PmpFieldType field_type, 36 std::vector<char> MakeHeaderAndBody(const PmpFieldType field_type, 38 const std::vector<T>& elems);
|
/external/chromium_org/chrome/utility/media_galleries/ |
picasa_album_table_reader.h | 8 #include <vector> 23 const std::vector<AlbumInfo>& albums() const; 24 const std::vector<AlbumInfo>& folders() const; 31 std::vector<AlbumInfo> albums_; 32 std::vector<AlbumInfo> folders_;
|
/external/chromium_org/skia/ext/ |
skia_utils_ios.h | 9 #include <vector> 33 // Decodes all image representations inside the data into a vector of SkBitmaps. 34 // Returns a vector of all the successfully decoded representations or an empty 35 // vector if none can be decoded. 36 SK_API std::vector<SkBitmap> ImageDataToSkBitmaps(NSData* image_data);
|
/external/clang/test/Sema/ |
typedef-retain.c | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -fno-lax-vector-conversions 8 result[i] = a; // expected-error {{assigning to 'int4' (vector of 4 'int' values) from incompatible type 'float4' (vector of 4 'float' values)}} 12 result[i] = a; // expected-error {{assigning to 'int4' (vector of 4 'int' values) from incompatible type 'float4' (vector of 4 'float' values)}}
|
/external/stlport/test/unit/ |
iter_test.cpp | 1 #include <vector> 45 vector<const char*> v; // Vector of character strings. 48 typedef vector<const char*> vec; 65 typedef vector<const char*> Vec; 66 Vec v; // Vector of character strings. 86 vector<int> v; // Empty vector of integers. 91 vector<int>::iterator i = v.end(); 113 vector<int> v1(6) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
iter_test.cpp | 1 #include <vector> 45 vector<const char*> v; // Vector of character strings. 48 typedef vector<const char*> vec; 65 typedef vector<const char*> Vec; 66 Vec v; // Vector of character strings. 86 vector<int> v; // Empty vector of integers. 91 vector<int>::iterator i = v.end(); 113 vector<int> v1(6) [all...] |
/ndk/tests/device/test-stlport/unit/ |
iter_test.cpp | 1 #include <vector> 45 vector<const char*> v; // Vector of character strings. 48 typedef vector<const char*> vec; 65 typedef vector<const char*> Vec; 66 Vec v; // Vector of character strings. 86 vector<int> v; // Empty vector of integers. 91 vector<int>::iterator i = v.end(); 113 vector<int> v1(6) [all...] |
/external/llvm/include/llvm/ADT/ |
MapVector.h | 13 // a std::vector. 21 #include <vector> 26 /// in a deterministic order. The values are kept in a std::vector and the 27 /// mapping is done with DenseMap from Keys to indexes in that vector. 30 typename VectorType = std::vector<std::pair<KeyT, ValueT> > > 35 VectorType Vector; 42 return Vector.size(); 46 return Vector.begin(); 50 return Vector.begin(); 54 return Vector.end() [all...] |
/cts/apps/CtsVerifier/include/colorchecker/ |
meteringtest.h | 20 #include <vector> 35 void addDataToList(const std::vector<Vec3f>* checkerColors) { 44 const std::vector<bool>* getComparisonResults() const { 49 bool isDarkerThan(const std::vector<Vec3f>* checkerColors1, 50 const std::vector<Vec3f>* checkerColors2) const; 51 bool isEquivalentTo(const std::vector<Vec3f>* checkerColors1, 52 const std::vector<Vec3f>* checkerColors2) const; 54 std::vector<std::vector<Vec3f> > mCheckerColors; 55 std::vector<bool> mComparisonResults [all...] |
/cts/apps/CtsVerifier/jni/cameraanalyzer/ |
com_android_cts_verifier_camera_analyzer_ExposureCompensationTest.cpp | 20 #include <vector> 61 std::vector<std::vector< Vec2f > >* checkerCenter = 62 (std::vector<std::vector< Vec2f > >*) (long) checkerCenterAddress; 63 std::vector<std::vector< float > >* checkerRadius = 64 (std::vector<std::vector< float > >*) (long) checkerRadiusAddress; 66 const std::vector<Vec3f>* checkerValue [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
BERConstructedOctetString.java | 6 import java.util.Vector; 17 * convert a vector of octet strings into a single byte string 20 Vector octs) 45 private Vector octs; 57 Vector octs) 106 private Vector generateOcts() 108 Vector vec = new Vector(); 134 Vector v = new Vector(); [all...] |
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
block_splitter.h | 23 #include <vector> 32 std::vector<uint8_t> types_; 33 std::vector<int> type_codes_; 34 std::vector<int> lengths_; 60 void CopyLiteralsToByteArray(const std::vector<Command>& cmds, 62 std::vector<uint8_t>* literals); 64 void SplitBlock(const std::vector<Command>& cmds, 70 void SplitBlockByTotalLength(const std::vector<Command>& all_commands, 73 std::vector<std::vector<Command> >* blocks) [all...] |
/external/chromium_org/ui/accessibility/ |
ax_node_data.h | 10 #include <vector> 32 const std::vector<int32>& value); 49 std::vector<std::pair<AXStringAttribute, std::string> > string_attributes; 50 std::vector<std::pair<AXIntAttribute, int32> > int_attributes; 51 std::vector<std::pair<AXFloatAttribute, float> > float_attributes; 52 std::vector<std::pair<AXBoolAttribute, bool> > bool_attributes; 53 std::vector<std::pair<AXIntListAttribute, std::vector<int32> > > 55 std::vector<std::pair<std::string, std::string> > html_attributes; 56 std::vector<int32> child_ids [all...] |