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

<<11121314151617181920>>

  /external/chromium_org/testing/android/
native_test_util.h 10 #include <vector>
31 const char* path, std::vector<std::string>* args);
32 int ArgsToArgv(const std::vector<std::string>& args, std::vector<char*>* argv);
  /external/chromium_org/tools/imagediff/
image_diff_png.h 9 #include <vector>
15 std::vector<unsigned char>* output,
23 std::vector<unsigned char>* output);
31 std::vector<unsigned char>* output);
  /external/chromium_org/ui/base/models/
simple_combobox_model.h 10 #include <vector>
14 // A simple data model for a combobox that takes a string16 vector as the items.
18 explicit SimpleComboboxModel(const std::vector<base::string16>& items);
28 const std::vector<base::string16> items_;
  /external/chromium_org/ui/gfx/
color_profile.cc 10 void ReadColorProfile(std::vector<char>* profile);
12 std::vector<char>* profile);
14 void ReadColorProfile(std::vector<char>* profile) { }
16 std::vector<char>* profile) {
  /external/chromium_org/ui/gfx/geometry/
vector3d_f.h 5 // Defines a simple float vector class. This class is used to indicate a
7 // produce a vector, and adding a vector to a point produces the point at the
8 // vector's distance from the original point.
36 // True if all components of the vector are 0.
39 // Add the components of the |other| vector to the current vector.
41 // Subtract the components of the |other| vector from the current vector.
59 // Gives the square of the diagonal length of the vector
    [all...]
  /external/clang/test/CodeCompletion/
templates.cpp 9 class vector : Alloc { class in namespace:std
14 template<typename Alloc> class vector<bool, Alloc>;
18 std::vector<int> v;
22 // CHECK-CC1-NEXT: vector<<#typename T#>{#, <#typename Alloc#>#}>
  /external/clang/test/SemaCXX/
cxx-altivec.cpp 3 struct Vector {
  /external/eigen/doc/snippets/
DirectionWise_replicate_int.cpp 2 cout << "Here is the vector v:" << endl << v << endl;
MatrixBase_replicate_int_int.cpp 2 cout << "Here is the vector v:" << endl << v << endl;
  /external/libcxx/test/containers/sequences/vector/vector.cons/
assign_move.pass.cpp 10 // <vector>
12 // vector& operator=(vector&& c);
14 #include <vector>
24 std::vector<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
25 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
31 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(test_allocator<MoveOnly>(5));
38 std::vector<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
39 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
45 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(test_allocator<MoveOnly>(6))
    [all...]
move_alloc.pass.cpp 10 // <vector>
12 // vector(vector&& c, const allocator_type& a);
14 #include <vector>
24 std::vector<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
25 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
31 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(6));
37 std::vector<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
38 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
44 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(5))
    [all...]
  /external/libcxx/test/containers/sequences/vector.bool/
assign_move.pass.cpp 10 // <vector>
12 // vector& operator=(vector&& c);
14 #include <vector>
23 std::vector<bool, test_allocator<bool> > l(test_allocator<bool>(5));
24 std::vector<bool, test_allocator<bool> > lo(test_allocator<bool>(5));
30 std::vector<bool, test_allocator<bool> > l2(test_allocator<bool>(5));
37 std::vector<bool, test_allocator<bool> > l(test_allocator<bool>(5));
38 std::vector<bool, test_allocator<bool> > lo(test_allocator<bool>(5));
44 std::vector<bool, test_allocator<bool> > l2(test_allocator<bool>(6))
    [all...]
move_alloc.pass.cpp 10 // <vector>
12 // vector(vector&& c, const allocator_type& a);
14 #include <vector>
23 std::vector<bool, test_allocator<bool> > l(test_allocator<bool>(5));
24 std::vector<bool, test_allocator<bool> > lo(test_allocator<bool>(5));
30 std::vector<bool, test_allocator<bool> > l2(std::move(l), test_allocator<bool>(6));
36 std::vector<bool, test_allocator<bool> > l(test_allocator<bool>(5));
37 std::vector<bool, test_allocator<bool> > lo(test_allocator<bool>(5));
43 std::vector<bool, test_allocator<bool> > l2(std::move(l), test_allocator<bool>(5))
    [all...]
  /external/libunwind/tests/
ppc64-test-altivec-utils.c 6 vector signed int v;
10 vector signed int
13 vector signed int v;
24 vec_print (vector signed int v)
  /external/llvm/test/MC/ARM/
invalid-vector-index.s 5 @ CHECK: error: immediate value expected for vector index
  /external/oprofile/pp/
opannotate_options.h 16 #include <vector>
30 extern std::vector<std::string> search_dirs;
31 extern std::vector<std::string> base_dirs;
32 extern std::vector<std::string> objdump_params;
  /external/stlport/etc/
std_headers.txt 34 vector
  /external/stlport/test/unit/
binsert_test.cpp 1 #include <vector>
33 vector<const char*> names;
34 back_insert_iterator<vector<const char*> > bit(names);
49 vector<const char*> names;
bsearch_test.cpp 32 int vector[100]; local
34 vector[i] = i;
35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42));
  /frameworks/av/drm/mediadrm/plugins/clearkey/
