HomeSort by relevance Sort by last modified time
    Searched refs:vector (Results 76 - 100 of 10854) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ui/gfx/
color_profile.h 8 #include <vector>
26 const std::vector<char>& profile() const { return profile_; }
29 std::vector<char> profile_;
35 UI_EXPORT void GetColorProfile(std::vector<char>* profile);
  /external/clang/test/Modules/
submodules.cpp 5 @import std.vector;
7 vector<int> vi;
15 vector<float> vf;
18 @import std.vector.compare; // expected-error{{no submodule named 'compare' in module 'std.vector'}}
  /external/openfst/src/include/fst/script/
text-io.h 29 #include <vector>
30 using std::vector;
43 vector<WeightClass>* potential);
46 const vector<WeightClass>& potential);
  /external/protobuf/gtest/test/
gtest-typed-test2_test.cc 32 #include <vector>
42 INSTANTIATE_TYPED_TEST_CASE_P(Vector, ContainerTest,
43 testing::Types<std::vector<int> >);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
version.pass.cpp 10 // <vector>
12 #include <vector>
  /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...]
  /external/ceres-solver/internal/ceres/
program.h 35 #include <vector>
61 const vector<ParameterBlock*>& parameter_blocks() const;
62 const vector<ResidualBlock*>& residual_blocks() const;
63 vector<ParameterBlock*>* mutable_parameter_blocks();
64 vector<ResidualBlock*>* mutable_residual_blocks();
83 // Update a state vector for the program given a delta.
89 // from a ParameterBlock* to an index in the parameter_blocks() vector. For
99 // position of the parameter in the state and delta vector respectively.
120 vector<ParameterBlock*> parameter_blocks_;
121 vector<ResidualBlock*> residual_blocks_
    [all...]
  /cts/apps/CtsVerifier/include/colorchecker/
autolocktest.h 20 #include <vector>
31 void addDataToList(const std::vector<Vec3f>* checkerColors) {
40 const std::vector<bool>* getComparisonResults() const {
45 bool IsBrighterThan(const std::vector<Vec3f>* colorCheckers1,
46 const std::vector<Vec3f>* colorCheckers2) const;
47 bool IsEquivalentTo(const std::vector<Vec3f>* colorCheckers1,
48 const std::vector<Vec3f>* colorCheckers2) const;
50 std::vector<std::vector<Vec3f> > mCheckerColors;
51 std::vector<bool> mComparisonResults
    [all...]
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...]
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis.h 8 #include <vector>
40 std::vector<float>* rows,
41 std::vector<float>* columns);
45 float AutoSegmentPeaks(const std::vector<float>& input);
61 void ConstrainedProfileSegmentation(const std::vector<float>& row_profile,
62 const std::vector<float>& column_profile,
64 std::vector<bool>* included_rows,
65 std::vector<bool>* included_columns);
71 const std::vector<bool>& rows,
72 const std::vector<bool>& columns)
    [all...]
  /external/chromium_org/third_party/re2/re2/
prefilter_tree.h 41 // The Compile returns a vector of string in atom_vec.
47 void Compile(vector<string>* atom_vec);
54 void RegexpsGivenStrings(const vector<int>& matched_atoms,
55 vector<int>* regexps) const;
81 vector<int> regexps;
88 void AssignUniqueIds(vector<string>* atom_vec);
91 void PropagateMatch(const vector<int>& atom_ids,
110 vector<Entry> entries_;
117 vector<int> unfiltered_;
119 // vector of Prefilter for all regexps
    [all...]
filtered_re2.h 17 // search text. Then call FirstMatch or AllMatches with a vector of
24 #include <vector>
28 using std::vector;
50 void Compile(vector<string>* strings_to_match);
62 const vector<int>& atoms) const;
67 const vector<int>& atoms,
68 vector<int>* matching_regexps) const;
82 void RegexpsGivenStrings(const vector<int>& matched_atoms,
83 vector<int>* passed_regexps);
86 vector<RE2*> re2_vec_
    [all...]
  /external/regex-re2/re2/
