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

<<21222324252627282930>>

  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
main.cpp 2 #include <vector>
3 typedef std::vector<int> int_vect;
4 typedef std::vector<std::string> string_vect;
  /external/oprofile/libutil++/
string_filter.cpp 28 string_filter::string_filter(vector<string> const & include_patterns,
29 vector<string> const & exclude_patterns)
39 vector<string>::const_iterator cit;
  /external/stlport/test/eh/
test.cpp 3 #include <vector>
19 std::vector<int> aVector;
29 printElements(aVector, "vector: ");
  /external/stlport/test/unit/
accum_test.cpp 1 #include <vector>
33 vector<int> v(5);
41 vector<int> v(5);
  /external/webrtc/src/common_audio/signal_processing/
energy.c 20 WebRtc_Word32 WebRtcSpl_Energy(WebRtc_Word16* vector, int vector_length, int* scale_factor)
24 int scaling = WebRtcSpl_GetScalingSquare(vector, vector_length, vector_length);
26 WebRtc_Word16 *vectorptr = vector;
  /frameworks/base/tools/aapt/
AaptUtil.h 21 #include <utils/Vector.h>
25 android::Vector<android::String8> split(const android::String8& str, const char sep);
26 android::Vector<android::String8> splitAndLowerCase(const android::String8& str, const char sep);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
copy.pass.cpp 10 // <vector>
12 // vector(const vector& v);
14 #include <vector>
37 test(std::vector<int>(a, an));
40 std::vector<int, test_allocator<int> > v(3, 2, test_allocator<int>(5));
41 std::vector<int, test_allocator<int> > v2 = v;
51 std::vector<int, other_allocator<int> > v(3, 2, other_allocator<int>(5));
52 std::vector<int, other_allocator<int> > v2 = v;
65 test(std::vector<int, min_allocator<int>>(a, an))
    [all...]
copy_alloc.pass.cpp 10 // <vector>
12 // vector(const vector& v, const allocator_type& a);
14 #include <vector>
37 test(std::vector<int>(a, an), std::allocator<int>());
40 std::vector<int, test_allocator<int> > l(3, 2, test_allocator<int>(5));
41 std::vector<int, test_allocator<int> > l2(l, test_allocator<int>(3));
46 std::vector<int, other_allocator<int> > l(3, 2, other_allocator<int>(5));
47 std::vector<int, other_allocator<int> > l2(l, other_allocator<int>(3));
55 test(std::vector<int, min_allocator<int>>(a, an), min_allocator<int>())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
insert_iter_rvalue.pass.cpp 10 // <vector>
18 #include <vector>
29 std::vector<MoveOnly> v(100);
30 std::vector<MoveOnly>::iterator i = v.insert(v.cbegin() + 10, MoveOnly(3));
42 std::vector<MoveOnly, stack_allocator<MoveOnly, 300> > v(100);
43 std::vector<MoveOnly, stack_allocator<MoveOnly, 300> >::iterator i = v.insert(v.cbegin() + 10, MoveOnly(3));
56 std::vector<int> v1(3);
57 std::vector<int> v2(3);
64 std::vector<MoveOnly, min_allocator<MoveOnly>> v(100);
65 std::vector<MoveOnly, min_allocator<MoveOnly>>::iterator i = v.insert(v.cbegin() + 10, MoveOnly(3))
    [all...]
insert_iter_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, 1);
40 std::vector<int, stack_allocator<int, 300> > v(100);
41 std::vector<int, stack_allocator<int, 300> >::iterator i = v.insert(v.cbegin() + 10, 1);
54 std::vector<int> v1(3);
55 std::vector<int> v2(3);
63 std::vector<int, min_allocator<int>> v(100);
64 std::vector<int, min_allocator<int>>::iterator i = v.insert(v.cbegin() + 10, 1)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
accum_test.cpp 1 #include <vector>
33 vector<int> v(5);
41 vector<int> v(5);
  /ndk/tests/device/test-stlport/unit/
accum_test.cpp 1 #include <vector>
33 vector<int> v(5);
41 vector<int> v(5);
  /external/chromium_org/crypto/
