Searched refs:entries (Results 251 - 275 of 548) sorted by relevance

<<11121314151617181920>>

/external/skia/src/animator/
H A DSkAnimateActive.cpp151 // int entries = animate->entries();
153 // value.fOperand = animate->getValues()[entries - 1];
374 int entries = animate->entries(); local
375 SkASSERT(entries > 0);
379 interpolator.reset(components, entries == 1 ? 2 : entries, animate->getValuesType());
383 if (entries == 1) {
388 for (int entry = 0; entry < entries; entr
[all...]
H A DSkAnimateBase.h32 int entries() { return fValues.count() / components(); } function in class:SkAnimateBase
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMStorageAgent.cpp82 void InspectorDOMStorageAgent::getDOMStorageEntries(ErrorString*, int storageId, RefPtr<InspectorArray>* entries) argument
94 (*entries)->pushArray(entry);
/external/chromium/net/base/
H A Dhost_resolver_impl_unittest.cc34 100, // max cache entries.
274 CapturingNetLog::EntryList entries; local
275 log.GetEntries(&entries);
277 EXPECT_EQ(2u, entries.size());
279 entries, 0, NetLog::TYPE_HOST_RESOLVER_IMPL));
281 entries, 1, NetLog::TYPE_HOST_RESOLVER_IMPL));
310 CapturingNetLog::EntryList entries; local
311 log.GetEntries(&entries);
313 EXPECT_EQ(1u, entries.size());
315 entries,
367 CapturingNetLog::EntryList entries; local
960 CapturingNetLog::EntryList entries; local
[all...]
/external/chromium/chrome/browser/history/
H A Dstarred_url_database.h66 // Gets all the starred entries.
67 bool GetAllStarredEntries(std::vector<StarredEntry>* entries);
158 // All entries in roots that are not the bookmark bar and other node are
H A Dstarred_url_database_unittest.cc49 std::vector<StarredEntry> entries; local
50 GetAllStarredEntries(&entries);
51 return static_cast<int>(entries.size());
117 // Make sure no new entries were added.
144 // Make sure no new entries were added.
147 // Make sure the entries were moved to the bookmark bar and the visual order
170 // Make sure no new entries were added.
199 // Make sure no new entries were added.
231 // Make sure no new entries were added.
/external/chromium/chrome/browser/ui/webui/
H A Dnew_tab_ui.h50 // Converts a list of TabRestoreService entries to the JSON format required
53 const TabRestoreService::Entries& entries,
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultiset.java341 final Iterator<Map.Entry<E, Count>> entries
348 return entries.hasNext();
353 toRemove = entries.next();
362 entries.remove();
H A DSortedIterables.java119 * Returns a collection of multiset entries representing the counts of the distinct elements, in
130 * Returns a collection of multiset entries representing the counts of the distinct elements, in
140 List<Multiset.Entry<E>> entries = Lists.newArrayList(multiset.entrySet());
142 entries, Ordering.from(comparator).onResultOf(new Function<Multiset.Entry<E>, E>() {
148 return entries;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractMapBasedMultiset.java338 final Iterator<Map.Entry<E, Count>> entries
345 return entries.hasNext();
350 toRemove = entries.next();
359 entries.remove();
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DNavigableMapTestSuiteBuilder.java133 @Override public Map<K, V> create(Object... entries) {
137 List<Entry<K, V>> normalValues = (List) Arrays.asList(entries);
219 @Override public Map<K, V> create(Object... entries) {
220 NavigableMap<K, V> map = (NavigableMap<K, V>) delegate.create(entries);
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DSortedMultisetTestSuiteBuilder.java152 public SortedMultiset<E> create(Object... entries) {
158 List<E> normalValues = (List) Arrays.asList(entries);
234 public SortedMultiset<E> create(Object... entries) {
235 return ((SortedMultiset<E>) super.create(entries))
H A DUnmodifiableCollectionTests.java272 Collections.unmodifiableList(Lists.newArrayList(multimap.entries()));
302 // Test #entries()
304 multimap.entries(),
309 for (Entry<K, V> entry : multimap.entries()) {
423 expected.entries().iterator(), actual.iterator());
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingMapTest.java124 Entry<String, String>[] entries) {
126 for (Entry<String, String> entry : entries) {
139 Entry<String, String>[] entries) {
141 for (Entry<String, String> entry : entries) {
H A DForwardingMultimapTest.java129 forward.entries();
130 assertEquals("[entries]", getCalls());
/external/kernel-headers/original/asm-x86/xen/
H A Dhypercall.h144 HYPERVISOR_set_gdt(unsigned long *frame_list, int entries) argument
146 return _hypercall2(int, set_gdt, frame_list, entries);
397 MULTI_set_gdt(struct multicall_entry *mcl, unsigned long *frames, int entries) argument
401 mcl->args[1] = entries;
/external/linux-tools-perf/util/
H A Devlist.h22 struct list_head entries; member in struct:perf_evlist
/external/llvm/test/Scripts/
H A Delf-dump97 entries = section.sh_size[0] // section.sh_entsize[0]
99 for index in range(entries):
120 entries = section.sh_size[0] // section.sh_entsize[0]
122 for index in range(entries):
/external/valgrind/main/callgrind/
H A Dbb.c43 bbs.entries = 0;
106 CLG_DEBUG(0, "Resize BB Hash: %d => %d (entries %d, conflicts %d/%d)\n",
108 bbs.entries, conflicts1, conflicts2);
128 bbs.entries++;
129 if (10 * bbs.entries / bbs.size > 8)
H A Dcontext.c77 cxts.entries = 0;
130 CLG_DEBUG(0, "Resize Context Hash: %d => %d (entries %d, conflicts %d/%d)\n",
132 cxts.entries, conflicts1, conflicts2);
192 cxts.entries++;
193 if (10 * cxts.entries / cxts.size > 8)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb213 entries = Dir.entries( directory ) - DOTS
214 entries.map! do |entry|
/external/chromium/net/proxy/
H A Dproxy_bypass_rules.cc252 StringTokenizer entries(raw, ",;");
253 while (entries.GetNext()) {
254 AddRuleFromStringInternalWithLogging(entries.token(),
/external/kernel-headers/original/asm-x86/
H A Ddesc_32.h88 static inline void native_set_ldt(const void *addr, unsigned int entries) argument
90 if (likely(entries == 0))
97 entries * sizeof(struct desc_struct) - 1,
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h161 /* Number of entries */
164 /* Size of entries. */
178 /* Number of entries */
181 /* Total size of new entries */
190 /* Information about old entries: */
191 /* Number of counters (must be equal to current number of entries). */
193 /* The old entries' counters. */
196 /* The entries (hang off end: not really an array). */
197 struct ipt_entry entries[0]; member in struct:ipt_replace
212 /* The entries
[all...]
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h151 __u32 nmsrs; /* number of msrs in entries */
154 struct kvm_msr_entry entries[0]; member in struct:kvm_msrs
159 __u32 nmsrs; /* number of msrs in entries */
177 struct kvm_cpuid_entry entries[0]; member in struct:kvm_cpuid
199 struct kvm_cpuid_entry2 entries[0]; member in struct:kvm_cpuid2

Completed in 322 milliseconds

<<11121314151617181920>>