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

<<31323334353637383940>>

  /external/libcxx/test/containers/sequences/vector/vector.modifiers/
insert_iter_size_value.pass.cpp 10 // <vector>
18 #include <vector>
26 std::vector<int> v(100);
27 std::vector<int>::iterator i = v.insert(v.cbegin() + 10, 5, 1);
39 std::vector<int, stack_allocator<int, 300> > v(100);
40 std::vector<int, stack_allocator<int, 300> >::iterator i = v.insert(v.cbegin() + 10, 5, 1);
53 std::vector<int> c1(100);
54 std::vector<int> c2;
55 std::vector<int>::iterator i = c1.insert(c2.cbegin() + 10, 5, 1);
61 std::vector<int, min_allocator<int>> v(100)
    [all...]
  /external/lldb/test/lang/cpp/unique-types/
main.cpp 9 #include <vector>
16 std::vector<long> longs;
17 std::vector<short> shorts;
23 return 0; // Set breakpoint here to verify that std::vector 'longs' and 'shorts' have unique types.
  /external/llvm/test/CodeGen/AArch64/
arm64-return-vector.ll 3 ; 2x64 vector should be returned in Q0.
  /external/llvm/test/CodeGen/X86/
2012-12-14-v8fp80-crash.ll 13 br label %vector.body
15 vector.body: ; preds = %vector.body, %while.body.lr.ph
18 br label %vector.body
vshift_split.ll 3 ; Example that requires splitting and expanding a vector shift.
  /external/regex-re2/re2/testing/
string_generator.h 13 #include <vector>
22 StringGenerator(int maxlen, const vector<string>& alphabet);
42 vector<string> alphabet_; // Alphabet, one string per letter.
48 vector<int> digits_; // Alphabet indices for next string.
  /external/stlport/test/unit/
_template.cpp 1 #include <vector>
func_test.cpp 1 #include <vector>
45 vector<int>v;
55 vector<int> v;
67 vector<int> v;
vector_header_test.cpp 8 #include <vector>
  /external/valgrind/main/memcheck/tests/vbit-test/
TODO 4 (2) Add support for IROps with vector operands.
  /external/webrtc/src/common_audio/signal_processing/
min_max_operations_neon.c 17 // Maximum absolute value of word16 vector.
18 WebRtc_Word16 WebRtcSpl_MaxAbsValueW16(const WebRtc_Word16* vector,
28 __asm__("vld1.16 {d26, d27}, [%0]" : : "r"(&vector[i]) : "q13");
38 abs_val = WEBRTC_SPL_ABS_W32((vector[i]));
  /frameworks/base/tools/aidl/
search_path.cpp 10 static vector<string> g_importPaths;
13 set_import_paths(const vector<string>& importPaths)
32 vector<string>& paths = g_importPaths;
33 for (vector<string>::iterator it=paths.begin(); it!=paths.end(); it++) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util_unittest.cpp 89 TEST(Vector, IsEmpty) {
90 Vector<void*> v;
94 TEST(Vector, PushBack) {
95 Vector<int> v;
102 TEST(Vector, PushBack2) {
104 Vector<int> v;
112 TEST(Vector, At) {
114 Vector<int> v;
124 TEST(Vector, IndexOf) {
126 Vector<int> v
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
const_value_type.pass.cpp 10 // <vector>
12 // vector<const int> v; // an extension
14 #include <vector>
20 std::vector<const int> v = {1, 2, 3};
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
insert_iter_size_value.pass.cpp 10 // <vector>
18 #include <vector>
27 std::vector<int> v(100);
28 std::vector<int>::iterator i = v.insert(v.cbegin() + 10, 5, 1);
41 std::vector<int, stack_allocator<int, 300> > v(100);
42 std::vector<int, stack_allocator<int, 300> >::iterator i = v.insert(v.cbegin() + 10, 5, 1);
56 std::vector<int> c1(100);
57 std::vector<int> c2;
58 std::vector<int>::iterator i = c1.insert(c2.cbegin() + 10, 5, 1);
64 std::vector<int, min_allocator<int>> v(100)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
O1_size.hpp 20 #include <boost/mpl/vector/aux_/tag.hpp>
31 template< typename Vector > struct apply
32 : Vector::size
44 template< typename Vector > struct apply
clear.hpp 18 #include <boost/mpl/vector/aux_/vector0.hpp>
19 #include <boost/mpl/vector/aux_/tag.hpp>
30 template< typename Vector > struct apply
43 template< typename Vector > struct apply
  /ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 2 #include <vector>
39 std::vector<PasswordForm*> vector1;
51 for(std::vector<PasswordForm*>::iterator iter = vector1.begin(); iter != vector1.end(); ++iter) {
53 cout << "************************************************ vector value " << value->signon_realm << std::endl;
  /ndk/tests/device/test-gnustl-full/unit/
_template.cpp 1 #include <vector>
func_test.cpp 1 #include <vector>
45 vector<int>v;
55 vector<int> v;
67 vector<int> v;
vector_header_test.cpp 8 #include <vector>
  /ndk/tests/device/test-stlport/unit/
_template.cpp 1 #include <vector>
func_test.cpp 1 #include <vector>
45 vector<int>v;
55 vector<int> v;
67 vector<int> v;
vector_header_test.cpp 8 #include <vector>
  /ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 2 #include <vector>
39 std::vector<PasswordForm*> vector1;
51 for(std::vector<PasswordForm*>::iterator iter = vector1.begin(); iter != vector1.end(); ++iter) {
53 cout << "************************************************ vector value " << value->signon_realm.c_str() << std::endl;

Completed in 442 milliseconds

<<31323334353637383940>>