HomeSort by relevance Sort by last modified time
    Searched refs:vector (Results 51 - 75 of 10854) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/app/
breakpad_field_trial_win.h 8 #include <vector>
17 void SetExperimentChunks(const std::vector<string16>& chunks,
  /external/chromium_org/chrome/browser/extensions/
extension_function_util.h 8 #include <vector>
20 bool ReadOneOrMoreIntegers(base::Value* value, std::vector<int>* result);
  /external/chromium_org/chrome/browser/search/
instant_service_observer.h 8 #include <vector>
21 const std::vector<InstantMostVisitedItem>&) = 0;
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_test_utils.h 9 #include <vector>
19 static std::string TabsToString(const std::vector<StartupTab>& values);
  /external/chromium_org/chrome/utility/importer/
favicon_reencode.h 8 #include <vector>
15 // necessary, and re-encodes as PNG data in the given output vector. Returns
19 std::vector<unsigned char>* png_data);
  /external/chromium_org/components/visitedlink/common/
visitedlink_messages.h 6 #include <vector>
23 IPC_MESSAGE_CONTROL1(ChromeViewMsg_VisitedLink_Add, std::vector<uint64>)
  /external/chromium_org/ppapi/shared_impl/
dir_contents.h 9 #include <vector>
20 typedef std::vector<DirEntry> DirContents;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600MachineFunctionInfo.h 19 #include <vector>
27 std::vector<unsigned> ReservedRegs;
  /external/chromium_org/third_party/ots/src/
glyf.h 9 #include <vector>
16 std::vector<std::pair<const uint8_t*, size_t> > iov;
ltsh.h 8 #include <vector>
16 std::vector<uint8_t> ypels;
  /external/chromium_org/tools/clang/plugins/tests/
nested_class_inline_ctor.h 9 #include <vector>
18 std::vector<std::string> a;
  /external/chromium_org/ui/snapshot/test/
snapshot_desktop.h 8 #include <vector>
21 std::vector<unsigned char>* png_representation);
  /external/clang/test/SemaCXX/
for-range-unused.cpp 6 struct Vector {
19 Vector<int> vector; local
20 vector.doIt(); // expected-note {{here}}
  /external/mesa3d/src/gallium/drivers/radeon/
R600MachineFunctionInfo.h 19 #include <vector>
27 std::vector<unsigned> ReservedRegs;
  /external/chromium_org/third_party/re2/re2/testing/
regexp_generator.h 12 #include <vector>
30 RegexpGenerator(int maxatoms, int maxops, const vector<string>& atoms,
31 const vector<string>& ops);
44 static const vector<string>& EgrepOps();
47 void RunPostfix(const vector<string>& post);
48 void GeneratePostfix(vector<string>* post, int nstk, int ops, int lits);
49 bool GenerateRandomPostfix(vector<string>* post, int nstk, int ops, int lits);
53 vector<string> atoms_; // Possible atoms.
54 vector<string> ops_; // Possible ops.
62 vector<string> Explode(const StringPiece& s)
    [all...]
  /external/clang/test/Sema/
altivec-init.c 10 b = (v4)(5, 6, 7, 8, 9); // expected-warning {{excess elements in vector initializer}}
13 vector int vi;
14 vi = (vector int)(1);
15 vi = (vector int)(1, 2); // expected-error {{number of elements must be either one or match the size of the vector}}
16 vi = (vector int)(1, 2, 3, 4);
17 vi = (vector int)(1, 2, 3, 4, 5); // expected-warning {{excess elements in vector initializer}}
18 vi = (vector int){1};
19 vi = (vector int){1, 2}
    [all...]
  /external/llvm/include/llvm/Analysis/
ProfileInfoLoader.h 21 #include <vector>
31 std::vector<std::string> CommandLines;
32 std::vector<unsigned> FunctionCounts;
33 std::vector<unsigned> BlockCounts;
34 std::vector<unsigned> EdgeCounts;
35 std::vector<unsigned> OptimalEdgeCounts;
36 std::vector<unsigned> BBTrace;
52 const std::vector<unsigned> &getRawFunctionCounts() const {
59 const std::vector<unsigned> &getRawBlockCounts() const {
66 const std::vector<unsigned> &getRawEdgeCounts() const
    [all...]
  /external/regex-re2/re2/testing/
regexp_generator.h 12 #include <vector>
30 RegexpGenerator(int maxatoms, int maxops, const vector<string>& atoms,
31 const vector<string>& ops);
44 static const vector<string>& EgrepOps();
47 void RunPostfix(const vector<string>& post);
48 void GeneratePostfix(vector<string>* post, int nstk, int ops, int lits);
49 bool GenerateRandomPostfix(vector<string>* post, int nstk, int ops, int lits);
53 vector<string> atoms_; // Possible atoms.
54 vector<string> ops_; // Possible ops.
62 vector<string> Explode(const StringPiece& s)
    [all...]
  /system/core/libutils/tests/
Vector_test.cpp 19 #include <utils/Vector.h>
40 Vector<int> vector; local
41 Vector<int> other;
42 vector.setCapacity(8);
44 vector.add(1);
45 vector.add(2);
46 vector.add(3);
48 EXPECT_EQ(vector.size(), 3);
50 // copy the vector
    [all...]
  /external/aac/libFDK/src/
scale.cpp 113 * \brief Multiply input vector by \f$ 2^{scalefactor} \f$
120 void scaleValues(FIXP_SGL *vector, /*!< Vector */
134 *(vector++) <<= scalefactor;
138 *(vector++) <<= scalefactor;
139 *(vector++) <<= scalefactor;
140 *(vector++) <<= scalefactor;
141 *(vector++) <<= scalefactor;
147 *(vector++) >>= negScalefactor;
151 *(vector++) >>= negScalefactor
    [all...]
  /external/ceres-solver/include/ceres/
cost_function.h 47 #include <vector>
118 const vector<int16>& parameter_block_sizes() const {
127 vector<int16>* mutable_parameter_block_sizes() {
138 vector<int16> parameter_block_sizes_;
  /external/chromium/chrome/browser/
mock_plugin_exceptions_table_model.h 9 #include <vector>
19 void set_plugins(std::vector<webkit::npapi::PluginGroup>& plugins);
23 std::vector<webkit::npapi::PluginGroup>* plugin_groups);
26 std::vector<webkit::npapi::PluginGroup> plugins_;
  /external/chromium_org/components/autofill/content/browser/
autocheckout_page_meta_data.h 9 #include <vector>
49 std::vector<WebElementDescriptor> click_elements_before_form_fill;
53 std::vector<WebElementDescriptor> click_elements_after_form_fill;
69 std::map<int, std::vector<AutocheckoutStepType> > page_types;
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
force-include-files.cc 6 std::list<std::vector<std::string> > l;
  /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);

Completed in 3153 milliseconds

1 23 4 5 6 7 8 91011>>