prefilter_tree.h 38 // The Compile returns a vector of string in atom_vec.
44 void Compile(vector<string>* atom_vec);
51 void RegexpsGivenStrings(const vector<int>& matched_atoms,
52 vector<int>* regexps) const;
78 vector<int> regexps;
85 void AssignUniqueIds(vector<string>* atom_vec);
88 void PropagateMatch(const vector<int>& atom_ids,
107 vector<Entry> entries_;
114 vector<int> unfiltered_;
116 // vector of Prefilter for all regexps
    [all...]
filtered_re2.h 17 // search text. Then call FirstMatch or AllMatches with a vector of
24 #include <vector>
28 using std::vector;
50 void Compile(vector<string>* strings_to_match);
62 const vector<int>& atoms) const;
67 const vector<int>& atoms,
68 vector<int>* matching_regexps) const;
82 void RegexpsGivenStrings(const vector<int>& matched_atoms,
83 vector<int>* passed_regexps);
86 vector<RE2*> re2_vec_
    [all...]
  /external/chromium_org/chrome/utility/media_galleries/
picasa_album_table_reader.h 8 #include <vector>
28 const std::vector<AlbumInfo>& albums() const;
29 const std::vector<AlbumInfo>& folders() const;
36 std::vector<AlbumInfo> albums_;
37 std::vector<AlbumInfo> folders_;
  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.h 8 #include <vector>
29 virtual const std::vector<AutofillProfile*>& GetProfiles() OVERRIDE;
34 virtual const std::vector<CreditCard*>& GetCreditCards() const OVERRIDE;
37 std::vector<AutofillProfile*> profiles_;
38 std::vector<CreditCard*> credit_cards_;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
context.hpp 35 _cl_context(const std::vector<cl_context_properties> &props,
36 const std::vector<clover::device *> &devs);
41 const std::vector<cl_context_properties> &props() const {
45 const std::vector<clover::device *> devs;
48 std::vector<cl_context_properties> __props;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
context.hpp 35 _cl_context(const std::vector<cl_context_properties> &props,
36 const std::vector<clover::device *> &devs);
41 const std::vector<cl_context_properties> &props() const {
45 const std::vector<clover::device *> devs;
48 std::vector<cl_context_properties> __props;
  /external/oprofile/libutil++/
string_filter.h 16 #include <vector>
40 string_filter(std::vector<std::string> const & include_patterns,
41 std::vector<std::string> const & exclude_patterns);
50 std::vector<std::string> include;
52 std::vector<std::string> exclude;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/
capacity.pass.cpp 10 // <vector>
14 #include <vector>
22 std::vector<int> v;
26 std::vector<int> v(100);
33 std::vector<int, min_allocator<int>> v;
37 std::vector<int, min_allocator<int>> v(100);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.data/
data.pass.cpp 10 // <vector>
14 #include <vector>
22 std::vector<int> v;
26 std::vector<int> v(100);
31 std::vector<int, min_allocator<int>> v;
35 std::vector<int, min_allocator<int>> v(100);
data_const.pass.cpp 10 // <vector>
14 #include <vector>
22 const std::vector<int> v;
26 const std::vector<int> v(100);
31 const std::vector<int, min_allocator<int>> v;
35 const std::vector<int, min_allocator<int>> v(100);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
capacity.pass.cpp 10 // <vector>
11 // vector<bool>
15 #include <vector>
23 std::vector<bool> v;
27 std::vector<bool> v(100);
34 std::vector<bool, min_allocator<bool>> v;
38 std::vector<bool, min_allocator<bool>> v(100);
  /external/ceres-solver/examples/
fields_of_experts.h 48 #include <vector>
64 explicit FieldsOfExpertsCost(const std::vector<double>& filter);
72 const std::vector<double>& filter_;
122 const std::vector<int>& GetXDeltaIndices() const {
125 const std::vector<int>& GetYDeltaIndices() const {
135 std::vector<int> x_delta_indices_, y_delta_indices_;
137 std::vector<double> alpha_;
139 std::vector<std::vector<double> > filters_;
  /external/chromium_org/content/renderer/
savable_resources.h 9 #include <vector>
29 // vector which contains all savable links of sub resource.
30 std::vector<GURL>* resources_list;
31 // vector which contains corresponding all referral links of sub resource,
33 std::vector<GURL>* referrer_urls_list;
35 std::vector<WebKit::WebReferrerPolicy>* referrer_policies_list;
36 // vector which contains all savable links of main frame and sub frames.
37 std::vector<GURL>* frames_list;
41 std::vector<GURL>* resources_list,
42 std::vector<GURL>* referrer_urls_list
    [all...]

Completed in 1729 milliseconds

1 2 34 5 6 7 8 91011>>