Searched refs:ToVector (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/media/midi/
H A Dusb_midi_output_stream_unittest.cc20 std::vector<T> ToVector(const T((&array)[N])) { function in namespace:media::__anon8693
74 stream_->Send(ToVector(data));
96 stream_->Send(ToVector(data1));
97 stream_->Send(ToVector(data2));
106 stream_->Send(ToVector(data));
113 stream_->Send(ToVector(data));
120 stream_->Send(ToVector(data));
127 stream_->Send(ToVector(data));
134 stream_->Send(ToVector(data));
141 stream_->Send(ToVector(dat
[all...]
H A Dmidi_manager_usb_unittest.cc21 std::vector<T> ToVector(const T (&array)[N]) {
218 device->SetDescriptor(ToVector(descriptor));
252 device->SetDescriptor(ToVector(descriptor));
283 device->SetDescriptor(ToVector(descriptor));
297 manager_->DispatchSendMidiData(&client, 1, ToVector(data), 0);
326 device->SetDescriptor(ToVector(descriptor));
/external/chromium_org/v8/src/
H A Dlist-inl.h28 AddAll(other.ToVector(), alloc);
195 ToVector().Sort(cmp);
205 ToVector().Sort();
H A Dallocation-tracker.h30 Vector<AllocationTraceNode*> children() const { return children_.ToVector(); }
H A Dpreparse-data.h161 return function_store_.ToVector();
H A Dlist.h81 Vector<T> ToVector() const { return Vector<T>(data_, length_); }
H A Dmksnapshot.cc143 } else if (compressor_->Compress(source_data.ToVector())) {
H A Dutils.h551 Vector<T> ToVector() { function in class:v8::internal::Collector
H A Dframes.cc1640 return list.ToVector();
H A Ddeoptimizer.cc2945 MemCopy(result->GetDataStartAddress(), contents_.ToVector().start(), length);
/external/chromium_org/v8/test/cctest/
H A Dtest-utils.cc166 Vector<int> result = collector.ToVector();
199 Vector<int> result = collector.ToVector();
/external/chromium_org/net/websockets/
H A Dwebsocket_stream_test.cc44 std::vector<HeaderKeyValuePair> ToVector(const HttpRequestHeaders& headers) { function in namespace:net::__anon9842
52 std::vector<HeaderKeyValuePair> ToVector(const HttpResponseHeaders& headers) { function in namespace:net::__anon9842
460 ToVector(request_info_->headers);
489 ToVector(*response_info_->headers.get());

Completed in 836 milliseconds