Searched refs:vector (Results 51 - 75 of 107) sorted by relevance

12345

/frameworks/base/tools/localize/
H A DValues.cpp86 split(const string& raw, vector<string>*parts)
104 vector<string> parts;
H A DXLIFFFile.h80 vector<TransUnit> transUnits;
93 vector<File> m_files;
H A DXLIFFFile_test.cpp36 vector<XMLAttribute> attrs;
47 vector<XMLAttribute> attrs;
H A DXMLHandler.cpp104 XMLNamespaceMap::AddToAttributes(vector<XMLAttribute>* attrs) const
158 XMLAttribute::Find(const vector<XMLAttribute>& list, const string& ns, const string& name,
172 vector<XMLHandler*> stack;
174 vector<vector<XMLAttribute>*> attributes;
209 const vector<XMLAttribute>& attrs, int pretty)
306 vector<XMLAttribute> attrs = m_attrs;
393 vector<XMLNode*>
396 vector<XMLNode*> result;
410 vector<XMLNod
[all...]
H A Dmerge_res_and_xliff.cpp206 do_merge(const vector<string>& xliffFilenames)
215 for (vector<string>::const_iterator xliffFilename=xliffFilenames.begin();
318 vector<string> filesToEdit;
319 vector<string> filesToAdd;
320 vector<string> filesToDelete;
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.h38 #include <vector>
75 static std::vector<std::string> Features;
H A DCompiler.cpp84 #include <vector>
101 std::vector<std::string> Compiler::Features;
307 for (std::vector<std::string>::const_iterator
376 std::vector<std::string> &varNameList = mpResult->mExportVarsName;
404 std::vector<std::string> &funcNameList = mpResult->mExportFuncsName;
431 std::vector<char const *> func_list(func_list_size, NULL);
688 std::vector<const char*> ExportSymbols;
729 std::vector<char const *> const &UserDefinedExternalSymbols =
H A DScriptCompiled.cpp60 void ScriptCompiled::getExportVarNameList(std::vector<std::string> &varList) {
65 void ScriptCompiled::getExportFuncNameList(std::vector<std::string> &funcList) {
/frameworks/compile/linkloader/include/
H A DELFObject.h28 #include <vector>
38 std::vector<ELFSectionTy *> stab;
/frameworks/base/core/java/android/gesture/
H A DLearner.java83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); argument
H A DGestureUtils.java271 float[] vector = new float[vectorLength];
279 vector[index] = lstPointX;
281 vector[index] = lstPointY;
301 vector[index] = nx;
303 vector[index] = ny;
318 vector[i] = lstPointX;
319 vector[i + 1] = lstPointY;
321 return vector;
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.h97 PV_STATUS PV_DeScaleMVD(int f_code, int residual, int vlc_code_mag, MOT *vector);
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp113 std::vector<unsigned char> Buffer;
/frameworks/ex/variablespeed/jni/
H A Dsola_time_scaler.h25 #include <vector>
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
42 ; * motion vector buffer is still filled with the
43 ; * same decoded vector.
50 ; * [out] pDstMVCurMB pointer to the motion vector buffer of the current
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
42 ; * motion vector buffer is still filled with the
43 ; * same decoded vector.
50 ; * [out] pDstMVCurMB pointer to the motion vector buffer of the current
/frameworks/compile/slang/
H A Dslang.cpp22 #include <vector>
185 const std::vector<std::string> &Features) {
226 std::vector<clang::DirectoryLookup> SearchList;
268 const std::vector<std::string> &Features) {
388 for (std::vector<std::string>::const_iterator
H A Dslang_rs.cpp24 #include <vector>
260 const std::vector<std::string> &IncludePaths,
261 const std::vector<std::string> &AdditionalDepTargets,
322 for (std::vector<std::string>::const_iterator
H A Dslang_rs_reflection.h25 #include <vector>
44 std::vector<std::string> *mGeneratedFileNames;
178 typedef std::vector<std::pair<std::string, std::string> > ArgTy;
300 std::vector<std::string> *GeneratedFileNames)
/frameworks/base/include/utils/
H A DVector.h36 * The main templated vector class ensuring type safety
64 * empty the vector
70 * vector stats
73 //! returns number of items in the vector
75 //! returns wether or not the vector is empty
99 //! stack-usage of the vector. returns the top of the stack (last element)
101 //! same as operator [], but allows to access the vector backward (from the end) with a negative index
114 * append/insert another vector
117 //! insert another vector at a given index
118 ssize_t insertVectorAt(const Vector<TYPE>& vector, size_
305 insertVectorAt(const Vector<TYPE>& vector, size_t index) argument
310 appendVector(const Vector<TYPE>& vector) argument
[all...]
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Ddct64.cpp144 void pv_split_LC(Int32 *vector, argument
149 Int32 *pt_vector = &vector[0];
150 Int32 *pt_vector_N_1 = &vector[31];
495 void pv_split_z(Int32 *vector) argument
498 Int32 *pt_vector = &vector[31];
500 Int32 *pt_temp_e = vector;
/frameworks/compile/libbcc/tests/
H A Dmain.cpp42 #include <vector>
188 std::vector<char> bitcode(bitcodeSize + 1, '\0');
/frameworks/base/libs/hwui/
H A DSkiaColorFilter.h81 * A color filter that multiplies the source color with a matrix and adds a vector.
84 ANDROID_API SkiaColorMatrixFilter(SkColorFilter *skFilter, float* matrix, float* vector);
/frameworks/base/native/include/android/
H A Dsensor.h118 ASensorVector vector; member in union:ASensorEvent::__anon990
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DCacheWriter.cpp26 #include <vector>
168 vector<FuncInfo> funcInfoList(funcCount);
202 vector<char const *> keyList(pragmaCount);
203 vector<char const *> valueList(pragmaCount);

Completed in 2214 milliseconds

12345