Searched refs:entry (Results 176 - 200 of 1482) sorted by relevance

1234567891011>>

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DRegularImmutableBiMap.java36 for (Entry<K, V> entry : delegate.entrySet()) {
37 builder.put(entry.getValue(), entry.getKey());
/external/mesa3d/src/glsl/
H A Dopt_dead_code_local.cpp70 assignment_entry *entry = (assignment_entry *)iter.get(); local
72 if (entry->lhs == var) {
74 printf("kill %s\n", entry->lhs->name);
75 entry->remove();
110 * Adds an entry to the available copy list if it's a plain assignment
147 assignment_entry *entry = (assignment_entry *)iter.get(); local
149 if (entry->lhs == var) {
152 entry->ir->remove();
153 entry->remove();
165 assignment_entry *entry
173 assignment_entry *entry = (assignment_entry *)iter.get(); local
[all...]
/external/proguard/src/proguard/
H A DOutputWriter.java69 ClassPathEntry entry = programJars.get(index);
70 if (entry.isOutput())
73 if (entry.getFilter() == null &&
74 entry.getJarFilter() == null &&
75 entry.getWarFilter() == null &&
76 entry.getEarFilter() == null &&
77 entry.getZipFilter() == null &&
80 throw new IOException("The output jar [" + entry.getName() +
90 entry.getFile().equals(otherEntry.getFile()))
92 throw new IOException("The output jar [" + entry
[all...]
/external/skia/include/core/
H A DSkDescriptor.h49 Entry* entry = (Entry*)((char*)this + fLength); local
50 entry->fTag = tag;
51 entry->fLen = length;
53 memcpy(entry + 1, data, length);
57 return (entry + 1); // return its data
74 const Entry* entry = (const Entry*)(this + 1); local
79 if (entry->fTag == tag)
82 *length = entry->fLen;
83 return entry + 1;
85 entry
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c29 struct inferior_list_entry entry; member in struct:thread_info
74 struct inferior_list_entry *entry)
78 if (list->head == entry) {
79 list->head = entry->next;
80 if (list->tail == entry)
86 while (*cur && (*cur)->next != entry)
92 (*cur)->next = entry->next;
94 if (list->tail == entry)
105 new_thread->entry.id = thread_id;
107 add_inferior_to_list (&all_threads, & new_thread->entry);
73 remove_inferior(struct inferior_list *list, struct inferior_list_entry *entry) argument
[all...]
/external/chromium/chrome/browser/
H A Dfavicon_helper.cc135 NavigationEntry* entry = GetEntry(); local
136 if (entry)
137 UpdateFavicon(entry, sized_image);
141 void FaviconHelper::UpdateFavicon(NavigationEntry* entry, argument
145 UpdateFavicon(entry, image);
148 void FaviconHelper::UpdateFavicon(NavigationEntry* entry, argument
151 entry->favicon().set_is_valid(true);
156 entry->favicon().set_bitmap(image);
163 NavigationEntry* entry = GetEntry(); local
164 if (!entry)
211 NavigationEntry* entry = tab_contents()->controller().GetActiveEntry(); local
312 NavigationEntry* entry = GetEntry(); local
388 NavigationEntry* entry = GetEntry(); local
[all...]
/external/doclava/res/assets/templates/
H A Dkeywords.cs22 <?cs each:entry=letter
23 ?> <li><a href="<?cs var:toroot ?><?cs var:entry.href ?>"><?cs var:entry.label
24 ?></a>&nbsp;<font class="jd-letterentrycomments">(<?cs var:entry.comment ?>)</font></li>
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DMapHashCodeTester.java40 for (Map.Entry<K, V> entry : getSampleEntries()) {
41 expectedHashCode += hash(entry);
51 Map.Entry<K, V> entryWithNull = entry(null, samples.e3.getValue());
58 Map.Entry<K, V> entryWithNull = entry(samples.e3.getKey(), null);
68 for (Map.Entry<K, V> entry : entries) {
69 expectedHashCode += hash(entry);
75 + "a null element in an entry counts as having a hash of zero).",
/external/iproute2/lib/
H A Drt_names.c35 struct rtnl_hash_entry *entry; local
63 entry = malloc(sizeof(*entry));
64 entry->id = id;
65 entry->name = strdup(namebuf);
66 entry->next = hash[id & (size - 1)];
67 hash[id & (size - 1)] = entry;
337 struct rtnl_hash_entry *entry; local
345 entry = rtnl_rttable_hash[id & 255];
346 while (entry
358 struct rtnl_hash_entry *entry; local
[all...]
/external/webkit/Source/WebCore/fileapi/
H A DEntrySync.cpp47 PassRefPtr<EntrySync> EntrySync::create(EntryBase* entry) argument
49 if (entry->isFile())
50 return adoptRef(new FileEntrySync(entry->m_fileSystem, entry->m_fullPath));
51 return adoptRef(new DirectoryEntrySync(entry->m_fileSystem, entry->m_fullPath));
H A DEntryArraySync.h58 void append(PassRefPtr<EntrySync> entry) { m_entries.append(entry); } argument
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_sim_db.c375 struct eap_sim_db_pending *entry, *prev = NULL; local
377 entry = data->pending;
378 while (entry) {
379 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
381 prev->next = entry->next;
383 data->pending = entry->next;
386 prev = entry;
387 entry = entry
393 eap_sim_db_add_pending(struct eap_sim_db_data *data, struct eap_sim_db_pending *entry) argument
405 struct eap_sim_db_pending *entry; local
484 struct eap_sim_db_pending *entry; local
864 struct eap_sim_db_pending *entry; local
1330 struct eap_sim_db_pending *entry; local
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_sim_db.c375 struct eap_sim_db_pending *entry, *prev = NULL; local
377 entry = data->pending;
378 while (entry) {
379 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
381 prev->next = entry->next;
383 data->pending = entry->next;
386 prev = entry;
387 entry = entry
393 eap_sim_db_add_pending(struct eap_sim_db_data *data, struct eap_sim_db_pending *entry) argument
405 struct eap_sim_db_pending *entry; local
484 struct eap_sim_db_pending *entry; local
864 struct eap_sim_db_pending *entry; local
1330 struct eap_sim_db_pending *entry; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_sim_db.c375 struct eap_sim_db_pending *entry, *prev = NULL; local
377 entry = data->pending;
378 while (entry) {
379 if (entry->aka == aka && os_strcmp(entry->imsi, imsi) == 0) {
381 prev->next = entry->next;
383 data->pending = entry->next;
386 prev = entry;
387 entry = entry
393 eap_sim_db_add_pending(struct eap_sim_db_data *data, struct eap_sim_db_pending *entry) argument
405 struct eap_sim_db_pending *entry; local
484 struct eap_sim_db_pending *entry; local
864 struct eap_sim_db_pending *entry; local
1330 struct eap_sim_db_pending *entry; local
[all...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DBasicPooledConnAdapter.java51 * @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
53 BasicPooledConnAdapter(ThreadSafeClientConnManager tsccm, AbstractPoolEntry entry) argument
/external/chromium/chrome/browser/history/
H A Dtop_sites_cache.cc103 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/
H A Dhttp_auth_cache.cc80 return NULL; // No realm entry found.
85 // kept small because AddPath() only keeps the shallowest entry.
121 // Check for existing entry (we will re-use it if present).
122 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); local
123 if (!entry) {
131 entry = &entries_.front();
132 entry->origin_ = origin;
133 entry->realm_ = realm;
134 entry->scheme_ = scheme;
136 DCHECK_EQ(origin, entry
221 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); local
[all...]
/external/dbus/dbus/
H A Ddbus-address.c146 dbus_address_entry_free (DBusAddressEntry *entry) argument
150 _dbus_string_free (&entry->method);
152 link = _dbus_list_get_first_link (&entry->keys);
158 link = _dbus_list_get_next_link (&entry->keys, link);
160 _dbus_list_clear (&entry->keys);
162 link = _dbus_list_get_first_link (&entry->values);
168 link = _dbus_list_get_next_link (&entry->values, link);
170 _dbus_list_clear (&entry->values);
172 dbus_free (entry);
201 DBusAddressEntry *entry; local
227 dbus_address_entry_get_method(DBusAddressEntry *entry) argument
244 dbus_address_entry_get_value(DBusAddressEntry *entry, const char *key) argument
363 dbus_parse_address(const char *address, DBusAddressEntry ***entry, int *array_len, DBusError *error) argument
390 DBusAddressEntry *entry; local
[all...]
H A Ddbus-server-debug-pipe.h37 DBusServerListenResult _dbus_server_listen_debug_pipe (DBusAddressEntry *entry,
40 DBusTransportOpenResult _dbus_transport_open_debug_pipe (DBusAddressEntry *entry,
/external/ipsec-tools/src/racoon/
H A Dgenlist.h54 /* 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/
H A DCompositionTimeToSample.java38 * CT(n) = DT(n) + CTTS(n) where CTTS(n) is the (uncompressed) table entry for sample n.
82 for (Entry entry : entries) {
83 IsoTypeWriter.writeUInt32(byteBuffer, entry.getCount());
84 byteBuffer.putInt(entry.getOffset());
132 for (CompositionTimeToSample.Entry entry : entries) {
133 numOfSamples += entry.getCount();
141 for (CompositionTimeToSample.Entry entry : entries) {
142 for (int i = 0; i < entry.getCount(); i++) {
143 decodingTime[current++] = entry.getOffset();
H A DTimeToSampleBox.java33 * 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>
74 for (Entry entry : entries) {
75 IsoTypeWriter.writeUInt32(byteBuffer, entry.getCount());
76 IsoTypeWriter.writeUInt32(byteBuffer, entry.getDelta());
133 for (TimeToSampleBox.Entry entry : entries) {
134 numOfSamples += entry.getCount();
142 for (TimeToSampleBox.Entry entry : entries) {
143 for (int i = 0; i < entry.getCount(); i++) {
144 decodingTime[current++] = entry
[all...]
/external/openssh/contrib/
H A Dgnome-ssh-askpass1.c73 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);
/external/webkit/Source/WebCore/bindings/js/
H A DJSHistoryCustom.cpp67 const HashEntry* entry = JSHistoryPrototype::s_info.propHashTable(exec)->entry(exec, propertyName); local
68 if (entry) {
70 if (entry->attributes() & Function) {
71 if (entry->function() == jsHistoryPrototypeFunctionBack) {
74 } else if (entry->function() == jsHistoryPrototypeFunctionForward) {
77 } else if (entry->function() == jsHistoryPrototypeFunctionGo) {
107 const HashEntry* entry = JSHistoryPrototype::s_info.propHashTable(exec)->entry(exec, propertyName); local
108 if (entry) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c111 struct wpa_dbus_dict_entry entry; local
116 if (!wpa_dbus_dict_get_entry(&iter_dict, &entry))
118 if (!strcmp(entry.key, "driver") &&
119 (entry.type == DBUS_TYPE_STRING)) {
120 driver = os_strdup(entry.str_value);
121 wpa_dbus_dict_entry_clear(&entry);
124 } else if (!strcmp(entry.key, "driver-params") &&
125 (entry.type == DBUS_TYPE_STRING)) {
126 driver_param = os_strdup(entry.str_value);
127 wpa_dbus_dict_entry_clear(&entry);
914 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; local
1194 struct wpa_dbus_dict_entry entry; local
1316 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; local
[all...]

Completed in 724 milliseconds

1234567891011>>