Searched refs:vector (Results 76 - 100 of 107) sorted by relevance

12345

/frameworks/base/tools/aidl/
H A DType.h6 #include <vector>
358 const vector<Type*>& args);
374 vector<Type*> m_args;
382 const vector<Type*>& args);
433 vector<Type*> m_types;
434 vector<Generic> m_generics;
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)
H A DType.cpp121 const vector<Type*>& args)
924 const vector<Type*>& args)
980 const vector<Type*>& args)
1165 vector<Type*> args;
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheWriter.cpp25 #include <vector>
155 vector<char const *> keyList(pragmaCount);
156 vector<char const *> valueList(pragmaCount);
H A DScript.cpp610 void Script::getExportVarNameList(std::vector<std::string> &varList) {
643 void Script::getExportFuncNameList(std::vector<std::string> &funcList) {
/frameworks/base/opengl/tests/hwc/
H A DhwcCommit.cpp88 #include <vector>
239 static vector<string> formats;
271 vector<uint32_t> overlapBlendNone;
272 vector<uint32_t> overlapBlendPremult;
273 vector<uint32_t> overlapBlendCoverage;
275 vector<meas> measurements;
309 const vector<uint32_t>& results);
411 for (vector<string>::iterator it = formats.begin();
432 for (vector<string>::iterator itFormat = formats.begin();
568 for (vector<strin
[all...]
H A DhwcColorEquiv.cpp77 #include <vector>
/frameworks/compile/linkloader/utils/
H A Dserialize.h23 #include <vector>
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp22 #include <vector>
106 std::vector<std::string> mIncludePaths;
124 std::vector<std::string> mFeatures;
136 std::vector<std::string> mAdditionalDepTargets;
H A Dslang_rs_context.h72 std::vector<std::string> *mGeneratedFileNames;
103 std::vector<std::string> *GeneratedFileNames);
H A Dslang_rs_backend.cpp20 #include <vector>
307 std::vector<llvm::Type*> HelperFunctionParameterTys;
332 std::vector<llvm::Type*> Params;
H A Dslang_backend.cpp20 #include <vector>
156 for (std::vector<std::string>::const_iterator
H A Dslang_rs_context.cpp53 std::vector<std::string> *GeneratedFileNames)
/frameworks/base/core/jni/
H A Dandroid_hardware_SensorManager.cpp138 jint accuracy = event.vector.status;
139 env->SetFloatArrayRegion(values, 0, 3, event.vector.v);
/frameworks/base/tools/localize/
H A Dlocalize_test.cpp138 for (vector<string>::const_iterator app=setting.apps.begin();
144 for (vector<Reject>::const_iterator reject=setting.reject.begin();
/frameworks/base/cmds/keystore/
H A Dkeystore.cpp162 uint8_t vector[AES_BLOCK_SIZE]; member in struct:blob
199 if (!entropy->generate_random_data(mBlob.vector, AES_BLOCK_SIZE)) {
218 uint8_t vector[AES_BLOCK_SIZE]; local
219 memcpy(vector, mBlob.vector, AES_BLOCK_SIZE);
221 aes_key, vector, AES_ENCRYPT);
265 mBlob.vector, AES_DECRYPT);
/frameworks/base/media/libstagefright/chromium_http/
H A Dsupport.h70 const std::vector<std::string>& cert_chain,
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp35 #include <vector>
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp47 std::vector<Type*>().swap(TypeList);
51 std::vector<AttrListPtr>().swap(MAttributes);
52 std::vector<BasicBlock*>().swap(FunctionBBs);
53 std::vector<Function*>().swap(FunctionsWithBodies);
598 std::vector<Type*> ArgTys;
616 std::vector<Type*> EltTys;
822 std::vector<Type*> EltTys;
854 std::vector<Type*> ArgTys;
1152 std::vector<std::pair<GlobalVariable*, unsigned> > GlobalInitWorklist;
1153 std::vector<st
[all...]
/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeEmitter.cpp70 #include <vector>
159 const std::vector<llvm::MachineConstantPoolEntry> &Constants =
738 const std::vector<llvm::MachineConstantPoolEntry> &Constants =
781 const std::vector<llvm::MachineJumpTableEntry> &JT =
804 const std::vector<llvm::MachineJumpTableEntry> &JT =
817 const std::vector<llvm::MachineBasicBlock*> &MBBs = JT[i].MBBs;
1384 const std::vector<llvm::MachineJumpTableEntry> &JT =
/frameworks/base/libs/ui/
H A DInput.cpp529 // Construct and transform a vector oriented at the specified clockwise angle from vertical.
531 SkPoint vector; local
532 vector.fX = SkFloatToScalar(sinf(angleRadians));
533 vector.fY = SkFloatToScalar(-cosf(angleRadians));
534 matrix->mapVectors(& vector, 1);
536 // Derive the transformed vector's clockwise angle from vertical.
537 float result = atan2f(SkScalarToFloat(vector.fX), SkScalarToFloat(-vector.fY));
875 * The output is a vector B with indices 0..n-1 that describes a polynomial
886 * This function first expands the X vector t
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureStore.java139 return mClassifier.classify(mSequenceType, mOrientationStyle, instance.vector);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp264 * 5/10/00 : check whether the decoded vector is legal.
315 * 5/10/2000 : check to see if the decoded vector falls within
323 MOT *vector /* --> Obtained MV component in 1/2 units */
344 *vector += (MOT)(diff_vector);
346 *vector = (MOT)((*vector + half_range) & mask) - half_range;
/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c428 * description: Calculate max possible scale factor for input vector of shorts
432 static Word16 getScalefactorOfShortVectorStride(const Word16 *vector, /*!< Pointer to input vector */ argument
433 Word16 len, /*!< Length of input vector */
434 Word16 stride) /*!< Stride of input vector */
441 absVal = abs_s(vector[i*stride]);
452 * description: Calculate transform filter for input vector of shorts
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DUT_vector.java307 ScriptC_vector s = new ScriptC_vector(pRS, mRes, R.raw.vector);

Completed in 350 milliseconds

12345