/frameworks/ml/bordeaux/learning/multiclass_pa/native/ |
multiclass_pa.cpp | 24 using std::vector; 68 float MulticlassPA::Score(const vector<float>& inputs, 69 const vector<float>& parameters) const { 78 float MulticlassPA::SparseScore(const vector<pair<int, float> >& inputs, 79 const vector<float>& parameters) const { 89 float MulticlassPA::L2NormSquare(const vector<float>& inputs) const { 98 const vector<pair<int, float> >& inputs) const { 106 float MulticlassPA::TrainOneExample(const vector<float>& inputs, int target) { 139 const vector<pair<int, float> >& inputs, int target) { 171 float MulticlassPA::Train(const vector<pair<vector<float>, int> >& data [all...] |
/art/compiler/dex/ |
compiler_enums.h | 124 // Vector opcodes: 125 // TypeSize is an encoded field giving the element type and the vector size. 126 // It is encoded as OpSize << 16 | (number of bits in vector) 129 // backend that supports Vector operations. Backends are permitted to support only 130 // certain vector register sizes. 135 // @brief MIR to move constant data to a vector register 147 // @brief Packed multiply of units in two vector registers: vB = vB .* vC using vA to know the type of the vector. 153 // @brief Packed addition of units in two vector registers: vB = vB .+ vC using vA to know the type of the vector [all...] |
/external/chromium_org/tools/gn/ |
functions.h | 10 #include <vector> 39 const std::vector<Value>& args, 47 const std::vector<Value>& args, 54 const std::vector<Value>& args, 62 const std::vector<Value>& args, 71 const std::vector<Value>& args, 80 const std::vector<Value>& args, 88 const std::vector<Value>& args, 96 const std::vector<Value>& args, 104 const std::vector<Value>& args [all...] |
/external/clang/unittests/Tooling/ |
CompilationDatabaseTest.cpp | 43 static std::vector<std::string> getAllFiles(StringRef JSONDatabase, 49 return std::vector<std::string>(); 54 static std::vector<CompileCommand> getAllCompileCommands(StringRef JSONDatabase, 60 return std::vector<CompileCommand>(); 67 EXPECT_EQ(std::vector<std::string>(), 70 std::vector<std::string> expected_files; 98 std::vector<CompileCommand> Commands = getAllCompileCommands( 122 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName); 294 static std::vector<std::string> unescapeJsonCommandLine(StringRef Command) { 306 std::vector<std::string> Result = unescapeJsonCommandLine("") [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
vec.h | 0 /* Vector API for GNU compiler. 57 /* Templated vector type and associated interfaces. 73 vector, if needed. Reallocation causes an exponential increase in 74 vector size. If you know you will be adding N elements, it would 81 reserve_exact operation. You can also create a vector of a 85 remove from the end of the vector. If you need to remove several 88 vector. There are two remove operations, one which preserves the 96 elements in the vector, the allocation strategy, and the physical 117 - Embedded: The vector is structured using the trailing array 119 1. When the vector is initially allocated, a single memor [all...] |
/external/chromium_org/components/password_manager/core/browser/ |
password_syncable_service_unittest.cc | 9 #include <vector> 35 typedef std::vector<SyncChange> SyncChangeList; 133 const std::vector<autofill::PasswordForm*>& update_forms, 134 const std::vector<autofill::PasswordForm*>& delete_forms, 170 std::vector<autofill::PasswordForm>* password_list); 172 std::vector<autofill::PasswordForm> expected_db_add_changes_; 173 std::vector<autofill::PasswordForm> expected_db_update_changes_; 174 std::vector<autofill::PasswordForm> expected_db_delete_changes_; 204 const std::vector<autofill::PasswordForm*>& update_forms, 205 const std::vector<autofill::PasswordForm*>& delete_forms [all...] |
test_password_store.cc | 63 std::vector<autofill::PasswordForm>& forms = 65 for (std::vector<autofill::PasswordForm>::iterator it = forms.begin(); 79 std::vector<autofill::PasswordForm>& forms = 81 std::vector<autofill::PasswordForm>::iterator it = forms.begin(); 98 std::vector<autofill::PasswordForm*> matched_forms; 99 std::vector<autofill::PasswordForm> forms = 101 for (std::vector<autofill::PasswordForm>::iterator it = forms.begin(); 123 std::vector<autofill::PasswordForm*>* forms) { 128 std::vector<autofill::PasswordForm*>* forms) {
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_service.cc | 33 const std::vector<favicon_base::FaviconRawBitmapResult>& results) { 47 Bind(callback, std::vector<favicon_base::FaviconRawBitmapResult>())); 54 const std::vector<int>& desired_sizes_in_pixel, 67 // Returns a vector of pixel edge sizes from |size_in_dip| and 69 std::vector<int> GetPixelSizesForFaviconScales(int size_in_dip) { 70 std::vector<float> scales = favicon_base::GetFaviconScales(); 71 std::vector<int> sizes_in_pixel; 89 const std::vector<favicon_base::FaviconRawBitmapResult>* results) { 103 std::vector<GURL> icon_urls; 131 std::vector<GURL> icon_urls [all...] |
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
block_splitter.cc | 48 void CopyLiteralsToByteArray(const std::vector<Command>& cmds, 50 std::vector<uint8_t>* literals) { 73 void CopyCommandsToByteArray(const std::vector<Command>& cmds, 74 std::vector<uint16_t>* insert_and_copy_codes, 75 std::vector<uint8_t>* distance_prefixes) { 90 std::vector<HistogramType>* vec) { 130 std::vector<HistogramType>* vec) { 150 const std::vector<Histogram<kSize> > &vec, 237 std::vector<HistogramType>* histograms) { 249 std::vector<HistogramType> histograms [all...] |
/external/deqp/modules/glshared/ |
glsAttributeLocationTests.cpp | 43 #include <vector> 52 using std::vector; 73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindings) 75 vector<bool> reservedSpaces; 111 string generateAttributeDefinitions (const vector<Attribute>& attributes) 115 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) 129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes) 134 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) 173 string generateOutputCode (const vector<Attribute>& attributes) 177 for (vector<Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter [all...] |
/external/bison/lib/ |
bitsetv.c | 26 /* Create a vector of N_VECS bitsets, each of N_BITS, and of 44 /* Allocate vector table at head of bitset array. */ 62 /* Create a vector of N_VECS bitsets, each of N_BITS, and with 74 /* Free bitset vector BSETV. */ 86 /* Zero a vector of bitsets. */ 97 /* Set a vector of bitsets to ones. */ 108 /* Given a vector BSETV of N bitsets of size N, modify its contents to 123 /* Given a vector BSETV of N bitsets of size N, modify its contents to 138 /* Dump the contents of a bitset vector BSETV with N_VECS elements to
|
/external/ceres-solver/internal/ceres/ |
compressed_row_sparse_matrix_test.cc | 56 Vector x = Vector::Zero(num_cols); 59 Vector y_a = Vector::Zero(num_rows); 60 Vector y_b = Vector::Zero(num_rows); 83 vector<int>* row_blocks = crsm->mutable_row_blocks(); 87 vector<int>* col_blocks = crsm->mutable_col_blocks(); 105 Vector a = Vector::Zero(num_rows) [all...] |
/external/chromium_org/chrome/browser/chromeos/settings/ |
owner_key_util.h | 9 #include <vector> 37 std::vector<uint8>& data() { return data_; } 51 std::vector<uint8> data_; 79 virtual bool ImportPublicKey(std::vector<uint8>* output) = 0; 88 const std::vector<uint8>& key) = 0; 94 const std::vector<uint8>& key, 116 virtual bool ImportPublicKey(std::vector<uint8>* output) OVERRIDE; 118 const std::vector<uint8>& key) OVERRIDE; 120 const std::vector<uint8>& key,
|
/external/chromium_org/chrome/browser/extensions/ |
extension_notification_observer.cc | 7 #include <vector> 17 std::string Str(const std::vector<chrome::NotificationType>& types) { 20 for (std::vector<chrome::NotificationType>::const_iterator it = 48 return CheckNotifications(std::vector<chrome::NotificationType>()); 53 return CheckNotifications(std::vector<chrome::NotificationType>(1, type)); 59 std::vector<chrome::NotificationType> types; 69 std::vector<chrome::NotificationType> types; 83 std::vector<chrome::NotificationType> types; 135 const std::vector<chrome::NotificationType>& types) {
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_permissions_unittest.cc | 23 std::vector<MediaGalleryPermission>* vector) { 27 vector->push_back(permission); 116 std::vector<MediaGalleryPermission>* expectation; 124 std::vector<MediaGalleryPermission> actual = 144 std::vector<MediaGalleryPermission> extension1_expectation_; 145 std::vector<MediaGalleryPermission> extension2_expectation_; 146 std::vector<MediaGalleryPermission> extension3_expectation_; 147 std::vector<MediaGalleryPermission> extension4_expectation_;
|
/external/chromium_org/chrome/browser/ |
memory_details_android.cc | 9 #include <vector> 31 std::vector<ProcessMemoryInformation>* processes) { 34 const std::vector<std::string>& cmd_args = process_entry->cmd_line_args(); 71 void GetAllChildren(const std::vector<ProcessEntry>& processes, 84 for (std::vector<ProcessEntry>::const_iterator i = processes.begin(); 108 const std::vector<ProcessMemoryInformation>& chrome_processes) { 111 std::vector<ProcessMemoryInformation> all_processes(chrome_processes); 114 std::vector<ProcessEntry> processes; 122 for (std::vector<ProcessMemoryInformation>::const_iterator
|
/external/chromium_org/chrome/browser/safe_browsing/ |
chunk_range.cc | 28 void ChunksToRangeString(const std::vector<int>& chunks, std::string* result) { 30 std::vector<int> sorted_chunks(chunks); 35 std::vector<int>::const_iterator iter = sorted_chunks.begin(); 55 void RangesToChunks(const std::vector<ChunkRange>& ranges, 56 std::vector<int>* chunks) { 67 std::vector<ChunkRange>* ranges) { 72 std::vector<std::string> chunk_parts; 76 std::vector<std::string> chunk_ranges; 94 bool IsChunkInRange(int chunk_number, const std::vector<ChunkRange>& ranges) {
|
database_manager_unittest.cc | 6 #include <vector> 22 const std::vector<SBThreatType>& expected_threats, 31 const std::vector<SBThreatType>& expected_threats, 41 std::vector<GURL>(), 42 std::vector<SBFullHash>(1, same_full_hash), 53 std::vector<SBFullHashResult> fake_results(1, full_hash_result); 61 std::vector<SBThreatType> malware_threat(1, 71 std::vector<SBThreatType> multiple_threats; 83 std::vector<SBFullHashResult> full_hashes;
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
chrome_finder.cc | 8 #include <vector> 26 void GetApplicationDirs(std::vector<base::FilePath>* locations) { 27 std::vector<base::FilePath> installation_locations; 46 void GetApplicationDirs(std::vector<base::FilePath>* locations) { 63 const std::vector<base::FilePath>& rel_paths, 64 const std::vector<base::FilePath>& locations, 81 void GetApplicationDirs(std::vector<base::FilePath>* locations); 102 std::vector<base::FilePath> browser_exes( 115 std::vector<base::FilePath> locations;
|
/external/chromium_org/net/ssl/ |
client_cert_store_unittest-inl.h | 9 #include <vector> 57 std::vector<scoped_refptr<X509Certificate> > certs; 60 std::vector<scoped_refptr<X509Certificate> > selected_certs; 74 std::vector<scoped_refptr<X509Certificate> > certs; 78 std::vector<scoped_refptr<X509Certificate> > selected_certs; 96 std::vector<std::string> authority_1( 99 std::vector<std::string> authority_2( 107 std::vector<scoped_refptr<X509Certificate> > certs; 113 std::vector<scoped_refptr<X509Certificate> > selected_certs;
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
FormController.h | 29 #include "wtf/Vector.h" 44 static FormControlState deserialize(const Vector<String>& stateVector, size_t& index); 52 void serializeTo(Vector<String>& stateVector) const; 59 Vector<String> m_values; 85 Vector<String> toStateVector(); 109 void setStateForNewFormElements(const Vector<String>&); 114 static Vector<String> getReferencedFilePaths(const Vector<String>& stateVector); 119 static void formStatesFromStateVector(const Vector<String>&, SavedFormStateMap&);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerStackingNodeIterator.cpp | 42 Vector<RenderLayerStackingNode*>* negZOrderList = m_root.negZOrderList(); 51 Vector<RenderLayerStackingNode*>* normalFlowList = m_root.normalFlowList(); 60 Vector<RenderLayerStackingNode*>* posZOrderList = m_root.posZOrderList(); 74 Vector<RenderLayerStackingNode*>* negZOrderList = m_root.negZOrderList(); 83 Vector<RenderLayerStackingNode*>* normalFlowList = m_root.normalFlowList(); 92 Vector<RenderLayerStackingNode*>* posZOrderList = m_root.posZOrderList(); 106 Vector<RenderLayerStackingNode*>* negZOrderList = m_root.negZOrderList(); 116 Vector<RenderLayerStackingNode*>* normalFlowList = m_root.normalFlowList(); 126 Vector<RenderLayerStackingNode*>* posZOrderList = m_root.posZOrderList();
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
Language.cpp | 46 Vector<AtomicString> languages = userPreferredLanguages(); 53 static Vector<AtomicString>& preferredLanguagesOverride() 55 DEFINE_STATIC_LOCAL(Vector<AtomicString>, override, ()); 59 Vector<AtomicString> userPreferredLanguagesOverride() 64 void overrideUserPreferredLanguages(const Vector<AtomicString>& override) 69 Vector<AtomicString> userPreferredLanguages() 71 Vector<AtomicString>& override = preferredLanguagesOverride(); 75 Vector<AtomicString> languages; 91 size_t indexOfBestMatchingLanguageInList(const AtomicString& language, const Vector<AtomicString>& languageList)
|
PurgeableVector.h | 37 #include "wtf/Vector.h" 47 // A simple vector implementation that supports purgeable memory. The vector is 50 // actually make the vector purgeable. 67 // Purgeable hint or had its internal vector moved to discardable memory 69 void adopt(Vector<char>& other); 103 // Copies data from the discardable buffer to the vector and clears the 113 // Vector used when the instance is constructed without the purgeability 117 Vector<char> m_vector;
|
/external/chromium_org/third_party/angle/tests/deqp_tests/ |
deqp_tests.cpp | 13 #include <vector> 59 static std::vector<char> FormatArg(const char* fmt, ...) 66 std::vector<char> buf(len + 1); 77 std::vector<char> executableFileBuf(MAX_PATH); 114 std::vector<char*> args; 119 std::vector<char> visibilityArg = FormatArg("--deqp-visibility=%s", config.hidden ? "hidden" : "windowed"); 122 std::vector<char> widthArg = FormatArg("--deqp-surface-width=%u", config.width); 125 std::vector<char> heightArg = FormatArg("--deqp-surface-height=%u", config.height); 128 std::vector<char> testNameArg = FormatArg("--deqp-case=%s", testPath.c_str());
|