HomeSort by relevance Sort by last modified time
    Searched refs:Entries (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/clang/lib/Basic/
SourceManager.cpp 199 std::vector<LineEntry> &Entries = LineEntries[FID];
201 assert((Entries.empty() || Entries.back().FileOffset < Offset) &&
202 "Adding line entries out of order!");
207 if (!Entries.empty()) {
211 FilenameID = Entries.back().FilenameID;
215 Kind = Entries.back().FileKind;
216 IncludeOffset = Entries.back().IncludeOffset;
219 Entries.push_back(LineEntry::get(Offset, LineNo, FilenameID, Kind,
234 std::vector<LineEntry> &Entries = LineEntries[FID]
    [all...]
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.cc 62 Entries::const_iterator entry_iterator) {
169 const TabRestoreService::Entries& TabRestoreServiceHelper::entries() const { function in class:TabRestoreServiceHelper
186 Entries::iterator i = GetEntryIteratorById(id);
204 Entries::iterator entry_iterator = GetEntryIteratorById(id);
351 Entries new_entries;
353 for (TabRestoreService::Entries::const_iterator iter = entries_.begin();
368 TabRestoreService::Entries::iterator
370 for (Entries::iterator i = entries_.begin(); i != entries_.end(); ++i) {
374 // For Window entries, see if the ID matches a tab. If so, report the windo
    [all...]
persistent_tab_restore_service.cc 106 // Number of entries (not commands) before we clobber the file and write
132 Entries::const_iterator entry_iterator) OVERRIDE;
144 // Creates and add entries to |entries| for each of the windows in |windows|.
146 std::vector<Entry*>* entries);
180 // closed tabs. This creates entries, adds them to staging_entries_, and
184 // Populates |loaded_entries| with Entries from |commands|.
188 // Validates all entries in |entries|, deleting any with no navigations. This
189 // also deletes any entries beyond the max number of entries we can hold
251 const Entries& entries = tab_restore_service_helper_->entries(); local
286 const Entries& entries = tab_restore_service_helper_->entries(); local
304 const Entries& entries = tab_restore_service_helper_->entries(); local
553 std::vector<Entry*> entries; local
781 std::vector<Entry*> entries; local
825 const Entries& entries = tab_restore_service_helper_->entries(); local
941 const TabRestoreService::Entries& PersistentTabRestoreService::entries() const { function in class:PersistentTabRestoreService
    [all...]
  /external/chromium_org/ppapi/cpp/dev/
truetype_font_dev.h 235 typedef std::vector<PP_TrueTypeFontDesc_Dev> Entries;
236 for (Entries::iterator it = temp_storage_.begin();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
plugin.properties 17 descriptionMap=Map Entries
  /external/chromium_org/ui/views/
view_model.cc 60 Entries entries; local
61 entries.swap(entries_);
62 for (size_t i = 0; i < entries.size(); ++i)
63 delete entries[i].view;
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 87 /// \brief Map from FileIDs to a list of line entries (sorted by the offset
128 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
  /external/chromium/chrome/browser/
plugin_exceptions_table_model_unittest.cc 112 typedef std::vector<PluginExceptionsTableModel::SettingsEntry> Entries;
113 const Entries& settings = table_model_->settings_;
123 for (Entries::const_iterator it = settings.begin();
jumplist_win.cc 737 const TabRestoreService::Entries& entries = tab_restore_service->entries(); local
738 for (TabRestoreService::Entries::const_iterator it = entries.begin();
739 it != entries.end(); ++it) {
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /external/llvm/lib/CodeGen/
InterferenceCache.h 132 // much memory. Instead, a fixed number of cache entries are used in a round-
143 // The actual cache entries.
144 Entry Entries[CacheEntries];
  /external/bison/build-aux/
vc-list-files 93 if (f ~ /CVS\/Entries$/) \
97 `find "$dir" -name Entries -print` /dev/null' $postprocess
  /external/chromium/chrome/browser/sessions/
tab_restore_service.cc 78 // Number of entries (not commands) before we clobber the file and write
121 // deleted and removed from both |id_to_entry| and |entries|. This is used
122 // when creating entries from the backend file.
125 std::vector<TabRestoreService::Entry*>* entries) {
130 entries->erase(std::find(entries->begin(), entries->end(), i->second));
277 for (Entries::iterator i = entries_.begin(); i != entries_.end(); ++i)
293 const TabRestoreService::Entries& TabRestoreService::entries() const function in class:TabRestoreService
715 std::vector<Entry*> entries; local
732 ScopedVector<Entry> entries; local
1000 std::vector<Entry*> entries; local
    [all...]
  /external/chromium_org/chrome/browser/resources/predictors/
autocomplete_action_predictor.js 74 $('countBanner').textContent = 'Entries: ' + databaseSection.children.length;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 261 StringEntries Entries;
DwarfDebug.cpp 654 // If we use .loc in assembly, we can't separate .file entries according to
733 // The line table entries are not always emitted in assembly, so it
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 173 /// The entries on the path from the glvalue to the designated subobject.
174 SmallVector<PathEntry, 8> Entries;
188 Entries.insert(Entries.end(), VEntries.begin(), VEntries.end());
199 Entries.clear();
207 Entries[MostDerivedPathLength - 1].ArrayIndex == MostDerivedArraySize)
226 Entries.push_back(Entry);
231 MostDerivedPathLength = Entries.size();
239 Entries.push_back(Entry);
245 MostDerivedPathLength = Entries.size()
    [all...]
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 154 NewTabUI::AddRecentlyClosedEntries(service->entries(), &list_value);
542 const TabRestoreService::Entries& entries, ListValue* entry_list_value) {
546 // We filter the list of recently closed to only show 'interesting' entries,
549 for (TabRestoreService::Entries::const_iterator it = entries.begin();
550 it != entries.end() && added_count < max_count; ++it) {
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.cc 291 const TabRestoreService::Entries& entries = service->entries(); local
302 for (TabRestoreService::Entries::const_iterator it = entries.begin();
303 it != entries.end() && added_count < kRecentlyClosedCount; ++it) {
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 402 // Check to see if all of the leading entries are now opcode checks. If so,
480 Matcher *Entries[2] = { PrevMatcher, MatcherWithoutCTM };
481 Cases[Entry-1].second = new ScopeMatcher(Entries, 2);
  /external/chromium_org/chrome/browser/
jumplist_win.cc 611 const TabRestoreService::Entries& entries = tab_restore_service->entries(); local
612 for (TabRestoreService::Entries::const_iterator it = entries.begin();
613 it != entries.end(); ++it) {
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_tree.js 111 * Generate a list of the directory entries for the top level on the tree.
112 * @return {Array.<DirectoryEntry>} Entries for the top level on the tree.
115 var entries = [
122 for (var i in entries) {
123 entries[i]['label'] = PathUtil.getRootLabel(entries[i].fullPath);
126 return entries;
162 var entries = [];
167 DirectoryTreeUtil.sortEntries(item.fileFilter_, entries));
174 entries.push(entry)
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.cc 58 // The maximum number of recently closed entries to be shown in the menu.
343 if (!service || service->entries().size() == 0) {
358 TabRestoreService::Entries entries = service->entries(); local
359 for (TabRestoreService::Entries::const_iterator it = entries.begin();
360 it != entries.end() && added_count < kMaxRecentlyClosedEntries; ++it) {
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 640 const TabRestoreService::Entries& entries = service->entries(); local
650 for (TabRestoreService::Entries::const_iterator it = entries.begin();
651 it != entries.end() && added_count < kRecentlyClosedCount; ++it) {
  /external/llvm/lib/MC/
MCDwarf.cpp 97 // Add the line entry to this section's entries.
124 // This emits the Dwarf line table for the specified section from the entries
502 // entries (just the default .text in our case) and a terminating pair of zeros.
633 // and file table entries.
675 const std::vector<const MCGenDwarfLabelEntry *> &Entries =
678 Entries.begin(), ie = Entries.end(); it != ie;
712 Entries.begin(), ie = Entries.end(); it != ie;
751 // If there are no line table entries then do not emit any section contents
    [all...]

Completed in 1333 milliseconds

12 3 4