Searched refs:vector (Results 226 - 250 of 11757) sorted by relevance

1234567891011>>

/external/srec/srec/clib/
H A Dmatx_ops.h23 imeldata *vector, int dimr, int dimc);
26 imeldata *vector, int dimr, int dimc)
32 ASSERT(vector);
34 ASSERT(outvec != vector);
39 sum += matrix[ii][jj] * vector[jj];
25 matrix_fixed_multiply_frame(imeldata *outvec, imeldata **matrix, imeldata *vector, int dimr, int dimc) argument
/external/zopfli/src/zopflipng/
H A Dzopflipng_lib.h26 #include <vector>
50 std::vector<ZopfliPNGFilterStrategy> filter_strategies;
57 std::vector<std::string> keepchunks;
74 int ZopfliPNGOptimize(const std::vector<unsigned char>& origpng,
77 std::vector<unsigned char>* resultpng);
/external/deqp/modules/egl/
H A DteglSimpleConfigCase.hpp31 #include <vector>
42 SimpleConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, const std::vector<EGLint>& configIds);
54 std::vector<EGLint> m_configIds;
55 std::vector<EGLConfig> m_configs;
56 std::vector<EGLConfig>::iterator m_configIter;
64 NamedConfigIdSet (const char* name, const char* description, const std::vector<EGLint>& configIds) : m_name(name), m_description(description), m_configIds(configIds) {}
68 const std::vector<EGLint> getConfigIds (void) const { return m_configIds; }
70 std::vector<EGLint>& getConfigIds (void) { return m_configIds; }
72 static void getDefaultSets (std::vector<NamedConfigIdSet>& configSets, const std::vector<egl
[all...]
/external/libcxx/test/containers/sequences/vector/vector.cons/
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/sequences/vector/vector.cons/Android.mk
19 test_name := containers/sequences/vector/vector.cons/construct_default
23 test_name := containers/sequences/vector/vector.cons/construct_size
27 test_name := containers/sequences/vector/vector.cons/move_noexcept
31 test_name := containers/sequences/vector/vector
[all...]
H A Dconstruct_default.pass.cpp10 // <vector>
12 // vector(const Alloc& = Alloc());
14 #include <vector>
51 test0<std::vector<int> >();
52 test0<std::vector<NotConstructible> >();
53 test1<std::vector<int, test_allocator<int> > >(test_allocator<int>(3));
54 test1<std::vector<NotConstructible, test_allocator<NotConstructible> > >
58 std::vector<int, stack_allocator<int, 10> > v;
63 test0<std::vector<int, min_allocator<int>> >();
64 test0<std::vector<NotConstructibl
[all...]
H A Dassign_copy.pass.cpp10 // <vector>
12 // vector& operator=(const vector& c);
14 #include <vector>
22 std::vector<int, test_allocator<int> > l(3, 2, test_allocator<int>(5));
23 std::vector<int, test_allocator<int> > l2(l, test_allocator<int>(3));
29 std::vector<int, other_allocator<int> > l(3, 2, other_allocator<int>(5));
30 std::vector<int, other_allocator<int> > l2(l, other_allocator<int>(3));
37 std::vector<int, min_allocator<int> > l(3, 2, min_allocator<int>());
38 std::vector<in
[all...]
H A Dmove.pass.cpp10 // <vector>
12 // vector(vector&& c);
14 #include <vector>
24 std::vector<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
25 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
31 std::vector<MoveOnly, test_allocator<MoveOnly> > l2 = std::move(l);
37 std::vector<MoveOnly, other_allocator<MoveOnly> > l(other_allocator<MoveOnly>(5));
38 std::vector<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5));
44 std::vector<MoveOnl
[all...]
/external/libcxx/test/containers/sequences/vector.bool/
H A Dconstruct_iter_iter.pass.cpp10 // <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<boo
[all...]
H A Dassign_copy.pass.cpp10 // <vector>
12 // vector& operator=(const vector& c);
14 #include <vector>
22 std::vector<bool, test_allocator<bool> > l(3, 2, test_allocator<bool>(5));
23 std::vector<bool, test_allocator<bool> > l2(l, test_allocator<bool>(3));
29 std::vector<bool, other_allocator<bool> > l(3, 2, other_allocator<bool>(5));
30 std::vector<bool, other_allocator<bool> > l2(l, other_allocator<bool>(3));
37 std::vector<bool, min_allocator<bool> > l(3, 2, min_allocator<bool>());
38 std::vector<boo
[all...]
/external/chromium_org/chrome/common/importer/
H A Dprofile_import_process_messages.h7 #include <vector>
66 std::vector<ImporterURLRow>,
78 std::vector<ImportedBookmarkEntry>)
84 std::vector<ImportedFaviconUsage>)
90 std::vector<importer::URLKeywordInfo>, // url_keywords
94 std::vector<std::string>) // search_engine_data
100 std::vector<ImporterAutofillFormDataEntry>)
/external/chromium_org/chrome/common/media_galleries/
H A Dpicasa_test_util.h9 #include <vector>
20 const std::vector<uint32>& category_vector,
21 const std::vector<double>& date_vector,
22 const std::vector<std::string>& filename_vector,
23 const std::vector<std::string>& name_vector,
24 const std::vector<std::string>& token_vector,
25 const std::vector<std::string>& uid_vector);
/external/chromium_org/third_party/ots/src/
H A Dcmap.h8 #include <vector>
34 std::vector<OpenTypeCMAPSubtableVSRange> ranges;
35 std::vector<OpenTypeCMAPSubtableVSMapping> mappings;
55 std::vector<OpenTypeCMAPSubtableVSRecord> subtable_0_5_14;
65 std::vector<OpenTypeCMAPSubtableRange> subtable_3_10_12;
67 std::vector<OpenTypeCMAPSubtableRange> subtable_3_10_13;
69 std::vector<uint8_t> subtable_1_0_0;
/external/chromium_org/tools/relocation_packer/src/
H A Dleb128.h17 #include <vector>
34 // Add a vector of values to the encoding stream.
35 // |values| is the vector of unsigned ints to add.
36 void EnqueueAll(const std::vector<ELF::Xword>& values);
39 // |encoding| is the returned vector of encoded data.
40 void GetEncoding(std::vector<uint8_t>* encoding) { *encoding = encoding_; }
43 // Growable vector holding the encoded LEB128 stream.
44 std::vector<uint8_t> encoding_;
51 // |encoding| is the vector of encoded data.
52 explicit Leb128Decoder(const std::vector<uint8_
[all...]
H A Dsleb128.h18 #include <vector>
35 // Add a vector of values to the encoding stream.
36 // |values| is the vector of signed ints to add.
37 void EnqueueAll(const std::vector<ELF::Sxword>& values);
40 // |encoding| is the returned vector of encoded data.
41 void GetEncoding(std::vector<uint8_t>* encoding) { *encoding = encoding_; }
44 // Growable vector holding the encoded LEB128 stream.
45 std::vector<uint8_t> encoding_;
52 // |encoding| is the vector of encoded data.
53 explicit Sleb128Decoder(const std::vector<uint8_
[all...]
/external/libcxx/test/containers/sequences/vector/vector.modifiers/
H A Derase_iter_db2.pass.cpp10 // <vector>
18 #include <vector>
29 std::vector<int> l1(a1, a1+3);
30 std::vector<int> l2(a1, a1+3);
31 std::vector<int>::const_iterator i = l2.begin();
38 std::vector<int, min_allocator<int>> l1(a1, a1+3);
39 std::vector<int, min_allocator<int>> l2(a1, a1+3);
40 std::vector<int, min_allocator<int>>::const_iterator i = l2.begin();
H A Derase_iter_iter.pass.cpp10 // <vector>
14 #include <vector>
23 std::vector<int> l1(a1, a1+3);
24 std::vector<int>::iterator i = l1.erase(l1.cbegin(), l1.cbegin());
30 std::vector<int> l1(a1, a1+3);
31 std::vector<int>::iterator i = l1.erase(l1.cbegin(), next(l1.cbegin()));
35 assert(l1 == std::vector<int>(a1+1, a1+3));
38 std::vector<int> l1(a1, a1+3);
39 std::vector<int>::iterator i = l1.erase(l1.cbegin(), next(l1.cbegin(), 2));
43 assert(l1 == std::vector<in
[all...]
H A Derase_iter_iter_db1.pass.cpp10 // <vector>
18 #include <vector>
29 std::vector<int> l1(a1, a1+3);
30 std::vector<int> l2(a1, a1+3);
31 std::vector<int>::iterator i = l1.erase(l2.cbegin(), l1.cbegin()+1);
37 std::vector<int, min_allocator<int>> l1(a1, a1+3);
38 std::vector<int, min_allocator<int>> l2(a1, a1+3);
39 std::vector<int, min_allocator<int>>::iterator i = l1.erase(l2.cbegin(), l1.cbegin()+1);
H A Derase_iter_iter_db2.pass.cpp10 // <vector>
18 #include <vector>
29 std::vector<int> l1(a1, a1+3);
30 std::vector<int> l2(a1, a1+3);
31 std::vector<int>::iterator i = l1.erase(l1.cbegin(), l2.cbegin()+1);
37 std::vector<int, min_allocator<int>> l1(a1, a1+3);
38 std::vector<int, min_allocator<int>> l2(a1, a1+3);
39 std::vector<int, min_allocator<int>>::iterator i = l1.erase(l1.cbegin(), l2.cbegin()+1);
H A Derase_iter_iter_db3.pass.cpp10 // <vector>
18 #include <vector>
29 std::vector<int> l1(a1, a1+3);
30 std::vector<int> l2(a1, a1+3);
31 std::vector<int>::iterator i = l1.erase(l2.cbegin(), l2.cbegin()+1);
37 std::vector<int, min_allocator<int>> l1(a1, a1+3);
38 std::vector<int, min_allocator<int>> l2(a1, a1+3);
39 std::vector<int, min_allocator<int>>::iterator i = l1.erase(l2.cbegin(), l2.cbegin()+1);
H A DAndroid.mk17 test_makefile := external/libcxx/test/containers/sequences/vector/vector.modifiers/Android.mk
19 test_name := containers/sequences/vector/vector.modifiers/erase_iter_iter_db4
23 test_name := containers/sequences/vector/vector.modifiers/push_back_exception_safety
27 test_name := containers/sequences/vector/vector.modifiers/insert_iter_iter_iter
31 test_name := containers/sequences/vector/vector
[all...]
/external/deqp/framework/randomshaders/
H A DrsgShader.hpp33 #include <vector>
58 std::vector<Variable*> m_parameters;
76 std::vector<Scalar> m_min;
77 std::vector<Scalar> m_max;
104 std::vector<Statement*>& getGlobalStatements (void) { return m_globalStatements; }
109 std::vector<ShaderInput*>& getInputs (void) { return m_inputs; }
110 std::vector<ShaderInput*>& getUniforms (void) { return m_uniforms; }
113 const std::vector<ShaderInput*>& getInputs (void) const { return m_inputs; }
114 const std::vector<ShaderInput*>& getUniforms (void) const { return m_uniforms; }
115 void getOutputs (std::vector<cons
[all...]
/external/chromium_org/content/common/
H A Dplugin_list.h11 #include <vector>
69 void GetPluginDirectories(std::vector<base::FilePath>* plugin_dirs);
84 void GetInternalPlugins(std::vector<WebPluginInfo>* plugins);
94 // vector.
100 std::vector<WebPluginMimeType>* parsed_mime_types);
103 void GetPlugins(std::vector<WebPluginInfo>* plugins,
108 bool GetPluginsNoRefresh(std::vector<WebPluginInfo>* plugins);
127 std::vector<WebPluginInfo>* info,
128 std::vector<std::string>* actual_mime_types);
133 std::vector<WebPluginInf
[all...]
/external/chromium_org/base/strings/
H A Dstring_split.h10 #include <vector>
17 // Splits |str| into a vector of strings delimited by |c|, placing the results
25 std::vector<string16>* r);
33 std::vector<std::string>* r);
35 typedef std::vector<std::pair<std::string, std::string> > StringPairs;
49 std::vector<string16>* r);
52 std::vector<std::string>* r);
58 std::vector<string16>* r);
65 std::vector<std::string>* r);
76 std::vector<string1
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dfavicon_downloader.h10 #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<GUR
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautocomplete_history_manager.h8 #include <vector>
43 const std::vector<base::string16>& autofill_values,
44 const std::vector<base::string16>& autofill_labels,
45 const std::vector<base::string16>& autofill_icons,
46 const std::vector<int>& autofill_unique_ids);
63 void SendSuggestions(const std::vector<base::string16>* suggestions);
75 std::vector<base::string16> autofill_values_;
76 std::vector<base::string16> autofill_labels_;
77 std::vector<base::string16> autofill_icons_;
78 std::vector<in
[all...]

Completed in 4610 milliseconds

1234567891011>>