Searched refs:vector (Results 126 - 150 of 180) sorted by relevance

12345678

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h12 #include <vector>
137 typedef std::vector<GOTMultipart> MultipartListType;
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h18 // Maintains the sparse vector as a list of (name, value) pairs alongwith
59 // true if the checks succeed and false otherwise. A vector is deemed invalid
114 // Load another weight vectors. Will overwrite the current vector.
159 // Convert this vector to a string, simply for debugging.
191 const SparseWeightVector<Key, Hash> &vector) {
192 typename SparseWeightVector<Key, Hash>::Wmap w_map = vector.GetMap();
190 operator <<(std::ostream &stream, const SparseWeightVector<Key, Hash> &vector) argument
H A Dsparse_weight_vector.cpp21 #include <vector>
24 using std::vector;
263 // the number of non-zero elements in the vector.
266 // First calculates the order-statistics of the sparse vector
271 vector<double> abs_val_vec;
301 // the number of non-zero elements in the vector.
304 // First calculates the order-statistics of the sparse vector
305 // applies a probability simplex projection to the abs(vector)
378 // entire vector. This stops projections from sending the vector
[all...]
/frameworks/base/tools/aidl/
H A DType.h6 #include <vector>
409 const vector<Type*>& args);
411 const vector<Type*>& GenericArgumentTypes() const;
426 vector<Type*> m_args;
450 const vector<Type*>& args);
500 vector<Type*> m_types;
501 vector<Generic> m_generics;
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp35 #include <vector>
272 std::vector<InputAction*> actions;
415 std::vector<InputAction*>::iterator action, actionEnd = actions.end();
/frameworks/rs/cpp/
H A DElement.cpp171 std::vector<android::RSC::sp<Element> > &elements,
172 std::vector<std::string> &elementNames,
173 std::vector<uint32_t> &arraySizes) : BaseObj(id, rs) {
367 // Skip padding fields after a vector 3 type.
H A DrsCppStructs.h24 #include <vector>
578 * - A four-element float vector (equivalent to a float4 in a kernel)
662 * Returns the number of vector components for this Element.
663 * @return number of vector components
1017 * Create a vector Element with the given DataType
1020 * @param[in] size vector size
1048 std::vector<sp<Element> > mElements;
1049 std::vector<std::string> mElementNames;
1050 std::vector<uint32_t> mArraySizes;
1062 std::vector<s
[all...]
/frameworks/base/libs/hwui/font/
H A DFont.h20 #include <vector>
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp95 std::vector< sp<RenderNode> > cards;
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h38 typedef std::vector<Relocation*> RelocationListType;
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp78 typedef std::vector<bit32::Entry> SearchTableType;
H A DGroupReader.cpp49 typedef std::vector<ArchiveListEntry*> ArchiveListType;
H A DELFReader.cpp89 std::vector<AliasInfo> potential_aliases;
184 std::vector<AliasInfo>::iterator sym_it, sym_e;
191 std::vector<AliasInfo>::iterator alias_it = sym_it+1;
614 std::vector<AliasInfo> potential_aliases;
705 std::vector<AliasInfo>::iterator sym_it, sym_e;
712 std::vector<AliasInfo>::iterator alias_it = sym_it+1;
/frameworks/compile/slang/
H A Dslang_rs_backend.cpp20 #include <vector>
296 std::vector<bool> isStructInput;
298 std::vector<llvm::Type*> HelperFunctionParameterTys;
329 std::vector<llvm::Type*> Params;
H A Dslang_backend.cpp20 #include <vector>
160 for (std::vector<std::string>::const_iterator
H A Dslang_rs.cpp24 #include <vector>
390 for (std::vector<std::string>::const_iterator
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp18 #include <vector>
103 std::vector<const GLFrame*> input_frames;
/frameworks/minikin/libs/minikin/
H A DLayout.cpp21 #include <vector>
40 using std::vector;
62 std::vector<hb_font_t*> hbFonts; // parallel to mFaces
631 static void addFeatures(const string &str, vector<hb_feature_t>* features) {
655 vector<FontCollection::Run> items;
661 vector<hb_feature_t> features;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp89 std::vector<Type*>().swap(TypeList);
93 std::vector<AttributeSet>().swap(MAttributes);
94 std::vector<BasicBlock*>().swap(FunctionBBs);
95 std::vector<Function*>().swap(FunctionsWithBodies);
851 std::vector<Type*> EltTys;
883 std::vector<Type*> ArgTys;
1204 std::vector<std::pair<GlobalVariable*, unsigned> > GlobalInitWorklist;
1205 std::vector<std::pair<GlobalAlias*, unsigned> > AliasInitWorklist;
1387 std::vector<Constant*> Elts;
1401 std::vector<Constan
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp330 std::vector<Type*>().swap(TypeList);
334 std::vector<AttributeSet>().swap(MAttributes);
335 std::vector<BasicBlock*>().swap(FunctionBBs);
336 std::vector<Function*>().swap(FunctionsWithBodies);
1150 std::vector<Type*> EltTys;
1182 std::vector<Type*> ArgTys;
1199 std::vector<Type*> ArgTys;
1505 std::vector<std::pair<GlobalVariable*, unsigned> > GlobalInitWorklist;
1506 std::vector<std::pair<GlobalAlias*, unsigned> > AliasInitWorklist;
1688 std::vector<Constan
[all...]
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp689 String8 MockDrmPlugin::vectorToString(Vector<uint8_t> const &vector) const
691 return arrayToString(vector.array(), vector.size());
H A DMockDrmCryptoPlugin.h140 String8 vectorToString(Vector<uint8_t> const &vector) const;
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp30 #include <vector>
492 std::vector<DequeueBufferResult> dequeueList;
/frameworks/av/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/core/java/android/gesture/
H A DGestureStore.java139 return mClassifier.classify(mSequenceType, mOrientationStyle, instance.vector);

Completed in 643 milliseconds

12345678