Searched refs:entries (Results 126 - 150 of 548) sorted by relevance

1234567891011>>

/external/iptables/include/linux/netfilter/
H A Dx_tables.h141 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) \
149 __entry = (void *)(entries) + __i; \
161 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) \
162 XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
/external/libmtp/examples/
H A Dhotplug.c48 LIBMTP_device_entry_t *entries; local
86 ret = LIBMTP_Get_Supported_Devices_List(&entries, &numentries);
117 LIBMTP_device_entry_t * entry = &entries[i];
188 LIBMTP_device_entry_t * entry = &entries[i];
/external/linux-tools-perf/
H A Dbuiltin-evlist.c35 list_for_each_entry(pos, &session->evlist->entries, node)
/external/qemu/
H A Dacl.h43 QTAILQ_HEAD(,qemu_acl_entry) entries; member in struct:qemu_acl
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
H A DSegmentIndexBox.java44 List<Entry> entries = new ArrayList<Entry>(); field in class:SegmentIndexBox
66 size += entries.size() * 12;
84 IsoTypeWriter.writeUInt16(byteBuffer, entries.size());
85 for (Entry entry : entries) {
122 entries.add(e);
128 return entries;
131 public void setEntries(List<Entry> entries) { argument
132 this.entries = entries;
/external/qemu/hw/
H A Dfw_cfg.c49 FWCfgEntry entries[2][FW_CFG_MAX_ENTRY]; member in struct:_FWCfgState
57 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
91 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
198 s->entries[arch][key].data = data;
199 s->entries[arch][key].len = len;
245 s->entries[arch][key].data = data;
246 s->entries[arch][key].len = len;
247 s->entries[arch][key].callback_opaque = callback_opaque;
248 s->entries[arch][key].callback = callback;
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableMap.java29 * Implementation of {@link ImmutableMap} with two or more entries.
38 // entries in insertion order
39 private final transient LinkedEntry<K, V>[] entries; field in class:RegularImmutableMap
40 // array of linked lists of entries
50 entries = createEntryArray(size);
66 // prepend, not append, so the entries can be immutable
70 entries[entryIndex] = linkedEntry;
87 * Creates a {@link LinkedEntry} array to hold parameterized entries. The
167 return entries.length;
178 for (Entry<K, V> entry : entries) {
[all...]
H A DAbstractSetMultimap.java69 @Override public Set<Map.Entry<K, V>> entries() { method in class:AbstractSetMultimap
70 return (Set<Map.Entry<K, V>>) super.entries();
H A DMapConstraints.java80 * @param constraint the constraint that validates added entries
101 * @param constraint the constraint that validates added entries
122 * @param constraint the constraint that validates added entries
143 * @param constraint the constraint that validates added entries
164 * @param constraint the constraint that validates added entries
231 * Returns a constrained view of the specified set of {@code asMap} entries,
238 * @param entries the entries to constrain
239 * @param constraint the constraint for the entries
240 * @return a constrained view of the entries
242 constrainedAsMapEntries( Set<Entry<K, Collection<V>>> entries, MapConstraint<? super K, ? super V> constraint) argument
260 constrainedEntries( Collection<Entry<K, V>> entries, MapConstraint<? super K, ? super V> constraint) argument
283 constrainedEntrySet( Set<Entry<K, V>> entries, MapConstraint<? super K, ? super V> constraint) argument
401 transient Collection<Entry<K, V>> entries; field in class:MapConstraints.ConstrainedMultimap
463 @Override public Collection<Entry<K, V>> entries() { method in class:MapConstraints.ConstrainedMultimap
570 final Collection<Entry<K, V>> entries; field in class:MapConstraints.ConstrainedEntries
572 ConstrainedEntries(Collection<Entry<K, V>> entries, MapConstraint<? super K, ? super V> constraint) argument
621 ConstrainedEntrySet(Set<Entry<K, V>> entries, MapConstraint<? super K, ? super V> constraint) argument
641 private final Set<Entry<K, Collection<V>>> entries; field in class:MapConstraints.ConstrainedAsMapEntries
643 ConstrainedAsMapEntries(Set<Entry<K, Collection<V>>> entries, MapConstraint<? super K, ? super V> constraint) argument
731 @Override public Set<Map.Entry<K, V>> entries() { method in class:MapConstraints.ConstrainedSetMultimap
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTransformValuesTest.java225 Set<Map.Entry<String, String>> entries = map.entrySet();
226 Map.Entry<String, String> firstEntry = entries.iterator().next();
227 entries.remove(firstEntry);
230 Iterator<Map.Entry<String, String>> entryIterator = entries.iterator();
239 assertTrue(entries.isEmpty());
281 Set<Map.Entry<String, Boolean>> entries = map.entrySet();
282 assertTrue(entries.contains(Maps.immutableEntry("a", true)));
283 assertTrue(entries.contains(Maps.immutableEntry("b", (Boolean) null)));
284 assertTrue(entries.contains(
287 assertFalse(entries
[all...]
H A DForwardingSortedMapTest.java120 Entry<String, String>[] entries) {
122 for (Entry<String, String> entry : entries) {
141 Entry<String, String>[] entries) {
144 for (Entry<String, String> entry : entries) {
161 Entry<String, String>[] entries) {
164 for (Entry<String, String> entry : entries) {
185 List<Entry<String, String>> entries) {
188 for (Entry<String, String> entry : entries) {
184 sort( List<Entry<String, String>> entries) argument
/external/chromium/net/ftp/
H A Dftp_directory_listing_parser_netware.cc41 std::vector<FtpDirectoryListingEntry>* entries) {
88 entries->push_back(entry);
38 ParseFtpDirectoryListingNetware( const std::vector<string16>& lines, const base::Time& current_time, std::vector<FtpDirectoryListingEntry>* entries) argument
/external/chromium/net/socket/
H A Dssl_client_socket_unittest.cc91 net::CapturingNetLog::EntryList entries; local
92 log.GetEntries(&entries);
94 entries, 5, net::NetLog::TYPE_SSL_CONNECT));
99 log.GetEntries(&entries);
100 EXPECT_TRUE(LogContainsSSLConnectEndEvent(entries, -1));
132 net::CapturingNetLog::EntryList entries; local
133 log.GetEntries(&entries);
135 entries, 5, net::NetLog::TYPE_SSL_CONNECT));
145 log.GetEntries(&entries);
146 EXPECT_TRUE(LogContainsSSLConnectEndEvent(entries,
175 net::CapturingNetLog::EntryList entries; local
220 net::CapturingNetLog::EntryList entries; local
286 net::CapturingNetLog::EntryList entries; local
601 net::CapturingNetLog::EntryList entries; local
[all...]
/external/icu4c/layout/
H A DLookupTables.cpp56 const LookupSingle *BinarySearchLookupTable::lookupSingle(const LookupSingle *entries, LEGlyphID glyph) const argument
62 const LookupSingle *entry = entries;
/external/libvorbis/vq/
H A Dvqgen.h37 /* entries */
41 long entries; member in struct:vqgen
70 int elements,int aux,int entries,float mindist,
/external/linux-tools-perf/util/
H A Dstrlist.h20 struct rb_root entries; member in struct:strlist
53 struct rb_node *rn = rb_first(&self->entries);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DTwoSecondIntersectionFinder.java43 List<TimeToSampleBox.Entry> entries = track.getDecodingTimeEntries();
64 for (TimeToSampleBox.Entry entry : entries) {
/external/valgrind/main/callgrind/
H A Djumps.c48 jccs->entries = 0;
63 dst->entries = current_jccs.entries;
73 current_jccs.entries = h->entries;
126 CLG_DEBUG(0, "Resize JCC Hash: %d => %d (entries %d, conflicts %d/%d)\n",
128 current_jccs.entries, conflicts1, conflicts2);
146 current_jccs.entries++;
147 if (10 * current_jccs.entries / current_jccs.size > 8)
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c179 short bytesPerEntry = (pTableGammaTemp->gDataWidth + 7) / 8; /* size, in bytes, of the device table entries */
182 short entries = pTableGammaTemp->gDataCnt; local
184 { /* note, this will create runs of entries if dest. is bigger (not linear interpolate) */
188 *(pEntry + indexChan * entries * bytesPerEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue;
193 for (indexEntry = 0; indexEntry < 256; indexEntry++) /* for all entries set vramp value */
195 *(pEntry + indexEntry * entries * bytesPerEntry / 256) >> shiftRightValue;
285 static Ptr CreateEmptyGammaTable (short channels, short entries, short bits) argument
291 tableSize = sizeof (GammaTbl) + (channels * entries * dataWidth);
300 pTableGammaOut->gDataCnt = entries;
315 short dataBits, entries, channels = 3; /* force three channels in the gamma table */ local
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DEC3TrackImpl.java33 List<BitStreamInfo> entries = new LinkedList<BitStreamInfo>(); field in class:EC3TrackImpl
59 for (BitStreamInfo entry : entries) {
65 entries.add(bsi);
73 if (entries.size() == 0) {
76 samplerate = entries.get(0).samplerate;
86 int[] deps = new int[entries.size()];
87 int[] chan_locs = new int[entries.size()];
88 for (BitStreamInfo bsi : entries) {
94 for (BitStreamInfo bsi : entries) {
433 ", entries
[all...]
/external/chromium/net/websockets/
H A Dwebsocket_job_unittest.cc117 const std::vector<Entry>& entries() const { return entries_; } function in class:net::MockCookieStore
412 EXPECT_EQ(3U, cookie_store_->entries().size());
413 EXPECT_EQ(cookieUrl, cookie_store_->entries()[0].url);
414 EXPECT_EQ("CR-test=1", cookie_store_->entries()[0].cookie_line);
415 EXPECT_EQ(cookieUrl, cookie_store_->entries()[1].url);
416 EXPECT_EQ("CR-test-httponly=1", cookie_store_->entries()[1].cookie_line);
417 EXPECT_EQ(cookieUrl, cookie_store_->entries()[2].url);
418 EXPECT_EQ("CR-set-test=1", cookie_store_->entries()[2].cookie_line);
499 EXPECT_EQ(2U, cookie_store_->entries().size());
500 EXPECT_EQ(cookieUrl, cookie_store_->entries()[
[all...]
/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.mm87 - (BOOL)removeItems:(NSArray *)entries;
200 // The entries for each day are stored in a sorted array with the most recent entry first
201 // Check for the common cases of the entry being newer than all existing entries or the first entry of the day
206 // .. or older than all existing entries
238 // remove this date entirely if there are no other entries on it
274 // other entries already exist for this date
277 // no other entries exist for this date
278 NSMutableArray *entries = [[NSMutableArray alloc] initWithObjects:&entry count:1];
279 _entriesByDate->set(dateKey, entries);
280 [entries releas
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractMapTester.java95 Iterator<Entry<K, V>> entries = getSampleElements().iterator();
97 entries.next();
99 return entries.next();
171 @Override protected void expectMissing(Entry<K, V>... entries) { argument
172 for (Entry<K, V> entry : entries) {
213 "key %s not found in entries %s", newEntry.getKey(), expected));
226 protected void resetMap(Entry<K, V>[] entries) { argument
227 resetContainer(getSubjectGenerator().create((Object[]) entries));
/external/qemu/audio/
H A Daudio_int.h88 QLIST_ENTRY (HWVoiceOut) entries; member in struct:HWVoiceOut
107 QLIST_ENTRY (HWVoiceIn) entries; member in struct:HWVoiceIn
124 QLIST_ENTRY (SWVoiceOut) entries; member in struct:SWVoiceOut
140 QLIST_ENTRY (SWVoiceIn) entries; member in struct:SWVoiceIn
174 QLIST_ENTRY (capture_callback) entries; member in struct:capture_callback
181 QLIST_ENTRY (CaptureVoiceOut) entries; member in struct:CaptureVoiceOut
187 QLIST_ENTRY (SWVoiceCap) entries; member in struct:SWVoiceCap
/external/proguard/src/proguard/gui/
H A DClassPathPanel.java101 ClassPathEntry[] entries = classPathEntries(selectedFiles, isOutput);
104 addElements(entries);
151 ClassPathEntry[] entries = classPathEntries(selectedFiles, isOutput);
158 setElementsAt(entries, selectedIndices);
166 addElements(entries);
193 // Apply the entered filters to all selected entries.
252 ClassPathEntry[] entries = new ClassPathEntry[files.length];
253 for (int index = 0; index < entries.length; index++)
255 entries[index] = new ClassPathEntry(files[index], isOutput);
257 return entries;
[all...]

Completed in 2144 milliseconds

1234567891011>>