Home
last modified time | relevance | path

Searched refs:out_entry (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_operation.cc59 Entry** out_entry) { in OpenOperation() argument
63 out_entry, in OpenOperation()
81 Entry** out_entry) { in CreateOperation() argument
85 out_entry, in CreateOperation()
242 Entry** const out_entry = NULL; in DoomOperation() local
255 out_entry, in DoomOperation()
313 Entry** out_entry, in SimpleEntryOperation() argument
327 out_entry_(out_entry), in SimpleEntryOperation()
Dsimple_entry_operation.h46 Entry** out_entry);
51 Entry** out_entry);
100 Entry** out_entry() { return out_entry_; } in out_entry() function
116 Entry** out_entry,
Dsimple_entry_impl.cc198 int SimpleEntryImpl::OpenEntry(Entry** out_entry, in OpenEntry() argument
232 this, have_index, callback, out_entry)); in OpenEntry()
237 int SimpleEntryImpl::CreateEntry(Entry** out_entry, in CreateEntry() argument
250 ReturnEntryToCaller(out_entry); in CreateEntry()
256 this, have_index, callback, out_entry)); in CreateEntry()
554 void SimpleEntryImpl::ReturnEntryToCaller(Entry** out_entry) { in ReturnEntryToCaller() argument
555 DCHECK(out_entry); in ReturnEntryToCaller()
567 *out_entry = this; in ReturnEntryToCaller()
597 operation->out_entry()); in RunNextOperationIfNeeded()
602 operation->out_entry()); in RunNextOperationIfNeeded()
[all …]
Dsimple_entry_impl.h151 void ReturnEntryToCaller(Entry** out_entry);
170 Entry** out_entry);
174 Entry** out_entry);
216 Entry** out_entry,
/external/chromium_org/chrome/browser/chromeos/drive/
Dresource_entry_conversion.cc21 ResourceEntry* out_entry, in ConvertChangeResourceToResourceEntry() argument
23 DCHECK(out_entry); in ConvertChangeResourceToResourceEntry()
37 out_entry->Swap(&converted); in ConvertChangeResourceToResourceEntry()
44 ResourceEntry* out_entry, in ConvertFileResourceToResourceEntry() argument
46 DCHECK(out_entry); in ConvertFileResourceToResourceEntry()
138 out_entry->Swap(&converted); in ConvertFileResourceToResourceEntry()
Dresource_entry_conversion.h37 ResourceEntry* out_entry,
44 ResourceEntry* out_entry,
Dresource_metadata.h67 ResourceEntry* out_entry);
71 ResourceEntry* out_entry);
Dresource_metadata.cc289 ResourceEntry* out_entry) { in GetResourceEntryById() argument
292 DCHECK(out_entry); in GetResourceEntryById()
294 return storage_->GetEntry(id, out_entry); in GetResourceEntryById()
298 ResourceEntry* out_entry) { in GetResourceEntryByPath() argument
300 DCHECK(out_entry); in GetResourceEntryByPath()
307 return GetResourceEntryById(id, out_entry); in GetResourceEntryByPath()
Dresource_metadata_storage.h115 FileError GetEntry(const std::string& id, ResourceEntry* out_entry);
Dresource_metadata_storage.cc748 ResourceEntry* out_entry) { in GetEntry() argument
758 if (!out_entry->ParseFromString(serialized_entry)) in GetEntry()
/external/valgrind/main/coregrind/m_ume/
Dmacho.c100 vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry);
106 vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry);
112 vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry);
350 vki_uint8_t **out_entry, struct thread_command *threadcmd) in load_unixthread() argument
356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); in load_unixthread()
452 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd) in load_thread() argument
457 err = load_genericthread(NULL, &customstack, out_entry, threadcmd); in load_thread()
483 vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry) in load_thin_file() argument
677 if (out_entry) *out_entry = entry; in load_thin_file()
692 vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry) in load_fat_file() argument
[all …]