/external/chromium_org/content/common/ |
page_state_serialization.h | 8 #include <vector> 36 std::vector<ExplodedHttpBodyElement> elements; 50 std::vector<base::NullableString16> document_state; 58 std::vector<ExplodedFrameState> children; 65 std::vector<base::NullableString16> referenced_files;
|
resource_request_body.h | 8 #include <vector> 41 const std::vector<Element>* elements() const { return &elements_; } 42 std::vector<Element>* elements_mutable() { return &elements_; } 43 void swap_elements(std::vector<Element>* elements) { 57 std::vector<Element> elements_;
|
/external/chromium_org/content/renderer/pepper/ |
event_conversion.h | 8 #include <vector> 28 // The generated events will be filled into the given vector. On failure, no 29 // events will ge generated and the vector will be empty. 31 std::vector<ppapi::InputEventData>* pp_events); 40 std::vector<linked_ptr<blink::WebInputEvent> > CreateSimulatedWebInputEvents(
|
/external/chromium_org/device/bluetooth/ |
bluetooth_gatt_descriptor.cc | 7 #include <vector> 19 const std::vector<BluetoothUUID> uuids_; 22 static std::vector<BluetoothUUID> MakeUUIDVector() { 23 std::vector<BluetoothUUID> uuids; 84 const std::vector<uint8>& value,
|
/external/chromium_org/media/midi/ |
usb_midi_device_android.cc | 8 #include <vector> 29 std::vector<uint8> UsbMidiDeviceAndroid::GetDescriptor() { 34 std::vector<uint8> ret; 40 const std::vector<uint8>& data) { 54 std::vector<uint8> bytes;
|
/external/chromium_org/net/ssl/ |
client_cert_store_mac_unittest.cc | 50 std::vector<std::string> authority_2( 55 std::vector<scoped_refptr<X509Certificate> > certs; 59 std::vector<scoped_refptr<X509Certificate> > selected_certs; 76 std::vector<scoped_refptr<X509Certificate> > certs; 80 std::vector<scoped_refptr<X509Certificate> > selected_certs;
|
/external/chromium_org/pdf/ |
progress_control.h | 9 #include <vector> 32 const std::vector<pp::ImageData>& images, 36 const std::vector<pp::ImageData>& images, 40 const std::vector<pp::ImageData>& images, 62 std::vector<pp::ImageData> images_;
|
/external/chromium_org/ppapi/proxy/ |
file_chooser_resource.h | 10 #include <vector> 52 // Parses the accept string into the given vector. 54 std::vector<std::string>* output); 59 const std::vector<FileRefCreateInfo>& chosen_files); 66 std::vector<std::string> accept_types_;
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBKeyPath.h | 29 #include "wtf/Vector.h" 41 void IDBParseKeyPath(const String&, Vector<String>&, IDBKeyPathParseError&); 47 explicit IDBKeyPath(const Vector<String>& array); 57 const Vector<String>& array() const 76 Vector<String> m_array;
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
Language.h | 31 #include "wtf/Vector.h" 36 PLATFORM_EXPORT Vector<AtomicString> userPreferredLanguages(); 37 PLATFORM_EXPORT Vector<AtomicString> userPreferredLanguagesOverride(); 38 PLATFORM_EXPORT void overrideUserPreferredLanguages(const Vector<AtomicString>&); 39 PLATFORM_EXPORT size_t indexOfBestMatchingLanguageInList(const AtomicString& language, const Vector<AtomicString>& languageList);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
context.hpp | 35 _cl_context(const std::vector<cl_context_properties> &props, 36 const std::vector<clover::device *> &devs); 41 const std::vector<cl_context_properties> &props() const { 45 const std::vector<clover::device *> devs; 48 std::vector<cl_context_properties> __props;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
split_vq.h | 25 * split vector quantization 29 int16_t *qX, /* (o) the quantized vector in Q13 */ 30 int16_t *index, /* (o) a vector of indexes for all vector 32 int16_t *X, /* (i) the vector to quantize */
|
/external/chromium_org/tools/deep_memory_profiler/sorters/ |
malloc.type.json | 17 "name": "STL-vector", 58 "backtrace_function": ".*(std::vector::reserve __gnu_cxx::hashtable|::allocate std::_Hashtable|::allocate std::__1::__hash_table).*" 61 "name": "STL-vector", 65 "name": "STL-vector", 66 "backtrace_function": ".*std::(_Vector_base::_M_allocate|__1::vector::allocate).*"
|
/external/chromium_org/tools/relocation_packer/src/ |
leb128_unittest.cc | 7 #include <vector> 13 std::vector<uint32_t> values; 23 std::vector<uint8_t> encoding; 56 std::vector<uint8_t> encoding; 81 std::vector<uint32_t> dequeued;
|
/external/chromium_org/ui/message_center/ |
fake_notifier_settings_provider.h | 19 const std::vector<Notifier*>& notifiers); 28 virtual void GetNotifierList(std::vector<Notifier*>* notifiers) OVERRIDE; 45 void AddGroup(NotifierGroup* group, const std::vector<Notifier*>& notifiers); 55 std::vector<Notifier*> notifiers; 62 std::vector<NotifierGroupItem> items_;
|
/external/clang/test/CodeGenCXX/ |
lpad-linetable.cpp | 9 # 1 "/usr/include/c++/4.2.1/vector" 1 3 38 class vector class in namespace:std 46 vector(const allocator_type& __a = allocator_type()) function in class:std::vector 61 std::vector<long> longs; 62 std::vector<short> shorts;
|
/external/clang/test/Misc/ |
diag-template-diffing-cxx98.cpp | 40 class vector{}; class in namespace:qualifiers 42 void bar(const vector<int>*) {} 44 void test(volatile vector<int>* V) { 48 // CHECK: candidate template ignored: deduced conflicting types for parameter 'T' ('const vector<[...]>' vs. 'volatile vector<[...]>')
|
/external/eigen/bench/btl/generic_bench/init/ |
init_vector.hh | 23 // The Vector class must satisfy the following part of STL vector concept : 27 template<double init_function(int), class Vector> 28 void init_vector(Vector & X, int size){ 33 X[i]=typename Vector::value_type(init_function(i));
|
/external/libcxx/test/containers/sequences/vector/ |
db_cindex.pass.cpp | 10 // <vector> 12 // Index const vector out of bounds. 18 #include <vector> 30 typedef std::vector<T> C; 39 typedef std::vector<T, min_allocator<T>> C;
|
db_index.pass.cpp | 10 // <vector> 12 // Index vector out of bounds. 18 #include <vector> 30 typedef std::vector<T> C; 40 typedef std::vector<T, min_allocator<T>> C;
|
/external/libcxx/test/containers/sequences/vector/vector.cons/ |
construct_size_value_alloc.pass.cpp | 10 // <vector> 12 // vector(size_type n, const value_type& x, const allocator_type& a); 14 #include <vector> 33 test<std::vector<int> >(50, 3, std::allocator<int>()); 35 test<std::vector<int, min_allocator<int>> >(50, 3, min_allocator<int>());
|
initializer_list.pass.cpp | 10 // <vector> 12 // vector(initializer_list<value_type> il); 14 #include <vector> 22 std::vector<int> d = {3, 4, 5, 6}; 31 std::vector<int, min_allocator<int>> d = {3, 4, 5, 6};
|
initializer_list_alloc.pass.cpp | 10 // <vector> 12 // vector(initializer_list<value_type> il, const Allocator& a = allocator_type()); 14 #include <vector> 24 std::vector<int, test_allocator<int>> d({3, 4, 5, 6}, test_allocator<int>(3)); 34 std::vector<int, min_allocator<int>> d({3, 4, 5, 6}, min_allocator<int>());
|
op_equal_initializer_list.pass.cpp | 10 // <vector> 12 // vector& operator=(initializer_list<value_type> il); 14 #include <vector> 23 std::vector<int> d; 33 std::vector<int, min_allocator<int>> d;
|
/external/libcxx/test/containers/sequences/vector/vector.modifiers/ |
insert_iter_iter_iter.pass.cpp | 10 // <vector> 19 #include <vector> 28 std::vector<int> v(100); 31 std::vector<int>::iterator i = v.insert(v.cbegin() + 10, input_iterator<const int*>(a), 44 std::vector<int> v(100); 47 std::vector<int>::iterator i = v.insert(v.cbegin() + 10, forward_iterator<const int*>(a), 60 std::vector<int, stack_allocator<int, 308> > v(100); 63 std::vector<int>::iterator i = v.insert(v.cbegin() + 10, input_iterator<const int*>(a), 76 std::vector<int, stack_allocator<int, 300> > v(100); 79 std::vector<int>::iterator i = v.insert(v.cbegin() + 10, forward_iterator<const int*>(a) [all...] |