HomeSort by relevance Sort by last modified time
    Searched refs:new_entries (Results 1 - 8 of 8) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 53 entry_pointer new_entries = s_entry_allocator.allocate(new_size); local
57 m_a_entries = new_entries;
120 entry_pointer new_entries = s_entry_allocator.allocate(new_size); local
121 std::copy(m_a_entries, m_a_entries + left, new_entries);
169 entry_pointer new_entries = s_entry_allocator.allocate(new_size); local
173 std::copy(m_a_entries, m_a_entries + m_size - 1, new_entries);
176 m_a_entries = new_entries;
insert_fn_imps.hpp 87 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
90 std::copy(m_a_entries, m_a_entries + m_size, new_entries);
93 m_a_entries = new_entries;
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.h 93 std::vector<AutofillEntry>* new_entries,
autofill_change_processor.cc 261 std::vector<AutofillEntry> new_entries; local
280 autofill_changes_[i].autofill_, &new_entries,
293 if (!web_database_->GetAutofillTable()->UpdateAutofillEntries(new_entries)) {
317 std::vector<AutofillEntry>* new_entries,
330 new_entries->push_back(new_entry);
autofill_model_associator.cc 36 std::vector<AutofillEntry> new_entries; member in struct:browser_sync::AutofillModelAssociator::DataBundle
68 std::vector<AutofillEntry>* new_entries) {
90 new_entries->push_back(new_entry);
164 entries, &bundle.current_entries, &bundle.new_entries)) {
208 if (bundle.new_entries.size() &&
210 bundle.new_entries)) {
340 bundle->new_entries.push_back(AutofillEntry(key, timestamps));
autofill_model_associator.h 137 std::vector<AutofillEntry>* new_entries);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 1833 __u16 new_entries[3*256]; local
    [all...]
  /external/v8/src/
profile-generator.cc 1375 List<EntryInfo>* new_entries = new List<EntryInfo>(); local
    [all...]

Completed in 186 milliseconds