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

<<61626364656667686970>>

  /external/ceres-solver/internal/ceres/
array_utils_test.cc 35 #include <vector>
76 vector<int> array;
79 vector<int> expected = array;
92 vector<int> array;
95 vector<int> expected;
103 vector<int> array;
110 vector<int> expected;
  /external/chromium_org/cc/debug/
debug_rect_history.h 8 #include <vector>
82 const std::vector<gfx::Rect>& occluding_screen_space_rects,
83 const std::vector<gfx::Rect>& non_occluding_screen_space_rects,
86 const std::vector<DebugRect>& debug_rects() { return debug_rects_; }
99 const std::vector<gfx::Rect>& occluding_screen_space_rects);
101 const std::vector<gfx::Rect>& non_occluding_screen_space_rects);
113 std::vector<DebugRect> debug_rects_;
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_processor.h 75 const std::vector<ResourceEntry>& entries() const { return entries_; }
76 std::vector<ResourceEntry>* mutable_entries() { return &entries_; }
77 const std::vector<std::string>& parent_resource_ids() const {
80 std::vector<std::string>* mutable_parent_resource_ids() {
91 std::vector<ResourceEntry> entries_;
92 std::vector<std::string> parent_resource_ids_;
125 std::vector<ResourceEntry>* out_refreshed_entries);
  /external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order_unittest.cc 8 #include <vector>
39 bool IsBuiltInDefault(const std::vector<std::string>& apps) {
64 std::vector<std::string> built_in_default_;
75 std::vector<std::string> apps;
90 std::vector<std::string> apps;
112 std::vector<std::string> apps;
125 std::vector<std::string> apps;
  /external/chromium_org/chrome/browser/chromeos/policy/
server_backed_state_keys_broker.h 9 #include <vector>
33 typedef base::Callback<void(const std::vector<std::string>&)>
50 // problem determining the state keys, the passed vector will be empty.
55 const std::vector<std::string>& state_keys() const { return state_keys_; }
74 void StoreStateKeys(const std::vector<std::string>& state_keys);
81 std::vector<std::string> state_keys_;
93 std::vector<StateKeysCallback> request_callbacks_;
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.h 10 #include <vector>
26 // ExtensionList is a vector of pairs. The first component is the extension
28 typedef std::vector<std::pair<std::string, std::string> > ExtensionList;
44 const std::vector<GURL>& startup_urls() const { return startup_.urls; }
58 const std::vector<ShortcutCommand>& shortcuts() const {
85 const std::vector<ShortcutCommand>& shortcuts);
101 std::vector<ShortcutCommand> shortcuts_;
  /external/chromium_org/chrome/browser/spellchecker/
feedback.h 17 #include <vector>
27 // std::vector<base::string16>(), GenerateRandomHash()));
29 // std::vector<uint32>());
46 const std::vector<uint32>& remaining_markers);
54 std::vector<Misspelling> GetMisspellingsInRenderer(
72 std::vector<int> GetRendersWithMisspellings() const;
78 std::vector<Misspelling> GetAllMisspellings() const;
  /external/chromium_org/chrome/browser/ui/autofill/
chrome_autofill_client.h 56 const std::vector<base::string16>& values,
57 const std::vector<base::string16>& labels,
58 const std::vector<base::string16>& icons,
59 const std::vector<int>& identifiers,
62 const std::vector<base::string16>& values,
63 const std::vector<base::string16>& labels) OVERRIDE;
67 const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
  /external/chromium_org/chrome_elf/
elf_imports_unittest.cc 9 #include <vector>
30 std::vector<std::string>* import_list =
31 reinterpret_cast<std::vector<std::string>*>(cookie);
37 std::vector<std::string>* imports) {
50 std::vector<std::string> elf_imports;
61 std::vector<std::string>::iterator it(elf_imports.begin());
84 std::vector<std::string> exe_imports;
  /external/chromium_org/components/password_manager/core/browser/
password_form_data.cc 45 const std::vector<PasswordForm*>& first,
46 const std::vector<PasswordForm*>& second) {
51 // if we use expectations(first.begin(), first.end()) to copy a vector
78 std::vector<autofill::PasswordForm>& first,
79 std::vector<autofill::PasswordForm>& second) {
80 std::vector<PasswordForm*> first_ptr;
84 std::vector<PasswordForm*> second_ptr;
  /external/chromium_org/content/browser/download/
file_metadata_unittest_linux.cc 27 using std::vector;
80 void GetExtendedAttributeNames(vector<string>* attr_names) const {
91 vector<string> attr_names;
95 vector<string>::const_iterator pos = find(attr_names.begin(),
131 vector<string> attr_names;
142 vector<string> attr_names;
153 vector<string> attr_names;
  /external/chromium_org/content/browser/renderer_host/
websocket_dispatcher_host_unittest.cc 7 #include <vector>
42 std::vector<IPC::Message> received_messages_;
63 std::vector<MockWebSocketHost*> mock_hosts_;
94 std::vector<std::string> requested_protocols;
114 std::vector<char> data;
128 std::vector<std::string> requested_protocols;
137 std::vector<char> data;
  /external/chromium_org/content/common/
message_port_messages.h 12 #include <vector>
28 typedef std::pair<base::string16, std::vector<int> > QueuedMessage;
39 std::vector<int> /* sent_message_port_ids */,
40 std::vector<int> /* new_routing_ids */)
66 std::vector<int> /* sent_message_port_ids */)
81 // NOTE: MSVS can't compile the macro if std::vector<std::pair<string16, int> >
85 std::vector<QueuedMessage> /* queued_messages */)
  /external/chromium_org/content/renderer/pepper/
