/external/chromium_org/chrome/browser/chromeos/drive/ |
resource_entry_conversion.h | 23 // If the conversion succeeded, return true and sets the result to |out_entry|. 37 ResourceEntry* out_entry,
|
resource_entry_conversion.cc | 36 ResourceEntry* out_entry, 38 DCHECK(out_entry); 135 out_entry->Swap(&converted);
|
resource_metadata.h | 77 ResourceEntry* out_entry); 88 ResourceEntry* out_entry);
|
resource_metadata_storage.h | 151 bool GetEntry(const std::string& id, ResourceEntry* out_entry); 171 bool GetCacheEntry(const std::string& id, FileCacheEntry* out_entry);
|
resource_metadata.cc | 230 ResourceEntry* out_entry) { 233 DCHECK(out_entry); 235 return storage_->GetEntry(id, out_entry) ? 258 ResourceEntry* out_entry) { 260 DCHECK(out_entry); 267 return GetResourceEntryById(id, out_entry);
|
resource_metadata_storage.cc | 648 ResourceEntry* out_entry) { 656 return status.ok() && out_entry->ParseFromString(serialized_entry); 743 FileCacheEntry* out_entry) { 752 return status.ok() && out_entry->ParseFromString(serialized_entry);
|
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_operation.h | 46 Entry** out_entry); 51 Entry** out_entry); 100 Entry** out_entry() { return out_entry_; } function in class:disk_cache::SimpleEntryOperation 116 Entry** out_entry,
|
simple_entry_operation.cc | 59 Entry** out_entry) { 63 out_entry, 81 Entry** out_entry) { 85 out_entry, 242 Entry** const out_entry = NULL; local 255 out_entry, 313 Entry** out_entry, 327 out_entry_(out_entry),
|
simple_entry_impl.h | 149 // Return this entry to a user of the API in |out_entry|. Increments the user 151 void ReturnEntryToCaller(Entry** out_entry); 170 Entry** out_entry); 174 Entry** out_entry); 210 // can return |this| SimpleEntryImpl to |*out_entry|. Runs 216 Entry** out_entry,
|
simple_entry_impl.cc | 198 int SimpleEntryImpl::OpenEntry(Entry** out_entry, 232 this, have_index, callback, out_entry)); 237 int SimpleEntryImpl::CreateEntry(Entry** out_entry, 250 ReturnEntryToCaller(out_entry); 256 this, have_index, callback, out_entry)); 554 void SimpleEntryImpl::ReturnEntryToCaller(Entry** out_entry) { 555 DCHECK(out_entry); 562 // client-provided pointer (|out_entry|) hasn't been freed, and no point 567 *out_entry = this; 597 operation->out_entry()); [all...] |
/external/valgrind/main/coregrind/m_ume/ |
macho.c | 100 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); 346 The thread's entry point is returned in *out_entry. 350 vki_uint8_t **out_entry, struct thread_command *threadcmd) 356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); 449 The thread's entry point is returned in *out_entry. 452 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd) 457 err = load_genericthread(NULL, &customstack, out_entry, threadcmd); 475 The executable's entry point is returned in *out_entry [all...] |