Searched defs:vector (Results 1 - 25 of 276) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... util.Hashtable hints private final java.util.Vector readers public void " href="/5.1.0_r1/s ...
/external/zlib/src/examples/
H A Denough.c113 size_t len; /* length of bit vector in char's */
114 char *vec; /* allocated bit vector */
157 vector is of a variable size, and grows as needed to accommodate the visited
255 bit vector to indicate visiting this state. Each (syms,len,left) state
256 has a variable size bit vector indexed by (mem,rem). The bit vector is
260 size_t index; /* index for this state's bit vector */
261 size_t offset; /* offset in this state's bit vector */
263 size_t length; /* length of the bit vector in bytes */
264 char *vector; /* ne local
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dcopy_set_operations.c70 // Copy the last <samples> of the input vector to vector_out
76 WebRtc_Word16 WebRtcSpl_ZerosArrayW16(WebRtc_Word16 *vector, WebRtc_Word16 length) argument
78 WebRtcSpl_MemSetW16(vector, 0, length);
82 WebRtc_Word16 WebRtcSpl_ZerosArrayW32(WebRtc_Word32 *vector, WebRtc_Word16 length) argument
84 WebRtcSpl_MemSetW32(vector, 0, length);
88 WebRtc_Word16 WebRtcSpl_OnesArrayW16(WebRtc_Word16 *vector, WebRtc_Word16 length) argument
91 WebRtc_Word16 *tmpvec = vector;
99 WebRtc_Word16 WebRtcSpl_OnesArrayW32(WebRtc_Word32 *vector, WebRtc_Word16 length) argument
102 WebRtc_Word32 *tmpvec = vector;
H A Denergy.c20 WebRtc_Word32 WebRtcSpl_Energy(WebRtc_Word16* vector, int vector_length, int* scale_factor) argument
24 int scaling = WebRtcSpl_GetScalingSquare(vector, vector_length, vector_length);
26 WebRtc_Word16 *vectorptr = vector;
H A Dmin_max_operations.c33 // Maximum absolute value of word16 vector.
34 WebRtc_Word16 WebRtcSpl_MaxAbsValueW16(const WebRtc_Word16 *vector, WebRtc_Word16 length) argument
40 G_CONST WebRtc_Word16 *tmpvector = vector;
57 // Index of maximum absolute value in a word16 vector.
58 WebRtc_Word16 WebRtcSpl_MaxAbsIndexW16(G_CONST WebRtc_Word16* vector, WebRtc_Word16 length) argument
64 G_CONST WebRtc_Word16 *tmpvector = vector;
81 // Maximum absolute value of word32 vector.
82 WebRtc_Word32 WebRtcSpl_MaxAbsValueW32(G_CONST WebRtc_Word32 *vector, WebRtc_Word16 length) argument
88 G_CONST WebRtc_Word32 *tmpvector = vector;
103 // Maximum value of word16 vector
105 WebRtcSpl_MaxValueW16(G_CONST WebRtc_Word16* vector, WebRtc_Word16 length) argument
124 WebRtcSpl_MaxIndexW16(G_CONST WebRtc_Word16 *vector, WebRtc_Word16 length) argument
145 WebRtcSpl_MaxValueW32(G_CONST WebRtc_Word32* vector, WebRtc_Word16 length) argument
164 WebRtcSpl_MaxIndexW32(G_CONST WebRtc_Word32* vector, WebRtc_Word16 length) argument
184 WebRtcSpl_MinValueW16(G_CONST WebRtc_Word16 *vector, WebRtc_Word16 length) argument
202 WebRtcSpl_MinIndexW16(G_CONST WebRtc_Word16* vector, WebRtc_Word16 length) argument
226 WebRtcSpl_MinValueW32(G_CONST WebRtc_Word32 *vector, WebRtc_Word16 length) argument
244 WebRtcSpl_MinIndexW32(G_CONST WebRtc_Word32* vector, WebRtc_Word16 length) argument
[all...]
H A Dmin_max_operations_neon.c17 // Maximum absolute value of word16 vector.
18 WebRtc_Word16 WebRtcSpl_MaxAbsValueW16(const WebRtc_Word16* vector, argument
28 __asm__("vld1.16 {d26, d27}, [%0]" : : "r"(&vector[i]) : "q13");
38 abs_val = WEBRTC_SPL_ABS_W32((vector[i]));
H A Drandomization_functions.c109 WebRtc_Word16 WebRtcSpl_RandUArray(WebRtc_Word16* vector, argument
116 vector[i] = WebRtcSpl_RandU(seed);
/external/webrtc/src/common_audio/vad/
H A Dvad_filterbank.c226 void WebRtcVad_LogOfEnergy(int16_t* vector, argument
234 int32_t energy = WebRtcSpl_Energy(vector, vector_length, &shfts);
/external/valgrind/main/include/vki/
H A Dvki-xen-x86.h87 vki_uint8_t vector; /* exception vector */ member in struct:vki_xen_trap_info
/external/stlport/src/
H A Ddll_main.cpp42 #include <vector>
107 * For the vector class we do not use any MSVC6 workaround even if we export it from
109 * a template method. Moreover the exported class is an instanciation of vector with
126 template class _STLP_CLASS_DECLSPEC _STLP_NON_DBG_NAME(vector)<_Slist_node_base*,
131 template class _STLP_CLASS_DECLSPEC vector<_STLP_PRIV _Slist_node_base*, variable in typeref:class:_STLP_CLASS_DECLSPEC
147 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector)
154 template class _STLP_CLASS_DECLSPEC vector<locale::facet*, allocator<locale::facet*> >; variable in typeref:class:_STLP_CLASS_DECLSPEC
167 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(vector)<void*, allocator<void*> >;
H A Dlocale_impl.h23 #include <vector>
33 //If we are using pointer specialization, vector<locale::facet*> will use
34 //the already exported vector<void*> implementation.
46 # define _STLP_NON_DBG_VECTOR _STLP_NON_DBG_NAME(vector)
53 _STLP_EXPORT_TEMPLATE_CLASS vector<locale::facet*, allocator<locale::facet*> >; variable
112 vector<locale::facet*> facets_vec;
/external/stlport/stlport/stl/
H A D_bvector.h265 // Bit-vector base class, which encapsulates the difference between
316 // partial specialization of vector<T, Alloc> if we have the necessary
334 # define vector _STLP_NON_DBG_NAME(vector) macro
342 # define __BVECTOR_QUALIFIED vector<bool, _Alloc>
344 # define __BVECTOR_QUALIFIED vector<bool, allocator<bool> >
349 # define __BVECTOR vector
499 __stl_throw_range_error("vector<bool>");
654 __stl_throw_length_error("vector<bool>");
828 #undef vector macro
[all...]
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;
H A D_vector.c41 { __stl_throw_length_error("vector"); }
45 { __stl_throw_out_of_range("vector"); }
48 # define vector _STLP_PTR_IMPL_NAME(vector) macro
50 # define vector _STLP_NON_DBG_NAME(vector) macro
58 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE vector<_Tp, _Alloc>::iterator
62 void vector<_Tp, _Alloc>::reserve(size_type __n) {
81 void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
108 void vector<_T
232 # undef vector macro
[all...]
H A D_vector.h51 // The vector base class serves one purpose, its constructor and
101 # define vector _STLP_PTR_IMPL_NAME(vector) macro
103 # define vector _STLP_NON_DBG_NAME(vector) macro
109 class vector : protected _STLP_PRIV _Vector_base<_Tp, _Alloc> class in inherits:_STLP_PRIV_Vector_base,__stlport_class
110 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (vector)
111 , public __stlport_class<vector<_Tp, _Alloc> >
116 typedef vector<_Tp, _Alloc> _Self;
214 explicit vector(cons function in class:vector
230 explicit vector(size_type __n) function in class:vector
233 vector(size_type __n, const _Tp& __val, const allocator_type& __a = allocator_type()) function in class:vector
246 vector(const _Self& __x) function in class:vector
253 vector(__move_source<_Self> src) function in class:vector
277 vector(_InputIterator __first, _InputIterator __last, function in class:vector
286 vector(_InputIterator __first, _InputIterator __last) function in class:vector
294 vector(const _Tp* __first, const _Tp* __last, function in class:vector
710 # undef vector macro
[all...]
/external/stlport/stlport/stl/debug/
H A D_vector.h37 #define _STLP_NON_DBG_VECTOR _STLP_PRIV _STLP_NON_DBG_NAME(vector) <_Tp, _Alloc>
98 class vector : class in inherits:_STLP_PRIV__construct_checker,__stlport_class
104 , public __stlport_class<vector<_Tp, _Alloc> >
109 typedef vector<_Tp, _Alloc> _Self;
174 explicit vector(const allocator_type& __a = allocator_type())
178 explicit vector(size_type __n, const _Tp& __x = _Tp(),
180 vector(size_type __n, const _Tp& __x,
186 explicit vector(size_type __n)
190 vector(const _Self& __x)
194 vector(__move_sourc
[all...]
/external/stlport/stlport/stl/pointers/
H A D_vector.h29 #define VECTOR_IMPL _STLP_PTR_IMPL_NAME(vector)
37 # define vector _STLP_NON_DBG_NAME(vector) macro
42 class vector class in inherits:__stlport_class
43 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (vector)
44 : public __stlport_class<vector<_Tp, _Alloc> >
47 /* In the vector implementation iterators are pointer which give a number
50 * So vector implementation will always use a qualified void pointer type and
56 typedef vector<_Tp, _Alloc> _Self;
106 explicit vector(cons function in class:vector
110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type), function in class:vector
119 explicit vector(size_type __n) function in class:vector
123 vector(const _Self& __x) function in class:vector
127 explicit vector(__move_source<_Self> src) function in class:vector
133 vector(_InputIterator __first, _InputIterator __last, function in class:vector
140 vector(_InputIterator __first, _InputIterator __last) function in class:vector
145 vector(const_iterator __first, const_iterator __last, function in class:vector
235 # undef vector macro
[all...]
/external/stlport/test/unit/
H A Dbsearch_test.cpp32 int vector[100]; local
34 vector[i] = i;
35 CPPUNIT_ASSERT(binary_search(vector, vector + 100, 42));
H A Dptrspec_test.cpp1 #include <vector>
55 TEST_INSTANCIATE_CONTAINER(vector); variable
83 vector<void*> void_vect;
93 vector<FType> func_vector;
100 vector<MFType> mem_func_vector;
105 vector<int*> pint_vect;
106 vector<int*> pint_vect2;
107 vector<int const*> pcint_vect;
121 vector<int*> pint_vect_from_list(pint_list.begin(), pint_list.end());
229 vector<Fun
[all...]
/external/srec/srec/clib/
H A Dmatx_ops.c62 void diagonal_elements(covdata *vector, covdata **matrix, int dim) argument
66 ASSERT(vector);
69 vector[ii] = (float) matrix[ii][ii];
H A Dmatx_ops.h23 imeldata *vector, int dimr, int dimc);
26 imeldata *vector, int dimr, int dimc)
32 ASSERT(vector);
34 ASSERT(outvec != vector);
39 sum += matrix[ii][jj] * vector[jj];
25 matrix_fixed_multiply_frame(imeldata *outvec, imeldata **matrix, imeldata *vector, int dimr, int dimc) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drelabel.h32 // new labels are specified using a vector of pair<Label,Label>.
37 // \param relabel_pairs vector of pairs indicating old to new mapping
43 const vector<pair<typename A::Label, typename A::Label> >& ipairs,
44 const vector<pair<typename A::Label, typename A::Label> >& opairs) {
107 vector<pair<Label, Label> > ipairs;
117 vector<pair<Label, Label> > opairs;
127 // call relabel using vector of relabel pairs.
164 const vector<pair<Label, Label> >& ipairs,
165 const vector<pair<Label, Label> >& opairs,
329 const vector<pai
163 RelabelFstImpl(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs, const RelabelFstOptions &opts) argument
328 RelabelFst(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs) argument
333 RelabelFst(const Fst<A>& fst, const vector<pair<Label, Label> >& ipairs, const vector<pair<Label, Label> >& opairs, const RelabelFstOptions &opts) argument
[all...]
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/skia/src/ports/
H A DSkFontHost_FreeType.cpp1168 FT_Vector vector; local
1169 vector.x = fFace->glyph->metrics.vertBearingX - fFace->glyph->metrics.horiBearingX;
1170 vector.y = -fFace->glyph->metrics.vertBearingY - fFace->glyph->metrics.horiBearingY;
1171 FT_Vector_Transform(&vector, &fMatrix22);
1172 bbox->xMin += vector.x;
1173 bbox->xMax += vector.x;
1174 bbox->yMin += vector.y;
1175 bbox->yMax += vector.y;
1259 FT_Vector vector; local
1260 vector
1371 FT_Vector vector; local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DInputTouchScreen.java57 public final void setVector(int index, Vector2 vector) { argument
59 mTouchPoints[index].setVector(vector);

Completed in 277 milliseconds

1234567891011>>