/external/regex-re2/re2/testing/ |
exhaustive_tester.h | 9 #include <vector> 28 const vector<string>& alphabet, 29 const vector<string>& ops, 31 const vector<string>& stralphabet, 71 const vector<string>& alphabet, 72 const vector<string>& ops, 73 int maxstrlen, const vector<string>& stralphabet,
|
/external/stlport/test/unit/ |
merge_test.cpp | 1 #include <vector> 56 vector<int> v1(5); 57 vector<int> v2(v1.size()); 61 vector <int> result(v1.size() + v2.size()); 78 vector <int> v1(5); 79 vector <int> v2(v1.size()); 84 vector<int> result(v1.size() + v2.size());
|
/external/valgrind/main/coregrind/m_gdbserver/ |
32bit-sse-valgrind-s1.xml | 10 <vector id="v4f_s" type="uint32" count="4"/> 11 <vector id="v2d_s" type="uint64" count="2"/> 12 <vector id="v16i8" type="int8" count="16"/> 13 <vector id="v8i16" type="int16" count="8"/> 14 <vector id="v4i32" type="int32" count="4"/> 15 <vector id="v2i64" type="int64" count="2"/> 51 <reg name="mxcsrs1" bitsize="32" type="i386_mxcsr" group="vector"/>
|
32bit-sse-valgrind-s2.xml | 10 <vector id="v4f_s" type="uint32" count="4"/> 11 <vector id="v2d_s" type="uint64" count="2"/> 12 <vector id="v16i8" type="int8" count="16"/> 13 <vector id="v8i16" type="int16" count="8"/> 14 <vector id="v4i32" type="int32" count="4"/> 15 <vector id="v2i64" type="int64" count="2"/> 51 <reg name="mxcsrs2" bitsize="32" type="i386_mxcsr" group="vector"/>
|
32bit-sse.xml | 10 <vector id="v4f" type="ieee_single" count="4"/> 11 <vector id="v2d" type="ieee_double" count="2"/> 12 <vector id="v16i8" type="int8" count="16"/> 13 <vector id="v8i16" type="int16" count="8"/> 14 <vector id="v4i32" type="int32" count="4"/> 15 <vector id="v2i64" type="int64" count="2"/> 51 <reg name="mxcsr" bitsize="32" type="i386_mxcsr" group="vector"/>
|
/frameworks/base/core/java/android/gesture/ |
InstanceLearner.java | 44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { 51 if (sample.vector.length != vector.length) { 56 distance = GestureUtils.minimumCosineDistance(sample.vector, vector, orientationType); 58 distance = GestureUtils.squaredEuclideanDistance(sample.vector, vector);
|
/frameworks/base/rs/java/android/renderscript/ |
Byte4.java | 48 * Vector add 60 * Vector add 77 * Vector add 89 * Vector add 106 * Vector subtraction 118 * Vector subtraction 135 * Vector subtraction 147 * Vector subtraction 164 * Vector multiplication 176 * Vector multiplicatio [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/ |
reserve.pass.cpp | 10 // <vector> 14 #include <vector> 23 std::vector<int> v; 29 std::vector<int> v(100); 40 std::vector<int, stack_allocator<int, 250> > v(100); 52 std::vector<int, min_allocator<int>> v; 58 std::vector<int, min_allocator<int>> v(100);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
construct_size.pass.cpp | 10 // <vector> 11 // vector<bool> 13 // explicit vector(size_type n); 15 #include <vector> 59 test<std::vector<bool> >(50); 61 test<std::vector<bool, min_allocator<bool>> >(50); 62 test2<std::vector<bool, test_allocator<bool>> >( 100, test_allocator<bool>(23));
|
insert_iter_size_value.pass.cpp | 10 // <vector> 11 // vector<bool> 15 #include <vector> 23 std::vector<bool> v(100); 24 std::vector<bool>::iterator i = v.insert(v.cbegin() + 10, 5, 1); 37 std::vector<bool, min_allocator<bool>> v(100); 38 std::vector<bool, min_allocator<bool>>::iterator i = v.insert(v.cbegin() + 10, 5, 1);
|
insert_iter_value.pass.cpp | 10 // <vector> 11 // vector<bool> 15 #include <vector> 23 std::vector<bool> v(100); 24 std::vector<bool>::iterator i = v.insert(v.cbegin() + 10, 1); 36 std::vector<bool, min_allocator<bool>> v(100); 37 std::vector<bool, min_allocator<bool>>::iterator i = v.insert(v.cbegin() + 10, 1);
|
resize_size_value.pass.cpp | 10 // <vector> 11 // vector<bool> 15 #include <vector> 23 std::vector<bool> v(100); 27 assert(v == std::vector<bool>(50)); 38 std::vector<bool, min_allocator<bool>> v(100); 42 assert((v == std::vector<bool, min_allocator<bool>>(50)));
|
/ndk/tests/device/test-gnustl-full/unit/ |
merge_test.cpp | 1 #include <vector> 56 vector<int> v1(5); 57 vector<int> v2(v1.size()); 61 vector <int> result(v1.size() + v2.size()); 78 vector <int> v1(5); 79 vector <int> v2(v1.size()); 84 vector<int> result(v1.size() + v2.size());
|
/ndk/tests/device/test-stlport/unit/ |
merge_test.cpp | 1 #include <vector> 56 vector<int> v1(5); 57 vector<int> v2(v1.size()); 61 vector <int> result(v1.size() + v2.size()); 78 vector <int> v1(5); 79 vector <int> v2(v1.size()); 84 vector<int> result(v1.size() + v2.size());
|
/external/chromium_org/ash/test/ |
display_manager_test_api.cc | 7 #include <vector> 18 typedef std::vector<gfx::Display> DisplayList; 20 typedef std::vector<DisplayInfo> DisplayInfoList; 24 std::vector<DisplayInfo> CreateDisplayInfoListFromString( 27 std::vector<DisplayInfo> display_info_list; 28 std::vector<std::string> parts; 31 for (std::vector<std::string>::const_iterator iter = parts.begin(); 51 std::vector<DisplayInfo> display_info_list = 70 for (std::vector<DisplayInfo>::iterator iter = display_info_list.begin(); 95 const std::vector<ui::ColorCalibrationProfile>& profiles) [all...] |
/external/chromium_org/chrome/browser/ |
chrome_page_zoom.cc | 30 std::vector<double> PresetZoomValues(PageZoomValueType value_type, 32 // Generate a vector of zoom values from an array of known preset 35 std::vector<double> zoom_values; 46 // vector and then sort. 60 std::vector<double> PresetZoomFactors(double custom_factor) { 64 std::vector<double> PresetZoomLevels(double custom_level) { 80 // Generate a vector of zoom levels from an array of known presets along with 82 std::vector<double> zoom_levels = PresetZoomLevels(default_zoom_level); 87 for (std::vector<double>::reverse_iterator i = zoom_levels.rbegin(); 102 for (std::vector<double>::const_iterator i = zoom_levels.begin() [all...] |
chrome_page_zoom_unittest.cc | 10 // Fetch a vector of preset zoom factors, including a custom value that we 13 std::vector<double> factors = 23 // Iterate through the vector, with the following checks: 31 std::vector<double>::const_iterator i; 47 // Fetch a vector of preset zoom levels, including a custom value that we 50 std::vector<double> levels = chrome_page_zoom::PresetZoomLevels(custom_value); 55 // Iterate through the vector, with the following checks: 63 std::vector<double>::const_iterator i; 80 std::vector<double> factors = chrome_page_zoom::PresetZoomFactors(too_low); 90 std::vector<double> levels = chrome_page_zoom::PresetZoomLevels(too_low) [all...] |
/external/chromium_org/chrome/browser/extensions/ |
favicon_downloader.h | 10 #include <vector> 29 typedef std::map<GURL, std::vector<SkBitmap> > FaviconMap; 38 const std::vector<GURL>& extra_favicon_urls, 53 virtual std::vector<content::FaviconURL> GetFaviconURLsFromWebContents(); 57 void FetchIcons(const std::vector<content::FaviconURL>& favicon_urls); 58 void FetchIcons(const std::vector<GURL>& urls); 64 const std::vector<SkBitmap>& bitmaps, 65 const std::vector<gfx::Size>& original_bitmap_sizes); 72 const std::vector<content::FaviconURL>& candidates) OVERRIDE; 80 std::vector<GURL> extra_favicon_urls_ [all...] |
/external/chromium_org/chrome/browser/thumbnails/ |
content_analysis.h | 8 #include <vector> 39 std::vector<float>* rows, 40 std::vector<float>* columns); 44 float AutoSegmentPeaks(const std::vector<float>& input); 60 void ConstrainedProfileSegmentation(const std::vector<float>& row_profile, 61 const std::vector<float>& column_profile, 63 std::vector<bool>* included_rows, 64 std::vector<bool>* included_columns); 70 const std::vector<bool>& rows, 71 const std::vector<bool>& columns) [all...] |
/external/chromium_org/components/keyed_service/core/ |
dependency_graph_unittest.cc | 32 std::vector<DependencyNode*> construction_order; 37 std::vector<DependencyNode*> destruction_order; 51 std::vector<DependencyNode*> construction_order; 57 std::vector<DependencyNode*> destruction_order; 74 std::vector<DependencyNode*> construction_order; 81 std::vector<DependencyNode*> destruction_order; 106 std::vector<DependencyNode*> construction_order; 115 std::vector<DependencyNode*> destruction_order; 141 std::vector<DependencyNode*> construction_order; 149 std::vector<DependencyNode*> destruction_order [all...] |
/external/chromium_org/media/formats/mp4/ |
aac_unittest.cc | 15 bool Parse(const std::vector<uint8>& data) { 24 std::vector<uint8> data; 35 std::vector<uint8> data; 51 std::vector<uint8> data; 69 std::vector<uint8> data; 86 std::vector<uint8> data; 96 std::vector<uint8> data; 106 std::vector<uint8> data; 121 std::vector<uint8> data; 134 std::vector<uint8> data [all...] |
/external/chromium_org/mojo/public/cpp/bindings/ |
array.h | 12 #include <vector> 89 const std::vector<StorageType>& storage() const { 92 operator const std::vector<StorageType>&() const { 100 void Swap(std::vector<StorageType>* other) { 106 typedef std::vector<StorageType> Array::*Testable; 117 std::vector<StorageType> vec_; 122 class TypeConverter<Array<T>, std::vector<E> > { 124 static Array<T> ConvertFrom(const std::vector<E>& input) { 130 static std::vector<E> ConvertTo(const Array<T>& input) { 131 std::vector<E> result [all...] |
/external/chromium_org/net/quic/crypto/ |
cert_compressor_test.cc | 14 using std::vector; 20 vector<string> chain; 25 vector<string> chain2, cached_certs; 32 vector<string> chain; 39 vector<string> chain2, cached_certs; 47 vector<string> chain; 63 vector<string> chain2, cached_certs; 71 vector<string> chain; 83 vector<string> cached_certs, chain2; 92 vector<string> cached_certs, chain [all...] |
/external/chromium_org/ppapi/proxy/ |
proxy_array_output.h | 8 #include <vector> 25 // // Vector is in output->output(). 71 // structure as writing to a given vector object. 79 // Example that allows the browser to write into a given vector: 80 // void DoFoo(std::vector<int>* results) { 87 ArrayOutputAdapter(std::vector<T>* output) : output_(output) {} 92 void set_output(std::vector<T>* output) { output_ = output; } 104 std::vector<T>* output_; 116 std::vector<T>& output() { return output_storage_; } 119 std::vector<T> output_storage_ [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
SegmentedFontData.cpp | 42 Vector<FontDataRange>::const_iterator end = m_ranges.end(); 43 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) { 52 Vector<FontDataRange>::const_iterator end = m_ranges.end(); 53 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) { 68 Vector<FontDataRange>::const_iterator end = m_ranges.end(); 69 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) { 79 Vector<FontDataRange>::const_iterator end = m_ranges.end(); 80 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) { 94 Vector<FontDataRange>::const_iterator end = m_ranges.end(); 95 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) [all...] |