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

<<41424344454647484950>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs_node.h 10 #include <vector>
36 std::vector<char> data_;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_var_manager.h 11 #include <vector>
15 typedef std::vector<PP_Var> FakeArrayType;
  /external/chromium_org/net/base/
crypto_module.h 9 #include <vector>
22 typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList;
  /external/chromium_org/net/cert/
cert_trust_anchor_provider.h 8 #include <vector>
16 typedef std::vector<scoped_refptr<X509Certificate> > CertificateList;
ct_verify_result.h 8 #include <vector>
16 typedef std::vector<scoped_refptr<SignedCertificateTimestamp> > SCTList;
x509_certificate_net_log_param.cc 8 #include <vector>
19 std::vector<std::string> encoded_chain;
  /external/chromium_org/net/quic/crypto/
proof_source_chromium.h 9 #include <vector>
29 const std::vector<std::string>** out_certs,
  /external/chromium_org/ppapi/cpp/dev/
video_capture_client_dev.h 8 #include <vector>
26 const std::vector<Buffer_Dev>& buffers) = 0;
video_capture_dev.h 8 #include <vector>
30 const CompletionCallbackWithOutput<std::vector<DeviceRef_Dev> >&
  /external/chromium_org/remoting/host/
username.cc 7 #include <vector>
25 std::vector<char> buf(buf_size);
  /external/chromium_org/sync/engine/
process_updates_util.h 8 #include <vector>
29 typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
  /external/chromium_org/sync/syncable/
syncable_id_unittest.cc 7 #include <vector>
18 using std::vector;
23 vector<Id> v;
35 for (vector<Id>::iterator i = v.begin(); i != v.end(); ++i) {
36 for (vector<Id>::iterator j = v.begin(); j != i; ++j) {
47 vector<Id> v;
61 for (vector<Id>::iterator i = v.begin(); i != v.end(); ++i) {
68 for (vector<Id>::iterator j = v.begin(); j != v.end(); ++j) {
  /external/chromium_org/sync/test/
null_directory_change_delegate.h 22 std::vector<int64>* entries_changed) OVERRIDE;
26 std::vector<int64>* entries_changed) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontLoader.h 12 #include "wtf/Vector.h"
43 typedef Vector<std::pair<ResourcePtr<FontResource>, ResourceLoader::RequestCountTracker> > FontsToLoadVector;
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
SizesCalcParser.h 49 bool handleOperator(Vector<MediaQueryToken>& stack, const MediaQueryToken&);
52 Vector<SizesCalcValue> m_valueList;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositionUnderlineRangeFilterTest.cpp 10 #include "wtf/Vector.h"
20 void initUnderlines(const String& testCase, Vector<CompositionUnderline>* underlines)
23 Vector<String> rangeList;
29 Vector<String> toks;
43 String filterUnderlines(const Vector<CompositionUnderline>& underlines, int indexLo, int indexHi)
56 Vector<CompositionUnderline> underlines;
64 Vector<CompositionUnderline> underlines;
79 Vector<CompositionUnderline> underlines;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleWillChangeData.h 12 #include "wtf/Vector.h"
31 Vector<CSSPropertyID> m_properties;
  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
WebKitGamepad.h 12 #include "wtf/Vector.h"
24 typedef Vector<float> FloatVector;
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Input.h 11 #include <vector>
55 std::vector<size_t> mLength;
  /external/chromium_org/third_party/angle/src/libGLESv2/
HandleAllocator.h 16 #include <vector>
39 typedef std::vector<GLuint> HandleList;
  /external/chromium_org/third_party/brotli/src/brotli/enc/
backward_references.h 21 #include <vector>
36 std::vector<Command>* commands);
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
post_box_matchers.h 20 #include <vector>
32 static std::vector<const RE2ptr*> GetMatchers(const Rule& country_rule);
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
string_util.h 17 #include <vector>
23 const std::vector<std::string>& subst);
  /external/chromium_org/third_party/opus/src/silk/fixed/
vector_ops_FIX.c 34 /* Copy and multiply a vector by a constant */
51 /* Multiply a vector by a constant */
71 const opus_int16 *const inVec1, /* I input vector 1 */
72 const opus_int16 *const inVec2, /* I input vector 2 */
73 const opus_int len /* I vector lengths */
85 const opus_int16 *inVec1, /* I input vector 1 */
86 const opus_int16 *inVec2, /* I input vector 2 */
87 const opus_int len /* I vector lengths */
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.h 27 int16_t *intarget, /* (i) Target vector for encoding */
30 int16_t lTarget, /* (i) Length of vector */

Completed in 640 milliseconds

<<41424344454647484950>>