Utils.h 20 #include <utils/Vector.h>
22 // Add a comparison operator for this Vector specialization so that it can be
26 bool operator<(const Vector<uint8_t> &lhs, const Vector<uint8_t> &rhs);
  /frameworks/base/libs/hwui/
DisplayList.h 34 #include <utils/Vector.h>
91 std::vector<SkPath> mTempPaths;
137 Vector<DisplayListOp*> displayListOps;
142 Vector<const SkBitmap*> bitmapResources;
143 Vector<const SkBitmap*> ownedBitmapResources;
144 Vector<const Res_png_9patch*> patchResources;
146 Vector<const SkPaint*> paints;
147 Vector<const SkPath*> paths;
149 Vector<const SkRegion*> regions;
150 Vector<Layer*> layers
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
assign_move.pass.cpp 10 // <vector>
12 // vector& operator=(vector&& c);
14 #include <vector>
25 std::vector<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
26 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
34 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(test_allocator<MoveOnly>(5));
42 std::vector<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
43 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
53 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(test_allocator<MoveOnly>(6))
    [all...]
move_alloc.pass.cpp 10 // <vector>
12 // vector(vector&& c, const allocator_type& a);
14 #include <vector>
25 std::vector<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
26 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
36 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(6));
43 std::vector<MoveOnly, test_allocator<MoveOnly> > l(test_allocator<MoveOnly>(5));
44 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
54 std::vector<MoveOnly, test_allocator<MoveOnly> > l2(std::move(l), test_allocator<MoveOnly>(5))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
assign_move.pass.cpp 10 // <vector>
12 // vector& operator=(vector&& c);
14 #include <vector>
23 std::vector<bool, test_allocator<bool> > l(test_allocator<bool>(5));
24 std::vector<bool, test_allocator<bool> > lo(test_allocator<bool>(5));
30 std::vector<bool, test_allocator<bool> > l2(test_allocator<bool>(5));
37 std::vector<bool, test_allocator<bool> > l(test_allocator<bool>(5));
38 std::vector<bool, test_allocator<bool> > lo(test_allocator<bool>(5));
44 std::vector<bool, test_allocator<bool> > l2(test_allocator<bool>(6))
    [all...]
move_alloc.pass.cpp 10 // <vector>
12 // vector(vector&& c, const allocator_type& a);
14 #include <vector>
23 std::vector<bool, test_allocator<bool> > l(test_allocator<bool>(5));
24 std::vector<bool, test_allocator<bool> > lo(test_allocator<bool>(5));
30 std::vector<bool, test_allocator<bool> > l2(std::move(l), test_allocator<bool>(6));
36 std::vector<bool, test_allocator<bool> > l(test_allocator<bool>(5));
37 std::vector<bool, test_allocator<bool> > lo(test_allocator<bool>(5));
43 std::vector<bool, test_allocator<bool> > l2(std::move(l), test_allocator<bool>(5))
    [all...]

Completed in 1271 milliseconds

<<11121314151617181920>>