/bionic/libc/bionic/ |
dirent.cpp | 98 dirent* entry = d->next_; local 99 d->next_ = reinterpret_cast<dirent*>(reinterpret_cast<char*>(entry) + entry->d_reclen); 100 d->available_bytes_ -= entry->d_reclen; 101 return entry; 109 int readdir_r(DIR* d, dirent* entry, dirent** result) { 123 memcpy(entry, next, next->d_reclen); 124 *result = entry;
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
BasicPooledConnAdapter.java | 51 * @param entry the pool entry for the connection being wrapped 54 AbstractPoolEntry entry) { 55 super(tsccm, entry); 68 * Obtains the pool entry. 70 * @return the pool entry, or <code>null</code> if detached
|
/external/chromium/chrome/browser/history/ |
top_sites_cache.cc | 103 CanonicalURLEntry entry; local 104 entry.first = &(top_sites_[destination]); 105 entry.second = i; 106 canonical_urls_[entry] = destination; 115 CanonicalURLEntry entry; local 116 entry.first = &most_visited_url; 117 entry.second = 0u; 118 return canonical_urls_.find(entry);
|
/external/chromium/net/http/ |
http_auth_cache.cc | 69 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin, 80 return NULL; // No realm entry found. 85 // kept small because AddPath() only keeps the shallowest entry. 86 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin, 88 HttpAuthCache::Entry* best_match = NULL; 111 HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin, 121 // Check for existing entry (we will re-use it if present). 122 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); local 123 if (!entry) { 221 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); local [all...] |
/external/chromium_org/android_webview/native/ |
state_serializer.h | 40 bool WriteNavigationEntryToPickle(const content::NavigationEntry& entry, 44 content::NavigationEntry* entry) WARN_UNUSED_RESULT;
|
/external/chromium_org/cc/resources/ |
memory_history.cc | 18 void MemoryHistory::SaveEntry(const MemoryHistory::Entry& entry) { 19 ring_buffer_.SaveToBuffer(entry);
|
/external/chromium_org/chrome/browser/extensions/api/log_private/ |
syslog_parser.h | 36 api::log_private::LogEntry* entry) const; 39 api::log_private::LogEntry* entry) const;
|
/external/chromium_org/chrome/browser/history/ |
top_sites_cache.cc | 86 CanonicalURLEntry entry; local 87 entry.first = &(top_sites_[destination]); 88 entry.second = i; 89 canonical_urls_[entry] = destination; 98 CanonicalURLEntry entry; local 99 entry.first = &most_visited_url; 100 entry.second = 0u; 101 return canonical_urls_.find(entry);
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
salsa.css | 5 #entry-list { 10 .entry { 14 .entry-key { 18 .entry-value {
|
/external/chromium_org/chrome/browser/resources/predictors/ |
autocomplete_action_predictor.js | 53 var entry = database.db[i]; 55 if (!filter.checked || entry.confidence > 0) { 57 row.className = (entry.confidence > 0.8 ? 'action-prerender' : 58 (entry.confidence > 0.5 ? 'action-preconnect' : 62 entry.user_text; 63 row.appendChild(document.createElement('td')).textContent = entry.url; 65 entry.hit_count; 67 entry.miss_count; 69 entry.confidence;
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_prepopulate_data_unittest.cc | 110 scoped_ptr<DictionaryValue> entry(new DictionaryValue); 112 entry->SetString("name", "foo"); 113 entry->SetString("keyword", "fook"); 114 entry->SetString("search_url", "http://foo.com/s?q={searchTerms}"); 115 entry->SetString("favicon_url", "http://foi.com/favicon.ico"); 116 entry->SetString("encoding", "UTF-8"); 117 entry->SetInteger("id", 1001); 118 overrides->Append(entry->DeepCopy()); 142 entry->SetString("suggest_url", "http://foo.com/suggest?q={searchTerms}"); 143 entry->SetString("instant_url", "http://foo.com/instant?q={searchTerms}") [all...] |
/external/chromium_org/net/disk_cache/ |
tracing_cache_backend.cc | 11 // Proxies entry objects created by the real underlying backend. Backend users 14 class EntryProxy : public Entry, public base::RefCountedThreadSafe<EntryProxy> { 16 EntryProxy(Entry *entry, TracingCacheBackend* backend); 55 Entry* entry_; 61 EntryProxy::EntryProxy(Entry *entry, TracingCacheBackend* backend) 62 : entry_(entry), 195 std::string key, Entry* entry, int rv) [all...] |
/external/chromium_org/tools/find_runtime_symbols/tests/ |
proc_maps_test.py | 81 for index, entry in enumerate(maps): 82 self.assertEqual(entry.as_dict(), self._expected_as_dict(index)) 87 for index, entry in enumerate(maps.iter(ProcMaps.constants)): 88 self.assertEqual(entry.as_dict(), 94 for index, entry in enumerate(maps.iter(ProcMaps.executable)): 95 self.assertEqual(entry.as_dict(), 101 for index, entry in enumerate(maps.iter(ProcMaps.executable_and_constants)): 102 self.assertEqual(entry.as_dict(),
|
/external/ipsec-tools/src/racoon/ |
genlist.h | 54 /* Insert an entry at the beginning/end og the list. */ 60 typedef void *(genlist_func_t)(void *entry, void *arg); 62 /* Traverse the list and call 'func' for each entry. As long as func() returns 64 * 'entry' arg), the list traversal exits and the return value is returned 69 /* Get first entry in list if head is not NULL, otherwise get next 70 * entry based on saved position in list from previous call as stored in buf. 76 typedef void (genlist_freedata_t)(void *entry);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
CompositionTimeToSample.java | 38 * CT(n) = DT(n) + CTTS(n) where CTTS(n) is the (uncompressed) table entry for sample n. 48 List<Entry> entries = Collections.emptyList(); 58 public List<Entry> getEntries() { 62 public void setEntries(List<Entry> entries) { 70 entries = new ArrayList<Entry>(numberOfEntries); 72 Entry e = new Entry(l2i(IsoTypeReader.readUInt32(content)), content.getInt()); 82 for (Entry entry : entries) { 83 IsoTypeWriter.writeUInt32(byteBuffer, entry.getCount()) [all...] |
TimeToSampleBox.java | 33 * Other tables give sample sizes and pointers, from the sample number. Each entry in the table gives the 37 * is the (uncompressed) table entry for sample n.<br> 47 List<Entry> entries = Collections.emptyList(); 62 entries = new ArrayList<Entry>(entryCount); 65 entries.add(new Entry(IsoTypeReader.readUInt32(content), IsoTypeReader.readUInt32(content))); 74 for (Entry entry : entries) { 75 IsoTypeWriter.writeUInt32(byteBuffer, entry.getCount()); 76 IsoTypeWriter.writeUInt32(byteBuffer, entry.getDelta()); 80 public List<Entry> getEntries() [all...] |
/external/openssh/contrib/ |
gnome-ssh-askpass1.c | 73 GtkWidget *dialog, *entry, *label; local 89 entry = gtk_entry_new(); 90 gtk_box_pack_start(GTK_BOX(GNOME_DIALOG(dialog)->vbox), entry, FALSE, 92 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE); 93 gtk_widget_grab_focus(entry); 115 gnome_dialog_editable_enters(GNOME_DIALOG(dialog), GTK_EDITABLE(entry)); 129 passphrase = gtk_entry_get_text(GTK_ENTRY(entry)); 135 gtk_entry_set_text(GTK_ENTRY(entry), passphrase);
|
/frameworks/base/core/java/com/android/internal/os/ |
IDropBoxManagerService.aidl | 35 void add(in DropBoxManager.Entry entry); 41 DropBoxManager.Entry getNextEntry(String tag, long millis);
|
/frameworks/volley/tests/src/com/android/volley/ |
CacheDispatcherTest.java | 84 Cache.Entry entry = CacheTestUtils.makeRandomCacheEntry(null, false, false); local 85 mCache.setEntryToReturn(entry); 94 Cache.Entry entry = CacheTestUtils.makeRandomCacheEntry(null, false, true); local 95 mCache.setEntryToReturn(entry); 102 assertSame(entry, request.getCacheEntry()); 107 Cache.Entry entry = CacheTestUtils.makeRandomCacheEntry(null, true, true); local 108 mCache.setEntryToReturn(entry); [all...] |
/libcore/luni/src/main/java/java/security/acl/ |
Acl.java | 77 * positive</i> or <i>negative</i>) and principal, then the new entry is not added. 81 * @param entry 82 * the ACL entry to add. 83 * @return {@code true} if the entry is added, {@code false} if there is 84 * already an entry of the same type for the same principal 89 boolean addEntry(Principal caller, AclEntry entry) throws NotOwnerException; 96 * @param entry 97 * the ACL entry to remove. 98 * @return {@code true} if the entry is removed, {@code false} if the entry [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/ |
GalleryWidgetMigrator.java | 33 import com.android.gallery3d.gadget.WidgetDatabaseHelper.Entry; 82 List<Entry> entries = dbHelper.getEntries(WidgetDatabaseHelper.TYPE_ALBUM); 85 // Check each entry's relativePath. If exists, update bucket id using relative 89 HashMap<Integer, Entry> localEntries = new HashMap<Integer, Entry>(entries.size()); 90 for (Entry entry : entries) { 91 Path path = Path.fromString(entry.albumPath); 94 if (entry.relativePath != null && entry.relativePath.length() > 0) 140 Entry entry = entries.remove(oldBucketId); local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
IconCache.java | 155 CacheEntry entry = cacheLocked(application.componentName, info, labelCache); local 157 application.title = entry.title; 158 application.iconBitmap = entry.icon; 171 CacheEntry entry = cacheLocked(component, resolveInfo, null); local 172 return entry.icon; 183 CacheEntry entry = cacheLocked(component, resolveInfo, labelCache); local 184 return entry.icon; 194 CacheEntry entry = mCache.get(componentName); local 195 if (entry == null) { 196 entry = new CacheEntry() [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
IconCache.java | 33 import java.util.Map.Entry; 156 Iterator<Entry<ComponentName, CacheEntry>> it = mCache.entrySet().iterator(); 172 CacheEntry entry = cacheLocked(application.componentName, info, labelCache); local 174 application.title = entry.title; 175 application.iconBitmap = entry.icon; 188 CacheEntry entry = cacheLocked(component, resolveInfo, null); local 189 return entry.icon; 200 CacheEntry entry = cacheLocked(component, resolveInfo, labelCache); local 201 return entry.icon; 211 CacheEntry entry = mCache.get(componentName) local [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
ApplicationsState.java | 578 AppEntry entry = getEntryLocked(info); local 579 entry.ensureLabel(mContext); 580 if (DEBUG) Log.i(TAG, "Using " + info.packageName + ": " + entry); 581 filteredApps.add(entry); 662 final AppEntry entry = mEntriesMap.get(info.packageName); local 663 if (entry != null) { 664 entry.info = info; 696 AppEntry entry = mEntriesMap.get(packageName); local 697 if (entry == null) { 701 entry = getEntryLocked(info) 723 AppEntry entry = mEntriesMap.get(packageName); local 797 AppEntry entry = mEntriesMap.get(pkgName); local 828 AppEntry entry = mEntriesMap.get(info.packageName); local 988 AppEntry entry = mAppEntries.get(i); local 1026 AppEntry entry = mAppEntries.get(i); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/ |
entry_pred.hpp | 48 /// Entry predicate primary class template. 67 typedef typename __rebind_v::other::const_pointer entry; typedef in struct:__gnu_pbds::detail::entry_pred 78 operator()(entry p_v) const
|