/frameworks/av/drm/mediadrm/plugins/clearkey/ |
Session.cpp | 34 using android::Vector; 38 const Vector<uint8_t>& initData, 40 Vector<uint8_t>* keyRequest) const { 45 status_t Session::provideKeyResponse(const Vector<uint8_t>& response) { 70 Vector<uint8_t> keyIdVector; 76 const Vector<uint8_t>& key = mKeyMap.valueFor(keyIdVector);
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
copy.h | 38 * Purpose : Copy vector x[] to y[] 73 * Purpose : Copy vector x[] to y[], vector length L 79 const Word16 x[], /* i : input vector (L) */ 80 Word16 y[], /* o : output vector (L) */ 81 Word16 L /* i : vector length */
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/ |
shrink_to_fit.pass.cpp | 10 // <vector> 14 #include <vector> 23 std::vector<int> v(100); 32 std::vector<int, stack_allocator<int, 401> > v(100); 42 std::vector<int, stack_allocator<int, 400> > v(100); 53 std::vector<int, min_allocator<int>> v(100);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/ |
emplace_extra.pass.cpp | 10 // <vector> 14 #include <vector> 24 std::vector<int> v; 33 std::vector<int> v; 43 std::vector<int, min_allocator<int>> v; 52 std::vector<int, min_allocator<int>> v;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ |
ctor_func.pass.cpp | 32 std::vector<double> iv = d.intervals(); 36 std::vector<double> dn = d.densities(); 43 std::vector<double> iv = d.intervals(); 47 std::vector<double> dn = d.densities(); 54 std::vector<double> iv = d.intervals(); 59 std::vector<double> dn = d.densities();
|
param_ctor_func.pass.cpp | 33 std::vector<double> iv = pa.intervals(); 37 std::vector<double> dn = pa.densities(); 45 std::vector<double> iv = pa.intervals(); 49 std::vector<double> dn = pa.densities(); 57 std::vector<double> iv = pa.intervals(); 62 std::vector<double> dn = pa.densities();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
ctor_func.pass.cpp | 34 std::vector<double> iv = d.intervals(); 38 std::vector<double> dn = d.densities(); 46 std::vector<double> iv = d.intervals(); 50 std::vector<double> dn = d.densities(); 58 std::vector<double> iv = d.intervals(); 63 std::vector<double> dn = d.densities();
|
/sdk/emulator/opengl/shared/emugl/common/ |
pod_vector.h | 35 // A PodVector is a templated vector-like type that is used to store 40 // std::vector<> is capable of doing this in theory, using horrible 47 // The PodVector provides methods that also follow the std::vector<> 113 // A PodVector<T> holds a vector (dynamically resizable array) or items 118 // If you want to implement a vector of C++ objects, consider using 119 // std::vector<> instead, but keep in mind that this implies a non-trivial 159 // Resize the vector to ensure it can hold |newSize| 166 // Resize the vector's storage array to ensure that it can hold at 173 // Return a pointer to the first item in the vector. This is only 175 // or capacity of the vector. Can be NULL if the vector is empty [all...] |
/external/chromium_org/chrome/browser/chromeos/power/ |
cpu_data_collector.cc | 5 #include <vector> 61 // Returns the index at which |str| is in |vector|. If |str| is not present in 62 // |vector|, then it is added to it before its index is returned. 64 std::vector<std::string>* vector) { 65 for (size_t i = 0; i < vector->size(); ++i) { 66 if (str == (*vector)[i]) 70 // If this is reached, then it means |str| is not present in vector. Add it. 71 vector->push_back(str); 72 return vector->size() - 1 [all...] |
/external/chromium_org/ui/gfx/codec/ |
png_codec_unittest.cc | 23 void MakeRGBImage(int w, int h, std::vector<unsigned char>* data) { 40 std::vector<unsigned char>* data) { 58 std::vector<unsigned char>* data, 59 std::vector<png_color>* palette, 60 std::vector<unsigned char>* trans_chunk = 0) { 84 std::vector<unsigned char>* data) { 95 std::vector<unsigned char>* data) { 111 std::vector<unsigned char>& v = 112 *static_cast<std::vector<unsigned char>*>(png_get_io_ptr(png_ptr)); 150 bool EncodeImage(const std::vector<unsigned char>& input [all...] |
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_smooth_scroll_gesture.cc | 13 gfx::Vector2d FloorTowardZero(const gfx::Vector2dF& vector) { 14 int x = vector.x() > 0 ? floor(vector.x()) : ceil(vector.x()); 15 int y = vector.y() > 0 ? floor(vector.y()) : ceil(vector.y()); 19 gfx::Vector2d CeilFromZero(const gfx::Vector2dF& vector) { 20 int x = vector.x() > 0 ? ceil(vector.x()) : floor(vector.x()) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
Geometry.js | 44 WebInspector.Geometry.Vector = function(x, y, z) 51 WebInspector.Geometry.Vector.prototype = { 98 * @param {!WebInspector.Geometry.Vector} u 99 * @param {!WebInspector.Geometry.Vector} v 108 * @param {!WebInspector.Geometry.Vector} u 109 * @param {!WebInspector.Geometry.Vector} v 110 * @return {!WebInspector.Geometry.Vector} 117 return new WebInspector.Geometry.Vector(x, y, z); 121 * @param {!WebInspector.Geometry.Vector} u 122 * @param {!WebInspector.Geometry.Vector} [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
FormDataBuilder.cpp | 37 static inline void append(Vector<char>& buffer, char string) 42 static inline void append(Vector<char>& buffer, const char* string) 47 static inline void append(Vector<char>& buffer, const CString& string) 52 static void appendQuotedString(Vector<char>& buffer, const CString& string) 82 Vector<String> charsets; 87 Vector<String>::const_iterator end = charsets.end(); 88 for (Vector<String>::const_iterator it = charsets.begin(); it != end; ++it) { 103 Vector<char> FormDataBuilder::generateUniqueBoundaryString() 105 Vector<char> boundary; 129 Vector<char> randomBytes [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPageSerializer.cpp | 58 #include "wtf/Vector.h" 81 Vector<LocalFrame*>* visitedFrames, 82 Vector<LocalFrame*>* framesToVisit, 83 Vector<KURL>* frameURLs, 84 Vector<KURL>* resourceURLs) 112 Vector<LocalFrame*>* visitedFrames, 113 Vector<LocalFrame*>* framesToVisit, 114 Vector<KURL>* frameURLs, 115 Vector<KURL>* resourceURLs) 157 Vector<SerializedResource> resources [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/include/ |
gain_control.h | 55 * 20ms. The length of the input speech vector must be given in samples 60 * - inFar : Far-end input speech vector (10 or 20ms) 61 * - samples : Number of samples in input vector 74 * 20ms. The length of the input speech vector must be given in samples 84 * - inMic : Microphone input speech vector (10 or 20 ms) for 86 * - inMic_H : Microphone input speech vector (10 or 20 ms) for 88 * - samples : Number of samples in input vector 104 * input speech vector must be given in samples (80/160 when FS=8000, and 109 * - inMic : Microphone input speech vector for (10 or 20 ms) 111 * - inMic_H : Microphone input speech vector for (10 or 20 ms [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
ErrorTracker.java | 18 import java.util.Vector; 36 private Vector testLogs = new Vector(); 43 private Vector typesList = new Vector(); 82 Vector aVector = (Vector) typesMap.get(zipTypeName); 85 aVector = new Vector(); 101 Vector aVector = (Vector) logFiles.get(logFileName) [all...] |
/external/webrtc/src/modules/audio_processing/agc/interface/ |
gain_control.h | 55 * 20ms. The length of the input speech vector must be given in samples 60 * - inFar : Far-end input speech vector (10 or 20ms) 61 * - samples : Number of samples in input vector 74 * 20ms. The length of the input speech vector must be given in samples 84 * - inMic : Microphone input speech vector (10 or 20 ms) for 86 * - inMic_H : Microphone input speech vector (10 or 20 ms) for 88 * - samples : Number of samples in input vector 104 * input speech vector must be given in samples (80/160 when FS=8000, and 109 * - inMic : Microphone input speech vector for (10 or 20 ms) 111 * - inMic_H : Microphone input speech vector for (10 or 20 ms [all...] |
/external/chromium_org/base/android/ |
jni_array.cc | 41 JNIEnv* env, const std::vector<int>& ints) { 60 JNIEnv* env, const std::vector<int64>& longs) { 65 JNIEnv* env, const std::vector<std::string>& v) { 80 JNIEnv* env, const std::vector<std::string>& v) { 93 JNIEnv* env, const std::vector<string16>& v) { 107 std::vector<string16>* out) { 123 std::vector<std::string>* out) { 139 std::vector<uint8>* out) { 151 std::vector<uint8>* out) { 159 std::vector<int>* out) [all...] |
/external/chromium_org/base/strings/ |
string_split.cc | 20 std::vector<STR>* r) { 29 // Avoid converting an empty or all-whitespace source string into a vector 67 std::vector<STR>* r) { 88 void SplitStringAlongWhitespaceT(const STR& str, std::vector<STR>* result) { 132 std::vector<string16>* r) { 139 std::vector<std::string>* r) { 153 std::vector<std::string> pairs; 176 std::vector<string16>* r) { 182 std::vector<std::string>* r) { 188 std::vector<string16>* r) [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
rules_registry_unittest.cc | 32 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules; 38 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules; 56 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules_2; 62 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_2; 70 std::vector<std::string> remove_rules_3; 78 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_3a; 82 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules_3; 90 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_3b; 101 std::vector<linked_ptr<RulesRegistry::Rule> > get_rules_4a; 105 std::vector<linked_ptr<RulesRegistry::Rule> > add_rules_4 [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
prefix_set.h | 53 #include <vector> 108 typedef std::vector<IndexPair> IndexVector; 120 // Regenerate the vector of prefixes passed to the constructor into 122 void GetPrefixes(std::vector<SBPrefix>* prefixes) const; 127 // Helper for |LoadFile()|. Steals vector contents using |swap()|. 129 std::vector<uint16>* deltas, 130 std::vector<SBFullHash>* full_hashes); 141 std::vector<uint16> deltas_; 144 std::vector<SBFullHash> full_hashes_; 156 explicit PrefixSetBuilder(const std::vector<SBPrefix>& prefixes) [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
remote_sync_operation_resolver_unittest.cc | 7 #include <vector> 31 std::vector<type> CreateList(const type (&inputs)[array_size]) { 32 return std::vector<type>(inputs, inputs + array_size); 67 std::vector<Input> CreateInput() { 98 typedef std::vector<SyncOperationType> ExpectedTypes; 126 std::vector<Input> inputs = CreateInput(); 158 std::vector<Input> inputs = CreateInput(); 190 std::vector<Input> inputs = CreateInput(); 222 std::vector<Input> inputs = CreateInput(); 254 std::vector<Input> inputs = CreateInput() [all...] |
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_test_util.cc | 8 #include <vector> 76 std::vector<base::string16> StreetAddress(const std::string& line1, 78 std::vector<base::string16> street_address; 106 return GetTestFullWalletWithRequiredActions(std::vector<RequiredAction>()); 110 const std::vector<RequiredAction>& actions) { 118 std::vector<uint8> one_time_pad; 131 std::vector<RequiredAction>())); 132 std::vector<uint8> one_time_pad; 253 const std::vector<RequiredAction>& required_actions, 266 std::vector<RequiredAction> required_actions(1, action) [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_file_chooser_host.cc | 35 std::vector<PepperFileChooserHost::ChosenFileInfo> files; 49 std::vector<PepperFileChooserHost::ChosenFileInfo> files; 92 const std::vector<ChosenFileInfo>& files) { 93 std::vector<IPC::Message> create_msgs; 94 std::vector<base::FilePath> file_paths; 95 std::vector<std::string> display_names; 117 std::vector<ppapi::FileRefCreateInfo> chosen_files; 130 const std::vector<std::string>& accept_mime_types) { 148 std::vector<blink::WebString> mine_types(accept_mime_types.size()); 170 const std::vector<base::FilePath>& file_paths [all...] |
/external/chromium_org/ppapi/cpp/private/ |
flash_clipboard.cc | 7 #include <vector> 111 const std::vector<uint32_t>& formats, 112 const std::vector<Var>& data_items) { 118 // Convert vector of pp::Var into a vector of PP_Var. 119 std::vector<PP_Var> data_items_vector; 140 // Convert vector of pp::Var into a vector of PP_Var. 141 std::vector<PP_Var> data_items_vector; 162 // Convert vector of pp::Var into a vector of PP_Var [all...] |