HomeSort by relevance Sort by last modified time
    Searched refs:Vector (Results 26 - 50 of 2502) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ceres-solver/include/ceres/
normal_prior.h 47 // where, the matrix A and the vector b are fixed and x is the
53 // where, mu is a vector and S is a covariance matrix, then, A =
62 // Check that the number of rows in the vector b are the same as the
64 NormalPrior(const Matrix& A, const Vector& b);
71 Vector b_;
  /external/ceres-solver/internal/ceres/
polynomial.h 35 #include <vector>
46 // and are given by a vector of coefficients of size N + 1.
49 inline double EvaluatePolynomial(const Vector& polynomial, double x) {
66 bool FindPolynomialRoots(const Vector& polynomial,
67 Vector* real,
68 Vector* imaginary);
72 Vector DifferentiatePolynomial(const Vector& polynomial);
80 void MinimizePolynomial(const Vector& polynomial,
118 Vector FindInterpolatingPolynomial(const vector<FunctionSample>& samples)
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-typed-test2_test.cc 32 #include <vector>
42 INSTANTIATE_TYPED_TEST_CASE_P(Vector, ContainerTest,
43 testing::Types<std::vector<int> >);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformTouchEvent.h 25 #include "wtf/Vector.h"
37 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; }
42 Vector<PlatformTouchPoint> m_touchPoints;
  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
JPEGImageEncoder.h 34 #include "wtf/Vector.h"
45 static bool encode(const SkBitmap&, int quality, Vector<unsigned char>*);
46 static bool encode(const ImageDataBuffer&, int quality, Vector<unsigned char>*);
WEBPImageEncoder.h 34 #include "wtf/Vector.h"
45 static bool encode(const SkBitmap&, int quality, Vector<unsigned char>*);
46 static bool encode(const ImageDataBuffer&, int quality, Vector<unsigned char>*);
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormDataBuilder.h 39 static Vector<char> generateUniqueBoundaryString();
40 static void beginMultiPartHeader(Vector<char>&, const CString& boundary, const CString& name);
41 static void addBoundaryToMultiPartHeader(Vector<char>&, const CString& boundary, bool isLastBoundary = false);
42 static void addFilenameToMultiPartHeader(Vector<char>&, const WTF::TextEncoding&, const String& filename);
43 static void addContentTypeToMultiPartHeader(Vector<char>&, const CString& mimeType);
44 static void finishMultiPartHeader(Vector<char>&);
47 static void addKeyValuePairAsFormData(Vector<char>&, const CString& key, const CString& value, FormData::EncodingType = FormData::FormURLEncoded);
48 static void encodeStringAsFormData(Vector<char>&, const CString&);
  /external/clang/test/Index/
file-refs.c 14 } Vector;
16 int vector_get_x(Vector v) {
47 // CHECK-NEXT: TypeRef=Vector:14:3
48 // CHECK-NEXT: TypedefDecl=Vector:14:3 (Definition) =[14:3 - 14:9]
49 // CHECK-NEXT: TypeRef=Vector:14:3 =[16:18 - 16:24]
  /external/gtest/test/
gtest-typed-test2_test.cc 32 #include <vector>
42 INSTANTIATE_TYPED_TEST_CASE_P(Vector, ContainerTest,
43 testing::Types<std::vector<int> >);
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
SymbolResolverProxy.h 23 #include <utils/Vector.h>
29 android::Vector<SymbolResolverInterface *> mChain;
  /ndk/sources/third_party/googletest/googletest/test/
gtest-typed-test2_test.cc 32 #include <vector>
42 INSTANTIATE_TYPED_TEST_CASE_P(Vector, ContainerTest,
43 testing::Types<std::vector<int> >);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
WhitespaceInfoPaths.java 23 import java.util.Vector;
36 private Vector m_elements;
46 public void setElements(Vector elems)
59 Vector getElements()
  /external/chromium_org/third_party/WebKit/Source/web/
CompositionUnderlineVectorBuilder.h 37 #include "wtf/Vector.h"
41 // This classes are used for converting from std::vector<WebCompositionUnderline>
42 // to Vector<CompositionUnderline>.
44 class CompositionUnderlineVectorBuilder : public Vector<CompositionUnderline> {
  /frameworks/base/tools/split-select/
SplitSelector.h 22 #include <utils/Vector.h>
32 SplitSelector(const android::Vector<SplitDescription>& splits);
34 android::Vector<SplitDescription> getBestSplits(const SplitDescription& target) const;
39 android::Vector<android::SortedVector<SplitDescription> > mGroups;
  /frameworks/native/include/ui/
FrameStats.h 22 #include <utils/Vector.h>
39 Vector<nsecs_t> desiredPresentTimesNano;
44 Vector<nsecs_t> actualPresentTimesNano;
52 Vector<nsecs_t> frameReadyTimesNano;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LineEnding.h 37 #include "wtf/Vector.h"
45 PLATFORM_EXPORT void normalizeLineEndingsToCR(const CString& from, Vector<char>& result);
48 PLATFORM_EXPORT void normalizeLineEndingsToLF(const CString& from, Vector<char>& result);
52 PLATFORM_EXPORT void normalizeLineEndingsToNative(const CString& from, Vector<char>& result);
  /external/eigen/bench/btl/generic_bench/init/
init_vector.hh 23 // The Vector class must satisfy the following part of STL vector concept :
27 template<double init_function(int), class Vector>
28 void init_vector(Vector & X, int size){
33 X[i]=typename Vector::value_type(init_function(i));
  /frameworks/av/drm/mediadrm/plugins/clearkey/
DrmPlugin.h 27 #include <utils/Vector.h>
38 using android::Vector;
46 virtual status_t openSession(Vector<uint8_t>& sessionId);
48 virtual status_t closeSession(const Vector<uint8_t>& sessionId);
51 const Vector<uint8_t>& scope,
52 const Vector<uint8_t>& initData,
56 Vector<uint8_t>& request,
60 const Vector<uint8_t>& scope,
61 const Vector<uint8_t>& response,
62 Vector<uint8_t>& keySetId)
    [all...]
  /external/chromium_org/v8/src/
vector.h 20 class Vector {
22 Vector() : start_(NULL), length_(0) {}
23 Vector(T* data, int length) : start_(data), length_(length) {
27 static Vector<T> New(int length) {
28 return Vector<T>(NewArray<T>(length), length);
31 // Returns a vector using the same backing storage as this one,
33 Vector<T> SubVector(int from, int to) {
37 return Vector<T>(start() + from, to - from);
40 // Returns the length of the vector.
43 // Returns whether or not the vector is empty
    [all...]
  /external/deqp/framework/common/
tcuVector.hpp 23 * \brief Generic vector template.
40 explicit VecAccess (Vector<T, VecSize>& v, int x, int y);
41 explicit VecAccess (Vector<T, VecSize>& v, int x, int y, int z);
42 explicit VecAccess (Vector<T, VecSize>& v, int x, int y, int z, int w);
44 VecAccess& operator= (const Vector<T, Size>& v);
46 operator Vector<T, Size> (void) const;
49 Vector<T, VecSize>& m_vector;
54 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y)
63 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y, int z)
73 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y, int z, int w
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEColorMatrix.h 28 #include "wtf/Vector.h"
42 static PassRefPtr<FEColorMatrix> create(Filter*, ColorMatrixType, const Vector<float>&);
47 const Vector<float>& values() const;
48 bool setValues(const Vector<float>&);
58 FEColorMatrix(Filter*, ColorMatrixType, const Vector<float>&);
65 Vector<float> m_values;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
NoSuchElementExceptionTest.java 21 import java.util.Vector;
34 Vector v = new Vector();
52 Vector v = new Vector();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
begin_end.hpp 22 # include <boost/mpl/vector/aux_/iterator.hpp>
23 # include <boost/mpl/vector/aux_/tag.hpp>
30 template< typename Vector > struct apply
32 typedef v_iter<Vector,0> type;
39 template< typename Vector > struct apply
41 typedef v_iter<Vector,Vector::size::value> type;
  /external/llvm/include/llvm/ADT/
UniqueVector.h 15 #include <vector>
21 /// unique entry that is added. T is the type of entries in the vector. This
26 typedef typename std::vector<T> VectorType;
34 // Vector - ID ordered vector of entries. Entries can be indexed by ID - 1.
36 VectorType Vector;
39 /// insert - Append entry to the vector if it doesn't already exist. Returns
49 Val = static_cast<unsigned>(Vector.size()) + 1;
51 // Insert in vector.
52 Vector.push_back(Entry)
    [all...]
  /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...]

Completed in 896 milliseconds

12 3 4 5 6 7 8 91011>>