Searched refs:vector (Results 176 - 200 of 11757) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/
H A Dref_counted_util.h9 #include <vector>
11 // RefCountedVector is just a vector wrapped up with
18 explicit RefCountedVector(const std::vector<T>& initializer)
21 std::vector<T> data;
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_finder.h8 #include <vector>
23 const std::vector<base::FilePath>& rel_paths,
24 const std::vector<base::FilePath>& locations,
/external/chromium_org/components/favicon/core/
H A Dfavicon_url.h8 #include <vector>
21 const std::vector<gfx::Size>& sizes);
31 std::vector<gfx::Size> icon_sizes;
/external/chromium_org/components/proximity_auth/
H A Dproximity_auth_system.h19 ProximityAuthSystem(const std::vector<RemoteDevice>& remote_devices);
22 const std::vector<RemoteDevice>& GetRemoteDevices();
25 std::vector<RemoteDevice> remote_devices_;
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_list.h9 #include <vector>
19 // Adds font family names on the host platform to the vector of strings.
23 void GetFontFamilies_SlowBlocking(std::vector<std::string>* font_families);
26 // the vector of descriptors.
32 std::vector<ppapi::proxy::SerializedTrueTypeFontDesc>* fonts_in_family);
/external/chromium_org/content/common/
H A Dsocket_stream_messages.h6 #include <vector>
43 std::vector<char> /* data */)
65 std::vector<char> /* data */)
/external/chromium_org/content/public/browser/
H A Dservice_worker_usage_info.h8 #include <vector>
18 ServiceWorkerUsageInfo(const GURL& origin, const std::vector<GURL>& scopes);
28 std::vector<GURL> scopes;
/external/chromium_org/extensions/common/permissions/
H A Dpermissions_provider.h8 #include <vector>
30 virtual std::vector<APIPermissionInfo*> GetAllPermissions() const = 0;
33 virtual std::vector<AliasInfo> GetAllAliases() const = 0;
/external/chromium_org/media/midi/
H A Dusb_midi_output_stream.h8 #include <vector>
24 void Send(const std::vector<uint8>& data);
29 size_t GetSize(const std::vector<uint8>& data) const;
30 uint8_t Get(const std::vector<uint8>& data, size_t index) const;
32 bool PushSysExMessage(const std::vector<uint8>& data,
34 std::vector<uint8>* data_to_send);
35 bool PushSysCommonMessage(const std::vector<uint8>& data,
37 std::vector<uint8>* data_to_send);
38 void PushSysRTMessage(const std::vector<uint8>& data,
40 std::vector<uint
[all...]
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_ls.h8 #include <vector>
23 const std::vector<base::string16>& lines,
25 std::vector<FtpDirectoryListingEntry>* entries);
H A Dftp_directory_listing_parser_netware.h8 #include <vector>
23 const std::vector<base::string16>& lines,
25 std::vector<FtpDirectoryListingEntry>* entries);
/external/chromium_org/ppapi/shared_impl/
H A Dppapi_nacl_plugin_args.h9 #include <vector>
26 std::vector<std::string> switch_names;
27 std::vector<std::string> switch_values;
/external/chromium_org/printing/
H A Dpage_range.h8 #include <vector>
16 typedef std::vector<PageRange> PageRanges;
28 static std::vector<int> GetPages(const PageRanges& ranges);
/external/chromium_org/skia/ext/
H A Dpixel_ref_utils.h8 #include <vector>
25 std::vector<PositionPixelRef>* pixel_refs);
28 typedef std::vector<PixelRefUtils::PositionPixelRef> DiscardablePixelRefList;
/external/chromium_org/sync/engine/
H A Dget_commit_ids.h8 #include <vector>
14 using std::vector;
35 std::vector<int64>* out);
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Daddress_ui.h19 #include <vector>
28 const std::vector<std::string>& GetRegionCodes();
39 // Returns an empty vector on error.
40 std::vector<AddressUiComponent> BuildComponents(
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Daddress_field_util.h21 #include <vector>
33 std::vector<FormatElement>* fields);
39 std::vector<AddressField>* fields);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlinuxdevicemanager.h32 #include <vector>
46 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
49 virtual bool GetAudioDevices(bool input, std::vector<Device>* devs);
/external/chromium_org/third_party/ots/src/
H A Dhdmx.h8 #include <vector>
17 std::vector<uint8_t> widths;
24 std::vector<OpenTypeHDMXDeviceRecord> records;
H A Dpost.h12 #include <vector>
23 std::vector<uint16_t> glyph_name_index;
24 std::vector<std::string> names;
/external/chromium_org/third_party/qcms/src/
H A Dmatrix.h27 struct vector { struct
31 struct vector matrix_eval(struct matrix mat, struct vector v);
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Denergy.c20 int32_t WebRtcSpl_Energy(int16_t* vector, int vector_length, int* scale_factor) argument
24 int scaling = WebRtcSpl_GetScalingSquare(vector, vector_length, vector_length);
26 int16_t *vectorptr = vector;
/external/chromium_org/ui/base/ime/
H A Dremote_input_method_delegate_win.h8 #include <vector>
29 // Caveats: |input_scopes| is defined as std::vector<int32> rather than
30 // std::vector<InputScope> because the wire format of IPC message
31 // MetroViewerHostMsg_ImeTextInputClientUpdated uses std::vector<int32> to
34 const std::vector<int32>& input_scopes,
35 const std::vector<gfx::Rect>& composition_character_bounds) = 0;
/external/chromium_org/ui/views/linux_ui/
H A Dwindow_button_order_observer.h8 #include <vector>
20 const std::vector<views::FrameButton>& leading_buttons,
21 const std::vector<views::FrameButton>& trailing_buttons) = 0;
/external/clang/test/CodeCompletion/
H A Dtemplates.cpp9 class vector : Alloc { class in namespace:std
14 template<typename Alloc> class vector<bool, Alloc>;
18 std::vector<int> v;
22 // CHECK-CC1-NEXT: vector<<#typename T#>{#, <#typename Alloc#>#}>

Completed in 546 milliseconds

1234567891011>>