Home
last modified time | relevance | path

Searched refs:tables_ (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/predictors/
Dresource_prefetch_predictor_tables_unittest.cc38 scoped_refptr<ResourcePrefetchPredictorTables> tables_; member in predictors::ResourcePrefetchPredictorTablesTest
86 tables_ = db_->resource_prefetch_tables(); in SetUp()
94 tables_(db_->resource_prefetch_tables()) { in ResourcePrefetchPredictorTablesTest()
102 tables_->DeleteAllData(); in SetUp()
107 tables_ = NULL; in TearDown()
114 tables_->GetAllData(&actual_url_data, &actual_host_data); in TestGetAllData()
126 tables_->DeleteData(urls_to_delete, hosts_to_delete); in TestDeleteData()
129 tables_->GetAllData(&actual_url_data, &actual_host_data); in TestDeleteData()
141 tables_->DeleteSingleDataPoint("http://www.reddit.com", in TestDeleteSingleDataPoint()
145 tables_->GetAllData(&actual_url_data, &actual_host_data); in TestDeleteSingleDataPoint()
[all …]
Dresource_prefetch_predictor.h288 tables_ = tables; in set_mock_tables()
294 scoped_refptr<ResourcePrefetchPredictorTables> tables_; variable
Dresource_prefetch_predictor.cc308 tables_(PredictorDatabaseFactory::GetForProfile( in ResourcePrefetchPredictor()
672 tables_, url_data_ptr, host_data_ptr), in StartInitialization()
757 base::Bind(&ResourcePrefetchPredictorTables::DeleteAllData, tables_)); in DeleteAllUrls()
783 tables_, in DeleteUrls()
808 tables_, in RemoveOldestEntryInPrefetchDataMap()
984 tables_, in LearnNavigation()
997 tables_, in LearnNavigation()
/external/webrtc/src/system_wrappers/source/
Ddata_log.cc323 tables_(), in DataLogImpl()
334 for (TableMap::iterator it = tables_.begin(); it != tables_.end();) { in ~DataLogImpl()
337 tables_.erase(it++); in ~DataLogImpl()
385 if (tables_.count(table_name) > 0) in AddTable()
387 tables_[table_name] = new LogTable(); in AddTable()
388 if (tables_[table_name]->CreateLogFile(table_name + ".txt") == -1) in AddTable()
397 if (tables_.count(table_name) == 0) in AddColumn()
399 return tables_[table_name]->AddColumn(column_name, multi_value_length); in AddColumn()
406 assert(tables_.count(table_name) > 0); in InsertCell()
407 if (tables_.count(table_name) == 0) in InsertCell()
[all …]
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Ddata_log.cc323 tables_(), in DataLogImpl()
334 for (TableMap::iterator it = tables_.begin(); it != tables_.end();) { in ~DataLogImpl()
337 tables_.erase(it++); in ~DataLogImpl()
385 if (tables_.count(table_name) > 0) in AddTable()
387 tables_[table_name] = new LogTable(); in AddTable()
388 if (tables_[table_name]->CreateLogFile(table_name + ".txt") == -1) in AddTable()
397 if (tables_.count(table_name) == 0) in AddColumn()
399 return tables_[table_name]->AddColumn(column_name, multi_value_length); in AddColumn()
406 assert(tables_.count(table_name) > 0); in InsertCell()
407 if (tables_.count(table_name) == 0) in InsertCell()
[all …]
/external/chromium_org/components/webdata/common/
Dweb_database.cc52 tables_[table->GetTypeKey()] = table; in AddTable()
56 return tables_[key]; in GetTable()
104 for (TableMap::iterator it = tables_.begin(); it != tables_.end(); ++it) { in Init()
119 for (TableMap::iterator it = tables_.begin(); it != tables_.end(); ++it) { in Init()
167 for (TableMap::iterator it = tables_.begin(); it != tables_.end(); ++it) { in MigrateOldVersionsAsNeeded()
Dweb_data_service_backend.cc30 tables_.push_back(table.release()); in AddTable()
47 for (ScopedVector<WebDatabaseTable>::iterator it = tables_.begin(); in LoadDatabaseIfNecessary()
48 it != tables_.end(); ++it) { in LoadDatabaseIfNecessary()
Dweb_database.h80 TableMap tables_; variable
Dweb_data_service_backend.h108 ScopedVector<WebDatabaseTable> tables_; variable
/external/protobuf/src/google/protobuf/
Ddescriptor.cc581 pool->underlay_->tables_->FindByNameHelper(pool->underlay_, name); in FindByNameHelper()
756 tables_(new Tables), in DescriptorPool()
766 tables_(new Tables), in DescriptorPool()
776 tables_(new Tables), in DescriptorPool()
793 return tables_->FindFile(filename) != NULL; in InternalIsFileLoaded()
872 const FileDescriptor* result = tables_->FindFile(name); in FindFileByName()
879 const FileDescriptor* result = tables_->FindFile(name); in FindFileByName()
888 Symbol result = tables_->FindSymbol(symbol_name); in FindFileContainingSymbol()
896 Symbol result = tables_->FindSymbol(symbol_name); in FindFileContainingSymbol()
904 Symbol result = tables_->FindByNameHelper(this, name); in FindMessageTypeByName()
[all …]
Ddescriptor.h892 const FileDescriptorTables* tables_; variable
1162 scoped_ptr<Tables> tables_; variable
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc673 pool->underlay_->tables_->FindByNameHelper(pool->underlay_, name); in FindByNameHelper()
848 tables_(new Tables), in DescriptorPool()
858 tables_(new Tables), in DescriptorPool()
868 tables_(new Tables), in DescriptorPool()
885 return tables_->FindFile(filename) != NULL; in InternalIsFileLoaded()
964 const FileDescriptor* result = tables_->FindFile(name); in FindFileByName()
971 result = tables_->FindFile(name); in FindFileByName()
980 Symbol result = tables_->FindSymbol(symbol_name); in FindFileContainingSymbol()
988 result = tables_->FindSymbol(symbol_name); in FindFileContainingSymbol()
996 Symbol result = tables_->FindByNameHelper(this, name); in FindMessageTypeByName()
[all …]
Ddescriptor.h1019 const FileDescriptorTables* tables_; variable
1297 scoped_ptr<Tables> tables_; variable
/external/chromium_org/v8/src/
Dcompilation-cache.cc48 if (tables_[generation]->IsUndefined()) { in GetTable()
50 tables_[generation] = *result; in GetTable()
53 CompilationCacheTable::cast(tables_[generation]); in GetTable()
63 tables_[i] = tables_[i - 1]; in Age()
67 tables_[0] = isolate()->heap()->undefined_value(); in Age()
74 if (tables_[i] != undefined) { in IterateFunctions()
75 reinterpret_cast<CompilationCacheTable*>(tables_[i])->IterateElements(v); in IterateFunctions()
82 v->VisitPointers(&tables_[0], &tables_[generations_]); in Iterate()
87 MemsetPointer(tables_, isolate()->heap()->undefined_value(), generations_); in Clear()
Dcompilation-cache.h21 tables_ = NewArray<Object*>(generations); in CompilationSubCache()
24 ~CompilationSubCache() { DeleteArray(tables_); } in ~CompilationSubCache()
38 tables_[kFirstGeneration] = *value; in SetFirstTable()
64 Object** tables_; // Compilation cache tables - one for each generation. variable
/external/chromium_org/third_party/leveldatabase/src/db/
Drepair.cc79 for (size_t i = 0; i < tables_.size(); i++) { in Run()
80 bytes += tables_[i].meta.file_size; in Run()
88 static_cast<int>(tables_.size()), in Run()
113 std::vector<TableInfo> tables_; member in leveldb::__anoncf6a8ada0111::Repairer
315 tables_.push_back(t); in ScanTable()
367 tables_.push_back(t); in RepairTable()
384 for (size_t i = 0; i < tables_.size(); i++) { in WriteDescriptor()
385 if (max_sequence < tables_[i].max_sequence) { in WriteDescriptor()
386 max_sequence = tables_[i].max_sequence; in WriteDescriptor()
395 for (size_t i = 0; i < tables_.size(); i++) { in WriteDescriptor()
[all …]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
Dfont.cc52 TableMap::const_iterator result = tables_.find(tag); in HasTable()
53 TableMap::const_iterator end = tables_.end(); in HasTable()
61 return tables_[tag]; in GetTable()
65 return &tables_; in GetTableMap()
99 if (tables_.find(*tag) == tables_.end()) { in BuildTableHeadersForSerialization()
102 TablePtr table = tables_[*tag]; in BuildTableHeadersForSerialization()
175 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end(); in GenerateTableOrdering()
260 BuildTablesFromBuilders(font, &table_builders_, &font->tables_); in Build()
Dfont.h245 int32_t num_tables() { return (int32_t)tables_.size(); } in num_tables()
343 TableMap tables_; variable
/external/sfntly/cpp/src/sfntly/
Dfont.cc52 TableMap::const_iterator result = tables_.find(tag); in HasTable()
53 TableMap::const_iterator end = tables_.end(); in HasTable()
61 return tables_[tag]; in GetTable()
65 return &tables_; in GetTableMap()
99 if (tables_.find(*tag) == tables_.end()) { in BuildTableHeadersForSerialization()
102 TablePtr table = tables_[*tag]; in BuildTableHeadersForSerialization()
175 for (TableMap::iterator table = tables_.begin(), table_end = tables_.end(); in GenerateTableOrdering()
260 BuildTablesFromBuilders(font, &table_builders_, &font->tables_); in Build()
Dfont.h245 int32_t num_tables() { return (int32_t)tables_.size(); } in num_tables()
343 TableMap tables_; variable
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dbraille_background.js42 this.tables_ = tables;
95 var tables = this.tables_;
/external/webrtc/src/system_wrappers/interface/
Ddata_log_impl.h149 TableMap tables_; variable
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
Ddata_log_impl.h147 TableMap tables_; variable
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeOptionsScript.js933 …railleDisplayManager;cvox.BrailleTable.getAll(goog.bind(function(a){this.tables_=a;this.initialize…
935 cvox.BrailleBackground.prototype.refreshTranslator=function(){if(this.liblouis_){var a=this.tables_
DchromeVoxChromeBackgroundScript.js921 …railleDisplayManager;cvox.BrailleTable.getAll(goog.bind(function(a){this.tables_=a;this.initialize…
923 cvox.BrailleBackground.prototype.refreshTranslator=function(){if(this.liblouis_){var a=this.tables_