Searched refs:entry (Results 226 - 250 of 1482) sorted by relevance

1234567891011>>

/external/chromium/net/disk_cache/
H A Dmem_backend_impl.h44 // Permanently deletes an entry.
45 void InternalDoomEntry(MemEntryImpl* entry);
47 // Updates the ranking information for an entry.
58 // by calling RemoveFromRankingList(|entry|).
59 void InsertIntoRankingList(MemEntryImpl* entry);
61 // Remove |entry| from ranking list. This method is only called from
62 // MemEntryImpl to remove a child entry from the ranking list.
63 void RemoveFromRankingList(MemEntryImpl* entry);
67 virtual int OpenEntry(const std::string& key, Entry** entry,
69 virtual int CreateEntry(const std::string& key, Entry** entry,
[all...]
/external/chromium/net/ftp/
H A Dftp_directory_listing_parser_unittest.cc121 const FtpDirectoryListingEntry& entry = entries[i]; local
124 EXPECT_EQ(FtpDirectoryListingEntry::DIRECTORY, entry.type);
126 EXPECT_EQ(FtpDirectoryListingEntry::FILE, entry.type);
128 EXPECT_EQ(FtpDirectoryListingEntry::SYMLINK, entry.type);
133 EXPECT_EQ(UTF8ToUTF16(name), entry.name);
134 EXPECT_EQ(size, entry.size);
137 entry.last_modified.LocalExplode(&time_exploded);
H A Dftp_directory_listing_parser_unittest.h45 FtpDirectoryListingEntry entry = entries[0]; local
46 EXPECT_EQ(test_case.type, entry.type);
47 EXPECT_EQ(UTF8ToUTF16(test_case.filename), entry.name);
48 EXPECT_EQ(test_case.size, entry.size);
51 entry.last_modified.LocalExplode(&time_exploded);
/external/chromium/net/url_request/
H A Durl_request_throttler_manager.cc30 // Find the entry in the map or create it.
31 scoped_refptr<URLRequestThrottlerEntry>& entry = url_entries_[url_id]; local
32 if (entry.get() == NULL) {
33 entry = new URLRequestThrottlerEntry(this);
35 // We only disable back-off throttling on an entry that we have
37 // the entry for localhost URLs. Given that we do not attempt to
47 entry->DisableBackoffThrottling();
51 return entry;
65 URLRequestThrottlerEntry* entry) {
72 url_entries_[url_id] = entry;
63 OverrideEntryForTests( const GURL& url, URLRequestThrottlerEntry* entry) argument
[all...]
H A Dview_cache_helper_unittest.cc36 void WriteHeaders(disk_cache::Entry* entry, int flags, const std::string data) { argument
51 int rv = entry->WriteData(0, 0, buf, len, &cb, true);
55 void WriteData(disk_cache::Entry* entry, int index, const std::string data) { argument
64 int rv = entry->WriteData(index, 0, buf, len, &cb, true);
72 disk_cache::Entry* entry; local
73 int rv = cache->CreateEntry(key, &entry, &cb);
76 rv = cache->OpenEntry(key, &entry, &cb);
80 WriteHeaders(entry, 0, data0);
81 WriteData(entry, 1, data1);
82 WriteData(entry,
190 disk_cache::Entry* entry; local
[all...]
/external/e2fsprogs/lib/blkid/
H A Dlist.h21 * using the generic single-entry routines.
38 * Insert a new entry between two known consecutive entries.
54 * list_add - add a new entry
55 * @add: new entry to be added
58 * Insert a new entry after the specified head.
67 * list_add_tail - add a new entry
68 * @add: new entry to be added
71 * Insert a new entry before the specified head.
80 * Delete a list entry by making the prev/next entries
94 * list_del - deletes entry fro
100 list_del(struct list_head *entry) argument
109 list_del_init(struct list_head *entry) argument
[all...]
/external/oprofile/libutil/
H A Dop_list.h21 * using the generic single-entry routines.
29 * list_init - init a new entry
41 * Insert a new entry between two known consecutive entries.
57 * list_add - add a new entry
58 * @param new new entry to be added
61 * Insert a new entry after the specified head.
70 * list_add_tail - add a new entry
71 * @param new new entry to be added
74 * Insert a new entry before the specified head.
83 * Delete a list entry b
101 list_del(struct list_head * entry) argument
110 list_del_init(struct list_head * entry) argument
[all...]
/external/proguard/src/proguard/ant/
H A DClassPathElement.java31 * This FileSet represents a class path entry (or a set of class path entries)
57 * @param output specifies whether this is an output entry or not.
114 // Create a new class path entry, with the proper file name and
119 ClassPathEntry entry =
122 entry.setFilter(ListUtil.commaSeparatedList(filter));
123 entry.setJarFilter(ListUtil.commaSeparatedList(jarFilter));
124 entry.setWarFilter(ListUtil.commaSeparatedList(warFilter));
125 entry.setEarFilter(ListUtil.commaSeparatedList(earFilter));
126 entry.setZipFilter(ListUtil.commaSeparatedList(zipFilter));
129 classPath.add(entry);
[all...]
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.cpp82 bool RenderThemeEfl::themePartCacheEntryReset(struct ThemePartCacheEntry* entry, FormType type) argument
86 ASSERT(entry);
93 if (!edje_object_file_set(entry->o, file, group)) {
94 Edje_Load_Error err = edje_object_load_error_get(entry->o);
103 bool RenderThemeEfl::themePartCacheEntrySurfaceCreate(struct ThemePartCacheEntry* entry) argument
108 ASSERT(entry);
109 ASSERT(entry->ee);
111 ecore_evas_geometry_get(entry->ee, 0, 0, &w, &h);
115 entry->surface = cairo_image_surface_create_for_data((unsigned char *)ecore_evas_buffer_pixels_get(entry
130 struct ThemePartCacheEntry *entry = new struct ThemePartCacheEntry; local
172 cacheThemePartReset(FormType type, struct RenderThemeEfl::ThemePartCacheEntry* entry) argument
185 cacheThemePartResizeAndReset(FormType type, const IntSize& size, struct RenderThemeEfl::ThemePartCacheEntry* entry) argument
211 struct ThemePartCacheEntry *entry = *itr; local
228 ThemePartCacheEntry* entry = m_partCache.last(); local
240 struct ThemePartCacheEntry *entry = *itr; local
273 ThemePartCacheEntry* entry; local
1066 ThemePartCacheEntry* entry; local
[all...]
/external/chromium/chrome/browser/policy/
H A Ddevice_management_service.cc153 for (JobFetcherMap::iterator entry(pending_jobs_.begin());
154 entry != pending_jobs_.end();
155 ++entry) {
156 if (entry->second == job) {
157 delete entry->first;
158 pending_jobs_.erase(entry);
188 JobFetcherMap::iterator entry(pending_jobs_.find(source));
189 if (entry != pending_jobs_.end()) {
190 DeviceManagementJob* job = entry->second;
191 pending_jobs_.erase(entry);
[all...]
/external/openssh/contrib/
H A Dgnome-ssh-askpass2.c80 ok_dialog(GtkWidget *entry, gpointer dialog) argument
92 GtkWidget *dialog, *entry; local
105 entry = gtk_entry_new();
106 gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), entry, FALSE,
108 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE);
109 gtk_widget_grab_focus(entry);
110 gtk_widget_show(entry);
120 g_signal_connect(G_OBJECT(entry), "activate",
167 passphrase = g_strdup(gtk_entry_get_text(GTK_ENTRY(entry)));
182 gtk_entry_set_text(GTK_ENTRY(entry), passphras
[all...]
/external/clang/tools/diagtool/
H A DListWarnings.cpp69 Entry entry(di->getName(),
72 if (entry.Flag.empty())
73 Unflagged.push_back(entry);
75 Flagged.push_back(entry);
76 flagHistogram.GetOrCreateValue(entry.Flag).getValue().push_back(diagID);
/external/dbus/dbus/
H A Ddbus-transport-unix.c113 * @param entry the address entry to try opening
119 _dbus_transport_open_platform_specific (DBusAddressEntry *entry, argument
125 method = dbus_address_entry_get_method (entry);
130 const char *path = dbus_address_entry_get_value (entry, "path");
131 const char *tmpdir = dbus_address_entry_get_value (entry, "tmpdir");
132 const char *abstract = dbus_address_entry_get_value (entry, "abstract");
/external/doclava/src/com/google/doclava/
H A DJarUtils.java60 JarEntry entry = entries.nextElement();
61 if (entry.getName().startsWith(jarDir + "/") && !entry.isDirectory()) {
62 File dest = new File(destDir + "/" + entry.getName().substring(jarDir.length() + 1));
69 InputStream in = fromJar.getInputStream(entry);
/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java76 for (Map.Entry<Object, Object> entry : System.getProperties()
78 if (entry.getKey() instanceof String
79 && entry.getKey().toString().startsWith(PREFIX)) {
80 properties.put(entry.getKey(), entry.getValue());
/external/kernel-headers/original/linux/
H A Dworkqueue.h16 struct list_head entry; member in struct:work_struct
28 .entry = { &(n).entry, &(n).entry }, \
51 INIT_LIST_HEAD(&(_work)->entry); \
/external/openfst/src/include/fst/
H A Dbi-table.h19 // Classes for representing a bijective mapping between an arbitrary entry
32 // arbitrary entry of type T and an signed integral ID of type I. The IDs are
42 // // Lookup integer ID from entry. If it doesn't exist, then add it.
43 // I FindId(const T &entry);
44 // // Lookup entry from integer ID.
50 // An implementation using a hash map for the entry to ID mapping.
51 // The entry T must have == defined and the default constructor
52 // must produce an entry that will never be seen. H is the hash function.
61 I FindId(const T &entry) { argument
62 I &id_ref = entry2id_[entry];
112 FindId(const T &entry) argument
194 FindId(const T &entry) argument
254 FindId(const T &entry) argument
360 FindId(const T &entry) argument
374 T &entry = id2entry_[s - first_]; local
[all...]
/external/freetype/src/sfnt/
H A Dttload.c54 /* A pointer to the table directory entry. 0 if not found. */
60 TT_Table entry; local
74 entry = face->dir_tables;
75 limit = entry + face->num_tables;
77 for ( ; entry < limit; entry++ )
81 if ( entry->Tag == tag )
83 if ( entry->Length != 0 )
86 return entry;
213 FT_TRACE2(( "check_table_dir: table entry
326 TT_TableRec* entry; local
817 TT_NameEntryRec* entry = table->names; local
872 TT_NameEntry entry = table->names; local
[all...]
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js203 * @param {Entry} entry An Entry subclass (FileEntry or DirectoryEntry).
207 function getIconType(entry) {
208 if (entry.cachedIconType_)
209 return entry.cachedIconType_;
213 if (entry.isDirectory) {
220 if (value.test(entry.name)) {
226 if (value(entry)) {
240 entry.cachedIconType_ = rv;
256 * to the entry will not be visible to callers.
271 function batchAsyncCall(entry, methodNam
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSVariableObject.h94 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); local
95 if (!entry.isNull()) {
96 slot.setValue(registerAt(entry.getIndex()).get());
104 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); local
105 if (!entry.isNull()) {
106 slot.setValue(registerAt(entry.getIndex()).get());
107 slotIsWriteable = !entry.isReadOnly();
117 SymbolTableEntry entry = symbolTable().inlineGet(propertyName.impl()); local
118 if (entry.isNull())
120 if (entry
[all...]
/external/libvorbis/lib/
H A Dcodebook.c74 entry has no codeword. */
95 /* is the entry number the desired return value, or do we have a
289 long entry = book->dec_firsttable[lok]; local
290 if(entry&0x80000000UL){
291 lo=(entry>>15)&0x7fff;
292 hi=book->used_entries-(entry&0x7fff);
294 oggpack_adv(b, book->dec_codelengths[entry-1]);
295 return(entry-1);
344 /* returns the [original, not compacted] entry number or -1 on eof *********/
360 long *entry local
378 int i,j,entry; local
423 int i,j,entry; local
447 long i,j,entry; local
[all...]
/external/srec/portable/src/
H A DPANSIFileSystemImpl.c73 PHashTableEntry* entry; local
81 CHKLOG(rc, PHashTableEntryGetFirst(impl->directoryMap, &entry));
82 while (entry != NULL)
84 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value));
85 oldEntry = entry;
86 CHKLOG(rc, PHashTableEntryAdvance(&entry));
185 PHashTableEntry* entry; local
199 CHKLOG(rc, PHashTableGetEntry(impl->directoryMap, path, &entry));
200 CHKLOG(rc, PHashTableEntryGetKeyValue(entry, (void **)&key, (void **)&value));
201 CHKLOG(rc, PHashTableEntryRemove(entry));
213 PHashTableEntry* entry; local
290 PHashTableEntry* entry; local
347 PHashTableEntry* entry; local
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc54 const ProfileWriter::BookmarkEntry& entry) {
57 if (entry.in_toolbar)
62 result.append(ASCIIToUTF16(" url=") + UTF8ToUTF16(entry.url.spec()));
65 for (size_t i = 0; i < entry.path.size(); ++i) {
68 result.append(entry.path[i]);
72 result.append(entry.title);
75 result.append(base::TimeFormatFriendlyDateAndTime(entry.creation_time));
87 ProfileWriter::BookmarkEntry entry; local
88 entry.in_toolbar = on_toolbar;
89 entry
53 BookmarkEntryToString( const ProfileWriter::BookmarkEntry& entry) argument
106 AssertBookmarkEntryEquals(const ProfileWriter::BookmarkEntry& entry, bool on_toolbar, const GURL& url, const string16& title, base::Time creation_time, const string16& f1, const string16& f2, const string16& f3) argument
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_proto_util.cc329 const sync_pb::SyncEntity& entry) {
330 if (entry.has_non_unique_name())
331 return entry.non_unique_name();
332 return entry.name();
337 const CommitResponse_EntryResponse& entry) {
338 if (entry.has_non_unique_name())
339 return entry.non_unique_name();
340 return entry.name();
344 const sync_pb::SyncEntity& entry) {
351 entry
328 NameFromSyncEntity( const sync_pb::SyncEntity& entry) argument
336 NameFromCommitEntryResponse( const CommitResponse_EntryResponse& entry) argument
343 SyncEntityDebugString( const sync_pb::SyncEntity& entry) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMap.java56 for (Entry<? extends K, ? extends V> entry : entries) {
57 K key = checkNotNull(entry.getKey());
58 V previous = delegate.put(key, checkNotNull(entry.getValue()));
119 public Builder<K, V> put(Entry<? extends K, ? extends V> entry) { argument
120 if (entry instanceof ImmutableEntry<?, ?>) {
121 checkNotNull(entry.getKey());
122 checkNotNull(entry.getValue());
124 Entry<K, V> immutableEntry = (Entry<K, V>) entry;
127 entries.add(entryOf((K) entry.getKey(), (V) entry
[all...]

Completed in 4335 milliseconds

1234567891011>>