rsa_private_key.h 11 #include <vector>
58 bool Export(std::vector<uint8>* output);
62 bool ExportPublicKeyInfo(std::vector<uint8>* output);
66 bool ExportPublicKey(std::vector<uint8>* output);
72 bool Import(const std::vector<uint8>& input);
76 std::vector<uint8>* modulus() { return &modulus_; };
77 std::vector<uint8>* public_exponent() { return &public_exponent_; };
78 std::vector<uint8>* private_exponent() { return &private_exponent_; };
79 std::vector<uint8>* prime1() { return &prime1_; };
80 std::vector<uint8>* prime2() { return &prime2_; }
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Int3.java 20 * Vector version of the basic int type.
50 * Vector add
61 * Vector add
77 * Vector add
88 * Vector add
104 * Vector subtraction
115 * Vector subtraction
131 * Vector subtraction
142 * Vector subtraction
158 * Vector multiplicatio
    [all...]
Int4.java 20 * Vector version of the basic int type.
53 * Vector add
65 * Vector add
82 * Vector add
94 * Vector add
111 * Vector subtraction
123 * Vector subtraction
140 * Vector subtraction
152 * Vector subtraction
169 * Vector multiplicatio
    [all...]
Long3.java 20 * Vector version of the basic long type.
50 * Vector add
61 * Vector add
77 * Vector add
88 * Vector add
104 * Vector subtraction
115 * Vector subtraction
131 * Vector subtraction
142 * Vector subtraction
158 * Vector multiplicatio
    [all...]
Long4.java 20 * Vector version of the basic long type.
53 * Vector add
65 * Vector add
82 * Vector add
94 * Vector add
111 * Vector subtraction
123 * Vector subtraction
140 * Vector subtraction
152 * Vector subtraction
169 * Vector multiplicatio
    [all...]
Short3.java 20 * Vector version of the basic short type.
50 * Vector add
61 * Vector add
77 * Vector add
88 * Vector add
104 * Vector subtraction
115 * Vector subtraction
131 * Vector subtraction
142 * Vector subtraction
158 * Vector multiplicatio
    [all...]
Short4.java 20 * Vector version of the basic short type.
53 * Vector add
65 * Vector add
82 * Vector add
94 * Vector add
111 * Vector subtraction
123 * Vector subtraction
140 * Vector subtraction
152 * Vector subtraction
169 * Vector multiplicatio
    [all...]
  /external/chromium_org/cc/resources/
image_copy_raster_worker_pool.h 8 #include <vector>
65 typedef std::vector<RasterTaskState> Vector;
87 RasterTaskState::Vector raster_task_states_;
100 // Task graph used when scheduling tasks and vector used to gather
103 Task::Vector completed_tasks_;
  /external/chromium_org/cc/trees/
layer_sorter.h 8 #include <vector>
59 std::vector<GraphEdge*> incoming;
60 std::vector<GraphEdge*> outgoing;
96 typedef std::vector<GraphNode> NodeList;
97 typedef std::vector<GraphEdge> EdgeList;
108 void RemoveEdgeFromList(GraphEdge* graph, std::vector<GraphEdge*>* list);
  /external/chromium_org/chrome/browser/extensions/
requirements_checker.h 8 #include <vector>
29 // The vector passed to the callback are any localized errors describing
30 // requirement violations. If this vector is non-empty, requirements checking
35 base::Callback<void(std::vector<std::string> requirement)> callback);
43 std::vector<std::string> errors_;
51 base::Callback<void(std::vector<std::string> requirement_errorss)> callback_;
  /external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.h 9 #include <vector>
38 const std::vector<ImportedBookmarkEntry>& bookmarks,
49 const std::vector<ImportedFaviconUsage>& favicons) OVERRIDE;
51 virtual void SetHistoryItems(const std::vector<ImporterURLRow>& rows,
55 const std::vector<importer::URLKeywordInfo>& url_keywords,
59 const std::vector<std::string>& search_engine_data) OVERRIDE;
  /external/chromium_org/components/variations/
active_field_trials.cc 7 #include <vector>
20 std::vector<ActiveGroupId>* name_group_ids) {
40 std::vector<ActiveGroupId>* name_group_ids) {
51 void GetFieldTrialActiveGroupIdsAsStrings(std::vector<std::string>* output) {
53 std::vector<ActiveGroupId> name_group_ids;
65 std::vector<ActiveGroupId>* name_group_ids) {
  /external/chromium_org/content/renderer/pepper/
pepper_file_chooser_host.h 9 #include <vector>
47 void StoreChosenFiles(const std::vector<ChosenFileInfo>& files);
56 const std::vector<std::string>& accept_mime_types);
58 void DidCreateResourceHosts(const std::vector<base::FilePath>& file_paths,
59 const std::vector<std::string>& display_names,
60 const std::vector<int>& browser_ids);

Completed in 372 milliseconds

<<21222324252627282930>>