Searched refs:entries (Results 201 - 225 of 1021) sorted by relevance

1234567891011>>

/external/qemu/util/
H A Dpath.c28 struct pathelem *entries[0]; member in struct:pathelem
95 + sizeof(root->entries[0])*root->num_entries);
96 e = &root->entries[root->num_entries-1];
113 set_parents(child->entries[i], child);
135 if (strneq(name, namelen, cursor->entries[i]->name))
136 return follow_path(cursor->entries[i], name + namelen);
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_component_extension_resource_manager.cc88 const GritResourceMap* entries,
92 entries[i].name);
97 path_to_resource_id_[resource_path] = entries[i].value;
87 AddComponentResourceEntries( const GritResourceMap* entries, size_t size) argument
/external/chromium_org/win8/delegate_execute/
H A Dcrash_server_init.cc58 static google_breakpad::CustomInfoEntry entries[] = { local
61 entries, ARRAYSIZE(entries) };
/external/clang/tools/diagtool/
H A DListWarnings.cpp42 static void printEntries(std::vector<Entry> &entries, llvm::raw_ostream &out) { argument
43 for (std::vector<Entry>::iterator it = entries.begin(), ei = entries.end();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DconsoleLogs.php46 $entries[$index] = $anEntry;
52 sort($entries);
55 $anEntry = $entries[$i];
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMap.java54 ImmutableMap(Entry<? extends K, ? extends V>... entries) { argument
56 for (Entry<? extends K, ? extends V> entry : entries) {
99 // looking for of() with > 5 entries? Use the builder instead.
110 final List<Entry<K, V>> entries = Lists.newArrayList(); field in class:ImmutableMap.Builder
115 entries.add(entryOf(key, value));
125 entries.add(immutableEntry);
127 entries.add(entryOf((K) entry.getKey(), (V) entry.getValue()));
140 return fromEntryList(entries);
144 List<Entry<K, V>> entries) {
145 int size = entries
143 fromEntryList( List<Entry<K, V>> entries) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Drecord.c91 list_for_each_entry(evsel, &evlist->entries, node)
97 list_for_each_entry(evsel, &evlist->entries, node) {
103 list_for_each_entry(evsel, &evlist->entries, node)
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DListPreferenceTest.java38 CharSequence[] entries = { "this", "is", "only", "a", "test" };
41 listPreference.setEntries(entries);
42 assertThat(listPreference.getEntries(), sameInstance(entries));
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_profile_client.cc25 base::DictionaryValue entries; // Dictionary of Service Dictionaries member in struct:chromeos::FakeShillProfileClient::ProfileProperties
70 for (base::DictionaryValue::Iterator it(profile->entries); !it.IsAtEnd();
90 profile->entries.GetDictionaryWithoutPathExpansion(entry_path, &entry);
109 if (!profile->entries.RemoveWithoutPathExpansion(entry_path, NULL)) {
146 profile->entries.SetWithoutPathExpansion(entry_path, properties.DeepCopy());
160 if (profile->entries.HasKey(service_path))
174 if (!profile->entries.HasKey(service_path)) {
208 profile->entries.SetWithoutPathExpansion(service_path,
229 if (!profile->entries.GetDictionaryWithoutPathExpansion(
/external/chromium_org/components/leveldb_proto/
H A Dproto_database_impl.h83 const bool* success, scoped_ptr<std::vector<T> > entries) {
84 callback.Run(*success, entries.Pass());
113 void LoadEntriesFromTaskRunner(LevelDB* database, std::vector<T>* entries, argument
116 DCHECK(entries);
118 entries->clear();
126 // TODO(cjhopman): Decide what to do about un-parseable entries.
128 entries->push_back(entry);
191 scoped_ptr<std::vector<T> > entries(new std::vector<T>());
192 // Get this pointer before entries is base::Passed() so we can use it below.
193 std::vector<T>* entries_ptr = entries
82 RunLoadCallback(typename ProtoDatabase<T>::LoadCallback callback, const bool* success, scoped_ptr<std::vector<T> > entries) argument
[all...]
H A Dleveldb_database.h33 virtual bool Load(std::vector<std::string>* entries);
/external/chromium_org/mojo/system/
H A Dhandle_table.cc113 std::vector<Entry*> entries(num_handles);
132 entries[i] = &it->second;
133 if (entries[i]->busy) {
139 entries[i]->busy = true;
144 entries[i]->dispatcher.get());
153 entries[i]->busy = false;
163 entries[i]->busy = false;
177 DCHECK(entries[j]->busy);
178 entries[j]->busy = false;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFECompositeElement.cpp33 DEFINE_STATIC_LOCAL(SVGEnumerationStringEntries, entries, ());
34 if (entries.isEmpty()) {
35 entries.append(std::make_pair(FECOMPOSITE_OPERATOR_OVER, "over"));
36 entries.append(std::make_pair(FECOMPOSITE_OPERATOR_IN, "in"));
37 entries.append(std::make_pair(FECOMPOSITE_OPERATOR_OUT, "out"));
38 entries.append(std::make_pair(FECOMPOSITE_OPERATOR_ATOP, "atop"));
39 entries.append(std::make_pair(FECOMPOSITE_OPERATOR_XOR, "xor"));
40 entries.append(std::make_pair(FECOMPOSITE_OPERATOR_ARITHMETIC, "arithmetic"));
42 return entries;
H A DSVGEnumeration.h70 static unsigned short valueOfLastEnum(const StringEntries& entries) { return entries.last().first; } argument
73 SVGEnumerationBase(unsigned short value, const StringEntries& entries, unsigned short maxExposed) argument
77 , m_entries(entries)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_cache.c78 struct util_cache_entry *entries; member in struct:util_cache
110 cache->entries = CALLOC(size, sizeof(struct util_cache_entry));
111 if(!cache->entries) {
139 struct util_cache_entry *current = &cache->entries[i];
248 util_cache_entry_destroy(cache, &cache->entries[i]);
249 cache->entries[i].state = EMPTY;
272 double z = fabs(cache->entries[i].count - mean)/stddev;
282 FREE(cache->entries);
319 struct util_cache_entry *header = &cache->entries[i];
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dbreadcrumbs_controller.js49 var entries = [];
52 // Obtain entries from the target entry to the root.
72 entries.unshift(sharedWithMeEntry);
76 entries.unshift(currentEntry);
84 entries.unshift(currentEntry);
122 this.updateInternal_(entries);
130 * @param {Array.<Entry>} entries Entries on the target path.
133 BreadcrumbsController.prototype.updateInternal_ = function(entries) {
136 for (var i = 0; i < entries.length; i++) {
138 var entry = entries[
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c78 struct util_cache_entry *entries; member in struct:util_cache
110 cache->entries = CALLOC(size, sizeof(struct util_cache_entry));
111 if(!cache->entries) {
139 struct util_cache_entry *current = &cache->entries[i];
248 util_cache_entry_destroy(cache, &cache->entries[i]);
249 cache->entries[i].state = EMPTY;
272 double z = fabs(cache->entries[i].count - mean)/stddev;
282 FREE(cache->entries);
319 struct util_cache_entry *header = &cache->entries[i];
/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/nvram/
H A Dfw_cfg.c50 FWCfgEntry entries[2][FW_CFG_MAX_ENTRY]; member in struct:FWCfgState
58 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
92 FWCfgEntry *e = &s->entries[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
199 s->entries[arch][key].data = data;
200 s->entries[arch][key].len = len;
246 s->entries[arch][key].data = data;
247 s->entries[arch][key].len = len;
248 s->entries[arch][key].callback_opaque = callback_opaque;
249 s->entries[arch][key].callback = callback;
/external/chromium_org/chrome/common/variations/
H A Dexperiment_labels.cc74 std::vector<base::string16> entries; local
75 base::SplitString(labels, google_update::kExperimentLabelSeparator, &entries);
79 for (std::vector<base::string16>::const_iterator it = entries.begin();
80 it != entries.end(); ++it) {
/external/chromium_org/content/child/
H A Dftp_directory_listing_response_delegate.cc83 std::vector<FtpDirectoryListingEntry> entries; local
86 rv = net::ParseFtpDirectoryListing(buffer_, base::Time::Now(), &entries);
92 for (size_t i = 0; i < entries.size(); i++) {
93 const FtpDirectoryListingEntry& entry = entries[i];
95 // Skip the current and parent directory entries in the listing. Our header
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_unittest.cc48 std::vector<FtpDirectoryListingEntry> entries; local
51 &entries));
65 ASSERT_EQ(9 * entries.size(), lines.size());
82 const FtpDirectoryListingEntry& entry = entries[i];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_screen.h49 void **entries; member in struct:nv50_screen::__anon13846
55 void **entries; member in struct:nv50_screen::__anon13847
135 screen->tic.entries[tic->id] = NULL;
144 screen->tsc.entries[tsc->id] = NULL;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_screen.h45 void **entries; member in struct:nvc0_screen::__anon13856
51 void **entries; member in struct:nvc0_screen::__anon13857
134 screen->tic.entries[tic->id] = NULL;
143 screen->tsc.entries[tsc->id] = NULL;
/external/chromium_org/third_party/ots/src/
H A Dvdmx.h31 std::vector<OpenTypeVDMXVTable> entries; member in struct:ots::OpenTypeVDMXGroup

Completed in 5506 milliseconds

1234567891011>>