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

<<61626364656667686970>>

  /external/chromium_org/chrome/browser/extensions/
requirements_checker_browsertest.cc 5 #include <vector>
41 void ValidateRequirementErrors(std::vector<std::string> expected_errors,
42 std::vector<std::string> actual_errors) {
50 void BlackListGPUFeatures(const std::vector<std::string>& features) {
74 std::vector<std::string> requirement_errors_;
84 base::Unretained(this), std::vector<std::string>()));
93 std::vector<std::string> expected_errors;
111 std::vector<std::string> expected_errors;
129 std::vector<std::string> blacklisted_features;
134 std::vector<std::string> expected_errors
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender_unittest.cc 97 std::vector<SpellCheckResult> results(1, BuildSpellCheckResult());
100 std::vector<SpellCheckMarker>(),
156 std::vector<uint32>());
175 std::vector<uint32>(1, hash));
184 std::vector<uint32>());
194 std::vector<uint32>());
205 std::vector<uint32>());
215 std::vector<uint32>());
225 std::vector<uint32>(1, hash));
235 std::vector<uint32>())
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager.cc 7 #include <vector>
74 const WDResult<std::vector<base::string16> >* autofill_result =
75 static_cast<const WDResult<std::vector<base::string16> >*>(result);
76 std::vector<base::string16> suggestions = autofill_result->GetValue();
85 const std::vector<base::string16>& autofill_values,
86 const std::vector<base::string16>& autofill_labels,
87 const std::vector<base::string16>& autofill_icons,
88 const std::vector<int>& autofill_unique_ids) {
125 std::vector<FormFieldData> values;
126 for (std::vector<FormFieldData>::const_iterator iter
    [all...]
  /external/chromium_org/components/bookmarks/browser/
bookmark_utils.h 9 #include <vector>
44 const std::vector<BookmarkNodeData::Element>& elements,
53 const std::vector<const BookmarkNode*>& nodes,
66 // Returns a vector containing up to |max_count| of the most recently modified
67 // user folders. This never returns an empty vector.
68 std::vector<const BookmarkNode*> GetMostRecentlyModifiedUserFolders(
75 std::vector<const BookmarkNode*>* nodes);
88 std::vector<const BookmarkNode*>* nodes);
99 const std::vector<const BookmarkNode*>& selection,
103 void DeleteBookmarkFolders(BookmarkModel* model, const std::vector<int64>& ids)
    [all...]
  /external/chromium_org/crypto/
ec_private_key.h 9 #include <vector>
58 const std::vector<uint8>& encrypted_private_key_info,
59 const std::vector<uint8>& subject_public_key_info);
70 const std::vector<uint8>& encrypted_private_key_info,
71 const std::vector<uint8>& subject_public_key_info);
105 std::vector<uint8>* output);
108 bool ExportPublicKey(std::vector<uint8>* output);
112 bool ExportValue(std::vector<uint8>* output);
113 bool ExportECParams(std::vector<uint8>* output);
132 const std::vector<uint8>& encrypted_private_key_info
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
rule.h 28 #include <vector>
70 const std::vector<FormatElement>& GetFormat() const { return format_; }
75 const std::vector<FormatElement>& GetLatinFormat() const {
80 const std::vector<AddressField>& GetRequired() const { return required_; }
86 const std::vector<std::string>& GetSubKeys() const { return sub_keys_; }
90 const std::vector<std::string>& GetLanguages() const { return languages_; }
136 std::vector<FormatElement> format_;
137 std::vector<FormatElement> latin_format_;
138 std::vector<AddressField> required_;
139 std::vector<std::string> sub_keys_
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.h 32 #include <vector>
49 virtual const std::vector<DataCodec>& data_codecs() {
59 std::vector<DataCodec> data_codecs_;
102 const std::vector<RtpHeaderExtension>& extensions) { return true; }
104 const std::vector<RtpHeaderExtension>& extensions) { return true; }
105 virtual bool SetSendCodecs(const std::vector<DataCodec>& codecs);
106 virtual bool SetRecvCodecs(const std::vector<DataCodec>& codecs);
135 std::vector<DataCodec> send_codecs_;
136 std::vector<DataCodec> recv_codecs_;
137 std::vector<StreamParams> send_streams_
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 34 #include <vector>
58 void set_voice_codecs(const std::vector<AudioCodec>& codecs) {
61 void set_video_codecs(const std::vector<VideoCodec>& codecs) {
87 virtual const std::vector<AudioCodec>& audio_codecs() {
90 virtual const std::vector<VideoCodec>& video_codecs() {
108 std::vector<AudioCodec> voice_codecs_;
109 std::vector<VideoCodec> video_codecs_;
123 virtual bool SetRecvCodecs(const std::vector<AudioCodec>& codecs) { return true; }
124 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs);
152 const std::vector<RtpHeaderExtension>& extensions) { return true;
    [all...]
  /external/deqp/execserver/
xsProtocol.hpp 30 #include <vector>
75 virtual void write (std::vector<deUint8>& buf) const = DE_NULL;
81 void writeNoData (std::vector<deUint8>& buf) const;
96 void write (std::vector<deUint8>& buf) const { writeNoData(buf); }
112 void write (std::vector<deUint8>& buf) const;
127 void write (std::vector<deUint8>& buf) const;
138 void write (std::vector<deUint8>& buf) const;
150 void write (std::vector<deUint8>& buf) const;
162 void write (std::vector<deUint8>& buf) const;
173 void write (std::vector<deUint8>& buf) const
    [all...]
  /external/libcxx/test/containers/sequences/vector/
types.pass.cpp 10 // <vector>
15 // class vector
32 #include <vector>
44 typedef std::vector<T, Allocator> C;
74 static_assert((std::is_same<std::vector<char>::allocator_type,
77 static_assert((std::is_same<std::vector<int, min_allocator<int>>::value_type, int>::value), "");
78 static_assert((std::is_same<std::vector<int, min_allocator<int>>::allocator_type, min_allocator<int> >::value), "");
79 static_assert((std::is_same<std::vector<int, min_allocator<int>>::reference, int&>::value), "");
80 static_assert((std::is_same<std::vector<int, min_allocator<int>>::const_reference, const int&>::value), "");
81 static_assert((std::is_same<std::vector<int, min_allocator<int>>::pointer, min_pointer<int>>::value), "")
    [all...]
  /external/libcxx/test/containers/sequences/vector.bool/
insert_iter_iter_iter.pass.cpp 10 // <vector>
11 // vector<bool>
16 #include <vector>
24 std::vector<bool> v(100);
27 std::vector<bool>::iterator i = v.insert(v.cbegin() + 10, input_iterator<const bool*>(a),
40 std::vector<bool> v(100);
43 std::vector<bool>::iterator i = v.insert(v.cbegin() + 10, forward_iterator<const bool*>(a),
57 std::vector<bool, min_allocator<bool>> v(100);
60 std::vector<bool, min_allocator<bool>>::iterator i = v.insert(v.cbegin() + 10, input_iterator<const bool*>(a),
73 std::vector<bool, min_allocator<bool>> v(100)
    [all...]
  /external/llvm/include/llvm/IR/
IntrinsicsARM.td 208 // Vector Add.
217 // Vector Multiply.
226 // Vector Maximum.
231 // Vector Minimum.
236 // Vector Reciprocal Step.
239 // Vector Reciprocal Square Root Step.
243 // Vector Subtract.
250 // Vector Absolute Compare.
254 // Vector Absolute Differences.
258 // Vector Pairwise Add
    [all...]
  /external/qemu/hw/intc/
ioapic.c 58 uint8_t vector; local
79 vector = pic_read_irq(isa_pic);
81 vector = entry & 0xff;
84 vector, polarity, trig_mode);
90 void ioapic_set_irq(void *opaque, int vector, int level)
98 if (vector == 0)
99 vector = 2;
101 if (vector >= 0 && vector < IOAPIC_NUM_PINS) {
102 uint32_t mask = 1 << vector;
    [all...]
  /frameworks/av/include/camera/
CameraParameters2.h 20 #include <utils/Vector.h>
68 void getSupportedPreviewSizes(Vector<Size> &sizes) const;
74 // getSupportedVideoSizes() returns an empty Vector of Size.
80 // empty Vector of Size.
82 // Retrieve a Vector of supported dimensions (width and height)
88 void getSupportedVideoSizes(Vector<Size> &sizes) const;
93 // Vector of Size. If getSupportedVideoSizes() returns an empty
94 // Vector of Size, the width and height returned from this method
106 void getSupportedPictureSizes(Vector<Size> &sizes) const;
111 status_t dump(int fd, const Vector<String16>& args) const
    [all...]
  /frameworks/rs/scriptc/
rs_matrix.rsh 29 * \li RenderScript uses column-based vectors. Transforming a vector is done by
30 * postmultiplying the vector, e.g. <em>(matrix * vector)</em>, as provided by
46 * to a vector will first do the translation then the scaling.
178 * <em>(x, y, z)</em> vector.
180 * To rotate a vector, multiply the vector by the created matrix
187 * @param x The x component of the vector that is the axis of rotation.
188 * @param y The y component of the vector that is the axis of rotation.
189 * @param z The z component of the vector that is the axis of rotation
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_Format.java 25 import java.util.Vector;
60 Vector<FieldContainer> expectedResults) {
62 Vector<FieldContainer> results = findFields(format.formatToCharacterIterator(object));
71 protected static boolean compare(Vector<FieldContainer> vector1, Vector<FieldContainer> vector2) {
77 * AttributedCharacterIterator, and puts them in a vector
80 * @return a vector, each entry in this vector are of type FieldContainer ,
84 protected static Vector<FieldContainer> findFields(AttributedCharacterIterator iterator) {
85 Vector<FieldContainer> result = new Vector<FieldContainer>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
types.pass.cpp 10 // <vector>
15 // class vector
32 #include <vector>
44 typedef std::vector<T, Allocator> C;
74 static_assert((std::is_same<std::vector<char>::allocator_type,
77 static_assert((std::is_same<std::vector<int, min_allocator<int>>::value_type, int>::value), "");
78 static_assert((std::is_same<std::vector<int, min_allocator<int>>::allocator_type, min_allocator<int> >::value), "");
79 static_assert((std::is_same<std::vector<int, min_allocator<int>>::reference, int&>::value), "");
80 static_assert((std::is_same<std::vector<int, min_allocator<int>>::const_reference, const int&>::value), "");
81 static_assert((std::is_same<std::vector<int, min_allocator<int>>::pointer, min_pointer<int>>::value), "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
insert_iter_iter_iter.pass.cpp 10 // <vector>
11 // vector<bool>
16 #include <vector>
24 std::vector<bool> v(100);
27 std::vector<bool>::iterator i = v.insert(v.cbegin() + 10, input_iterator<const bool*>(a),
40 std::vector<bool> v(100);
43 std::vector<bool>::iterator i = v.insert(v.cbegin() + 10, forward_iterator<const bool*>(a),
57 std::vector<bool, min_allocator<bool>> v(100);
60 std::vector<bool, min_allocator<bool>>::iterator i = v.insert(v.cbegin() + 10, input_iterator<const bool*>(a),
73 std::vector<bool, min_allocator<bool>> v(100)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
vector.tcc 0 // Vector implementation (out of line) -*- C++ -*-
52 /** @file bits/vector.tcc
54 * Do not attempt to use it directly. @headername{vector}
66 vector<_Tp, _Alloc>::
70 __throw_length_error(__N("vector::reserve"));
92 vector<_Tp, _Alloc>::
107 typename vector<_Tp, _Alloc>::iterator
108 vector<_Tp, _Alloc>::
134 typename vector<_Tp, _Alloc>::iterator
135 vector<_Tp, _Alloc>:
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
vector.tcc 0 // Vector implementation (out of line) -*- C++ -*-
52 /** @file bits/vector.tcc
54 * Do not attempt to use it directly. @headername{vector}
66 vector<_Tp, _Alloc>::
70 __throw_length_error(__N("vector::reserve"));
92 vector<_Tp, _Alloc>::
107 typename vector<_Tp, _Alloc>::iterator
108 vector<_Tp, _Alloc>::
134 typename vector<_Tp, _Alloc>::iterator
135 vector<_Tp, _Alloc>:
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
vector.tcc 0 // Vector implementation (out of line) -*- C++ -*-
52 /** @file bits/vector.tcc
54 * Do not attempt to use it directly. @headername{vector}
66 vector<_Tp, _Alloc>::
70 __throw_length_error(__N("vector::reserve"));
92 vector<_Tp, _Alloc>::
107 typename vector<_Tp, _Alloc>::iterator
108 vector<_Tp, _Alloc>::
134 typename vector<_Tp, _Alloc>::iterator
135 vector<_Tp, _Alloc>:
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 29 * \li RenderScript uses column-based vectors. Transforming a vector is done by
30 * postmultiplying the vector, e.g. <em>(matrix * vector)</em>, as provided by
46 * to a vector will first do the translation then the scaling.
178 * <em>(x, y, z)</em> vector.
180 * To rotate a vector, multiply the vector by the created matrix
187 * @param x The x component of the vector that is the axis of rotation.
188 * @param y The y component of the vector that is the axis of rotation.
189 * @param z The z component of the vector that is the axis of rotation
    [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_matrix.rsh 29 * \li RenderScript uses column-based vectors. Transforming a vector is done by
30 * postmultiplying the vector, e.g. <em>(matrix * vector)</em>, as provided by
46 * to a vector will first do the translation then the scaling.
178 * <em>(x, y, z)</em> vector.
180 * To rotate a vector, multiply the vector by the created matrix
187 * @param x The x component of the vector that is the axis of rotation.
188 * @param y The y component of the vector that is the axis of rotation.
189 * @param z The z component of the vector that is the axis of rotation
    [all...]
  /system/core/libpixelflinger/codeflinger/tinyutils/
VectorImpl.h 32 * Implementation of the guts of the vector<> class
63 /*! vector stats */
69 /*! append/insert another vector */
70 ssize_t insertVectorAt(const VectorImpl& vector, size_t index);
71 ssize_t appendVector(const VectorImpl& vector);
125 void * mStorage; // base address of the vector
152 //! merges a vector into this one
153 ssize_t merge(const VectorImpl& vector);
154 ssize_t merge(const SortedVectorImpl& vector);
181 ssize_t insertVectorAt(const VectorImpl& vector, size_t index)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
X509Principal.java 6 import java.util.Vector;
82 * constructor from a table of attributes and a vector giving the
88 Vector ordering,
95 * constructor from a vector of attribute values and a vector of OIDs.
98 Vector oids,
99 Vector values)

Completed in 1069 milliseconds

<<61626364656667686970>>