pepper_video_decoder_host.h 9 #include <vector>
83 const std::vector<uint32_t>& texture_ids);
96 const std::vector<gpu::Mailbox>& mailboxes);
103 // A vector holding our shm buffers, in sync with a similar vector in the
108 // A vector of true/false indicating if a shm buffer is in use by the decoder.
110 std::vector<uint8_t> shm_buffer_busy_;
  /external/chromium_org/net/cert/
x509_util_nss.h 9 #include <vector>
41 std::vector<std::string>* dns_names,
42 std::vector<std::string>* ip_addrs);
71 const std::vector<std::string>& issuers,
73 std::vector<CERTName*>* out);
80 bool IsCertificateIssuedBy(const std::vector<CERTCertificate*>& cert_chain,
81 const std::vector<CERTName*>& valid_issuers);
  /external/chromium_org/net/spdy/
hpack_huffman_table.h 10 #include <vector>
94 void BuildDecodeTables(const std::vector<Symbol>& symbols);
97 void BuildEncodeTable(const std::vector<Symbol>& symbols);
108 std::vector<DecodeTable> decode_tables_;
109 std::vector<DecodeEntry> decode_entries_;
113 std::vector<uint32> code_by_id_;
114 std::vector<uint8> length_by_id_;
  /external/chromium_org/ppapi/examples/enumerate_devices/
enumerate_devices.cc 8 #include <vector>
51 const std::vector<pp::Buffer_Dev>& buffers) {}
58 std::vector<pp::DeviceRef_Dev>& devices);
63 std::vector<pp::DeviceRef_Dev> devices_;
81 pp::CompletionCallbackWithOutput<std::vector<pp::DeviceRef_Dev> >
86 std::vector<pp::DeviceRef_Dev> devices;
96 std::vector<pp::DeviceRef_Dev>& devices) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.h 52 Vector<bool> m_preventResize;
53 Vector<bool> m_allowBorder;
89 Vector<int> m_sizes;
90 Vector<int> m_deltas;
91 Vector<bool> m_preventResize;
92 Vector<bool> m_allowBorder;
112 void layOutAxis(GridAxis&, const Vector<HTMLDimension>&, int availableSpace);
  /external/chromium_org/third_party/WebKit/Source/platform/
FileChooser.cpp 70 Vector<String> filenames;
75 void FileChooser::chooseFiles(const Vector<String>& filenames)
82 Vector<FileChooserFileInfo> files;
89 void FileChooser::chooseFiles(const Vector<FileChooserFileInfo>& files)
92 Vector<String> paths;
102 Vector<String> FileChooserSettings::acceptTypes() const
104 Vector<String> acceptTypes;
  /external/chromium_org/third_party/angle/src/common/
shadervars.h 14 #include <vector>
63 std::vector<Uniform> fields;
93 std::vector<InterfaceBlockField> fields;
106 std::vector<Varying> fields;
137 typedef std::vector<BlockMemberInfo> BlockMemberInfoArray;
146 std::vector<InterfaceBlockField> fields;
147 std::vector<BlockMemberInfo> blockInfo;
  /external/chromium_org/third_party/brotli/src/brotli/enc/
histogram.cc 30 const std::vector<Command>& cmds,
37 const std::vector<int>& context_modes,
38 std::vector<HistogramLiteral>* literal_histograms,
39 std::vector<HistogramCommand>* insert_and_copy_histograms,
40 std::vector<HistogramDistance>* copy_dist_histograms) {
69 const std::vector<Command>& cmds,
76 std::vector<HistogramLiteral>* histograms) {
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
country_rules_aggregator_test.cc 26 #include <vector>
77 const std::vector<std::string>& region_codes =
88 const std::vector<std::string>& sub_keys = ruleset_->rule().GetSubKeys();
89 for (std::vector<std::string>::const_iterator sub_key_it = sub_keys.begin();
94 std::vector<std::string> non_default_languages =
96 std::vector<std::string>::iterator default_lang_it =
104 for (std::vector<std::string>::const_iterator
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_ui.cc 25 #include <vector>
78 const std::vector<std::string>& GetRegionCodes() {
82 std::vector<AddressUiComponent> BuildComponents(
88 std::vector<AddressUiComponent> result;
101 const std::vector<FormatElement>& format =
112 for (std::vector<FormatElement>::const_iterator format_it = format.begin();
122 std::vector<FormatElement>::const_iterator next_format_it = format_it + 1;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPchange.cc 14 #include <vector>
91 std::vector<NETEQTEST_RTPpacket *> packet_vec;
94 // Insert in vector.
105 // Look for new send time in statistics vector.
112 packet_vec.push_back(new_packet); // Insert in vector.
115 // Sort the vector according to send times.
118 std::vector<NETEQTEST_RTPpacket *>::iterator it;
  /external/chromium_org/ui/gfx/geometry/
point3_f.h 49 // Offset the point by the given vector.
56 // Offset the point by the given vector's inverse.
92 // Add a vector to a point, producing a new point offset by the vector.
95 // Subtract a vector from a point, producing a new point offset by the vector's
99 // Subtract one point from another, producing a vector that represents the

Completed in 1052 milliseconds

<<61626364656667686970>>