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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/animation/
EffectInput.h 9 #include "wtf/Vector.h"
20 static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h 24 #include "wtf/Vector.h"
42 const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; }
45 void buildTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes);
46 void layoutTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes);
49 void addTextChunk(Vector<SVGInlineTextBox*>& lineLayoutBoxes, unsigned boxPosition, unsigned boxCount);
52 void processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>&, unsigned& atCharacter);
53 void processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>&);
57 Vector<SVGTextChunk> m_textChunks;
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormDataBuilder.h 39 static Vector<char> generateUniqueBoundaryString();
40 static void beginMultiPartHeader(Vector<char>&, const CString& boundary, const CString& name);
41 static void addBoundaryToMultiPartHeader(Vector<char>&, const CString& boundary, bool isLastBoundary = false);
42 static void addFilenameToMultiPartHeader(Vector<char>&, const WTF::TextEncoding&, const String& filename);
43 static void addContentTypeToMultiPartHeader(Vector<char>&, const CString& mimeType);
44 static void finishMultiPartHeader(Vector<char>&);
47 static void addKeyValuePairAsFormData(Vector<char>&, const CString& key, const CString& value, FormData::EncodingType = FormData::FormURLEncoded);
48 static void encodeStringAsFormData(Vector<char>&, const CString&);
  /external/chromium_org/third_party/ots/src/
gasp.h 9 #include <vector>
18 std::vector<std::pair<uint16_t, uint16_t> > gasp_ranges;
glyf.h 9 #include <vector>
16 std::vector<std::pair<const uint8_t*, size_t> > iov;
vorg.h 8 #include <vector>
23 std::vector<OpenTypeVORGMetrics> metrics;
  /external/chromium_org/tools/gn/
