Searched refs:vector (Results 151 - 175 of 11757) sorted by relevance

1234567891011>>

/external/chromium_org/cc/output/
H A Dgl_renderer_draw_cache.h8 #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/mac/
H A Drelauncher.h33 #include <vector>
49 // executable for the relauncher process. |args| is an argv-style vector of
58 bool RelaunchApp(const std::vector<std::string>& args);
70 const std::vector<std::string>& relauncher_args,
71 const std::vector<std::string>& args);
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_reactivation.h9 #include <vector>
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_match.h10 #include <vector>
20 typedef std::vector<MatchPosition> MatchPositions;
26 static std::vector<size_t> OffsetsFromMatchPositions(
34 const std::vector<size_t>& offsets);
/external/chromium_org/device/hid/
H A Dhid_report_descriptor.h8 #include <vector>
24 const std::vector<linked_ptr<HidReportDescriptorItem> >& items() const {
30 void GetDetails(std::vector<HidCollectionInfo>* top_level_collections,
37 std::vector<linked_ptr<HidReportDescriptorItem> > items_;
/external/chromium_org/media/midi/
H A Dmidi_message_queue.h9 #include <vector>
30 // std::vector<uint8> incoming_data;
35 // std::vector<uint8> next_message;
49 void Add(const std::vector<uint8>& data);
61 void Get(std::vector<uint8>* message);
65 std::vector<uint8> next_message_;
/external/chromium_org/testing/android/
H A Dnative_test_util.h10 #include <vector>
31 const char* path, std::vector<std::string>* args);
32 int ArgsToArgv(const std::vector<std::string>& args, std::vector<char*>* argv);
/external/chromium_org/ui/display/util/
H A Dedid_parser.h11 #include <vector>
23 DISPLAY_UTIL_EXPORT bool GetDisplayIdFromEDID(const std::vector<uint8_t>& edid,
32 const std::vector<uint8_t>& edid,
37 const std::vector<uint8_t>& edid,
/external/chromium_org/ui/gfx/
H A Dcolor_profile.cc10 void ReadColorProfile(std::vector<char>* profile);
12 std::vector<char>* profile);
14 void ReadColorProfile(std::vector<char>* profile) { }
16 std::vector<char>* profile) {
H A Dcolor_profile.h8 #include <vector>
25 const std::vector<char>& profile() const { return profile_; }
28 std::vector<char> profile_;
42 std::vector<char>* profile);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.hpp38 std::vector<FunctionContainer> getNegativeBufferApiTestFunctions ();
H A Des31fNegativeFragmentApiTests.hpp38 std::vector<FunctionContainer> getNegativeFragmentApiTestFunctions ();
H A Des31fNegativeShaderApiTests.hpp38 std::vector<FunctionContainer> getNegativeShaderApiTestFunctions ();
H A Des31fNegativeStateApiTests.hpp38 std::vector<FunctionContainer> getNegativeStateApiTestFunctions ();
H A Des31fNegativeTextureApiTests.hpp38 std::vector<FunctionContainer> getNegativeTextureApiTestFunctions ();
H A Des31fNegativeVertexArrayApiTests.hpp38 std::vector<FunctionContainer> getNegativeVertexArrayApiTestFunctions ();
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
H A Dsecretackmessage.h20 #include <vector>
32 explicit SecretAckMessage(const std::vector<uint8_t>& secret);
35 const std::vector<uint8_t>& secret() const;
40 std::vector<uint8_t> secret_;
H A Dsecretmessage.h20 #include <vector>
33 explicit SecretMessage(const std::vector<uint8_t>& secret);
36 const std::vector<uint8_t>& secret() const;
41 std::vector<uint8_t> secret_;
/external/libcxx/test/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp10 // <vector>
12 // template <class InputIter> vector(InputIter first, InputIter last);
14 #include <vector>
36 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an));
37 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an));
38 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an));
39 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an));
40 test<std::vector<int> >(a, an);
42 test<std::vector<int, stack_allocator<int, 63> > >(input_iterator<const int*>(a), input_iterator<const int*>(an));
43 test<std::vector<in
[all...]
/external/openfst/src/include/fst/script/
H A Dtext-io.h29 #include <vector>
30 using std::vector;
43 vector<WeightClass>* potential);
46 const vector<WeightClass>& potential);
/external/oprofile/pp/
H A Dopannotate_options.h16 #include <vector>
30 extern std::vector<std::string> search_dirs;
31 extern std::vector<std::string> base_dirs;
32 extern std::vector<std::string> objdump_params;
/external/ceres-solver/internal/ceres/
H A Dvisibility.h44 #include <vector>
62 vector<set<int> >* visibility);
77 Graph<int>* CreateSchurComplementGraph(const vector<set<int> >& visibility);
/external/chromium_org/base/win/
H A Di18n.h9 #include <vector>
22 std::vector<std::wstring>* languages);
28 std::vector<std::wstring>* languages);
/external/chromium_org/chrome/browser/
H A Dchrome_page_zoom.h8 #include <vector>
17 // Return a sorted vector of zoom factors. The vector will consist of preset
20 std::vector<double> PresetZoomFactors(double custom_factor);
22 // Return a sorted vector of zoom levels. The vector will consist of preset
25 std::vector<double> PresetZoomLevels(double custom_level);
/external/chromium_org/chrome/common/extensions/permissions/
H A Dchrome_api_permissions.h8 #include <vector>
18 virtual std::vector<APIPermissionInfo*> GetAllPermissions() const OVERRIDE;
19 virtual std::vector<PermissionsProvider::AliasInfo> GetAllAliases() const

Completed in 312 milliseconds

1234567891011>>