Searched
full:vector (Results
2126 -
2150 of
20677) sorted by null
<<81828384858687888990>>
/ndk/tests/device/test-stlport/unit/ |
partial_test.cpp | 2 #include <vector> 82 vector <int> v1(numbers, numbers+10); 102 vector <char const*> v1(nameSize); 142 vector <int> v1(numbers, numbers+10); 143 vector <int> result(5); 158 vector <char const*> v1(nameSize); 161 vector <char const*> result(3); 189 vector<int> result(s); 218 vector <int> v1(10); 220 vector <int> v2(v1.size()) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterRedEyeRepresentation.java | 24 import java.util.Vector; 51 Vector<RedEyeCandidate> intersects = new Vector<RedEyeCandidate>();
|
/packages/apps/Mms/src/com/android/mms/dom/ |
NamedNodeMapImpl.java | 20 import java.util.Vector; 28 private Vector<Node> mNodes = new Vector<Node>();
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/ |
dictionary_structure_with_buffer_policy_factory.h | 20 #include <vector> 37 newPolicyForOnMemoryDict(const int formatVersion, const std::vector<int> &locale, 46 const std::vector<int> &locale,
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/ |
dict_file_writing_utils.h | 35 const std::vector<int> localeAsCodePointVector, 50 const std::vector<int> localeAsCodePointVector, 56 const std::vector<int> localeAsCodePointVector,
|
/packages/inputmethods/LatinIME/native/jni/tests/suggest/core/dictionary/ |
bloom_filter_test.cpp | 26 #include <vector> 34 std::vector<int> elements; 52 // Copy some of the test vector into bloom filter.
|
/packages/inputmethods/LatinIME/native/jni/tests/utils/ |
int_array_view_test.cpp | 21 #include <vector> 27 const std::vector<int> intVector = {3, 2, 1, 0, -1, -2}; 36 const std::vector<int> intVector = {3, 2, 1, 0, -1, -2};
|
/art/compiler/ |
gc_map_builder.h | 20 #include <vector> 29 GcMapBuilder(std::vector<uint8_t>* table, size_t entries, uint32_t max_native_offset, 96 std::vector<bool> in_use_; 98 std::vector<uint8_t>* const table_;
|
/development/ndk/sources/android/ndk_helper/ |
shader.h | 22 #include <vector> 46 * CompileShader() with vector 51 * in: data, source vector 55 bool CompileShader( GLuint *shader, const GLenum type, std::vector<uint8_t>& data );
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StringVector.java | 90 * Append a string onto the vector. 92 * @param value Sting to add to the vector 152 * @return True if the String is in this vector 172 * @param s String to push into the vector 194 * Pop the tail of this vector. 196 * @return The String last added to this vector or null not found. 197 * The string is removed from the vector. 215 * Get the string at the tail of this vector without popping. 217 * @return The string at the tail of this vector.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERExternal.java | 18 public DERExternal(ASN1EncodableVector vector) 22 ASN1Primitive enc = getObjFromVector(vector, offset); 27 enc = getObjFromVector(vector, offset); 33 enc = getObjFromVector(vector, offset); 39 enc = getObjFromVector(vector, offset); 42 if (vector.size() != offset + 1) 44 throw new IllegalArgumentException("input vector too large"); 49 throw new IllegalArgumentException("No tagged object found in vector. Structure doesn't seem to be of type External"); 60 throw new IllegalArgumentException("too few objects in input vector");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
ExtensionsGenerator.java | 5 import java.util.Vector; 18 private Vector extOrdering = new Vector(); 26 extOrdering = new Vector();
|
X509ExtensionsGenerator.java | 5 import java.util.Vector; 20 private Vector extOrdering = new Vector(); 28 extOrdering = new Vector();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
ECNamedCurveTable.java | 4 import java.util.Vector; 86 Vector v = new Vector(); 99 Vector v,
|
/external/ceres-solver/examples/ |
fields_of_experts.h | 48 #include <vector> 64 explicit FieldsOfExpertsCost(const std::vector<double>& filter); 72 const std::vector<double>& filter_; 122 const std::vector<int>& GetXDeltaIndices() const { 125 const std::vector<int>& GetYDeltaIndices() const { 135 std::vector<int> x_delta_indices_, y_delta_indices_; 137 std::vector<double> alpha_; 139 std::vector<std::vector<double> > filters_;
|
/external/ceres-solver/internal/ceres/ |
implicit_schur_complement.h | 73 // matrix vector product with the Schur complement 77 // It is straightforward to see that matrix vector products with S can 80 // matrix), it can be done in terms of matrix vector products with E, 132 const Vector& rhs() const { return rhs_; } 155 Vector rhs_; 158 mutable Vector tmp_rows_; 159 mutable Vector tmp_e_cols_; 160 mutable Vector tmp_e_cols_2_; 161 mutable Vector tmp_f_cols_;
|
small_blas_test.cc | 211 Vector b(kColA); 214 Vector c(kRowA); 217 Vector c_plus = c; 218 Vector c_minus = c; 219 Vector c_assign = c; 221 Vector c_plus_ref = c; 222 Vector c_minus_ref = c; 223 Vector c_assign_ref = c; 260 Vector b(kRowA); 263 Vector c(kColA) [all...] |
/external/chromium-trace/trace-viewer/third_party/gl-matrix/ |
package.json | 3 "description": "Javascript Matrix and Vector library for High Performance WebGL apps",
|
/external/chromium_org/android_webview/browser/ |
scoped_app_gl_state_restore.h | 5 #include <vector>
|
/external/chromium_org/android_webview/native/ |
aw_dev_tools_server.h | 9 #include <vector>
|
/external/chromium_org/ash/system/chromeos/network/ |
network_observer.h | 8 #include <vector>
|
/external/chromium_org/base/i18n/ |
string_compare.h | 10 #include <vector>
|
/external/chromium_org/chrome/browser/chromeos/ |
enrollment_dialog_view.h | 9 #include <vector>
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_dialog.cc | 40 std::vector<GURL> file_paths; 65 const std::vector<ui::SelectedFileInfo>& files) { 81 std::vector<GURL> file_urls; 99 const std::vector<ui::SelectedFileInfo>& files) {
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_engine.h | 10 #include <vector> 48 const std::vector<std::string>& languages, 49 const std::vector<std::string>& layouts, 62 const std::vector<SegmentInfo>& segments, 68 const std::vector<KeyboardEvent>& events) OVERRIDE; 76 const std::vector<Candidate>& candidates, 80 virtual bool SetMenuItems(const std::vector<MenuItem>& items) OVERRIDE; 81 virtual bool UpdateMenuItems(const std::vector<MenuItem>& items) OVERRIDE; 153 std::vector<int> candidate_ids_;
|
Completed in 1377 milliseconds
<<81828384858687888990>>