HomeSort by relevance Sort by last modified time
    Searched refs:vector (Results 226 - 250 of 3497) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/libpp/
profile_spec.h 15 #include <vector>
33 * @param args a vector of non options strings
37 * tag:value contained in args vector doing also alias
42 std::vector<std::string> const & image_path,
124 std::vector<std::string> session;
125 std::vector<std::string> session_exclude;
126 std::vector<std::string> image;
127 std::vector<std::string> image_exclude;
128 std::vector<std::string> lib_image;
136 std::vector<std::string> image_or_lib_image
    [all...]
symbol_sort.h 17 #include <vector>
50 std::vector<sort_order> options;
  /external/oprofile/libutil++/
cverb.h 17 #include <vector>
68 static bool setup(std::vector<std::string> const & args);
path_filter.h 39 path_filter(std::vector<std::string> const & include_patterns,
40 std::vector<std::string> const & exclude_patterns)
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.h 33 #include <vector>
58 vector<FileInfo> files_;
  /external/valgrind/tsan/
ts_race_verifier.h 49 void RaceVerifierInit(const std::vector<std::string>& fileNames,
50 const std::vector<std::string>& raceInfos);
ignore.h 33 vector<IgnoreTriple> ignores;
34 vector<IgnoreTriple> ignores_r;
35 vector<IgnoreTriple> ignores_hist;
39 extern vector<string> *g_ignore_obj;
46 bool TripleVectorMatchKnown(const vector<IgnoreTriple>& v,
51 bool StringVectorMatch(const vector<string>& v, const string& obj);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
UrlInterceptResponse.h 35 #include <vector>
61 bool readStream(std::vector<char>* out) const;
  /external/webrtc/src/modules/audio_processing/
processing_component.h 14 #include <vector>
47 std::vector<void*> handles_;
  /external/chromium/chrome/browser/autofill/
form_structure_browsertest.cc 5 #include <vector>
45 std::string FormStructuresToString(const std::vector<FormStructure*>& forms);
65 std::vector<FormStructure*> forms = autofill_manager->form_structures_.get();
70 const std::vector<FormStructure*>& forms) {
72 for (std::vector<FormStructure*>::const_iterator iter = forms.begin();
76 for (std::vector<AutofillField*>::const_iterator field_iter =
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data.h 9 #include <vector>
58 std::vector<Element> children;
82 explicit BookmarkNodeData(const std::vector<const BookmarkNode*>& nodes);
86 // Reads bookmarks from the given vector.
87 bool ReadFromVector(const std::vector<const BookmarkNode*>& nodes);
125 // If the nodes can't be found (may have been deleted), an empty vector is
127 std::vector<const BookmarkNode*> GetNodes(Profile* profile) const;
154 std::vector<Element> elements;
  /external/chromium/chrome/browser/chromeos/login/
owner_manager.h 9 #include <vector>
42 const std::vector<uint8>& payload) = 0;
56 const std::vector<uint8>& key,
88 const std::vector<uint8>& signature,
104 const std::vector<uint8>& payload) {
109 std::vector<uint8> public_key_;
  /external/chromium/chrome/browser/importer/
profile_writer.h 9 #include <vector>
56 std::vector<string16> path;
76 virtual void AddHistoryPage(const std::vector<history::URLRow>& page,
93 virtual void AddBookmarkEntry(const std::vector<BookmarkEntry>& bookmark,
98 const std::vector<history::ImportedFaviconUsage>& favicons);
111 virtual void AddKeywords(const std::vector<TemplateURL*>& template_urls,
safari_importer.h 11 #include <vector>
75 void ParseBookmarks(std::vector<ProfileWriter::BookmarkEntry>* bookmarks);
84 const std::vector<string16>& parent_path_elements,
86 std::vector<ProfileWriter::BookmarkEntry>* out_bookmarks);
93 void ParseHistoryItems(std::vector<history::URLRow>* history_items);
104 std::vector<history::ImportedFaviconUsage>* favicons);
  /external/chromium/chrome/browser/password_manager/
login_database.h 10 #include <vector>
49 // Loads a list of matching password forms into the specified vector |forms|.
53 std::vector<webkit_glue::PasswordForm*>* forms) const;
61 std::vector<webkit_glue::PasswordForm*>* forms) const;
66 std::vector<webkit_glue::PasswordForm*>* forms) const;
69 bool GetBlacklistLogins(std::vector<webkit_glue::PasswordForm*>* forms) const;
96 bool blacklisted, std::vector<webkit_glue::PasswordForm*>* forms) const;
password_store_mac.h 9 #include <vector>
51 std::vector<webkit_glue::PasswordForm*>* forms);
53 std::vector<webkit_glue::PasswordForm*>* forms);
68 std::vector<webkit_glue::PasswordForm*> GetUnusedKeychainForms();
72 const std::vector<webkit_glue::PasswordForm*>& forms);
76 const std::vector<webkit_glue::PasswordForm*>& forms);
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.h 11 #include <vector>
27 // 2 - the vector is in sorted (smallest to largest) order.
30 typedef std::vector<size_t> Projection;
43 const std::vector<syncable::Id>& GetAllCommitIds() const {
99 std::vector<syncable::Id> commit_ids_;
100 std::vector<int64> metahandle_order_;
107 // to just return the vector of Ids, so this is more straightforward
109 std::vector<syncable::ModelType> types_;
  /external/javassist/sample/vector/
Test.j 2 A sample program using sample.vector.VectorAssistant
10 % java sample.preproc.Compiler sample/vector/Test.j
11 % javac sample/vector/Test.java
12 % java sample.vector.Test
15 two class files (sample/vector/intVector.class and
16 sample/vector/StringVector.class).
19 package sample.vector;
21 import java.util.Vector by sample.vector.VectorAssistant(java.lang.String);
22 import java.util.Vector by sample.vector.VectorAssistant(int)
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/motors/
TranslationalLimitMotor.java 58 private native void getLowerLimit(long motorId, Vector3f vector);
64 private native void setLowerLimit(long motorId, Vector3f vector);
72 private native void getUpperLimit(long motorId, Vector3f vector);
78 private native void setUpperLimit(long motorId, Vector3f vector);
86 private native void getAccumulatedImpulse(long motorId, Vector3f vector);
92 private native void setAccumulatedImpulse(long motorId, Vector3f vector);
  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 23 #include <vector>
35 /// MBBs - The vector of basic blocks from which to create the jump table.
36 std::vector<MachineBasicBlock*> MBBs;
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M)
80 std::vector<MachineJumpTableEntry> JumpTables;
93 unsigned createJumpTableIndex(const std::vector<MachineBasicBlock*> &DestBBs);
99 const std::vector<MachineJumpTableEntry> &getJumpTables() const {
  /external/openfst/src/include/fst/script/
replace.h 22 #include <vector>
23 using std::vector;
32 typedef args::Package<const vector<pair<int64, const FstClass *> > &,
37 // Now that we know the arc type, we construct a vector of
39 const vector<pair<int64, const FstClass *> >& untyped_tuples =
42 vector<pair<typename Arc::Label, const Fst<Arc> *> > fst_tuples(
55 void Replace(const vector<pair<int64, const FstClass *> > &tuples,
  /external/stlport/test/unit/
uninitialized_test.cpp 2 #include <vector>
92 vector<NotTrivialCopyStruct> src(10);
93 vector<NotTrivialCopyStruct> dst(10);
95 vector<NotTrivialCopyStruct>::const_iterator it(dst.begin()), end(dst.end());
129 vector<NotTrivialCopyStruct> src(10);
146 vector<NotTrivialCopyStruct> dst(10);
148 vector<NotTrivialCopyStruct>::iterator it(dst.begin()), end(dst.end());
165 vector<int> src;
171 //Building a vector result in a uninitialized_copy call internally
172 vector<unsigned int> dst(src.begin(), src.end())
    [all...]
  /libcore/luni/src/main/native/
toStringArray.cpp 21 #include <vector>
24 const std::vector<std::string>& strings;
25 VectorCounter(const std::vector<std::string>& strings) : strings(strings) {}
31 const std::vector<std::string>& strings;
32 VectorGetter(const std::vector<std::string>& strings) : strings(strings) {}
38 jobjectArray toStringArray(JNIEnv* env, const std::vector<std::string>& strings) {
  /ndk/tests/device/test-gnustl-full/unit/
uninitialized_test.cpp 2 #include <vector>
92 vector<NotTrivialCopyStruct> src(10);
93 vector<NotTrivialCopyStruct> dst(10);
95 vector<NotTrivialCopyStruct>::const_iterator it(dst.begin()), end(dst.end());
129 vector<NotTrivialCopyStruct> src(10);
146 vector<NotTrivialCopyStruct> dst(10);
148 vector<NotTrivialCopyStruct>::iterator it(dst.begin()), end(dst.end());
165 vector<int> src;
171 //Building a vector result in a uninitialized_copy call internally
172 vector<unsigned int> dst(src.begin(), src.end())
    [all...]
  /ndk/tests/device/test-stlport/unit/
uninitialized_test.cpp 2 #include <vector>
92 vector<NotTrivialCopyStruct> src(10);
93 vector<NotTrivialCopyStruct> dst(10);
95 vector<NotTrivialCopyStruct>::const_iterator it(dst.begin()), end(dst.end());
129 vector<NotTrivialCopyStruct> src(10);
146 vector<NotTrivialCopyStruct> dst(10);
148 vector<NotTrivialCopyStruct>::iterator it(dst.begin()), end(dst.end());
165 vector<int> src;
171 //Building a vector result in a uninitialized_copy call internally
172 vector<unsigned int> dst(src.begin(), src.end())
    [all...]

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>