HomeSort by relevance Sort by last modified time
    Searched full:vector (Results 76 - 100 of 20677) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/skia/ext/
pixel_ref_utils.h 8 #include <vector>
25 std::vector<PositionPixelRef>* pixel_refs);
28 typedef std::vector<PixelRefUtils::PositionPixelRef> DiscardablePixelRefList;
  /external/chromium_org/third_party/ots/src/
hdmx.h 8 #include <vector>
17 std::vector<uint8_t> widths;
24 std::vector<OpenTypeHDMXDeviceRecord> records;
post.h 12 #include <vector>
23 std::vector<uint16_t> glyph_name_index;
24 std::vector<std::string> names;
  /external/chromium_org/tools/clang/plugins/tests/
inline_ctor.h 9 #include <vector>
17 std::vector<int> one_;
18 std::vector<std::string> two_;
  /frameworks/av/media/mtp/
MtpTypes.h 22 #include "utils/Vector.h"
54 typedef Vector<MtpStorage *> MtpStorageList;
55 typedef Vector<MtpDevice*> MtpDeviceList;
56 typedef Vector<MtpProperty*> MtpPropertyList;
58 typedef Vector<uint8_t> UInt8List;
59 typedef Vector<uint16_t> UInt16List;
60 typedef Vector<uint32_t> UInt32List;
61 typedef Vector<uint64_t> UInt64List;
62 typedef Vector<int8_t> Int8List;
63 typedef Vector<int16_t> Int16List
    [all...]
  /external/stlport/test/unit/
mvctor_test.cpp 1 #include <vector>
30 //cout << "vector<vector<int>>";
31 vector<int> const ref_vec(10, 0);
32 vector<vector<int> > v_v_ints(1, ref_vec);
48 //cout << "vector<vector<int>>::erase";
63 //cout << "vector<string>";
65 vector<string> vec_strs(1, ref_str)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_test.cpp 1 #include <vector>
30 //cout << "vector<vector<int>>";
31 vector<int> const ref_vec(10, 0);
32 vector<vector<int> > v_v_ints(1, ref_vec);
48 //cout << "vector<vector<int>>::erase";
63 //cout << "vector<string>";
65 vector<string> vec_strs(1, ref_str)
    [all...]
  /ndk/tests/device/test-stlport/unit/
mvctor_test.cpp 1 #include <vector>
30 //cout << "vector<vector<int>>";
31 vector<int> const ref_vec(10, 0);
32 vector<vector<int> > v_v_ints(1, ref_vec);
48 //cout << "vector<vector<int>>::erase";
63 //cout << "vector<string>";
65 vector<string> vec_strs(1, ref_str)
    [all...]
  /external/chromium_org/chrome/common/media_galleries/