value_extractors.h 9 #include <vector>
22 bool ListValueExtractor(const Value& value, std::vector<T>* dest,
27 const std::vector<Value>& input_list = value.list_value();
38 std::vector<std::string>* dest,
45 std::vector<SourceFile>* files,
52 std::vector<SourceDir>* dest,
55 // Extracts the list of labels and their origins to the given vector. Only the
56 // labels are filled in, the ptr for each pair in the vector will be null.
  /external/chromium_org/ui/ozone/common/chromeos/
touchscreen_device_manager_ozone.cc 15 std::vector<TouchscreenDevice> TouchscreenDeviceManagerOzone::GetDevices() {
17 return std::vector<TouchscreenDevice>();
  /external/chromium_org/v8/src/
zone-containers.h 8 #include <vector>
17 typedef std::vector<int, ZoneIntAllocator> IntVector;
  /external/clang/test/CodeGen/
arm-asm-diag.c 20 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type
21 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type
22 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type
23 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type
  /external/clang/test/Sema/
convertvector.c 11 return __builtin_convertvector(x, float); // expected-error {{must be a vector type}}
15 return __builtin_convertvector(x, vector8float); // expected-error {{must be a vector}}
  /external/clang/test/SemaCXX/
vector-no-lax.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -fno-lax-vector-conversions -verify %s
7 b += a; // expected-error{{can't convert between vector values}}
  /external/eigen/doc/snippets/
MatrixBase_isOrthogonal.cpp 3 cout << "Here's the vector v:" << endl << v << endl;
4 cout << "Here's the vector w:" << endl << w << endl;
  /external/libcxx/test/containers/sequences/vector/vector.cons/
move_assign_noexcept.pass.cpp 10 // <vector>
12 // vector& operator=(vector&& c)
19 #include <vector>
36 typedef std::vector<MoveOnly> C;
40 typedef std::vector<MoveOnly, test_allocator<MoveOnly>> C;
44 typedef std::vector<MoveOnly, other_allocator<MoveOnly>> C;
48 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
move_noexcept.pass.cpp 10 // <vector>
12 // vector(vector&&)
17 #include <vector>
34 typedef std::vector<MoveOnly> C;
38 typedef std::vector<MoveOnly, test_allocator<MoveOnly>> C;
42 typedef std::vector<MoveOnly, other_allocator<MoveOnly>> C;
46 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
  /external/libcxx/test/containers/sequences/vector/vector.modifiers/
erase_iter_db2.pass.cpp 10 // <vector>
18 #include <vector>
29 std::vector<int> l1(a1, a1+3);
30 std::vector<int> l2(a1, a1+3);
31 std::vector<int>::const_iterator i = l2.begin();
38 std::vector<int, min_allocator<int>> l1(a1, a1+3);
39 std::vector<int, min_allocator<int>> l2(a1, a1+3);
40 std::vector<int, min_allocator<int>>::const_iterator i = l2.begin();
  /external/libcxx/test/containers/sequences/vector.bool/
construct_default.pass.cpp 10 // <vector>
11 // vector<bool>
13 // vector(const Alloc& = Alloc());
15 #include <vector>
50 test0<std::vector<bool> >();
51 test1<std::vector<bool, test_allocator<bool> > >(test_allocator<bool>(3));
55 test0<std::vector<bool, min_allocator<bool>> >();
56 test1<std::vector<bool, min_allocator<bool> > >(min_allocator<bool>());
find.pass.cpp 10 // <vector>
11 // vector<bool>
13 // std::find with vector<bool>::iterator
17 #include <vector>
25 std::vector<bool> b(i,true);
26 std::vector<bool>::iterator j = std::find(b.begin()+1, b.end(), false);
33 std::vector<bool> b(i,false);
34 std::vector<bool>::iterator j = std::find(b.begin()+1, b.end(), true);
move_assign_noexcept.pass.cpp 10 // <vector>
12 // vector& operator=(vector&& c)
19 #include <vector>
35 typedef std::vector<bool> C;
39 typedef std::vector<bool, test_allocator<bool>> C;
43 typedef std::vector<bool, other_allocator<bool>> C;
47 typedef std::vector<bool, some_alloc<bool>> C;
move_noexcept.pass.cpp 10 // <vector>
12 // vector(vector&&)
17 #include <vector>
33 typedef std::vector<bool> C;
37 typedef std::vector<bool, test_allocator<bool>> C;
41 typedef std::vector<bool, other_allocator<bool>> C;
45 typedef std::vector<bool, some_alloc<bool>> C;
  /external/lldb/tools/lldb-perf/common/clang/
main.cpp 3 #include <vector>
17 std::vector<int> ints;
  /external/llvm/test/Assembler/
getelementptr_vec_idx2.ll 3 ; Test that a vector pointer is only used with a vector index.
  /frameworks/minikin/include/minikin/
FontCollection.h 20 #include <vector>
31 explicit FontCollection(const std::vector<FontFamily*>& typefaces);
42 std::vector<Run>* result) const;
76 // This vector has ownership of the bitsets and typeface objects.
77 std::vector<FontInstance> mInstances;
79 // This vector contains pointers into mInstances
80 std::vector<const FontInstance*> mInstanceVec;
83 std::vector<Range> mRanges;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
move_assign_noexcept.pass.cpp 10 // <vector>
12 // vector& operator=(vector&& c)
19 #include <vector>
36 typedef std::vector<MoveOnly> C;
40 typedef std::vector<MoveOnly, test_allocator<MoveOnly>> C;
44 typedef std::vector<MoveOnly, other_allocator<MoveOnly>> C;
48 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
move_noexcept.pass.cpp 10 // <vector>
12 // vector(vector&&)
17 #include <vector>
34 typedef std::vector<MoveOnly> C;
38 typedef std::vector<MoveOnly, test_allocator<MoveOnly>> C;
42 typedef std::vector<MoveOnly, other_allocator<MoveOnly>> C;
46 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;

Completed in 3318 milliseconds

<<11121314151617181920>>