HomeSort by relevance Sort by last modified time
    Searched full:vector (Results 1826 - 1850 of 20677) sorted by null

<<71727374757677787980>>

  /external/chromium_org/android_webview/native/
aw_autofill_client.cc 83 const std::vector<base::string16>& values,
84 const std::vector<base::string16>& labels,
85 const std::vector<base::string16>& icons,
86 const std::vector<int>& identifiers,
103 const std::vector<base::string16>& values,
104 const std::vector<base::string16>& labels,
105 const std::vector<int>& identifiers) {
135 const std::vector<base::string16>& values,
136 const std::vector<base::string16>& labels) {
156 const std::vector<autofill::FormStructure*>& forms)
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_app_info.h 12 #include <vector>
68 void set_added_app_ids(std::vector<std::string> added_app_ids) {
72 std::vector<std::string> added_app_ids() { return added_app_ids_; }
76 void set_removed_app_ids(std::vector<std::string> removed_app_ids) {
80 std::vector<std::string> removed_app_ids() { return removed_app_ids_; }
85 // Build a vector of app_ids that this app_info contains.
86 std::vector<std::string> GetAppIdList();
109 std::vector<std::string> app_ids_;
121 std::vector<std::string> added_app_ids_;
122 std::vector<std::string> removed_app_ids_
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
feedback.cc 41 const std::vector<uint32>& remaining_markers) {
49 std::vector<uint32> removed_hashes =
50 base::STLSetDifference<std::vector<uint32> >(renderer_hashes,
52 for (std::vector<uint32>::const_iterator hash_it = removed_hashes.begin();
69 std::vector<Misspelling> Feedback::GetMisspellingsInRenderer(
71 std::vector<Misspelling> misspellings_in_renderer;
142 std::vector<int> Feedback::GetRendersWithMisspellings() const {
143 std::vector<int> renderers_with_misspellings;
162 std::vector<Misspelling> Feedback::GetAllMisspellings() const {
163 std::vector<Misspelling> all_misspellings
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_sync_test_helper.cc 35 const std::vector<int>& tab_list,
42 for (std::vector<int>::const_iterator iter = tab_list.begin();
51 const std::vector<std::vector<SessionID::id_type> >& windows,
60 for (std::vector<std::vector<int> >::const_iterator win_iter =
74 for (std::vector<int>::const_iterator tab_iter = (*win_iter).begin();
120 const std::vector<SessionID::id_type>& tab_list,
121 std::vector<sync_pb::SessionSpecifics>* tabs) {
125 std::vector<sync_pb::SessionSpecifics> tabs1
    [all...]
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_permissions_panel.cc 8 #include <vector>
59 const std::vector<base::string16>& messages,
85 for (std::vector<base::string16>::const_iterator it = messages.begin();
113 std::vector<base::string16> permission_strings =
129 const std::vector<base::string16> retained_file_permission_messages =
189 const std::vector<base::string16>
194 const std::vector<base::string16>
196 std::vector<base::string16> retained_file_paths;
199 std::vector<apps::SavedFileEntry> retained_file_entries =
201 for (std::vector<apps::SavedFileEntry>::const_iterator it
    [all...]
  /external/chromium_org/components/leveldb_proto/
proto_database_impl.h 9 #include <vector>
24 typedef std::vector<std::pair<std::string, std::string> > KeyValueVector;
25 typedef std::vector<std::string> KeyVector;
83 const bool* success, scoped_ptr<std::vector<T> > entries) {
113 void LoadEntriesFromTaskRunner(LevelDB* database, std::vector<T>* entries,
119 std::vector<std::string> loaded_entries;
121 for (std::vector<std::string>::iterator it = loaded_entries.begin();
191 scoped_ptr<std::vector<T> > entries(new std::vector<T>());
193 std::vector<T>* entries_ptr = entries.get()
    [all...]
  /external/chromium_org/extensions/common/manifest_handlers/
externally_connectable.cc 46 std::vector<T> Sorted(const std::vector<T>& in) {
47 std::vector<T> out = in;
65 std::vector<InstallWarning> install_warnings;
81 const std::vector<std::string> ExternallyConnectableHandler::Keys() const {
95 std::vector<InstallWarning>* install_warnings,
105 for (std::vector<std::string>::iterator it =
165 std::vector<std::string> ids;
169 for (std::vector<std::string>::iterator it =
202 const std::vector<std::string>& ids
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.h 79 typedef Vector<RenderBox*> OrderedFlexItemList;
85 typedef Vector<LayoutRect, 8> ChildFrameRects;
131 void repositionLogicalHeightDependentFlexItems(Vector<LineContext>&);
146 bool resolveFlexibleLengths(FlexSign, const OrderedFlexItemList&, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize&, Vector<LayoutUnit, 16>& childSizes, bool hasInfiniteLineLength);
147 void freezeViolations(const Vector<Violation>&, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize&, bool hasInfiniteLineLength);
153 void layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, const OrderedFlexItemList&, const Vector<LayoutUnit, 16>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<LineContext>&, bool hasInfiniteLineLength);
155 void alignFlexLines(Vector<LineContext>&);
156 void alignChildren(const Vector<LineContext>&);
159 void flipForWrapReverse(const Vector<LineContext>&, LayoutUnit crossAxisStartEdge)
    [all...]
TextAutosizer.h 61 Vector<TextAutosizingClusterInfo> narrowDescendants;
90 void processCompositeCluster(Vector<TextAutosizingClusterInfo>&, const TextAutosizingWindowInfo&);
105 static bool containerContainsOneOfTags(const RenderBlock* cluster, const Vector<QualifiedName>& tags);
108 static bool compositeClusterShouldBeAutosized(Vector<TextAutosizingClusterInfo>&, float blockWidth);
110 unsigned computeCompositeClusterHash(Vector<TextAutosizingClusterInfo>&);
111 float computeMultiplier(Vector<TextAutosizingClusterInfo>&, const TextAutosizingWindowInfo&, float textWidth);
125 static void getNarrowDescendantsGroupedByWidth(const TextAutosizingClusterInfo& parentClusterInfo, Vector<Vector<TextAutosizingClusterInfo> >&);
137 Vector<unsigned> m_hashesToAutosizeSecondPass;
140 HashMap<unsigned, OwnPtr<Vector<TextAutosizingClusterInfo> > > m_nonAutosizedClusters
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.cpp 45 void SVGTextChunkBuilder::buildTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes)
76 void SVGTextChunkBuilder::layoutTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes)
89 void SVGTextChunkBuilder::addTextChunk(Vector<SVGInlineTextBox*>& lineLayoutBoxes, unsigned boxStart, unsigned boxCount)
148 Vector<SVGInlineTextBox*>& boxes = chunk.boxes();
162 const Vector<SVGInlineTextBox*>& boxes = chunk.boxes();
178 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments();
191 Vector<SVGTextFragment>& fragments = textBox->textFragments();
217 Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments();
224 void SVGTextChunkBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>& fragments, unsigned& atCharacter)
239 void SVGTextChunkBuilder::processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>& fragments
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormData.h 27 #include "wtf/Vector.h"
41 explicit FormDataElement(const Vector<char>& array) : m_type(data), m_data(array) { }
53 Vector<char> m_data;
98 static PassRefPtr<FormData> create(const Vector<char>&);
110 void flatten(Vector<char>&) const; // omits files
114 const Vector<FormDataElement>& elements() const { return m_elements; }
116 const Vector<char>& boundary() const { return m_boundary; }
117 void setBoundary(Vector<char> boundary) { m_boundary = boundary; }
146 Vector<FormDataElement> m_elements;
150 Vector<char> m_boundary
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_ui.cc 25 #include <vector>
176 const std::vector<std::string>& GetRegionCodes() {
180 std::vector<AddressUiComponent> BuildComponents(
184 std::vector<AddressUiComponent> result;
205 const std::vector<std::vector<FormatElement> >& format =
212 for (std::vector<std::vector<FormatElement> >::const_iterator
217 for (std::vector<FormatElement>::const_iterator element_it =
226 for (std::vector<FormatElement>::const_iterator element_it
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubtasks.cc 31 #include <vector>
78 const std::vector<XmlElement*>& children) {
84 for (std::vector<XmlElement*>::const_iterator child = children.begin();
109 std::vector<PubSubItem>* items) {
120 std::vector<PubSubItem>* items) {
125 std::vector<PubSubItem>* items) {
148 std::vector<PubSubItem>* items) {
171 std::vector<PubSubItem> items;
189 std::vector<PubSubItem> items;
198 const std::vector<XmlElement*>& children
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
compat.hpp 41 class vector { class in namespace:clover::compat
62 vector() : p(NULL), n(0) { function in class:clover::compat::vector
65 vector(const vector &v) : p(alloc(v.n, v.p, v.n)), n(v.n) { function in class:clover::compat::vector
68 vector(T *p, size_t n) : p(alloc(n, p, n)), n(n) { function in class:clover::compat::vector
72 vector(const C &v) : function in class:clover::compat::vector
76 ~vector() {
80 vector &
81 operator=(const vector &v) {
235 typedef vector<unsigned char> buffer_t
    [all...]
  /external/chromium_org/tools/gn/
header_checker.h 10 #include <vector>
34 const std::vector<const Target*>& targets);
37 // error, fills the given vector with the errors and returns false. Returns
39 bool Run(std::vector<Err>* errors);
56 typedef std::vector<TargetInfo> TargetVector;
92 // If found, the vector given in "chain" will be filled with the reverse
97 std::vector<const Target*>* chain) const;
100 std::vector<const Target*>* chain,
111 const std::vector<const Target*>& chain,
134 std::vector<Err> errors_
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache.h 10 #include <vector>
123 const std::vector<AppCacheDatabase::EntryRecord>& entries,
124 const std::vector<AppCacheDatabase::NamespaceRecord>& intercepts,
125 const std::vector<AppCacheDatabase::NamespaceRecord>& fallbacks,
126 const std::vector<AppCacheDatabase::OnlineWhiteListRecord>& whitelists);
133 std::vector<AppCacheDatabase::EntryRecord>* entries,
134 std::vector<AppCacheDatabase::NamespaceRecord>* intercepts,
135 std::vector<AppCacheDatabase::NamespaceRecord>* fallbacks,
136 std::vector<AppCacheDatabase::OnlineWhiteListRecord>* whitelists);
143 // Populates the 'infos' vector with an element per entry in the appcache
    [all...]
  /external/clang/test/CodeGenObjCXX/
encode.mm 3 // CHECK: v17@0:8{vector<float, float, float>=}16
4 // CHECK: {vector<float, float, float>=}
7 template <typename T1, typename T2, typename T3> struct vector {
8 vector();
9 vector(T1,T2,T3);
12 typedef vector< float, float, float > vector3f;
82 class vector;
85 class vector< Element, fixed<Size> >
88 typedef vector< float, fixed<4> > vector4f;
90 // CHECK: @_ZN11rdar93574002ggE = constant [49 x i8] c"{vector<float, rdar9357400::fixed<4, -1> >=[4f]}\00
    [all...]
  /external/eigen/test/eigen2/
eigen2_hyperplane.cpp 83 typedef Matrix<Scalar,2,1> Vector;
88 Vector center = Vector::Random();
89 Vector u = Vector::Random();
90 Vector v = Vector::Random();
93 while (u.norm() < 1e-4) u = Vector::Random();
94 while (v.norm() < 1e-4) v = Vector::Random();
103 Vector result = line_u.intersection(line_v)
    [all...]
  /external/eigen/test/
geo_hyperplane.cpp 84 typedef Matrix<Scalar,2,1> Vector;
89 Vector center = Vector::Random();
90 Vector u = Vector::Random();
91 Vector v = Vector::Random();
94 while (u.norm() < 1e-4) u = Vector::Random();
95 while (v.norm() < 1e-4) v = Vector::Random();
104 Vector result = line_u.intersection(line_v)
    [all...]
  /external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
ctor_iterator.pass.cpp 30 std::vector<double> iv = d.intervals();
34 std::vector<double> dn = d.densities();
44 std::vector<double> iv = d.intervals();
48 std::vector<double> dn = d.densities();
58 std::vector<double> iv = d.intervals();
62 std::vector<double> dn = d.densities();
72 std::vector<double> iv = d.intervals();
77 std::vector<double> dn = d.densities();
88 std::vector<double> iv = d.intervals();
94 std::vector<double> dn = d.densities()
    [all...]
param_ctor_iterator.pass.cpp 30 std::vector<double> iv = pa.intervals();
34 std::vector<double> dn = pa.densities();
45 std::vector<double> iv = pa.intervals();
49 std::vector<double> dn = pa.densities();
60 std::vector<double> iv = pa.intervals();
64 std::vector<double> dn = pa.densities();
75 std::vector<double> iv = pa.intervals();
80 std::vector<double> dn = pa.densities();
92 std::vector<double> iv = pa.intervals();
98 std::vector<double> dn = pa.densities()
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
compat.hpp 41 class vector { class in namespace:clover::compat
62 vector() : p(NULL), n(0) { function in class:clover::compat::vector
65 vector(const vector &v) : p(alloc(v.n, v.p, v.n)), n(v.n) { function in class:clover::compat::vector
68 vector(T *p, size_t n) : p(alloc(n, p, n)), n(n) { function in class:clover::compat::vector
72 vector(const C &v) : function in class:clover::compat::vector
76 ~vector() {
80 vector &
81 operator=(const vector &v) {
235 typedef vector<unsigned char> buffer_t
    [all...]
  /external/oprofile/libpp/
profile_spec.h 15 #include <vector>
33 * @param args a vector of non options strings
37 * tag:value contained in args vector doing also alias
42 std::vector<std::string> const & image_path,
124 std::vector<std::string> session;
125 std::vector<std::string> session_exclude;
126 std::vector<std::string> image;
127 std::vector<std::string> image_exclude;
128 std::vector<std::string> lib_image;
136 std::vector<std::string> image_or_lib_image
    [all...]
  /external/qemu/gdb-xml/
arm-neon.xml 9 <vector id="neon_uint8x8" type="uint8" count="8"/>
10 <vector id="neon_uint16x4" type="uint16" count="4"/>
11 <vector id="neon_uint32x2" type="uint32" count="2"/>
12 <vector id="neon_float32x2" type="ieee_single" count="2"/>
21 <vector id="neon_uint8x16" type="uint8" count="16"/>
22 <vector id="neon_uint16x8" type="uint16" count="8"/>
23 <vector id="neon_uint32x4" type="uint32" count="4"/>
24 <vector id="neon_uint64x2" type="uint64" count="2"/>
25 <vector id="neon_float32x4" type="ieee_single" count="4"/>
26 <vector id="neon_float64x2" type="ieee_double" count="2"/
    [all...]
  /external/stlport/test/unit/
equal_test.cpp 1 #include <vector>
51 typedef vector <int> IntVec;
105 vector<Test> tv;
106 vector<Test>::iterator it;
107 pair<vector<Test>::iterator, vector<Test>::iterator> p;
141 vector <int> v1(10);
144 vector <int> v2(10);
153 vector <int> v1(10);
154 vector <int> v2(10)
    [all...]

Completed in 932 milliseconds

<<71727374757677787980>>