Searched refs:vector (Results 101 - 125 of 180) sorted by relevance

12345678

/frameworks/minikin/include/minikin/
H A DFontFamily.h20 #include <vector>
158 std::vector<Font> mFonts;
/frameworks/rs/cpu_ref/
H A DrsCpuScript.h26 #include <vector>
136 std::vector<std::pair<const char *, uint32_t> > mExportedForEachFuncList;
/frameworks/compile/slang/
H A Dslang.cpp22 #include <vector>
174 std::vector<std::string> features;
226 std::vector<clang::DirectoryLookup> SearchList;
393 for (std::vector<std::string>::const_iterator
H A Dslang_rs_reflection_cpp.h40 typedef std::vector<std::pair<std::string, std::string> > ArgumentList;
/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_program.cpp18 #include <vector>
143 std::vector<const char*> input_buffers(input_count, NULL);
144 std::vector<int> input_sizes(input_count, 0);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp23 #include <vector>
206 std::vector<const GLFrame*> sources;
377 std::vector<const GLFrame*> sources;
/frameworks/compile/mclinker/unittests/
H A DInputTreeTest.cpp11 #include <vector>
65 std::vector<InputAction*> actions;
72 std::vector<InputAction*>::iterator action;
/frameworks/rs/
H A DrsCppUtils.h45 #include <vector>
94 template <class T> class Vector: public std::vector<T> {
120 template<> class Vector<bool>: public std::vector<char> {
/frameworks/rs/api/
H A Drs_core_math.spec505 @param y Supports single component or matching vector.
519 @param y Supports single component or matching vector.
1098 @param min_value Lower bound, must be scalar or matching vector.
1115 @param min_value Lower bound, must be scalar or matching vector.
1132 @param min_value Lower bound, must be scalar or matching vector.
1149 @param min_value Lower bound, must be scalar or matching vector.
1272 test: vector
1285 test: vector
1295 Compute the length of a vector.
1297 test: vector
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp31 #include <vector>
276 static void addMove(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths,
286 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths,
352 bezierCalculation bezierFunction, std::vector<SkPoint>& segmentPoints,
353 std::vector<float>& lengths, float errorSquared, bool doubleCheckDivision) {
395 std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, float errorSquared) {
434 std::vector<SkPoin
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp70 InvokeAnimationListeners(std::vector<OnFinishedEvent>& events) {
84 std::vector<OnFinishedEvent> mOnFinishedEvents;
148 std::vector< sp<RenderNode> > mPendingAnimatingRenderNodes;
186 std::vector<OnFinishedEvent> mOnFinishedEvents;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp21 #include <vector>
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReaderIf.h102 typedef std::vector<LinkInfo> LinkInfoList;
H A DEhFrame.h21 #include <vector>
57 typedef std::vector<CIE*> CIEList;
/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp76 std::vector<AliasList*>::iterator list_it, list_it_e=m_AliasLists.end();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h45 typedef std::vector<llvm::ELF::Elf32_Dyn*> ELF32DynList;
/frameworks/native/include/android/
H A Dsensor.h159 ASensorVector vector; member in union:ASensorEvent::__anon1213::__anon1214
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp88 #include <vector>
237 static vector<string> formats;
269 vector<uint32_t> overlapBlendNone;
270 vector<uint32_t> overlapBlendPremult;
271 vector<uint32_t> overlapBlendCoverage;
273 vector<meas> measurements;
307 const vector<uint32_t>& results);
409 for (vector<string>::iterator it = formats.begin();
430 for (vector<string>::iterator itFormat = formats.begin();
566 for (vector<strin
[all...]
/frameworks/rs/cpu_ref/linkloader/utils/
H A Dserialize.h23 #include <vector>
/frameworks/av/include/media/
H A DIDrm.h135 void readVector(const Parcel &data, Vector<uint8_t> &vector) const;
136 void writeVector(Parcel *reply, Vector<uint8_t> const &vector) const;
/frameworks/base/tools/aidl/
H A Doptions_test.cpp21 match_arrays(const char* const*expected, const vector<string> &got)
48 print_array(const char* prefix, const vector<string> &got)
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp25 using std::vector;
179 for (vector<BCHeaderField>::iterator it = header_fields_.begin();
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp18 #include <vector>
132 std::vector<std::string> fv;
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp18 #include <vector>
163 // Explicitly set ARM feature vector
165 std::vector<std::string> fv;
/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h12 #include <vector>
49 typedef std::vector<Mapping> KeyEntryPool;

Completed in 687 milliseconds

12345678