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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/
chrome_page_zoom.h 8 #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/
ref_counted_util.h 9 #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/
chrome_finder.h 8 #include <vector>
23 const std::vector<base::FilePath>& rel_paths,
24 const std::vector<base::FilePath>& locations,
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_list.h 9 #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/
socket_stream_messages.h 6 #include <vector>
43 std::vector<char> /* data */)
65 std::vector<char> /* data */)
  /external/chromium_org/crypto/
ec_signature_creator_openssl.cc 20 std::vector<uint8>* signature) {
25 bool ECSignatureCreatorImpl::DecodeSignature(const std::vector<uint8>& der_sig,
26 std::vector<uint8>* out_raw_sig) {
  /external/chromium_org/extensions/common/permissions/
permissions_provider.h 8 #include <vector>
29 virtual std::vector<APIPermissionInfo*> GetAllPermissions() const = 0;
32 virtual std::vector<AliasInfo> GetAllAliases() const = 0;
  /external/chromium_org/media/mp4/
avc.h 8 #include <vector>
20 static bool ConvertFrameToAnnexB(int length_size, std::vector<uint8>* buffer);
24 std::vector<uint8>* buffer);
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_ls.h 8 #include <vector>
23 const std::vector<base::string16>& lines,
25 std::vector<FtpDirectoryListingEntry>* entries);
ftp_directory_listing_parser_netware.h 8 #include <vector>
23 const std::vector<base::string16>& lines,
25 std::vector<FtpDirectoryListingEntry>* entries);
  /external/chromium_org/ppapi/shared_impl/
ppapi_nacl_channel_args.h 9 #include <vector>
24 std::vector<std::string> switch_names;
25 std::vector<std::string> switch_values;
  /external/chromium_org/printing/
page_range.h 8 #include <vector>
16 typedef std::vector<PageRange> PageRanges;
28 static std::vector<int> GetPages(const PageRanges& ranges);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
verifier.h 11 #include <vector>
26 const std::vector<struct sock_filter>& program,
38 static uint32_t EvaluateBPF(const std::vector<struct sock_filter>& program,
  /external/chromium_org/skia/ext/
lazy_pixel_ref_utils.h 8 #include <vector>
26 std::vector<PositionLazyPixelRef>* lazy_pixel_refs);
29 typedef std::vector<LazyPixelRefUtils::PositionLazyPixelRef> LazyPixelRefList;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.h 32 #include <vector>
46 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
49 virtual bool GetAudioDevices(bool input, std::vector<Device>* devs);
macdevicemanager.h 32 #include <vector>
47 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
50 virtual bool GetAudioDevices(bool input, std::vector<Device>* devs);
win32devicemanager.h 32 #include <vector>
49 virtual bool GetVideoCaptureDevices(std::vector<Device>* devs);
52 virtual bool GetAudioDevices(bool input, std::vector<Device>* devs);
  /external/chromium_org/third_party/ots/src/
hdmx.h 8 #include <vector>
17 std::vector<uint8_t> widths;
24 std::vector<OpenTypeHDMXDeviceRecord> records;
post.h 12 #include <vector>
23 std::vector<uint16_t> glyph_name_index;
24 std::vector<std::string> names;
  /external/chromium_org/third_party/qcms/src/
matrix.h 27 struct vector { struct
31 struct vector matrix_eval(struct matrix mat, struct vector v);
  /external/chromium_org/ui/snapshot/
snapshot.h 8 #include <vector>
24 std::vector<unsigned char>* png_representation,
29 std::vector<unsigned char>* png_representation,
  /external/clang/test/CodeCompletion/
templates.cpp 9 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#>#}>
  /external/clang/test/Modules/Inputs/
module_private_left.h 16 __module_private__ class vector;
19 __module_private__ class vector { class
22 vector<float> vec_float;
  /external/webrtc/src/common_audio/signal_processing/
energy.c 20 WebRtc_Word32 WebRtcSpl_Energy(WebRtc_Word16* vector, int vector_length, int* scale_factor)
24 int scaling = WebRtcSpl_GetScalingSquare(vector, vector_length, vector_length);
26 WebRtc_Word16 *vectorptr = vector;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
shrink_to_fit.pass.cpp 10 // <vector>
11 // vector<bool>
15 #include <vector>
23 std::vector<bool> v(100);
31 std::vector<bool, min_allocator<bool>> v(100);

Completed in 434 milliseconds

1 2 3 4 5 6 78 91011>>