pmp_test_util.cc 20 // Flatten a vector of elements into an array of bytes.
22 std::vector<char> Flatten(const std::vector<T>& elems) {
24 return std::vector<char>();
27 std::vector<char> data_body(elems0, elems0 + sizeof(T) * elems.size());
33 std::vector<char> Flatten(const std::vector<std::string>& strings) {
34 std::vector<char> totalchars;
36 for (std::vector<std::string>::const_iterator it = strings.begin();
45 // Returns a new vector with the concatenated contents of |a| and |b|
    [all...]
  /external/chromium_org/chrome/common/
ref_counted_util.h 9 #include <vector>
11 // RefCountedVector is just a vector wrapped up with
18 explicit RefCountedVector(const std::vector<T>& initializer)
21 std::vector<T> data;
  /external/chromium_org/media/formats/mp4/
avc.h 8 #include <vector>
23 static bool ConvertFrameToAnnexB(int length_size, std::vector<uint8>* buffer);
32 std::vector<uint8>* buffer,
33 std::vector<SubsampleEntry>* subsamples);
37 std::vector<uint8>* buffer,
38 std::vector<SubsampleEntry>* subsamples);
43 // TODO(acolwell): Remove the std::vector version when we can use,
44 // C++11's std::vector<T>::data() method.
45 static bool IsValidAnnexB(const std::vector<uint8>& buffer);
  /external/chromium_org/net/quic/test_tools/
simple_quic_framer.h 8 #include <vector>
42 const std::vector<QuicAckFrame>& ack_frames() const;
43 const std::vector<QuicConnectionCloseFrame>& connection_close_frames() const;
44 const std::vector<QuicCongestionFeedbackFrame>& feedback_frames() const;
45 const std::vector<QuicStopWaitingFrame>& stop_waiting_frames() const;
46 const std::vector<QuicPingFrame>& ping_frames() const;
47 const std::vector<QuicGoAwayFrame>& goaway_frames() const;
48 const std::vector<QuicRstStreamFrame>& rst_stream_frames() const;
49 const std::vector<QuicStreamFrame>& stream_frames() const;
  /external/chromium_org/tools/gn/
action_values.h 9 #include <vector>
26 std::vector<std::string>& args() { return args_; }
27 const std::vector<std::string>& args() const { return args_; }
28 void swap_in_args(std::vector<std::string>* a) { args_.swap(*a); }
31 std::vector<SourceFile>& outputs() { return outputs_; }
32 const std::vector<SourceFile>& outputs() const { return outputs_; }
33 void swap_in_outputs(std::vector<SourceFile>* op) { outputs_.swap(*op); }
42 std::vector<std::string> args_;
43 std::vector<SourceFile> outputs_;
  /external/clang/test/CodeGenCXX/
noinline-template.cpp 6 // CHECK: define linkonce_odr {{.*}}void @_ZN6VectorIiE13growStorageByEv(%struct.Vector* %this) [[NI:#[0-9]+]]
8 template <class Ty> struct Vector {
11 template <class T> __attribute__((noinline)) void Vector<T>::growStorageBy() {
14 Vector<int> strs;
  /external/clang/test/Parser/
objcxx11-protocol-in-template.mm 4 template<class T> class vector {};
14 vector<id<P>> v;
15 vector<vector<id<P>>> v2;
  /external/deqp/framework/common/
tcuVectorType.hpp 23 * \brief Vector type forward declarations.
25 * This header should be included instead of tcuVector.h if only vector
27 * Vector<T> implementation.
36 class Vector;
38 typedef Vector<float, 2> Vec2;
39 typedef Vector<float, 3> Vec3;
40 typedef Vector<float, 4> Vec4;
42 typedef Vector<int, 2> IVec2;
43 typedef Vector<int, 3> IVec3;
44 typedef Vector<int, 4> IVec4
    [all...]
  /frameworks/base/tools/aidl/
options.h 6 #include <vector>
20 vector<string> importPaths;
21 vector<string> preprocessedFiles;
28 vector<string> filesToPreprocess;
  /frameworks/compile/slang/tests/F_float3_array/
stderr.txt.expect 1 float3_array.rs:4:8: error: arrays of width 3 vector types cannot be exported: 'f'
  /frameworks/compile/slang/tests/F_struct_float3_array/
stderr.txt.expect 1 struct_float3_array.rs:4:8: error: arrays of width 3 vector types cannot be exported: 'float3_array'
  /external/eigen/blas/
level1_cplx_impl.h 26 // computes the sum of magnitudes of all vector elements or, for a complex vector x, the sum
27 // res = |Rex1| + |Imx1| + |Rex2| + |Imx2| + ... + |Rexn| + |Imxn|, where x is a vector of order n
35 if(*incx==1) return vector(x,*n).unaryExpr<scalar_norm1_op>().sum();
36 else return vector(x,*n,std::abs(*incx)).unaryExpr<scalar_norm1_op>().sum();
39 // computes a dot product of a conjugated vector with another vector.
50 if(*incx==1 && *incy==1) *res = (vector(x,*n).dot(vector(y,*n)));
51 else if(*incx>0 && *incy>0) *res = (vector(x,*n,*incx).dot(vector(y,*n,*incy)))
    [all...]
level1_real_impl.h 12 // computes the sum of magnitudes of all vector elements or, for a complex vector x, the sum
13 // res = |Rex1| + |Imx1| + |Rex2| + |Imx2| + ... + |Rexn| + |Imxn|, where x is a vector of order n
22 if(*incx==1) return vector(x,*n).cwiseAbs().sum();
23 else return vector(x,*n,std::abs(*incx)).cwiseAbs().sum();
26 // computes a vector-vector dot product.
36 if(*incx==1 && *incy==1) return (vector(x,*n).cwiseProduct(vector(y,*n))).sum();
37 else if(*incx>0 && *incy>0) return (vector(x,*n,*incx).cwiseProduct(vector(y,*n,*incy))).sum()
    [all...]
  /external/aac/libFDK/src/
scale.cpp 113 * \brief Multiply input vector by \f$ 2^{scalefactor} \f$
120 void scaleValues(FIXP_SGL *vector, /*!< Vector */
134 *(vector++) <<= scalefactor;
138 *(vector++) <<= scalefactor;
139 *(vector++) <<= scalefactor;
140 *(vector++) <<= scalefactor;
141 *(vector++) <<= scalefactor;
147 *(vector++) >>= negScalefactor;
151 *(vector++) >>= negScalefactor
    [all...]
  /frameworks/av/media/libmedia/
IDrm.cpp 101 virtual status_t openSession(Vector<uint8_t> &sessionId) {
111 virtual status_t closeSession(Vector<uint8_t> const &sessionId) {
122 getKeyRequest(Vector<uint8_t> const &sessionId,
123 Vector<uint8_t> const &initData,
126 Vector<uint8_t> &request, String8 &defaultUrl) {
148 virtual status_t provideKeyResponse(Vector<uint8_t> const &sessionId,
149 Vector<uint8_t> const &response,
150 Vector<uint8_t> &keySetId) {
161 virtual status_t removeKeys(Vector<uint8_t> const &keySetId) {
171 virtual status_t restoreKeys(Vector<uint8_t> const &sessionId
    [all...]
  /external/chromium_org/base/android/
jni_array.h 10 #include <vector>
28 JNIEnv* env, const std::vector<int>& ints);
35 JNIEnv* env, const std::vector<int64>& longs);
39 JNIEnv* env, const std::vector<std::string>& v);
42 JNIEnv* env, const std::vector<std::string>& v);
45 JNIEnv* env, const std::vector<string16>& v);
51 std::vector<string16>* out);
56 std::vector<std::string>* out);
62 std::vector<uint8>* out);
68 std::vector<uint8>* out)
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
test_util.h 18 std::vector<T> Vector(const T& a) {
19 std::vector<T> arr;
24 std::vector<T> Vector(const T& a, const T& b) {
25 std::vector<T> arr = Vector(a);
30 std::vector<T> Vector(const T& a, const T& b, const T& c) {
31 std::vector<T> arr = Vector(a, b)
    [all...]

Completed in 819 milliseconds

1 2 34 5 6 7 8 91011>>