Searched refs:vector (Results 151 - 175 of 180) sorted by relevance

12345678

/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp26 #include <vector>
H A DPdfEditor.cpp27 #include <vector>
/frameworks/base/libs/hwui/
H A DCaches.h24 #include <vector>
H A DRenderProperties.h21 #include <vector>
H A DOpenGLRenderer.h1024 std::vector<SkPath*> mTempPaths;
/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp22 #include <vector>
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h31 typedef std::vector<LDSymbol*> SymbolListType;
/frameworks/compile/slang/
H A Drs_cc_options.cpp34 #include <vector>
H A Dslang_rs_export_type.cpp20 #include <vector>
219 "arrays of width 3 vector types cannot be exported: '%0'");
356 // Only vector with size 2, 3 and 4 are supported.
1100 std::vector<llvm::Type *> Elements;
1235 slangAssert(false && "Max vector is 4");
1464 std::vector<llvm::Type*> FieldTypes;
/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp30 using std::vector;
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp402 Vector<uint8_t> vector; local
404 vector.insertAt((size_t)0, length);
405 env->GetByteArrayRegion(byteArray, 0, length, (jbyte *)vector.editArray());
406 return vector;
409 static jbyteArray VectorToJByteArray(JNIEnv *env, Vector<uint8_t> const &vector) { argument
410 size_t length = vector.size();
413 env->SetByteArrayRegion(result, 0, length, (jbyte *)vector.array());
/frameworks/base/tools/aidl/
H A DType.cpp150 const vector<Type*>& args)
1077 const vector<Type*>& args)
1098 const vector<Type*>&
1139 const vector<Type*>& args)
1379 vector<Type*> args;
H A DAST.cpp37 WriteArgumentList(FILE* to, const vector<Expression*>& arguments)
H A Daidl.cpp1068 vector<string> lines;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c434 * description: Calculate max possible scale factor for input vector of shorts
438 static Word16 getScalefactorOfShortVectorStride(const Word16 *vector, /*!< Pointer to input vector */ argument
439 Word16 len, /*!< Length of input vector */
440 Word16 stride) /*!< Stride of input vector */
447 absVal = abs_s(vector[i*stride]);
458 * description: Calculate transform filter for input vector of shorts
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp22 #include <vector>
25 using std::vector;
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp47 #include <vector>
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp77 #include <vector>
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp43 #include <vector>
219 static void setCompileArguments(std::vector<const char*>* args, const android::String8& bcFileName,
439 std::vector<const char*> compileArguments;
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp190 status = buffer[i].vector.status;
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp199 // CIE number is usually very few, so we just use vector sequential search.
264 typedef std::vector<FDE*> FDERemoveList;
/frameworks/compile/mclinker/tools/mcld/lib/
H A DPositionalOptions.cpp195 bool PositionalOptions::parse(std::vector<InputAction*>& pActions,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp776 static std::vector<std::string> Funcs;
793 for (std::vector<std::string>::iterator FI = Funcs.begin(),
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc27 #include <vector>
/frameworks/base/tools/aapt/
H A DResource.cpp2989 Vector<NamespaceAttributePair> vector; local
2990 vector.add(NamespaceAttributePair(ns, attr));
2991 dest->add(tagStr, vector);

Completed in 1562 milliseconds

12345678