Searched refs:entry (Results 401 - 425 of 1482) sorted by relevance

<<11121314151617181920>>

/external/iptables/include/linux/netfilter/
H A Dx_tables.h172 #define xt_ematch_foreach(pos, entry) \
173 for ((pos) = (struct xt_entry_match *)entry->elems; \
174 (pos) < (struct xt_entry_match *)((char *)(entry) + \
175 (entry)->target_offset); \
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacterSet.java62 for (Entry<IntMap<BitmapCharacter>> entry : characters) {
63 int style = entry.getKey();
66 IntMap<BitmapCharacter> charset = entry.getValue();
190 for (Entry<IntMap<BitmapCharacter>> entry : styleSet.characters) {
191 int style = entry.getKey();
195 IntMap<BitmapCharacter> charset = entry.getValue();
214 Entry<IntMap<BitmapCharacter>> entry = characters.iterator().next();
215 IntMap<BitmapCharacter> charset = entry.getValue();
216 characters.remove(entry.getKey());
/external/linux-tools-perf/util/
H A Ddebugfs.c169 int debugfs_write(const char *entry, const char *value) argument
176 snprintf(path, sizeof(path), "%s/%s", debugfs_mountpoint, entry);
186 /* open the debugfs entry */
211 * read a debugfs entry
214 int debugfs_read(const char *entry, char *buffer, size_t size) argument
221 snprintf(path, sizeof(path), "%s/%s", debugfs_mountpoint, entry);
228 /* open the debugfs entry */
/external/llvm/test/MC/ARM/
H A Delf-eflags-eabi.s9 @ BB#0: @ %entry
/external/llvm/test/MC/COFF/
H A Dsymbol-fragment-offset.s15 # BB#0: # %entry
H A Dweak.s14 # BB#0: # %entry
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DSampleToChunkBox.java76 for (Entry entry : entries) {
77 IsoTypeWriter.writeUInt32(byteBuffer, entry.getFirstChunk());
78 IsoTypeWriter.writeUInt32(byteBuffer, entry.getSamplesPerChunk());
79 IsoTypeWriter.writeUInt32(byteBuffer, entry.getSampleDescriptionIndex());
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DEC3SpecificBox.java26 for (Entry entry : entries) {
27 if (entry.num_dep_sub > 0) {
93 public void addEntry(Entry entry) { argument
94 this.entries.add(entry);
/external/openfst/src/script/
H A Dfst-class.cc114 const IORegistration<VectorFstClass>::Entry &entry = reg->GetEntry(arc_type); local
116 if (entry.converter == 0) {
118 return entry;
121 return entry;
/external/qemu/hw/
H A Darm-misc.h38 target_phys_addr_t entry; member in struct:arm_boot_info
/external/valgrind/main/callgrind/
H A Dcallstack.c55 s->entry = (call_entry*) CLG_MALLOC("cl.callstack.ics.1",
58 s->entry[0].cxt = 0; /* for assertion in push_cxt() */
60 for(i=0; i<s->size; i++) s->entry[i].enter_cost = 0;
66 return &(CLG_(current_call_stack).entry[sp]);
74 dst->entry = CLG_(current_call_stack).entry;
83 CLG_(current_call_stack).entry = s->entry;
100 cs->entry = (call_entry*) VG_(realloc)("cl.callstack.ess.1",
101 cs->entry,
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_ume.h64 Addr entry; // OUT: entrypoint in main executable member in struct:__anon14436
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_unittest.cc140 // we only test for entry-specific events, not status changed ones.
213 void WriteTestDataToEntry(WriteTransaction* trans, MutableEntry* entry) { argument
214 EXPECT_FALSE(entry->Get(IS_DIR));
215 EXPECT_FALSE(entry->Get(IS_DEL));
219 entry->Put(syncable::SPECIFICS, specifics);
220 entry->Put(syncable::IS_UNSYNCED, true);
222 void VerifyTestDataInEntry(BaseTransaction* trans, Entry* entry) { argument
223 EXPECT_FALSE(entry->Get(IS_DIR));
224 EXPECT_FALSE(entry->Get(IS_DEL));
225 VerifyTestBookmarkDataInEntry(entry);
227 VerifyTestBookmarkDataInEntry(Entry* entry) argument
[all...]
/external/chromium/chrome/browser/tab_contents/
H A Dweb_contents_unittest.cc277 // Controller's pending entry will have a NULL site instance until we assign
288 // Controller's entry should now have the SiteInstance, or else we won't be
666 // We should not have corrupted the NTP entry.
799 // Navigate to URL. There should be no committed entry yet.
802 NavigationEntry* entry = controller().GetLastCommittedEntry(); local
803 EXPECT_TRUE(entry == NULL);
805 // Committed entry should have content state after DidNavigate.
809 entry = controller().GetLastCommittedEntry();
810 EXPECT_FALSE(entry->content_state().empty());
815 entry
846 NavigationEntry* entry = controller().GetLastCommittedEntry(); local
909 NavigationEntry* entry = controller().GetActiveEntry(); local
954 NavigationEntry* entry = controller().GetActiveEntry(); local
997 NavigationEntry* entry = controller().GetActiveEntry(); local
1046 NavigationEntry* entry = controller().GetActiveEntry(); local
1101 NavigationEntry* entry = controller().GetActiveEntry(); local
1155 NavigationEntry* entry = controller().GetActiveEntry(); local
1223 NavigationEntry* entry = controller().GetActiveEntry(); local
1261 NavigationEntry* entry = controller().GetActiveEntry(); local
1390 NavigationEntry* entry = controller().GetActiveEntry(); local
1445 NavigationEntry* entry = controller().GetActiveEntry(); local
1583 NavigationEntry* entry = contents()->controller().pending_entry(); local
[all...]
/external/chromium/chrome/browser/importer/
H A Dfirefox2_importer.cc185 // Get the bookmark entry.
211 ProfileWriter::BookmarkEntry entry; local
212 entry.creation_time = add_date;
213 entry.url = url;
214 entry.title = title;
218 entry.in_toolbar = true;
219 entry.path.assign(path.begin() + toolbar_folder, path.end());
220 toolbar_bookmarks.push_back(entry);
223 entry.path.assign(path.begin(), path.end());
225 entry
263 ProfileWriter::BookmarkEntry entry; local
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatManifestWriterImpl.java240 for (EC3SpecificBox.Entry entry : ec3SpecificBox.getEntries()) {
265 switch (entry.acmod) {
271 if (entry.num_dep_sub > 0) {
272 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry).process();
281 if (entry.num_dep_sub > 0) {
282 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry).process();
291 if (entry.num_dep_sub > 0) {
292 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry).process();
301 if (entry.num_dep_sub > 0) {
302 DependentSubstreamMask dependentSubstreamMask = new DependentSubstreamMask(dWChannelMaskFirstByte, dWChannelMaskSecondByte, entry)
603 private EC3SpecificBox.Entry entry; field in class:FlatManifestWriterImpl.DependentSubstreamMask
605 DependentSubstreamMask(byte dWChannelMaskFirstByte, byte dWChannelMaskSecondByte, EC3SpecificBox.Entry entry) argument
[all...]
/external/chromium/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc267 DictionaryValue* entry = new DictionaryValue(); local
268 entry->SetString("name", model_urls[i]->short_name());
269 entry->SetInteger("index", i);
270 search_engines.Append(entry);
322 DictionaryValue* entry = new DictionaryValue(); local
323 entry->SetString("title", startup_custom_pages_table_model_->GetText(i, 0));
324 entry->SetString("url", urls[i].spec());
325 entry->SetString("tooltip",
327 entry->SetString("modelIndex", base::IntToString(i));
328 startup_pages.Append(entry);
446 DictionaryValue* entry = new DictionaryValue(); local
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableMultimap.java70 * Returns an immutable multimap containing a single entry.
186 * Adds an entry to the built multimap.
190 public Builder<K, V> put(Entry<? extends K, ? extends V> entry) { argument
192 checkNotNull(entry.getKey()), checkNotNull(entry.getValue()));
231 for (Entry<? extends K, ? extends Collection<? extends V>> entry
233 putAll(entry.getKey(), entry.getValue());
528 Entry<K, ? extends ImmutableCollection<V>> entry
530 key = entry
[all...]
H A DImmutableMap.java69 * Returns an immutable map containing a single entry. This map behaves and
133 * immutable entry with those values.
135 * <p>A call to {@link Map.Entry#setValue} on the returned entry will always
183 * Adds the given {@code entry} to the map, making it immutable if
189 public Builder<K, V> put(Entry<? extends K, ? extends V> entry) { argument
190 K key = entry.getKey();
191 V value = entry.getValue();
192 if (entry instanceof ImmutableEntry<?, ?>) {
196 Entry<K, V> immutableEntry = (Entry<K, V>) entry;
199 // Directly calling entryOf(entry
[all...]
H A DMaps.java361 for (Entry<? extends K, ? extends V> entry : left.entrySet()) {
362 K leftKey = entry.getKey();
363 V leftValue = entry.getValue();
550 for (Entry<? extends K, ? extends V> entry : left.entrySet()) {
551 K leftKey = entry.getKey();
552 V leftValue = entry.getValue();
711 * Returns an immutable map entry with the specified key and value. The {@link
714 * <p>The returned entry is serializable.
716 * @param key the key to be associated with the returned entry
717 * @param value the value to be associated with the returned entry
748 unmodifiableEntry(final Entry<K, V> entry) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMultimap.java69 * Returns an immutable multimap containing a single entry.
185 * Adds an entry to the built multimap.
189 public Builder<K, V> put(Entry<? extends K, ? extends V> entry) { argument
191 checkNotNull(entry.getKey()), checkNotNull(entry.getValue()));
230 for (Entry<? extends K, ? extends Collection<? extends V>> entry
232 putAll(entry.getKey(), entry.getValue());
518 Entry<K, ? extends ImmutableCollection<V>> entry
520 key = entry
[all...]
H A DImmutableSortedMap.java42 // TODO: Create separate subclasses for empty, single-entry, and
43 // multiple-entry instances.
80 for (Entry<? extends K, ? extends V> entry : entries) {
81 delegate.put(entry.getKey(), entry.getValue());
159 for (Entry<? extends K, ? extends V> entry : map.entrySet()) {
160 putEntryWithChecks(delegate, entry);
166 SortedMap<K, V> map, Entry<? extends K, ? extends V> entry) {
167 K key = checkNotNull(entry.getKey());
168 V value = checkNotNull(entry
165 putEntryWithChecks( SortedMap<K, V> map, Entry<? extends K, ? extends V> entry) argument
206 put(Entry<? extends K, ? extends V> entry) argument
[all...]
H A DMaps.java358 for (Entry<? extends K, ? extends V> entry : left.entrySet()) {
359 K leftKey = entry.getKey();
360 V leftValue = entry.getValue();
547 for (Entry<? extends K, ? extends V> entry : left.entrySet()) {
548 K leftKey = entry.getKey();
549 V leftValue = entry.getValue();
682 * Returns an immutable map entry with the specified key and value. The {@link
685 * <p>The returned entry is serializable.
687 * @param key the key to be associated with the returned entry
688 * @param value the value to be associated with the returned entry
719 unmodifiableEntry(final Entry<K, V> entry) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DComputingConcurrentHashMapTest.java122 ReferenceEntry<Object, Object> entry = segment.getEntry(key, hash);
123 writeOrder.add(entry);
124 readOrder.add(entry);
136 ReferenceEntry<Object, Object> entry = i.next();
138 map.getOrCompute(entry.getKey());
139 reads.add(entry);
180 DummyEntry<Object, Object> entry = DummyEntry.create(key, hash, null);
181 DummyValueReference<Object, Object> valueRef = DummyValueReference.create(value, entry);
182 entry.setValueReference(valueRef);
183 table.set(index, entry);
[all...]
/external/openssl/crypto/asn1/
H A Dx_name.c182 X509_NAME_ENTRY *entry; local
202 entry = sk_X509_NAME_ENTRY_value(entries, j);
203 entry->set = i;
204 if(!sk_X509_NAME_ENTRY_push(nm.x->entries, entry))
261 X509_NAME_ENTRY *entry; local
266 entry = sk_X509_NAME_ENTRY_value(a->entries, i);
267 if(entry->set != set) {
273 set = entry->set;
275 if(!sk_X509_NAME_ENTRY_push(entries, entry)) goto memerr;
323 X509_NAME_ENTRY *entry, *tmpentr local
[all...]

Completed in 595 milliseconds

<<11121314151617181920>>