Searched defs:vector (Results 26 - 50 of 276) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DCompactHTMLToken.cpp37 Vector<Attribute> vector; member in struct:blink::SameSizeAsCompactHTMLToken
57 // size of CompactHTMLToken, we just use the m_attributes vector.
H A DHTMLParserIdioms.h42 String stripLeadingAndTrailingHTMLSpaces(const Vector<UChar, inlineCapacity>& vector) argument
44 return stripLeadingAndTrailingHTMLSpaces(StringImpl::create8BitIfPossible(vector));
121 inline static String attemptStaticStringCreation(const Vector<UChar, inlineCapacity>& vector, CharacterWidth width) argument
123 return attemptStaticStringCreation(vector.data(), vector.size(), width);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextStream.h79 TextStream& operator<<(TextStream& ts, const Vector<Item>& vector) argument
83 unsigned size = vector.size();
85 ts << vector[i]; local
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastream.cc34 static typename V::iterator FindTrack(V* vector, argument
36 typename V::iterator it = vector->begin();
37 for (; it != vector->end(); ++it) {
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dstl_util_unittest.cc61 std::vector<int> vector; local
62 vector.push_back(1);
63 vector.push_back(1);
64 vector.push_back(4);
65 vector.push_back(64);
66 vector.push_back(12432);
67 EXPECT_TRUE(STLIsSorted(vector));
68 vector.back() = 1;
69 EXPECT_FALSE(STLIsSorted(vector));
[all...]
/external/clang/test/Index/
H A Dcomplete-exprs.cpp11 class vector { class
13 vector(const T &, unsigned n);
15 vector(InputIterator first, InputIterator last);
18 template<typename T> void vector<T>::push_back(const T&) { }
26 vector<int>(foo(), foo());
59 // CHECK-CC1: ClassTemplate:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >} (50)
60 // CHECK-CC1: CXXConstructor:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder const T &}{Comma , }{Placeholder unsigned int n}{RightParen )} (50)
61 // CHECK-CC1: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50)
67 // CHECK-CC2: ClassTemplate:{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >} (50)
73 // CHECK-CC3: ClassTemplate:{TypedText vector}{LeftAngl
[all...]
/external/clang/test/Sema/
H A Dimplicit-decl.c9 int32_t *vector[16]; local
12 if (_CFCalendarDecomposeAbsoluteTimeV(compDesc, vector, compCount)) { // expected-note {{previous implicit declaration is here}} \
21 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t count) { // expected-error{{conflicting types for '_CFCalendarDecomposeAbsoluteTimeV'}} argument
/external/eigen/Eigen/src/StlSupport/
H A DStdVector.h18 * std::vector such that for data types with alignment issues the correct allocator
25 class vector<__VA_ARGS__, std::allocator<__VA_ARGS__> > \
26 : public vector<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > \
28 typedef vector<__VA_ARGS__, EIGEN_ALIGNED_ALLOCATOR<__VA_ARGS__> > vector_base; \
34 explicit vector(const allocator_type& a = allocator_type()) : vector_base(a) {} \
36 vector(InputIterator first, InputIterator last, const allocator_type& a = allocator_type()) : vector_base(first, last, a) {} \
37 vector(const vector& c) : vector_base(c) {} \
38 explicit vector(size_type num, const value_type& val = value_type()) : vector_base(num, val) {} \
39 vector(iterato
69 class vector<T,EIGEN_ALIGNED_ALLOCATOR<T> > class in namespace:std
[all...]
/external/javassist/sample/vector/
H A DVectorAssistant.java1 package sample.vector;
11 * <ul>import java.util.Vector by sample.vector.VectorAssistant(int)</ul>
18 * import sample.vector.intVector;
25 * package sample.vector;
39 * <code>sample.vector.Sample</code> and <code>sample.vector.Sample2</code>
44 public final String packageName = "sample.vector.";
47 * Calls <code>makeSubclass()</code> and produces a new vector class.
79 * Produces a new vector class. This method does not work if
90 CtClass c = pool.get("sample.vector
[all...]
/external/openfst/src/script/
H A Drelabel.cc37 const vector<pair<int64, int64> > &ipairs,
38 const vector<pair<int64, int64> > &opairs) {
36 Relabel(MutableFstClass *ofst, const vector<pair<int64, int64> > &ipairs, const vector<pair<int64, int64> > &opairs) argument
/external/stlport/src/
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/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_var_manager.cc81 FakeArrayType& vector = var_data->array_value; local
82 for (FakeArrayType::iterator it = vector.begin();
83 it != vector.end(); ++it) {
86 vector.clear();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebPageSerializerTest.cpp84 static bool webVectorContains(const WebVector<WebURL>& vector, const char* url) argument
86 return vector.contains(WebURL(toKURL(std::string(url))));
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefVector.h30 const Vector<T>& vector() const { return m_vector; } function in class:blink::RefVector
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcopy_set_operations.c68 // Copy the last <samples> of the input vector to vector_out
72 void WebRtcSpl_ZerosArrayW16(int16_t *vector, int length) argument
74 WebRtcSpl_MemSetW16(vector, 0, length);
77 void WebRtcSpl_ZerosArrayW32(int32_t *vector, int length) argument
79 WebRtcSpl_MemSetW32(vector, 0, length);
H A Dmin_max_operations.c35 // Maximum absolute value of word16 vector. C version for generic platforms.
36 int16_t WebRtcSpl_MaxAbsValueW16C(const int16_t* vector, int length) { argument
39 if (vector == NULL || length <= 0) {
44 absolute = abs((int)vector[i]);
59 // Maximum absolute value of word32 vector. C version for generic platforms.
60 int32_t WebRtcSpl_MaxAbsValueW32C(const int32_t* vector, int length) { argument
67 if (vector == NULL || length <= 0) {
72 absolute = abs((int)vector[i]);
83 // Maximum value of word16 vector. C version for generic platforms.
84 int16_t WebRtcSpl_MaxValueW16C(const int16_t* vector, in argument
100 WebRtcSpl_MaxValueW32C(const int32_t* vector, int length) argument
116 WebRtcSpl_MinValueW16C(const int16_t* vector, int length) argument
132 WebRtcSpl_MinValueW32C(const int32_t* vector, int length) argument
148 WebRtcSpl_MaxAbsIndexW16(const int16_t* vector, int length) argument
170 WebRtcSpl_MaxIndexW16(const int16_t* vector, int length) argument
189 WebRtcSpl_MaxIndexW32(const int32_t* vector, int length) argument
208 WebRtcSpl_MinIndexW16(const int16_t* vector, int length) argument
227 WebRtcSpl_MinIndexW32(const int32_t* vector, int length) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dassocdat.c39 assoc_data_item *vector; member in struct:yasm__assoc_data
52 assoc_data->vector = yasm_xmalloc(assoc_data->alloc *
68 if (assoc_data->vector[i].callback == callback)
69 return assoc_data->vector[i].data;
90 if (assoc_data->vector[i].callback == callback)
91 item = &assoc_data->vector[i];
99 assoc_data->vector =
100 yasm_xrealloc(assoc_data->vector,
103 item = &assoc_data->vector[assoc_data->size-1];
126 assoc_data->vector[
[all...]
/external/chromium_org/ui/base/x/
H A Dx11_foreign_window_manager.cc27 RequestVector* vector = &map_it->second; local
28 for (RequestVector::iterator vector_it = vector->begin();
29 vector_it != vector->end(); ++vector_it) {
31 vector->erase(vector_it);
33 if (vector->empty())
/external/clang/test/CodeGen/
H A Dc11atomics.c15 typedef int __attribute__((vector_size(16))) vector; typedef
23 _Atomic(vector) v;
/external/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp21 template<typename> class vector {}; class
23 void set15(vector<const vector<int> >) {}
25 set15(vector<const vector<const int> >());
27 // CHECK: {{.*}}candidate function not viable: no known conversion from 'vector<const vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}int>>' to 'vector<const vector<int>>' for 1st argument
29 // TREE: vector<
[all...]
H A Ddiag-template-diffing-cxx98.cpp40 class vector{}; class in namespace:qualifiers
42 void bar(const vector<int>*) {} argument
44 void test(volatile vector<int>* V) {
48 // CHECK: candidate template ignored: deduced conflicting types for parameter 'T' ('const vector<[...]>' vs. 'volatile vector<[...]>')
/external/compiler-rt/test/builtins/Unit/
H A Dcomparedf2_test.c37 int test__cmpdf2(const struct TestVector *vector) { argument
39 if (__eqdf2(vector->a, vector->b) != vector->eqReference) {
41 vector->a, vector->b,
42 __eqdf2(vector->a, vector->b),
43 vector->eqReference);
47 if (__gedf2(vector
[all...]
H A Dcomparesf2_test.c37 int test__cmpsf2(const struct TestVector *vector) { argument
39 if (__eqsf2(vector->a, vector->b) != vector->eqReference) {
41 vector->a, vector->b,
42 __eqsf2(vector->a, vector->b),
43 vector->eqReference);
47 if (__gesf2(vector
[all...]
/external/openfst/src/extensions/pdt/
H A Dpdtscript.cc23 #include <vector>
24 using std::vector;
42 const vector<pair<int64, int64> > &parens,
55 const vector<pair<int64, int64> > &parens,
63 const vector<pair<int64, int64> > &parens,
68 void PdtReplace(const vector<pair<int64, const FstClass*> > &fst_tuples, argument
70 vector<pair<int64, int64> > *parens,
85 const vector<pair<int64, int64> > &parens,
93 const vector<pair<int64, int64> > &parens,
103 const vector<pai
40 PdtCompose(const FstClass &ifst1, const FstClass &ifst2, const vector<pair<int64, int64> > &parens, MutableFstClass *ofst, const PdtComposeOptions &copts, bool left_pdt) argument
54 PdtExpand(const FstClass &ifst, const vector<pair<int64, int64> > &parens, MutableFstClass *ofst, const PdtExpandOptions &opts) argument
62 PdtExpand(const FstClass &ifst, const vector<pair<int64, int64> > &parens, MutableFstClass *ofst, bool connect) argument
84 PdtReverse(const FstClass &ifst, const vector<pair<int64, int64> > &parens, MutableFstClass *ofst) argument
92 PdtShortestPath(const FstClass &ifst, const vector<pair<int64, int64> > &parens, MutableFstClass *ofst, const PdtShortestPathOptions &opts) argument
102 PrintPdtInfo(const FstClass &ifst, const vector<pair<int64, int64> > &parens) argument
[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];

Completed in 8105 milliseconds

1234567891011>>