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

<<11121314151617181920>>

/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/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/skia/src/core/
H A DSkQuadTree.cpp105 // reinsert all the entries of this node to allow child trickle
106 SkTInternalSList<Entry> entries; local
107 entries.pushAll(&node->fEntries);
108 while(!entries.isEmpty()) {
109 this->insert(node, entries.pop());
133 // first clear the entries of this node
198 SkTInternalSList<Entry> entries; local
199 entries.pushAll(&fDeferred);
200 while(!entries.isEmpty()) {
201 Entry* entry = entries
[all...]
/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/chromium_org/chrome/installer/util/
H A Dshell_util.cc181 // encapsulate all the registry entries required for registering Chrome at one
218 // This method returns a list of all the registry entries that
220 // These entries need to be registered in HKLM prior to Win8.
224 ScopedVector<RegistryEntry>* entries) {
232 // For user-level installs: entries for the app id and DelegateExecute verb
233 // handler will be in HKCU; thus we do not need a suffix on those entries.
251 entries->push_back(new RegistryEntry(model_id_shell,
257 // mitigate this side-effect by making the context menu entries
278 entries->push_back(new RegistryEntry(sub_path, verb_name.c_str()));
280 entries
221 GetProgIdEntries(BrowserDistribution* dist, const base::string16& chrome_exe, const base::string16& suffix, ScopedVector<RegistryEntry>* entries) argument
338 GetProtocolCapabilityEntries( BrowserDistribution* dist, const base::string16& suffix, const base::string16& protocol, ScopedVector<RegistryEntry>* entries) argument
354 GetShellIntegrationEntries(BrowserDistribution* dist, const base::string16& chrome_exe, const base::string16& suffix, ScopedVector<RegistryEntry>* entries) argument
436 GetAppRegistrationEntries(const base::string16& chrome_exe, const base::string16& suffix, ScopedVector<RegistryEntry>* entries) argument
461 GetXPStyleUserProtocolEntries( const base::string16& protocol, const base::string16& chrome_icon, const base::string16& chrome_open, ScopedVector<RegistryEntry>* entries) argument
499 GetXPStyleDefaultBrowserUserEntries( BrowserDistribution* dist, const base::string16& chrome_exe, const base::string16& suffix, ScopedVector<RegistryEntry>* entries) argument
634 AddRegistryEntries(HKEY root, const ScopedVector<RegistryEntry>& entries) argument
652 AreEntriesRegistered(const ScopedVector<RegistryEntry>& entries, uint32 look_for_in) argument
678 ScopedVector<RegistryEntry> entries; local
692 ScopedVector<RegistryEntry> entries; local
892 ScopedVector<RegistryEntry> entries; local
922 ScopedVector<RegistryEntry> entries; local
2085 ScopedVector<RegistryEntry> entries; local
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtimeline_view.js50 // We observe new log entries to determine the range of the graph, and pass
246 * When all log entries are deleted, recreate the DataSeries.
253 onReceivedLogEntries: function(entries) {
258 for (var entry = 0; entry < entries.length; ++entry) {
260 this.dataSeries_[i].onReceivedLogEntry(entries[entry]);
263 // If this is the first non-empty set of entries we've received, or we're
267 if (entries.length == 0)
273 startDate = timeutil.convertTimeTicksToDate(entries[0].time);
278 timeutil.convertTimeTicksToDate(entries[entries
[all...]
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.cc123 std::vector<AutofillEntry> entries; local
124 if (!LoadAutofillData(&entries)) {
132 for (std::vector<AutofillEntry>::iterator it = entries.begin();
133 it != entries.end(); ++it) {
141 // Go through and check for all the entries that sync already knows about.
142 // CreateOrUpdateEntry() will remove entries that are same with the synced
194 std::vector<AutofillEntry> entries; local
195 if (!LoadAutofillData(&entries))
198 for (std::vector<AutofillEntry>::iterator it = entries.begin();
199 it != entries
221 std::vector<AutofillEntry> entries; local
[all...]
/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/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dsearch_operation.cc41 const ScopedVector<google_apis::FileResource>& entries = file_list->items(); local
42 result->reserve(entries.size());
43 for (size_t i = 0; i < entries.size(); ++i) {
46 entries[i]->file_id(), &local_id);
54 if (!ConvertFileResourceToResourceEntry(*entries[i], &entry,
56 continue; // Skip non-file entries.
145 // ResolveSearchResultOnBlockingPool() may add entries newly created on the
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
H A Ddevtools.js175 var entries = result.entries;
176 if (!entries.length) {
180 for (var i = 0; i < entries.length; ++i)
181 ChromeFirePHP.handleFirePhp_headers(entries[i]);
/external/chromium_org/net/dns/
H A Ddns_hosts_unittest.cc19 void PopulateExpectedHosts(const ExpectedHostsEntry* entries, argument
23 DnsHostsKey key(entries[i].host, entries[i].family);
26 ASSERT_TRUE(ParseIPLiteralToNumber(entries[i].ip, &ip_ref));
28 (entries[i].family == ADDRESS_FAMILY_IPV4) ? 4u : 16u);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEMorphologyElement.cpp33 DEFINE_STATIC_LOCAL(SVGEnumerationStringEntries, entries, ());
34 if (entries.isEmpty()) {
35 entries.append(std::make_pair(FEMORPHOLOGY_OPERATOR_ERODE, "erode"));
36 entries.append(std::make_pair(FEMORPHOLOGY_OPERATOR_DILATE, "dilate"));
38 return entries;
H A DSVGMarkerElement.cpp34 DEFINE_STATIC_LOCAL(SVGEnumerationStringEntries, entries, ());
35 if (entries.isEmpty()) {
36 entries.append(std::make_pair(SVGMarkerUnitsUserSpaceOnUse, "userSpaceOnUse"));
37 entries.append(std::make_pair(SVGMarkerUnitsStrokeWidth, "strokeWidth"));
39 return entries;
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIPortMap.h23 explicit MIDIPortMap(const HeapHashMap<String, Member<T> >& entries) : m_entries(entries) { } argument
28 Iterator* entries();
32 Iterator* iterator(ScriptState*, ExceptionState&) { return entries(); }
108 Iterator* MIDIPortMap<T>::entries() function in class:blink::MIDIPortMap
/external/chromium_org/third_party/ots/src/
H A Dmetrics.cc117 metrics->entries.reserve(num_metrics);
138 metrics->entries.push_back(std::make_pair(adv, sb));
164 for (unsigned i = 0; i < metrics->entries.size(); ++i) {
165 if (!out->WriteU16(metrics->entries[i].first) ||
166 !out->WriteS16(metrics->entries[i].second)) {
H A Dvdmx.cc93 group.entries.reserve(group.recs);
109 if ((j != 0) && (group.entries[j - 1].y_pel_height >= vt.y_pel_height)) {
115 group.entries.push_back(vt);
160 for (unsigned j = 0; j < group.entries.size(); ++j) {
161 const OpenTypeVDMXVTable& vt = group.entries[j];
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dlightsymbols.cc73 int entries = 0; local
78 if (entries <= id + 1) {
79 entries = id + 1;
93 if (log) { fprintf(log, "entries: %i\n", entries);fflush(log); }
95 SZ* __fileNames = new SZ[entries];
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_util.cpp107 bool get_directory(const char path[], SkTArray<SkString>* entries) { argument
115 // Loop through dir entries until there are none left (i.e. readdir returns NULL)
124 entries->push_back(SkString(entry->d_name));
155 entries->push_back(SkString(findFileData.cFileName));
166 bool glob_files(const char globPattern[], SkTArray<SkString>* entries) { argument
178 entries->push_back(SkString(*paths));
/external/conscrypt/src/platform/java/org/conscrypt/
H A DCertPinManager.java37 private final Map<String, PinListEntry> entries = new HashMap<String, PinListEntry>(); field in class:CertPinManager
99 entries.put(pin.getCommonName(), pin);
144 return entries.get(cn);
152 return entries.get(cn);
165 for (String cn : entries.keySet()) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dscripts.c27 struct list_head entries; member in struct:perf_script_browser
127 INIT_LIST_HEAD(&script.entries);
163 list_add_tail(&sline->node, &script.entries);
182 script.b.entries = &script.entries;
/external/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dlightsymbols.cc73 int entries = 0; local
78 if (entries <= id + 1) {
79 entries = id + 1;
93 if (log) { fprintf(log, "entries: %i\n", entries);fflush(log); }
95 SZ* __fileNames = new SZ[entries];
/external/skia/tools/skpdiff/
H A Dskpdiff_util.cpp107 bool get_directory(const char path[], SkTArray<SkString>* entries) { argument
115 // Loop through dir entries until there are none left (i.e. readdir returns NULL)
124 entries->push_back(SkString(entry->d_name));
155 entries->push_back(SkString(findFileData.cFileName));
166 bool glob_files(const char globPattern[], SkTArray<SkString>* entries) { argument
178 entries->push_back(SkString(*paths));
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dhamt.c52 STAILQ_HEAD(HAMTEntryHead, HAMTEntry) entries;
123 STAILQ_INIT(&hamt->entries);
168 /* delete entries */
169 while (!STAILQ_EMPTY(&hamt->entries)) {
171 entry = STAILQ_FIRST(&hamt->entries);
172 STAILQ_REMOVE_HEAD(&hamt->entries, next);
191 STAILQ_FOREACH(entry, &hamt->entries, next) {
202 return STAILQ_FIRST(&hamt->entries);
237 STAILQ_INSERT_TAIL(&hamt->entries, entry, next);
296 STAILQ_INSERT_TAIL(&hamt->entries, entr
[all...]
/external/chromium_org/tools/cygprofile/
H A Dcygprofile.cc229 void ThreadLog::Flush(std::vector<LogEntry>* entries) const {
230 flush_callback_.Run(entries);
233 void ThreadLog::FlushInternal(std::vector<LogEntry>* entries) const {
244 for (std::vector<LogEntry>::const_iterator it = entries->begin();
245 it != entries->end(); ++it) {
250 STLClearObject(entries);
301 std::vector<LogEntry> entries; member in struct:cygprofile::LogData
334 thread_log->TakeEntries(&logs.back().entries);
339 if (!it->entries.empty())
340 it->thread_log->Flush(&it->entries);
[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...]

Completed in 1859 milliseconds

<<11121314151617181920>>