Searched refs:records (Results 1 - 25 of 118) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dmesadef.py187 records = [] variable
190 for (name, alias, offset) in records:
209 records.append((name, dispatchName, offset))
/external/mesa3d/src/mapi/glapi/gen/
H A Dmesadef.py187 records = [] variable
190 for (name, alias, offset) in records:
209 records.append((name, dispatchName, offset))
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwinutil.h36 static void freeLocales(LCIDRecord *records);
/external/icu/icu4c/source/layout/
H A DOpenTypeUtilities.h23 static Offset getTagOffset(LETag tag, const LEReferenceToArrayOf<TagAndOffsetRecord> &records, LEErrorCode &success);
24 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) { argument
26 LETableReference recordRef0((const le_uint8*)records);
30 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const LEReferenceToArrayOf<GlyphRangeRecord> &records, LEErrorCode &success);
H A DOpenTypeUtilities.cpp55 Offset OpenTypeUtilities::getTagOffset(LETag tag, const LEReferenceToArrayOf<TagAndOffsetRecord> &records, LEErrorCode &success) argument
57 const TagAndOffsetRecord *r0 = (const TagAndOffsetRecord*)records.getAlias();
60 le_uint32 recordCount = records.getCount();
95 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const LEReferenceToArrayOf<GlyphRangeRecord> &records, LEErrorCode &success) argument
99 le_uint32 recordCount = records.getCount();
110 if (SWAPW(records(extra,success).firstGlyph) <= glyphID) {
117 if (SWAPW(records(range + probe,success).firstGlyph) <= glyphID) {
122 if (SWAPW(records(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph) >= glyphID) {
/external/icu/icu4c/source/test/intltest/
H A Dwinutil.h36 static void freeLocales(LCIDRecord *records);
/external/smack/src/org/xbill/DNS/spi/
H A DDNSJavaNameService.java139 Record [] records = null;
141 records = new Lookup(name, Type.AAAA).run();
142 if (records == null)
143 records = new Lookup(name, Type.A).run();
144 if (records == null && !preferV6)
145 records = new Lookup(name, Type.AAAA).run();
146 if (records == null)
149 InetAddress[] array = new InetAddress[records.length];
150 for (int i = 0; i < records.length; i++) {
151 Record record = records[
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DPlayReadyHeader.java41 private List<PlayReadyRecord> records; field in class:PlayReadyHeader
61 records = PlayReadyRecord.createFor(byteBuffer, recordCount);
68 for (PlayReadyRecord record : records) {
75 IsoTypeWriter.writeUInt16BE(byteBuffer, records.size());
76 for (PlayReadyRecord record : records) {
86 public void setRecords(List<PlayReadyRecord> records) { argument
87 this.records = records;
91 return Collections.unmodifiableList(records);
99 sb.append(", recordCount=").append(records
[all...]
/external/chromium_org/sync/util/
H A Dextensions_activity.cc24 void ExtensionsActivity::PutRecords(const Records& records) { argument
26 for (Records::const_iterator i = records.begin(); i != records.end(); ++i) {
H A Dextensions_activity.h42 // Fill |buffer| with all current records and then clear the
43 // internal records. Called on sync thread to append records to sync commit
47 // Merge |records| with the current set of records. Called on sync thread to
48 // put back records if sync commit failed.
49 void PutRecords(const Records& records);
/external/chromium_org/tools/telemetry/examples/
H A Dmeasure_trace.py29 records = []
44 records.append(r)
45 if not records:
47 # smoothness_controller.RUN_SMOOTH_ACTIONS) if there is no other records
48 records = [run_smooth_actions_record]
49 return records
74 for label, records in records_label_to_records_map.iteritems():
75 if records[0].is_smooth:
79 timeline_model, thread, records, results)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DMemoryCountersGraph.js94 var records = this._model.records();
95 for (var i = 0; i < records.length; ++i)
96 this.addRecord(records[i]);
/external/chromium_org/third_party/ots/src/
H A Dhdmx.h24 std::vector<OpenTypeHDMXDeviceRecord> records; member in struct:ots::OpenTypeHDMX
H A Dhdmx.cc63 hdmx->records.reserve(num_recs);
73 OTS_WARNING("records are not sorted");
93 hdmx->records.push_back(rec);
109 !out->WriteS16(hdmx->records.size()) ||
114 for (unsigned i = 0; i < hdmx->records.size(); ++i) {
115 const OpenTypeHDMXDeviceRecord& rec = hdmx->records[i];
H A Dcmap.cc46 // The maximum number of UVS records (See below).
431 std::vector<ots::OpenTypeCMAPSubtableVSRecord>& records local
433 records.resize(num_records);
436 if (!subtable.ReadU24(&records[i].var_selector) ||
437 !subtable.ReadU32(&records[i].default_offset) ||
438 !subtable.ReadU32(&records[i].non_default_offset)) {
442 if (!((records[i].var_selector >= kMongolianVSStart &&
443 records[i].var_selector <= kMongolianVSEnd) ||
444 (records[i].var_selector >= kVSStart &&
445 records[
879 const std::vector<ots::OpenTypeCMAPSubtableVSRecord> &records local
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_peer_chromeos.cc31 // Create record objects for all records that were received before.
32 const ObjectPathVector& records = local
35 for (ObjectPathVector::const_iterator iter = records.begin();
36 iter != records.end(); ++iter) {
68 if (message.records().empty()) {
74 // to a remote device and won't support multiple records until 0.15. Until
76 if (message.records().size() > 1) {
81 const NfcNdefRecord* record = message.records()[0];
135 const ObjectPathVector& records = local
138 for (ObjectPathVector::const_iterator iter = records
[all...]
H A Dnfc_tag_technology_chromeos.cc28 // Create record objects for all records that were received before.
29 const ObjectPathVector& records = local
32 for (ObjectPathVector::const_iterator iter = records.begin();
33 iter != records.end(); ++iter) {
62 if (message.records().empty()) {
73 // to a tag and won't support multiple records until 0.15. Until then, report
75 if (message.records().size() > 1) {
80 const NfcNdefRecord* record = message.records()[0];
125 const ObjectPathVector& records = local
128 for (ObjectPathVector::const_iterator iter = records
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dcontainer_that_decorates_its_children.js65 didMutate_: function(records) {
67 for (var i = 0; i < records.length; i++) {
68 var addedNodes = records[i].addedNodes;
73 var removedNodes = records[i].removedNodes;
/external/chromium_org/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.cc28 syncer::ChangeRecordList records(1, record);
29 return syncer::ImmutableChangeRecordList(&records);
40 syncer::ChangeRecordList records(1, record);
41 return syncer::ImmutableChangeRecordList(&records);
/external/smack/src/org/xbill/DNS/
H A DAddress.java237 Record [] records = new Lookup(name).run();
238 if (records == null)
240 return records;
264 Record [] records = lookupHostName(name);
265 return addrFromRecord(name, records[0]);
281 Record [] records = lookupHostName(name);
282 InetAddress [] addrs = new InetAddress[records.length];
283 for (int i = 0; i < records.length; i++)
284 addrs[i] = addrFromRecord(name, records[i]);
337 Record [] records
[all...]
H A DUpdate.java58 * exist records with the given name in the zone.
67 * exist records with the given name and type in the zone.
77 * condition that must be met is that the set of all records with the same
78 * and type in the update message must be identical to the set of all records
90 * condition that must be met is that the set of all records with the same
91 * and type in the update message must be identical to the set of all records
103 * the set of all records with the same and type in the update message must
104 * be identical to the set of all records with that name and type on the server.
113 * there are no records with the given name in the zone.
122 * there are no records wit
162 add(Record [] records) argument
229 delete(Record [] records) argument
284 replace(Record [] records) argument
[all...]
/external/chromium_org/content/browser/appcache/
H A Dappcache_database.cc222 std::vector<CacheRecord> records; local
223 if (!FindCachesForOrigin(origin, &records))
227 std::vector<CacheRecord>::const_iterator iter = records.begin();
228 while (iter != records.end()) {
352 const GURL& origin, std::vector<GroupRecord>* records) {
353 DCHECK(records && records->empty());
366 records->push_back(GroupRecord());
367 ReadGroupRecord(statement, &records->back());
368 DCHECK(records
351 FindGroupsForOrigin( const GURL& origin, std::vector<GroupRecord>* records) argument
480 FindCachesForOrigin( const GURL& origin, std::vector<CacheRecord>* records) argument
529 FindEntriesForCache( int64 cache_id, std::vector<EntryRecord>* records) argument
551 FindEntriesForUrl( const GURL& url, std::vector<EntryRecord>* records) argument
614 InsertEntryRecords( const std::vector<EntryRecord>& records) argument
730 InsertNamespaceRecords( const std::vector<NamespaceRecord>& records) argument
759 FindOnlineWhiteListForCache( int64 cache_id, std::vector<OnlineWhiteListRecord>* records) argument
797 InsertOnlineWhiteListRecords( const std::vector<OnlineWhiteListRecord>& records) argument
957 NamespaceRecordVector* records = local
[all...]
/external/smack/src/org/jivesoftware/smack/util/
H A DDNSUtil.java153 * @param records
156 protected static List<HostAddress> sortSRVRecords(List<SRVRecord> records) { argument
159 if (records.size() == 1 && records.get(0).getFQDN().equals("."))
162 // sorting the records improves the performance of the bisection later
163 Collections.sort(records);
167 for (SRVRecord r : records) {
178 List<HostAddress> res = new ArrayList<HostAddress>(records.size());
/external/chromium_org/mojo/services/test_service/
H A Dtest_request_tracker_impl.cc26 context_->records[client_id].push_back(*stats);
54 for (AllRecordsMap::const_iterator it1 = context_->records.begin();
55 it1 != context_->records.end(); ++it1) {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Drecord-event-listener.rb9 A debug listener that records intercepted events as strings in an array.

Completed in 562 milliseconds

12345