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

<<71727374757677787980>>

  /external/chromium_org/ppapi/cpp/
directory_entry.h 8 #include <vector>
94 std::vector<DirectoryEntry>& output();
98 std::vector<PP_DirectoryEntry> temp_storage_;
103 std::vector<DirectoryEntry> output_storage_;
110 struct CallbackOutputTraits< std::vector<DirectoryEntry> > {
118 static inline std::vector<DirectoryEntry>& StorageToPluginArg(
  /external/chromium_org/ppapi/proxy/
file_chooser_resource_unittest.cc 30 std::vector<PP_Resource>* output =
31 static_cast<std::vector<PP_Resource>*>(user_data);
47 std::vector<std::string> output;
76 std::vector<PP_Resource> dest;
98 std::vector<FileRefCreateInfo> create_info_array;
108 // Should have populated our vector.
  /external/chromium_org/sandbox/linux/services/
broker_process.h 9 #include <vector>
40 const std::vector<std::string>& allowed_r_files,
41 const std::vector<std::string>& allowed_w_files,
85 std::vector<int>* opened_files) const;
96 const std::vector<std::string> allowed_r_files_; // Files allowed for read.
97 const std::vector<std::string> allowed_w_files_; // Files allowed for write.
  /external/chromium_org/sync/engine/
update_applicator.cc 7 #include <vector>
16 using std::vector;
48 const std::vector<int64>& handles) {
49 std::vector<int64> to_apply = handles;
53 std::vector<int64> to_reapply;
55 for (std::vector<int64>::iterator i = to_apply.begin();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextLifecycleNotifier.cpp 69 Vector<ActiveDOMObject*> snapshotOfActiveDOMObjects;
71 for (Vector<ActiveDOMObject*>::iterator iter = snapshotOfActiveDOMObjects.begin(); iter != snapshotOfActiveDOMObjects.end(); iter++) {
89 Vector<ActiveDOMObject*> snapshotOfActiveDOMObjects;
91 for (Vector<ActiveDOMObject*>::iterator iter = snapshotOfActiveDOMObjects.begin(); iter != snapshotOfActiveDOMObjects.end(); iter++) {
105 Vector<ActiveDOMObject*> snapshotOfActiveDOMObjects;
107 for (Vector<ActiveDOMObject*>::iterator iter = snapshotOfActiveDOMObjects.begin(); iter != snapshotOfActiveDOMObjects.end(); iter++) {
DOMTokenList.h 30 #include "wtf/Vector.h"
57 virtual void add(const Vector<String>&, ExceptionState&);
59 virtual void remove(const Vector<String>&, ExceptionState&);
79 static bool validateTokens(const Vector<String>&, ExceptionState&);
81 static AtomicString addTokens(const AtomicString&, const Vector<String>&);
83 static AtomicString removeTokens(const AtomicString&, const Vector<String>&);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.h 36 #include "wtf/Vector.h"
59 virtual void didSucceed(const Vector<TextCheckingResult>&) OVERRIDE;
65 SpellCheckRequest(PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, const String&, TextCheckingTypeMask, TextCheckingProcessType, const Vector<uint32_t>& documentMarkersInRange, const Vector<unsigned>& documentMarkerOffsets, int requestNumber);
107 void didCheckSucceed(int sequence, const Vector<TextCheckingResult>&);
109 void didCheck(int sequence, const Vector<TextCheckingResult>&);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceContentLoader.cpp 55 Vector<Document*> documents;
63 for (Vector<Document*>::const_iterator documentIt = documents.begin(); documentIt != documents.end(); ++documentIt) {
67 Vector<CSSStyleSheet*> styleSheets;
69 for (Vector<CSSStyleSheet*>::const_iterator stylesheetIt = styleSheets.begin(); stylesheetIt != styleSheets.end(); ++stylesheetIt) {
122 Vector<OwnPtr<VoidCallback> > callbacks;
124 for (Vector<OwnPtr<VoidCallback> >::const_iterator it = callbacks.begin(); it != callbacks.end(); ++it)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.cpp 53 const Vector<String>& requiredFeatures = m_requiredFeatures->value()->values();
54 Vector<String>::const_iterator it = requiredFeatures.begin();
55 Vector<String>::const_iterator itEnd = requiredFeatures.end();
65 const Vector<String>& systemLanguage = m_systemLanguage->value()->values();
66 Vector<String>::const_iterator it = systemLanguage.begin();
67 Vector<String>::const_iterator itEnd = systemLanguage.end();
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.h 70 static IDBAny* create(PassRefPtr<SharedBuffer> value, const Vector<blink::WebBlobInfo>* blobInfo)
83 static IDBAny* create(PassRefPtr<SharedBuffer> value, const Vector<blink::WebBlobInfo>* blobInfo, IDBKey* key, const IDBKeyPath& keyPath)
119 const Vector<blink::WebBlobInfo>* blobInfo() const;
136 IDBAny(PassRefPtr<SharedBuffer>, const Vector<blink::WebBlobInfo>*);
137 IDBAny(PassRefPtr<SharedBuffer>, const Vector<blink::WebBlobInfo>*, IDBKey*, const IDBKeyPath&);
152 const Vector<blink::WebBlobInfo>* m_blobInfo;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaConstraintsImpl.cpp 40 #include "wtf/Vector.h"
51 Vector<String> names;
57 for (Vector<String>::iterator it = names.begin(); it != names.end(); ++it) {
62 Vector<blink::WebMediaConstraint> mandatoryConstraintsVector;
79 Vector<blink::WebMediaConstraint> optionalConstraintsVector;
96 Vector<String> localNames;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.h 31 #include "wtf/Vector.h"
46 bool, const Vector<float>&);
51 const Vector<float>& kernel() const;
52 void setKernel(const Vector<float>&);
89 const IntPoint&, EdgeModeType, const FloatPoint&, bool, const Vector<float>&);
129 Vector<float> m_kernelMatrix;
  /external/chromium_org/third_party/angle/samples/angle/simple_instancing/
SimpleInstancing.cpp 17 #include "Vector.h"
22 #include <vector>
190 std::vector<Vector3> mVertices;
191 std::vector<Vector2> mTexcoords;
192 std::vector<Vector3> mInstances;
193 std::vector<GLushort> mIndices;
  /external/chromium_org/third_party/angle/src/common/
blocklayout.h 13 #include <vector>
31 BlockLayoutEncoder(std::vector<BlockMemberInfo> *blockInfoOut);
33 void encodeInterfaceBlockFields(const std::vector<InterfaceBlockField> &fields);
52 std::vector<BlockMemberInfo> *mBlockInfoOut;
61 Std140BlockEncoder(std::vector<BlockMemberInfo> *blockInfoOut);
84 HLSLBlockEncoder(std::vector<BlockMemberInfo> *blockInfoOut,
  /external/chromium_org/third_party/icu/source/common/
uvector.h 41 * <p>Ultralightweight C++ implementation of a <tt>void*</tt> vector
42 * that is (mostly) compatible with java.util.Vector.
47 * its purpose (porting code from java that uses java.util.Vector)
48 * well, and it could be easily made into a more robust vector class.
62 * check after each call on each vector when doing many operations on
70 * pointer is released by the vector, either when the vector itself is
81 * vector contains no element. That is, indexOf() will always return
127 * Compare this vector with another. They will be considered
139 // java.util.Vector AP
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
address_validator_test.cc 29 #include <vector>
69 const std::vector<std::string>& region_codes =
242 std::vector<AddressData> suggestions;
257 std::vector<AddressData> suggestions;
273 std::vector<AddressData> suggestions;
288 std::vector<AddressData> suggestions;
300 std::vector<AddressData> suggestions;
315 std::vector<AddressData> suggestions;
331 std::vector<AddressData> suggestions;
346 std::vector<AddressData> suggestions
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/
preload_address_validator_unittest.cc 7 #include <vector>
86 const std::vector<std::string>& region_codes =
262 std::vector<AddressData> suggestions;
277 std::vector<AddressData> suggestions;
293 std::vector<AddressData> suggestions;
308 std::vector<AddressData> suggestions;
320 std::vector<AddressData> suggestions;
335 std::vector<AddressData> suggestions;
351 std::vector<AddressData> suggestions;
366 std::vector<AddressData> suggestions
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
random_test.cc 22 const vector<string>& alphabet,
23 const vector<string>& ops,
24 int maxstrlen, const vector<string>& stralphabet,
78 vector<string> ops = Split(" ",
86 vector<string> atoms = Split(" ",
90 vector<string> alphabet = Explode("abc123\001\002\003\t\r\n\v\f\a");
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_vector.h 40 // Deletes all values and make the vector empty.
43 // Copies all values from this vector to |copy_to|. Any contents in |copy_to|
74 // |position| = 0 means that the new values are prepended to the vector.
75 // |position| = Size() means that the new values are appended to the vector.
86 // the vector is extended to accommodate the new data.
91 // Appends |append_this| to the end of the current vector. Lets the two
audio_vector_unittest.cc 80 // Now copy the empty vector and verify that the copy becomes empty too.
98 // Set the first vector to [0, 1, ..., kLength - 1].
99 // Set the second vector to [kLength, kLength + 1, ..., 2 * kLength - 1].
127 // Set the first vector to [0, 1, ..., kLength - 1].
128 // Set the second vector to [kLength, kLength + 1, ..., 2 * kLength - 1].
150 vec.PopFront(array_length()); // Remove more elements than vector size.
163 vec.PopBack(array_length()); // Remove more elements than vector size.
179 // Test the InsertAt method with an insert position in the middle of the vector.
191 // Verify that the vector looks as follows:
210 // vector. Use the InsertAt method as reference
    [all...]
  /external/chromium_org/tools/gn/
parser.h 9 #include <vector>
34 static scoped_ptr<ParseNode> Parse(const std::vector<Token>& tokens,
38 static scoped_ptr<ParseNode> ParseExpression(const std::vector<Token>& tokens,
44 // Vector must be valid for lifetime of call.
45 Parser(const std::vector<Token>& tokens, Err* err);
93 const std::vector<Token>& tokens_;
  /external/chromium_org/tools/relocation_packer/src/
packer_unittest.cc 7 #include <vector>
13 void AddRelocation(Elf32_Addr addr, std::vector<Elf32_Rel>* relocations) {
27 std::vector<Elf32_Rel> relocations;
28 std::vector<uint8_t> packed;
71 std::vector<uint8_t> packed;
72 std::vector<Elf32_Rel> relocations;
run_length_encoder_unittest.cc 7 #include <vector>
13 void AddRelocation(Elf32_Addr addr, std::vector<Elf32_Rel>* relocations) {
27 std::vector<Elf32_Rel> relocations;
28 std::vector<Elf32_Word> packed;
85 std::vector<Elf32_Word> packed;
86 std::vector<Elf32_Rel> relocations;
  /external/chromium_org/ui/base/ime/win/
tsf_input_scope.cc 18 void AppendNonTrivialInputScope(std::vector<InputScope>* input_scopes,
34 explicit TSFInputScope(const std::vector<InputScope>& input_scopes)
99 std::vector<InputScope> input_scopes_;
182 std::vector<InputScope> GetInputScopes(TextInputType text_input_type,
184 std::vector<InputScope> input_scopes;
210 std::vector<InputScope> input_scopes = GetInputScopes(text_input_type,
  /external/chromium_org/ui/message_center/cocoa/
settings_controller_unittest.mm 55 std::vector<Notifier*> notifiers;
71 std::vector<Notifier*> notifiers;
98 std::vector<Notifier*> notifiers;
114 std::vector<Notifier*> group1_notifiers;
118 std::vector<Notifier*> group2_notifiers;
133 std::vector<Notifier*> notifiers;

Completed in 566 milliseconds

<<71727374757677787980>>