Searched defs:records (Results 1 - 25 of 41) sorted by relevance

12

/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/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) {
/external/chromium_org/third_party/ots/src/
H A Dhdmx.h24 std::vector<OpenTypeHDMXDeviceRecord> records; member in struct:ots::OpenTypeHDMX
/external/chromium_org/sync/engine/
H A Dtraffic_recorder.h62 const std::deque<TrafficRecord>& records() { function in class:syncer::TrafficRecorder
H A Dbuild_commit_command.cc68 // a copy of these records in the session.
71 const ExtensionsActivity::Records& records = local
74 records.begin();
75 it != records.end(); ++it) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwinutil.cpp81 void Win32Utilities::freeLocales(LCIDRecord *records) argument
86 delete[] records;
/external/icu4c/layout/
H A DOpenTypeUtilities.cpp54 Offset OpenTypeUtilities::getTagOffset(LETag tag, const TagAndOffsetRecord *records, le_int32 recordCount) argument
62 if (SWAPT(records[extra].tag) <= tag) {
69 if (SWAPT(records[index + probe].tag) <= tag) {
74 if (SWAPT(records[index].tag) == tag) {
75 return SWAPW(records[index].offset);
81 le_int32 OpenTypeUtilities::getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) argument
93 if (SWAPW(records[extra].firstGlyph) <= glyphID) {
100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) {
105 if (SWAPW(records[range].firstGlyph) <= glyphID && SWAPW(records[rang
[all...]
H A DPairPositioningSubtables.cpp127 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const argument
133 const PairValueRecord *record = records;
147 const PairValueRecord *record = records;
/external/icu4c/test/intltest/
H A Dwinutil.cpp81 void Win32Utilities::freeLocales(LCIDRecord *records) argument
86 delete[] records;
/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/chrome/browser/sync/engine/
H A Dbuild_commit_command.cc41 // Return the records to the activity monitor.
46 const ExtensionsActivityMonitor::Records& records = local
48 for (ExtensionsActivityMonitor::Records::const_iterator it = records.begin();
49 it != records.end(); ++it) {
H A Dprocess_commit_response_command_unittest.cc392 // happens to the extensions activity records. Commits could fail or succeed,
412 ExtensionsActivityMonitor::Records* records = local
414 (*records)["ABC"].extension_id = "ABC";
415 (*records)["ABC"].bookmark_write_count = 2049U;
416 (*records)["xyz"].extension_id = "xyz";
417 (*records)["xyz"].bookmark_write_count = 4U;
426 << "Should restore records after unsuccessful bookmark commit.";
433 << "Should not restore records after successful bookmark commit.";
H A Dsyncer_thread2_unittest.cc97 void AnalyzePollRun(const SyncShareRecords& records, size_t min_num_samples, argument
99 const std::vector<TimeTicks>& data(records.times);
106 records.snapshots[i]->source.updates_source);
205 SyncShareRecords records; local
211 WithArg<0>(RecordSyncShare(&records, 1U, &done))))
217 EXPECT_EQ(1U, records.snapshots.size());
219 records.snapshots[0]->source.types));
221 records.snapshots[0]->source.updates_source);
245 SyncShareRecords records; local
251 WithArg<0>(RecordSyncShare(&records,
272 SyncShareRecords records; local
307 SyncShareRecords records; local
345 SyncShareRecords records; local
429 SyncShareRecords records; local
508 SyncShareRecords records; local
526 SyncShareRecords records; local
545 SyncShareRecords records; local
601 SyncShareRecords records; local
627 SyncShareRecords records; local
[all...]
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.cc73 void ExtensionsActivityMonitor::PutRecords(const Records& records) { argument
75 for (Records::const_iterator i = records.begin(); i != records.end(); ++i) {
/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/smack/src/org/xbill/DNS/
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...]
H A DZone.java128 * Creates a Zone from the records in the specified master file.
149 * Creates a Zone from an array of records.
151 * @param records The records to add to the zone.
155 Zone(Name zone, Record [] records) throws IOException { argument
161 for (int i = 0; i < records.length; i++)
162 maybeAddRecord(records[i]);
171 List records = xfrin.run();
172 for (Iterator it = records.iterator(); it.hasNext(); ) {
211 /** Returns the Zone origin's NS records */
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserver.cpp123 Vector<RefPtr<MutationRecord> > records; local
124 records.swap(m_records);
125 return records;
205 Vector<RefPtr<MutationRecord> > records;
206 records.swap(m_records);
208 m_callback->call(records, this);
/external/chromium_org/v8/test/cctest/
H A Dtest-object-observe.cc65 "var observer = function(records) { count = records.length; calls++ };"
106 "var observer = function(records) { count = records.length };"
239 "var records = [];"
241 "Object.observe(global, function(r) { [].push.apply(records, r) });"
243 CHECK_EQ(1, CompileRun("records.length")->Int32Value());
244 CHECK(global_proxy->StrictEquals(CompileRun("records[0].object")));
249 CHECK_EQ(1, CompileRun("records.length")->Int32Value());
253 CHECK_EQ(2, CompileRun("records
302 ExpectRecords(Handle<Value> records, const RecordExpectation expectations[], int num) argument
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.h85 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) : argument
86 Lex(SrcMgr), CurMultiClass(0), Records(records) {}
/external/mtpd/
H A Dmtpd.c268 struct addrinfo *records; local
274 error = getaddrinfo(server, port, &hints, &records);
281 for (r = records; r; r = r->ai_next) {
291 freeaddrinfo(records);
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_api.cc326 const BluetoothDevice::ServiceRecordList& records) {
327 for (BluetoothDevice::ServiceRecordList::const_iterator i = records.begin();
328 i != records.end(); ++i) {
324 GetServiceRecordsCallback( base::ListValue* services, const BluetoothDevice::ServiceRecordList& records) argument
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateActive.cpp121 int records = saveIndex / oldCount; local
122 int newTotal = records * newCount;
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_database_unittest.cc250 std::vector<AppCacheDatabase::GroupRecord> records; local
256 EXPECT_TRUE(db.FindGroupsForOrigin(kOrigin, &records));
257 EXPECT_TRUE(records.empty());
308 EXPECT_TRUE(db.FindGroupsForOrigin(kOrigin, &records));
309 EXPECT_EQ(2U, records.size());
310 EXPECT_EQ(1, records[0].group_id);
311 EXPECT_EQ(kManifestUrl, records[0].manifest_url);
312 EXPECT_EQ(kOrigin, records[0].origin);
313 EXPECT_EQ(2, records[1].group_id);
314 EXPECT_EQ(kOrigin, records[
491 std::vector<AppCacheDatabase::OnlineWhiteListRecord> records; local
[all...]

Completed in 907 milliseconds

12