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

<<71727374757677787980>>

  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.h 19 #include <vector>
130 bool applyUniformBuffers(const std::vector<Buffer*> boundBuffers);
137 const std::vector<std::string>& transformFeedbackVaryings, GLenum transformFeedbackBufferMode);
173 const std::vector<LinkedUniform*> &getUniforms() const { return mUniforms; }
183 typedef std::vector<BlockMemberInfo>::const_iterator BlockInfoItr;
192 bool linkUniforms(InfoLog &infoLog, const std::vector<Uniform> &vertexUniforms, const std::vector<Uniform> &fragmentUniforms);
195 bool linkUniformBlocks(InfoLog &infoLog, const std::vector<InterfaceBlock> &vertexUniformBlocks, const std::vector<InterfaceBlock> &fragmentUniformBlocks);
196 bool gatherTransformFeedbackLinkedVaryings(InfoLog &infoLog, const std::vector<LinkedVarying> &linkedVaryings
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.h 30 #include <vector>
73 void set_voice_codecs(const std::vector<AudioCodec>& codecs) {
76 void set_video_codecs(const std::vector<VideoCodec>& codecs) {
119 virtual const std::vector<AudioCodec>& audio_codecs() {
122 virtual const std::vector<VideoCodec>& video_codecs() {
125 virtual const std::vector<RtpHeaderExtension>& audio_rtp_header_extensions() {
128 virtual const std::vector<RtpHeaderExtension>& video_rtp_header_extensions() {
172 std::vector<AudioCodec> voice_codecs_;
173 std::vector<VideoCodec> video_codecs_;
174 std::vector<RtpHeaderExtension> audio_rtp_header_extensions_
    [all...]
mediaengine.h 38 #include <vector>
129 virtual const std::vector<AudioCodec>& audio_codecs() = 0;
130 virtual const std::vector<RtpHeaderExtension>&
132 virtual const std::vector<VideoCodec>& video_codecs() = 0;
133 virtual const std::vector<RtpHeaderExtension>&
252 virtual const std::vector<AudioCodec>& audio_codecs() {
255 virtual const std::vector<RtpHeaderExtension>& audio_rtp_header_extensions() {
258 virtual const std::vector<VideoCodec>& video_codecs() {
261 virtual const std::vector<RtpHeaderExtension>& video_rtp_header_extensions() {
327 const std::vector<AudioCodec>& codecs() { return codecs_;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 34 #include <vector>
122 std::vector<Session*> sessions();
130 const std::vector<StreamParams>* GetDataRecvStreams(Session* session) const {
134 const std::vector<StreamParams>* GetVideoRecvStreams(Session* session) const {
138 const std::vector<StreamParams>* GetAudioRecvStreams(Session* session) const {
171 sigslot::signal2<Call*, const std::vector<ConnectionInfo> &>
180 sigslot::signal2<Call*, const std::vector<ConnectionInfo> &>
213 const std::vector<ConnectionInfo> &infos);
218 const std::vector<ConnectionInfo> &infos);
233 void UpdateRecvStreams(const std::vector<StreamParams>& update_streams
    [all...]
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 31 #include <vector>
40 using std::vector;
116 vector<string> filenames;
121 vector<xe::TestCaseResultHeader> resultHeaders;
218 static void computeCaseList (vector<string>& cases, const vector<ShortBatchResult>& batchResults)
223 for (vector<ShortBatchResult>::const_iterator batchIter = batchResults.begin(); batchIter != batchResults.end(); batchIter++)
225 for (vector<xe::TestCaseResultHeader>::const_iterator caseIter = batchIter->resultHeaders.begin(); caseIter != batchIter->resultHeaders.end(); caseIter++)
236 static void getTestResultHeaders (vector<xe::TestCaseResultHeader>& headers, const vector<ShortBatchResult>& batchResults, const char* casePath
    [all...]
  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 37 #include <vector>
70 const std::vector<Variable*>& getDeclaredVariables (void) const { return m_declaredVariables; }
72 std::vector<Variable*>& getLiveVariables (void) { return m_liveVariables; }
73 const std::vector<Variable*>& getLiveVariables (void) const { return m_liveVariables; }
79 std::vector<Variable*> m_declaredVariables; //!< Variables declared in this scope. Not available for expressions.
80 std::vector<Variable*> m_liveVariables; //!< Live variables (available for expression) that can be declared in this scope.
94 std::vector<ValueEntry*>& getValues (void) { return m_entries; }
95 const std::vector<ValueEntry*>& getValues (void) const { return m_entries; }
103 std::vector<ValueEntry*> m_entries;
184 class ValueEntryIterator : public FilteredIterator<const ValueEntry*, std::vector<const ValueEntry*>::const_iterator, Filter
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 24 #include <vector>
34 /* static */ int ProximityInfoStateUtils::trimLastTwoTouchPoints(std::vector<int> *sampledInputXs,
35 std::vector<int> *sampledInputYs, std::vector<int> *sampledInputTimes,
36 std::vector<int> *sampledLengthCache, std::vector<int> *sampledInputIndice) {
50 const int pushTouchPointStartIndex, std::vector<int> *sampledInputXs,
51 std::vector<int> *sampledInputYs, std::vector<int> *sampledInputTimes,
52 std::vector<int> *sampledLengthCache, std::vector<int> *sampledInputIndice)
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 39 void FillBitmap(int w, int h, std::vector<unsigned char>* output) {
49 std::vector<favicon_base::FaviconRawBitmapResult>* favicon_bitmap_results) {
65 std::vector<favicon_base::FaviconRawBitmapResult>* favicon_bitmap_results) {
92 const std::vector<int>& image_sizes,
104 void SetImageSizes(const std::vector<int>& sizes) {
111 const std::vector<int>& sizes,
121 std::vector<int> image_sizes;
149 const std::vector<unsigned char>& bitmap_data,
164 const std::vector<unsigned char> bitmap_data_;
166 std::vector<favicon_base::FaviconRawBitmapResult> history_results_
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac.cc 12 #include <vector>
52 void FindMatchingItems(std::vector<SecKeychainItemRef>* matches);
153 void KeychainSearch::FindMatchingItems(std::vector<SecKeychainItemRef>* items) {
381 const std::vector<PasswordForm*>* keychain_forms) {
383 for (std::vector<PasswordForm*>::const_iterator i = keychain_forms->begin();
401 std::vector<PasswordForm*> ExtractBlacklistForms(
402 std::vector<PasswordForm*>* forms) {
403 std::vector<PasswordForm*> blacklist_forms;
404 for (std::vector<PasswordForm*>::iterator i = forms->begin();
419 void DeleteVectorElementsInSet(std::vector<T*>* v, const std::set<T*>& s)
    [all...]
password_store_mac_internal.h 11 #include <vector>
29 std::vector<autofill::PasswordForm*> PasswordsFillingForm(
49 std::vector<SecKeychainItemRef> GetAllPasswordFormKeychainItems();
53 std::vector<autofill::PasswordForm*> GetAllPasswordFormPasswords();
70 // AppleKeychain::Free on all of the keychain items and clearing the vector.
72 std::vector<autofill::PasswordForm*> ConvertKeychainItemsToForms(
73 std::vector<SecKeychainItemRef>* items);
85 std::vector<SecKeychainItemRef> MatchingKeychainItems(
172 std::vector<autofill::PasswordForm*>* keychain_forms,
173 std::vector<autofill::PasswordForm*>* database_forms
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 112 * Append a Node onto the vector.
114 * @param value Node to add to the vector
144 * Append a Node onto the vector.
146 * @param value Node to add to the vector
180 * Pop a node from the tail of the vector and return the result.
182 * @return the node at the tail of the vector
197 * Pop a node from the tail of the vector and return the
213 * Pop a node from the tail of the vector.
241 * @param v1 First node to add to vector
242 * @param v2 Second node to add to vector
    [all...]
  /external/chromium_org/skia/ext/
recursive_gaussian_convolution_unittest.cc 7 #include <vector>
26 SkIPoint MakeImpulseImage(std::vector<unsigned char>* image,
45 SkIRect MakeBoxImage(std::vector<unsigned char>* image,
70 int ComputeBoxSum(const std::vector<unsigned char>& image,
95 std::vector<unsigned char> input;
104 std::vector<unsigned char> intermediate(dest_byte_count);
105 std::vector<unsigned char> intermediate2(dest_byte_count);
106 std::vector<unsigned char> control(dest_byte_count);
107 std::vector<unsigned char> output(dest_byte_count);
143 std::vector<unsigned char>::const_iterator i1, i2
    [all...]
  /external/ceres-solver/internal/ceres/
polynomial.cc 36 #include <vector>
102 void BuildCompanionMatrix(const Vector& polynomial,
116 Vector RemoveLeadingZeros(const Vector& polynomial_in) {
124 void FindLinearPolynomialRoots(const Vector& polynomial,
125 Vector* real,
126 Vector* imaginary) {
138 void FindQuadraticPolynomialRoots(const Vector& polynomial,
139 Vector* real,
140 Vector* imaginary)
    [all...]
implicit_schur_complement_test.cc 73 Vector* rhs,
74 Vector* solution) {
77 vector<int> blocks(num_col_blocks - num_eliminate_blocks_, 0);
119 Vector rhs;
120 Vector reference_solution;
132 Vector x(num_sc_cols);
136 Vector y(num_sc_cols);
139 Vector z(num_sc_cols);
161 const Vector reference_f_sol =
166 Vector sol(num_cols_)
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_unittest.cc 188 std::vector<base::string16> names(2, base::string16());
189 std::vector<int> autofill_ids(2, 0);
211 std::vector<base::string16> names(2, base::string16());
212 std::vector<int> autofill_ids(2, 0);
233 std::vector<base::string16> names(3, base::string16());
234 std::vector<int> autofill_ids;
269 std::vector<base::string16> names(1, base::string16());
270 std::vector<int> autofill_ids;
289 std::vector<base::string16> names(3, base::string16());
290 std::vector<int> autofill_ids
    [all...]
  /external/ppp/pppd/plugins/radius/
sendserver.c 40 unsigned char *buf, *vector, *lenptr; local
107 vector = (char *)auth->vector;
111 memcpy ((char *) md5buf + secretlen, vector,
116 vector = buf;
143 memcpy ((char *) md5buf + secretlen, (char *) auth->vector,
210 unsigned char vector[AUTH_VECTOR_LEN]; local
272 memset((char *) auth->vector, 0, AUTH_VECTOR_LEN);
275 rc_md5_calc (vector, (char *) auth, total_length + secretlen);
276 memcpy ((char *) auth->vector, (char *) vector, AUTH_VECTOR_LEN)
    [all...]
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 36 typedef Vector<uint8_t> idvec_t;
54 Vector<uint8_t> mKeyRequest;
55 Vector<uint8_t> mProvisionRequest;
58 Vector<uint8_t> mPropertyByteArray;
59 List<Vector<uint8_t> > mSecureStops;
246 Vector<uint8_t> session;
293 Vector<uint8_t> mdInit;
341 Vector<uint8_t> mdResponse;
344 Vector<uint8_t> mdKeySetId;
372 Vector<uint8_t> keySet
    [all...]
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 339 for (std::vector<CreditCard*>::const_iterator iter = credit_cards_.begin();
423 const std::vector<AutofillProfile*>& profiles = GetProfiles();
424 std::vector<AutofillProfile*>::const_iterator iter =
503 const std::vector<CreditCard*>& credit_cards = GetCreditCards();
504 std::vector<CreditCard*>::const_iterator iter =
511 const std::vector<AutofillProfile*>& profiles = GetProfiles();
512 for (std::vector<AutofillProfile*>::const_iterator iter = profiles.begin();
527 const std::vector<AutofillProfile*>& PersonalDataManager::GetProfiles() const {
547 const std::vector<AutofillProfile*>& PersonalDataManager::web_profiles() const {
551 const std::vector<CreditCard*>& PersonalDataManager::GetCreditCards() const
    [all...]
  /external/chromium_org/media/formats/mp4/
avc_unittest.cc 113 void StringToAnnexB(const std::string& str, std::vector<uint8>* buffer,
114 std::vector<SubsampleEntry>* subsamples) {
117 std::vector<std::string> tokens;
150 std::string AnnexBToString(const std::vector<uint8>& buffer) {
171 void WriteLength(int length_size, int length, std::vector<uint8>* buf) {
180 void MakeInputForLength(int length_size, std::vector<uint8>* buf) {
193 std::vector<uint8> buf;
204 std::vector<uint8> buf;
211 std::vector<uint8> buf;
226 std::vector<uint8> buf
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PurgeableVectorTest.cpp 36 #include "wtf/Vector.h"
88 Vector<char> testData(kTestSize);
119 Vector<char> testData(kTestSize);
145 Vector<char> testData(kTestSize);
169 Vector<char> testData(kTestSize);
180 // This test is not reliable if the PurgeableVector uses a plain WTF::Vector
185 // allocation happened while the purgeable vector was empty. This behavior
195 Vector<char> testData(kTestSize);
209 Vector<char> testData(kTestSize);
211 const Vector<char> testDataCopy(testData)
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 37 ThreadClock vector(0);
39 ASSERT_EQ(vector.size(), 1U);
41 vector.acquire(&chunked);
42 ASSERT_EQ(vector.size(), 1U);
44 vector.release(&chunked);
45 ASSERT_EQ(vector.size(), 1U);
47 vector.acq_rel(&chunked);
48 ASSERT_EQ(vector.size(), 1U);
83 ThreadClock vector(0);
84 vector.tick()
    [all...]
  /external/deqp/modules/egl/
teglGetProcAddressTests.cpp 30 #include <vector>
53 std::vector<std::string> makeStringVector (const char** cStrArray)
55 std::vector<std::string> out;
65 std::vector<std::string> getExtensionNames (void)
70 std::vector<std::string> getExtFunctionNames (const std::string& extName)
74 return (names_raw != 0) ? makeStringVector(names_raw) : std::vector<std::string>();
77 std::vector<std::string> getCoreFunctionNames (EGLint apiBit)
89 return std::vector<std::string>();
110 std::vector<std::string> m_supported;
166 const std::vector<std::string> funcNames = getExtFunctionNames(m_extName)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 37 class Vector:
57 raise test_support.TestFailed, "Vector.__cmp__() should not be called"
60 return "Vector(%r)" % (self.data, )
63 return Vector([a < b for a, b in zip(self.data, self.__cast(other))])
66 return Vector([a <= b for a, b in zip(self.data, self.__cast(other))])
69 return Vector([a == b for a, b in zip(self.data, self.__cast(other))])
72 return Vector([a != b for a, b in zip(self.data, self.__cast(other))])
75 return Vector([a > b for a, b in zip(self.data, self.__cast(other))])
78 return Vector([a >= b for a, b in zip(self.data, self.__cast(other))])
81 if isinstance(other, Vector)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 37 class Vector:
57 raise test_support.TestFailed, "Vector.__cmp__() should not be called"
60 return "Vector(%r)" % (self.data, )
63 return Vector([a < b for a, b in zip(self.data, self.__cast(other))])
66 return Vector([a <= b for a, b in zip(self.data, self.__cast(other))])
69 return Vector([a == b for a, b in zip(self.data, self.__cast(other))])
72 return Vector([a != b for a, b in zip(self.data, self.__cast(other))])
75 return Vector([a > b for a, b in zip(self.data, self.__cast(other))])
78 return Vector([a >= b for a, b in zip(self.data, self.__cast(other))])
81 if isinstance(other, Vector)
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
testingimage.cpp 23 #include <vector>
125 // Returns a vector of the colors in the requested block of color checkers.
126 // The vector is formatted by going through the block from left to right and
128 const std::vector<Vec3f>* TestingImage::getColorChecker(
130 const std::vector<std::vector< Vec2f > >* centerAddress,
131 const std::vector<std::vector< float > >* radiusAddress) const {
132 std::vector<Vec3f>* checkerColors = new std::vector<Vec3f>
    [all...]

Completed in 1065 milliseconds

<<71727374757677787980>>