Searched defs:entry (Results 176 - 200 of 1572) sorted by relevance

1234567891011>>

/external/openfst/src/script/
H A Dfst-class.cc118 const IORegistration<VectorFstClass>::Entry &entry = reg->GetEntry(arc_type); local
120 if (entry.converter == 0) {
122 return entry;
125 return entry;
/external/oprofile/opjitconv/
H A Dparse_dump.c25 /* parse a code load record and add the entry to the jitentry list */
29 struct jitentry * entry; local
37 entry = xcalloc(1, sizeof(struct jitentry));
40 entry->next = NULL;
43 entry->symbol_name = (char *)ptr;
44 entry->sym_name_malloced = 0;
46 entry->code = rec->code_addr ? ptr : NULL;
47 entry->vma = rec->vma;
48 entry->code_size = rec->code_size;
49 entry
89 struct jitentry * entry; local
[all...]
/external/qemu/android/utils/
H A Ddirscanner.c95 struct dirent* entry; member in struct:DirScanner
106 s->entry = NULL;
129 /* read new entry if needed */
130 s->entry = readdir(s->dir);
131 if (s->entry == NULL) {
137 ret = s->entry->d_name;
/external/qemu/include/hw/arm/
H A Darm.h41 hwaddr entry; member in struct:arm_boot_info
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectPool.java54 public void release(Object entry) { argument
55 mAvailable.add(entry);
/external/skia/src/core/
H A DSkPathHeap.cpp73 SkPathHeap::LookupEntry* entry = this->addIfNotPresent(path); local
75 if (entry->storageSlot() > 0) {
76 return entry->storageSlot();
81 entry->setStorageSlot(newSlot);
H A DSkTInternalSList.h62 void push(T* entry) { argument
63 SkASSERT(entry->getSListNext() == NULL);
64 entry->setSListNext(fHead);
65 fHead = entry;
H A DSkTObjectPool.h54 void release(T* entry) { argument
55 fAvailable.push(entry);
/external/skia/tests/
H A DDynamicHashTest.cpp17 static const int& GetKey(const Entry& entry) { return entry.key; } argument
/external/smack/src/org/jivesoftware/smack/
H A DRosterGroup.java76 for (RosterEntry entry : entries) {
79 RosterPacket.Item item = RosterEntry.toRosterItem(entry);
111 * Returns the roster entry associated with the given XMPP address or
112 * <tt>null</tt> if the user is not an entry in the group.
115 * @return the roster entry or <tt>null</tt> if it does not exist in the group.
126 for (RosterEntry entry : entries) {
127 if (entry.getUser().equals(userLowerCase)) {
128 return entry;
136 * Returns true if the specified entry is part of this group.
138 * @param entry
141 contains(RosterEntry entry) argument
166 addEntry(RosterEntry entry) argument
205 removeEntry(RosterEntry entry) argument
237 addEntryLocal(RosterEntry entry) argument
245 removeEntryLocal(RosterEntry entry) argument
[all...]
/external/srec/portable/src/UNIX/
H A DPANSIFileSystemUNIXImpl.c34 PHashTableEntry* entry; local
52 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry));
53 while (entry!=NULL)
55 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value));
67 CHKLOG(rc, PHashTableEntryAdvance(&entry));
/external/valgrind/main/callgrind/
H A Devents.h124 struct EventMappingEntry entry[0]; member in struct:_EventMapping
/external/valgrind/main/coregrind/
H A Dpub_core_ume.h67 Addr entry; // OUT: entrypoint in main executable member in struct:__anon32750
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractPooledConnAdapter.java49 * The connection in the pool entry is used to initialize the base class.
51 * pool entry. {@link #shutdown shutdown} and {@link #close close}
52 * will clear the tracked route in the pool entry and call the
70 /** The wrapped pool entry. */
78 * @param entry the pool entry for the connection being wrapped
81 AbstractPoolEntry entry) {
82 super(manager, entry.connection);
83 this.poolEntry = entry;
80 AbstractPooledConnAdapter(ClientConnectionManager manager, AbstractPoolEntry entry) argument
/external/chromium_org/ash/ime/
H A Dcandidate_view_unittest.cc49 ui::CandidateWindow::Entry entry; variable
50 entry.value = base::UTF8ToUTF16(kDummyCandidates[i]);
51 candidate->SetEntry(entry);
/external/chromium_org/base/prefs/
H A Dpref_value_map.cc20 const Map::const_iterator entry = prefs_.find(key); local
21 if (entry != prefs_.end()) {
23 *value = entry->second;
31 const Map::const_iterator entry = prefs_.find(key); local
32 if (entry != prefs_.end()) {
34 *value = entry->second;
44 const Map::iterator entry = prefs_.find(key); local
45 if (entry != prefs_.end()) {
46 if (base::Value::Equals(entry->second, value))
48 delete entry
58 const Map::iterator entry = prefs_.find(key); local
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DNavigationPopupTest.java44 public void addEntry(NavigationEntry entry) { argument
45 super.addEntry(entry);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_flash_lso_helper.cc89 std::map<uint32, std::string>::iterator entry = local
91 DCHECK(entry != clear_site_data_ids_.end());
93 << entry->second;
94 clear_site_data_ids_.erase(entry);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddebug_info_collector.cc33 scoped_ptr<ResourceEntry> entry,
37 entry.reset();
38 callback.Run(error, entry.Pass());
74 scoped_ptr<ResourceEntry> entry(new ResourceEntry);
75 ResourceEntry* entry_ptr = entry.get();
83 base::Bind(&RunGetResourceEntryCallback, callback, base::Passed(&entry)));
32 RunGetResourceEntryCallback(const GetResourceEntryCallback& callback, scoped_ptr<ResourceEntry> entry, FileError error) argument
H A Dfile_change.cc116 const ResourceEntry& entry,
119 entry.deleted() ? FILE_TYPE_UNKNOWN : entry.file_info().is_directory()
115 Update(const base::FilePath file_path, const ResourceEntry& entry, FileChange::ChangeType change) argument
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcreate_directory_operation.cc34 ResourceEntry entry; local
36 entry.set_title(title.AsUTF8Unsafe());
37 entry.mutable_file_info()->set_is_directory(true);
38 entry.mutable_file_info()->set_last_modified(now.ToInternalValue());
39 entry.mutable_file_info()->set_last_accessed(now.ToInternalValue());
40 entry.set_parent_local_id(parent_local_id);
41 entry.set_metadata_edit_state(ResourceEntry::DIRTY);
42 entry.set_modification_date(base::Time::Now().ToInternalValue());
45 FileError error = metadata->AddEntry(entry, &local_id);
73 // Get the existing deepest entry
94 ResourceEntry entry; local
[all...]
H A Dcreate_file_operation.cc30 ResourceEntry* entry) {
33 FileError error = metadata->GetResourceEntryByPath(file_path, entry);
54 // Add the entry to the local resource metadata.
56 entry->mutable_file_info()->set_last_modified(now.ToInternalValue());
57 entry->mutable_file_info()->set_last_accessed(now.ToInternalValue());
58 entry->set_title(file_path.BaseName().AsUTF8Unsafe());
59 entry->set_parent_local_id(parent.local_id());
60 entry->set_metadata_edit_state(ResourceEntry::DIRTY);
61 entry->set_modification_date(base::Time::Now().ToInternalValue());
62 entry
27 UpdateLocalState(internal::ResourceMetadata* metadata, const base::FilePath& file_path, const std::string& mime_type_in, ResourceEntry* entry) argument
94 ResourceEntry* entry = new ResourceEntry; local
111 CreateFileAfterUpdateLocalState( const FileOperationCallback& callback, const base::FilePath& file_path, bool is_exclusive, ResourceEntry* entry, FileError error) argument
[all...]
H A Dget_file_for_saving_operation.cc31 ResourceEntry* entry) {
35 return metadata->GetResourceEntryById(local_id, entry);
111 scoped_ptr<ResourceEntry> entry) {
120 const std::string& local_id = entry->local_id();
121 ResourceEntry* entry_ptr = entry.get();
137 base::Passed(&entry),
144 scoped_ptr<ResourceEntry> entry,
155 const std::string& local_id = entry->local_id();
162 base::Passed(&entry)),
172 scoped_ptr<ResourceEntry> entry,
26 OpenCacheFileForWrite( internal::ResourceMetadata* metadata, internal::FileCache* cache, const std::string& local_id, scoped_ptr<base::ScopedClosureRunner>* file_closer, ResourceEntry* entry) argument
107 GetFileForSavingAfterDownload( const GetFileCallback& callback, FileError error, const base::FilePath& cache_path, scoped_ptr<ResourceEntry> entry) argument
141 GetFileForSavingAfterOpenForWrite( const GetFileCallback& callback, const base::FilePath& cache_path, scoped_ptr<ResourceEntry> entry, scoped_ptr<base::ScopedClosureRunner>* file_closer, FileError error) argument
169 GetFileForSavingAfterWatch( const GetFileCallback& callback, const base::FilePath& cache_path, scoped_ptr<ResourceEntry> entry, bool success) argument
[all...]
H A Dmove_operation.cc20 // Looks up ResourceEntry for source entry and the destination directory.
26 ResourceEntry entry; local
27 FileError error = metadata->GetResourceEntryByPath(src_path, &entry);
30 *local_id = entry.local_id();
41 changed_files->Update(src_path, entry, FileChange::DELETE);
47 entry.has_file_specific_info() &&
48 entry.file_specific_info().is_hosted_document() &&
49 new_extension == entry.file_specific_info().document_extension();
55 entry.set_title(new_title);
56 entry
[all...]
H A Dopen_file_operation.cc108 scoped_ptr<ResourceEntry> entry) {
113 DCHECK(entry);
114 DCHECK(entry->has_file_specific_info());
115 if (entry->file_specific_info().is_hosted_document())
132 entry->local_id(),
137 entry->local_id(),
104 OpenFileAfterFileDownloaded( const OpenFileCallback& callback, FileError error, const base::FilePath& local_file_path, scoped_ptr<ResourceEntry> entry) argument

Completed in 512 milliseconds

1234567891011>>