Searched defs:vector (Results 176 - 200 of 276) sorted by relevance

1234567891011>>

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h97 ReplaceFstImpl(const vector< pair<Label, const Fst<A>* > >& fst_tuples,
146 vector<uint64> inprops(fst_array_.size());
421 vector<PrefixTuple> prefix_;
490 vector<StateTuple> state_tuples_;
498 vector<StackPrefix> stackprefix_array_;
501 vector<const Fst<A>*> fst_array_;
526 // Note that the constructor uses a vector of pair<>. These correspond
545 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, argument
549 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, argument
669 // input argument is a vector o
[all...]
/external/stlport/stlport/stl/
H A D_hashtable.h68 //If pointer specialization is enabled vector<_Slist_node_base*> will use the void*
82 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector)
89 _STLP_EXPORT_TEMPLATE_CLASS vector<_STLP_PRIV _Slist_node_base*, variable
261 * We are going to use vector of _Slist_node_base pointers for 2 reasons:
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
269 typedef _STLP_PRIV _STLP_NON_DBG_NAME(vector)<_BucketType*, _BucketAllocType> _BucketVector;
271 typedef vector<_BucketType*, _BucketAllocType> _BucketVector;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c90 static void ANTLR3_CDECL antlr3VectorFree (pANTLR3_VECTOR vector);
91 static void antlr3VectorDel (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry);
92 static void * antlr3VectorGet (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry);
93 static void * antrl3VectorRemove (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry);
94 static void antlr3VectorClear (pANTLR3_VECTOR vector);
95 static ANTLR3_UINT32 antlr3VectorAdd (pANTLR3_VECTOR vector, void * element, void (ANTLR3_CDECL *freeptr)(void *));
96 static ANTLR3_UINT32 antlr3VectorSet (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry, void * element, void (ANTLR3_CDECL *freeptr)(void *), ANTLR3_BOOLEAN freeExisting);
97 static ANTLR3_UINT32 antlr3VectorSize (pANTLR3_VECTOR vector);
98 static ANTLR3_BOOLEAN antlr3VectorSwap (pANTLR3_VECTOR vector, ANTLR3_UINT32 entry1, ANTLR3_UINT32 entry2);
103 static void returnVector (pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector);
1056 pANTLR3_VECTOR vector; local
1078 antlr3SetVectorApi(pANTLR3_VECTOR vector, ANTLR3_UINT32 sizeHint) argument
1136 antlr3VectorClear(pANTLR3_VECTOR vector) argument
1161 antlr3VectorFree(pANTLR3_VECTOR vector) argument
1195 antlr3VectorDel(pANTLR3_VECTOR vector, ANTLR3_UINT32 entry) argument
1231 antlr3VectorGet(pANTLR3_VECTOR vector, ANTLR3_UINT32 entry) argument
1250 antrl3VectorRemove(pANTLR3_VECTOR vector, ANTLR3_UINT32 entry) argument
1289 antlr3VectorResize(pANTLR3_VECTOR vector, ANTLR3_UINT32 hint) argument
1332 antlr3VectorAdd(pANTLR3_VECTOR vector, void * element, void (ANTLR3_CDECL *freeptr)(void *)) argument
1356 antlr3VectorSet(pANTLR3_VECTOR vector, ANTLR3_UINT32 entry, void * element, void (ANTLR3_CDECL *freeptr)(void *), ANTLR3_BOOLEAN freeExisting) argument
1393 antlr3VectorSwap(pANTLR3_VECTOR vector, ANTLR3_UINT32 entry1, ANTLR3_UINT32 entry2) argument
1423 antlr3VectorSize(pANTLR3_VECTOR vector) argument
1478 returnVector(pANTLR3_VECTOR_FACTORY factory, pANTLR3_VECTOR vector) argument
1530 ANTLR3_UINT32 vector; local
1640 pANTLR3_VECTOR vector; local
[all...]
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc58 // - Camera translation, 3-component vector of float values.
66 // - 3D position vector, 3-component vector of float values.
75 // - 2D marker position vector, (two float values).
94 #include <vector>
120 using std::vector;
133 // t is a translation vector representing its positions.
203 EuclideanCamera *CameraForImage(vector<EuclideanCamera> *all_cameras,
216 const vector<EuclideanCamera> &all_cameras,
229 int MaxImage(const vector<Marke
342 ReadVector3(const EndianAwareFileReader &file_reader, Vec3 *vector) argument
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller_unittest.cc537 gfx::Vector2d AddTouchSlopToVector(const gfx::Vector2d& vector, argument
541 int x = vector.x();
547 int y = vector.y();
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.h278 struct asm_vector vector; member in union:YYSTYPE
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c267 /* no motion vector, but also not intra mb ->
277 MotionVectorToPipe(const struct pipe_mpeg12_macroblock *mb, unsigned vector, argument
287 mv.top.x = mb->PMV[0][vector][0];
288 mv.top.y = mb->PMV[0][vector][1];
292 mv.bottom.x = mb->PMV[0][vector][0];
293 mv.bottom.y = mb->PMV[0][vector][1];
299 mv.top.x = mb->PMV[0][vector][0];
300 mv.top.y = mb->PMV[0][vector][1];
305 mv.bottom.x = mb->PMV[1][vector][0];
306 mv.bottom.y = mb->PMV[1][vector][
[all...]
/external/chromium_org/ui/compositor/
H A Dlayer_unittest.cc260 std::vector<SkColor> colors_;
1645 std::string Vector2dFTo100thPercisionString(const gfx::Vector2dF& vector) { argument
1646 return base::StringPrintf("%.2f %0.2f", vector.x(), vector.y());
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc429 const Vector<v8::Handle<v8::String> >& vector) {
430 for (int i = 0; i < vector.length(); i++) {
431 if (string->Equals(vector[i]))
428 ContainsString(v8::Handle<v8::String> string, const Vector<v8::Handle<v8::String> >& vector) argument
H A Dtest-regexp.cc1571 EmbeddedVector<CharacterRange, 1> vector; local
1572 vector[0] = expected;
1573 TestRangeCaseIndependence(input, vector);
/external/clang/lib/AST/
H A DTypePrinter.cpp1157 if (const VectorType *vector =T->getEquivalentType()->getAs<VectorType>()) {
1158 OS << vector->getNumElements();
1160 print(vector->getElementType(), OS, StringRef());
1173 const VectorType *vector = T->getEquivalentType()->getAs<VectorType>(); local
1174 OS << vector->getNumElements();
/external/clang/test/CodeGenCXX/
H A Dvisibility.cpp979 template<typename _Tp > struct vector { struct in namespace:test53
988 struct vector<int> { struct in namespace:test53
992 vector<unsigned>::_M_fill_insert();
993 vector<int>::_M_fill_insert();
994 vector<zed>::_M_fill_insert();
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp6 // PR9548 - "no known conversion from 'vector<string>' to 'vector<string>'"
7 // vector<string> refers to two different types here. Make sure the message
12 namespace std {template <typename T> class vector;}
13 using std::vector;
15 void f(vector<string> v);
20 template <typename T> class vector {}; class in namespace:std
22 vector<string> v;
27 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'vector<class std::basic_string>' to 'vector<clas
458 set16(vector<const vector<int>>) argument
496 set18(vector<const vector<int>>) argument
515 set19(vector<volatile vector<int>>) argument
534 set20(vector<const volatile vector<int>>) argument
1062 template <typename T, typename A = allocator<const Atom *> > class vector {}; class in namespace:PR17510
[all...]
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp61 using std::vector;
89 static tcu::Vector<float, N> mean (const vector<tcu::Vector<float, N> >& data) argument
239 vector<AttribSpec> attributes;
244 ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string& desc)
248 virtual vector<ProgramContext> generateProgramData (void) const = 0;
254 virtual float computeSingleOperationTime (const vector<float>& perProgramWorkloadCosts) const = 0;
277 vector<float> frameTimes; //!< In microseconds.
284 vector<float> times = frameTimes;
299 vector<Vec2> getWorkloadMedianDataPoints (int progNdx) const; //!< [ Vec2(r.workloadSize, r.getMedianTime()) for r in m_workloadRecords[progNdx] ]
307 vector<vecto
[all...]
H A Des2pShaderOptimizationTests.cpp37 #include <vector>
47 using std::vector;
118 vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by gls::ShaderPerformanceMeasurer.
121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {} argument
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp61 using std::vector;
89 static tcu::Vector<float, N> mean (const vector<tcu::Vector<float, N> >& data) argument
239 vector<AttribSpec> attributes;
244 ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string& desc)
248 virtual vector<ProgramContext> generateProgramData (void) const = 0;
254 virtual float computeSingleOperationTime (const vector<float>& perProgramWorkloadCosts) const = 0;
277 vector<float> frameTimes; //!< In microseconds.
284 vector<float> times = frameTimes;
299 vector<Vec2> getWorkloadMedianDataPoints (int progNdx) const; //!< [ Vec2(r.workloadSize, r.getMedianTime()) for r in m_workloadRecords[progNdx] ]
307 vector<vecto
[all...]
H A Des3pShaderOptimizationTests.cpp37 #include <vector>
47 using std::vector;
118 vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by gls::ShaderPerformanceMeasurer.
121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {} argument
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp43 #include <vector>
52 using std::vector;
73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindings)
75 vector<bool> reservedSpaces;
111 string generateAttributeDefinitions (const vector<Attribute>& attributes)
115 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter)
129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes)
134 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter)
173 string generateOutputCode (const vector<Attribute>& attributes)
177 for (vector<Attribut
686 runTest(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const vector<Attribute>& attributes, const vector<Bind>& preAttachBind, const vector<Bind>& preLinkBind, const vector<Bind>& postLinkBind, bool relink, bool reattach = false, const vector<Attribute>& reattachAttributes = vector<Attribute>()) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestResultsGenerator.java1346 * @param vector
1348 public void setDropTokens(Vector vector) { argument
1349 dropTokens = vector;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c267 /* no motion vector, but also not intra mb ->
277 MotionVectorToPipe(const struct pipe_mpeg12_macroblock *mb, unsigned vector, argument
287 mv.top.x = mb->PMV[0][vector][0];
288 mv.top.y = mb->PMV[0][vector][1];
292 mv.bottom.x = mb->PMV[0][vector][0];
293 mv.bottom.y = mb->PMV[0][vector][1];
299 mv.top.x = mb->PMV[0][vector][0];
300 mv.top.y = mb->PMV[0][vector][1];
305 mv.bottom.x = mb->PMV[1][vector][0];
306 mv.bottom.y = mb->PMV[1][vector][
[all...]
/external/opencv/cvaux/src/
H A Dcvhmm.cpp63 // obs_size - length of observation vector
445 float* vector = obs->obs; local
447 for (i = 0; i < num_obs; i++, vector+=obs->obs_size )
451 samples[state][counter[state]] = vector;
479 /* for every vector number of mixture is assigned */
506 // Purpose: The function computes the Gaussian pdf for a sample vector
508 // Parameters: obsVeq - pointer to the sample vector
509 // mu - pointer to the mean vector of the Gaussian pdf
510 // var - pointer to the variance vector of the Gaussian pdf
511 // VecSize - the size of sample vector
1432 float* vector = info->obs; local
[all...]
/external/openfst/src/include/fst/
H A Daccumulator.h29 #include <vector>
30 using std::vector;
135 vector<double> *Weights() { return &weights_; }
136 vector<ssize_t> *WeightPositions() { return &weight_positions_; }
146 vector<double> weights_;
150 vector<ssize_t> weight_positions_;
188 vector<double> &weights = *data_->Weights();
189 vector<ssize_t> &weight_positions = *data_->WeightPositions();
248 vector<double> &weights = *data_->Weights();
249 vector<ssize_
617 Init(const vector<pair<Label, const Fst<Arc>*> > &fst_tuples, const StateTable *state_table) argument
688 Init(const vector<pair<Label, const Fst<Arc>*> > &fst_tuples, const StateTable *state_table) argument
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h24 #include <vector>
25 using std::vector;
86 const vector<pair<typename Arc::Label,
239 const vector<pair<typename Arc::Label,
244 const vector<pair<typename Arc::Label,
351 const vector<pair<Label, Label> > &parens,
394 const Stack &s, const vector<StackId> &sl,
395 const vector<Weight> &d, const vector<Weight> &fd)
425 const vector<StackI
350 PrunedExpand(const Fst<A> &ifst, const vector<pair<Label, Label> > &parens, bool keep_parentheses = false, const CacheOptions &opts = CacheOptions()) argument
518 InitCloseParenMultimap( const vector<pair<Label, Label> > &parens) argument
[all...]
H A Dshortest-path.h35 #include <vector>
36 using std::vector;
304 vector<StateId> final;
393 const vector<pair<Label, Label> > &parens,
469 const vector<pair<Label, Label> > &parens_;
777 const vector<pair<typename Arc::Label,
787 const vector<pair<typename Arc::Label,
392 PdtShortestPath(const Fst<Arc> &ifst, const vector<pair<Label, Label> > &parens, const PdtShortestPathOptions<Arc, Queue> &opts) argument
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp219 void Revision6_Hash(FX_LPCBYTE password, FX_DWORD size, FX_LPCBYTE salt, FX_LPCBYTE vector, FX_LPBYTE hash) argument
226 if (vector) {
227 CRYPT_SHA256Update(sha, vector, 48);
242 if (vector) {
252 if (vector) {
253 content.AppendBlock(vector, 48);

Completed in 3386 milliseconds

1234567891011>>