Searched defs:record (Results 126 - 150 of 176) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.cpp1506 HTMLElementStack::ElementRecord* record = m_tree.openElements()->topRecord(); local
1508 RefPtr<HTMLStackItem> item = record->stackItem();
1520 record = record->next();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DUserMetrics.js124 record: function()
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-uniscribe.cc379 OT::NameRecord &record = name.nameRecord[i]; local
380 record.platformID.set (3);
381 record.encodingID.set (1);
382 record.languageID.set (0x0409); /* English */
383 record.nameID.set (name_IDs[i]);
384 record.length.set (name_str_len * 2);
385 record.offset.set (0);
407 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index)); local
408 record.checkSum.set_for_data (&name, name_table_length);
409 record
[all...]
H A Dhb-ot-layout-gpos-table.hh394 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); local
395 unsigned int mark_class = record.klass;
397 const Anchor& mark_anchor = this + record.markAnchor;
580 const PairValueRecord *record = CastP<PairValueRecord> (array); local
584 c->input->add (record->secondGlyph);
585 record = &StructAtOffset<PairValueRecord> (record, record_size);
599 const PairValueRecord *record = CastP<PairValueRecord> (array); local
604 if (buffer->info[pos].codepoint == record->secondGlyph)
607 &record
634 PairValueRecord *record = CastP<PairValueRecord> (array); local
[all...]
/external/chromium_org/third_party/ots/src/
H A Dlayout.cc114 // The record array must store the records alphabetically by tag
1192 ScriptRecord record; local
1193 if (!subtable.ReadU32(&record.tag) ||
1194 !subtable.ReadU16(&record.offset)) {
1198 if (last_tag != 0 && last_tag > record.tag) {
1204 last_tag = record.tag;
1205 if (record.offset < script_record_end || record.offset >= length) {
1208 script_list.push_back(record);
1251 // Feature record arra
[all...]
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_database.cc309 bool AppCacheDatabase::FindGroup(int64 group_id, GroupRecord* record) { argument
310 DCHECK(record);
325 ReadGroupRecord(statement, record);
326 DCHECK(record->group_id == group_id);
331 const GURL& manifest_url, GroupRecord* record) {
332 DCHECK(record);
347 ReadGroupRecord(statement, record);
348 DCHECK(record->manifest_url == manifest_url);
375 bool AppCacheDatabase::FindGroupForCache(int64 cache_id, GroupRecord* record) { argument
376 DCHECK(record);
330 FindGroupForManifestUrl( const GURL& manifest_url, GroupRecord* record) argument
411 InsertGroup(const GroupRecord* record) argument
443 FindCache(int64 cache_id, CacheRecord* record) argument
462 FindCacheForGroup(int64 group_id, CacheRecord* record) argument
498 InsertCache(const CacheRecord* record) argument
574 FindEntry( int64 cache_id, const GURL& url, EntryRecord* record) argument
597 InsertEntry(const EntryRecord* record) argument
702 InsertNamespace( const NamespaceRecord* record) argument
781 InsertOnlineWhiteList( const OnlineWhiteListRecord* record) argument
921 ReadGroupRecord( const sql::Statement& statement, GroupRecord* record) argument
932 ReadCacheRecord( const sql::Statement& statement, CacheRecord* record) argument
942 ReadEntryRecord( const sql::Statement& statement, EntryRecord* record) argument
964 ReadNamespaceRecord( const sql::Statement* statement, NamespaceRecord* record) argument
983 ReadOnlineWhiteListRecord( const sql::Statement& statement, OnlineWhiteListRecord* record) argument
[all...]
H A Dappcache_storage_impl_unittest.cc534 AppCacheDatabase::GroupRecord record; local
536 delegate()->loaded_group_->group_id(), &record)); local
1050 // MakeCacheAndGroup has inserted the default entry record already.
1124 // MakeCacheAndGroup has inserted the default entry record already
1191 // MakeCacheAndGroup has inserted the default entry record already
1277 // MakeCacheAndGroup has inserted the default entry record already.
/external/chromium_org/webkit/browser/fileapi/
H A Dobfuscated_file_util.cc132 FileRecord record = { file_id, root_virtual_path };
133 recurse_queue_.push(record);
158 FileRecord record = { current_file_id_, virtual_path }; variable
159 recurse_queue_.push(record);
227 OriginRecord record; variable
229 record = origins_.back();
232 current_ = record;
233 return webkit_database::GetOriginFromIdentifier(record.origin);
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLoggerTest.java2600 * Test log(LogRecord) for a normal log record. Meanwhile the logger has an
2624 * Test log(LogRecord) with null log record.
2636 * Test log(LogRecord) for a normal log record. Meanwhile the logger has an
2654 * Test log(LogRecord) for a normal log record. Meanwhile the logger has an
2655 * appropriate level, a filter that accepts the fed log record, no parent.
2682 * Test log(LogRecord) for a normal log record. Meanwhile the logger has an
2683 * appropriate level, a filter that rejects the fed log record, no parent.
2709 * Test that the parent's handler is notified for a new log record when
2754 // set the record off
2761 * Test that the ancestor's handler is notified for a new log record whe
3048 log(LogRecord record) argument
3069 publish(LogRecord record) argument
3088 publish(LogRecord record) argument
3099 isLoggable(LogRecord record) argument
3110 isLoggable(LogRecord record) argument
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc105 syncer::ChangeRecord record; local
106 record.action = syncer::ChangeRecord::ACTION_ADD;
107 record.id = node.GetId();
108 changes_.push_back(record);
168 syncer::ChangeRecord record; local
169 record.action = syncer::ChangeRecord::ACTION_DELETE;
170 record.id = id;
174 // children before parents. Thus, we must insert the deletion record
176 changes_.insert(changes_.begin(), record);
240 // Helper function to push an ACTION_UPDATE record ont
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dobfuscated_file_util_unittest.cc1495 const OriginEnumerationTestRecord& record = local
1497 GURL origin_url(record.origin_url);
1499 if (record.has_temporary) {
1512 if (record.has_persistent) {
1536 const OriginEnumerationTestRecord& record = local
1538 if (GURL(record.origin_url) != origin_url)
1541 EXPECT_EQ(record.has_temporary,
1543 EXPECT_EQ(record.has_persistent,
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_impl.cc192 std::string record; local
193 new_db.EncodeTo(&record);
194 s = log.AddRecord(record);
406 Slice record; local
409 while (reader.ReadRecord(&record, &scratch) &&
411 if (record.size() < 12) {
413 record.size(), Status::Corruption("log record too small"));
416 WriteBatchInternal::SetContents(&batch, record);
1205 // The state of the log file is indeterminate: the log record w
[all...]
H A Dversion_set.cc869 // Write new record to MANIFEST log
871 std::string record; local
872 edit->EncodeTo(&record);
873 s = descriptor_log_->AddRecord(record);
950 Slice record; local
952 while (reader.ReadRecord(&record, &scratch) && s.ok()) {
954 s = edit.DecodeFrom(record);
1093 std::string record; local
1094 edit.EncodeTo(&record);
1095 return log->AddRecord(record);
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.h1652 return this->record->variable_referenced();
1671 ir_rvalue *record; member in class:ir_dereference_record
/external/chromium_org/third_party/skia/src/core/
H A DSkPicturePlayback.cpp31 SkPicturePlayback::SkPicturePlayback(const SkPictureRecord& record, bool deepCopy) { argument
35 int bitmaps = record.bitmaps(&bitmapBytes);
36 int matrices = record.matrices(&matricesBytes);
37 int paints = record.paints(&paintBytes);
38 int paths = record.paths(&pathBytes);
39 int pictures = record.pictures(&pictureBytes);
40 int regions = record.regions(&regionBytes);
41 SkDebugf("picture record mem used %zd (stream %zd) ", record.size(),
42 record
[all...]
/external/chromium_org/ui/gfx/
H A Drender_text_win.cc43 CONST ENHMETARECORD* record,
46 if (record->iType == EMR_EXTCREATEFONTINDIRECTW) {
48 reinterpret_cast<const EMREXTCREATEFONTINDIRECTW*>(record);
41 MetaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int table_entries, LPARAM log_font) argument
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1091 bool IsDerivedFrom(clang::CXXRecordDecl* record, argument
1093 return (record == base) || record->isDerivedFrom(base);
1105 clang::CXXRecordDecl* record =
1107 if (record == NULL) return false;
1109 if (!InV8Namespace(record)) return false;
1111 if (!record->hasDefinition()) return false;
1113 record = record->getDefinition();
1115 return IsDerivedFrom(record, object_decl
[all...]
/external/clang/lib/AST/
H A DType.cpp2429 const CXXRecordDecl *record = local
2431 if (record && record->hasDefinition() && !record->hasTrivialDestructor())
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp249 const CXXRecordDecl *record = cast<CXXRecordDecl>(recordType->getDecl()); local
252 if (!record->hasTrivialDestructor()) return false;
253 if (record->hasNonTrivialCopyConstructor()) return false;
257 return !record->hasMutableFields();
431 if (const CXXRecordDecl *record =
433 if (!record->hasTrivialDestructor()) {
1525 } else if (const CXXRecordDecl *record = type->getAsCXXRecordDecl()) {
1526 if (record->hasTrivialDestructor())
1528 dtor = record->getDestructor();
1926 if (const CXXRecordDecl *record
[all...]
H A DCGExprAgg.cpp220 // Only record types have members that might require garbage collection.
1123 RecordDecl *record = E->getType()->castAs<RecordType>()->getDecl(); local
1128 if (record->isUnion()) {
1137 for (RecordDecl::field_iterator Field = record->field_begin(),
1138 FieldEnd = record->field_end();
1168 for (RecordDecl::field_iterator field = record->field_begin(),
1169 fieldEnd = record->field_end();
H A DCGExprConstant.cpp498 // If the struct is bigger than the size of the record type,
1348 const CXXRecordDecl *record,
1350 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record);
1360 I = record->bases_begin(), E = record->bases_end(); I != E; ++I) {
1380 for (RecordDecl::field_iterator I = record->field_begin(),
1381 E = record->field_end(); I != E; ++I) {
1392 if (record->isUnion() && field->getDeclName())
1399 I = record->vbases_begin(), E = record
1347 EmitNullConstant(CodeGenModule &CGM, const CXXRecordDecl *record, bool asCompleteObject) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh393 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); local
394 unsigned int mark_class = record.klass;
396 const Anchor& mark_anchor = this + record.markAnchor;
577 const PairValueRecord *record = CastP<PairValueRecord> (array); local
581 c->input->add (record->secondGlyph);
582 record = &StructAtOffset<PairValueRecord> (record, record_size);
595 const PairValueRecord *record = CastP<PairValueRecord> (array); local
600 if (c->buffer->info[pos].codepoint == record->secondGlyph)
603 &record
630 PairValueRecord *record = CastP<PairValueRecord> (array); local
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java763 // To get a complete info record we need to retrieve the service, address and the text bytes.
946 final DNSRecord record = (DNSRecord) entry;
947 if (record.getRecordType() == DNSRecordType.TYPE_SRV) {
948 if (record.getKey().endsWith(loType)) {
949 // Do not used the record embedded method for generating event this will not work.
950 // serviceEvents.add(record.getServiceEvent(this));
951 serviceEvents.add(new ServiceEventImpl(this, record.getType(), toUnqualifiedName(record.getType(), record.getName()), record
1232 renewServiceCollector(DNSRecord record) argument
1327 handleRecord(DNSRecord record, long now) argument
[all...]
/external/mdnsresponder/Clients/
H A Ddns-sd.c218 static DNSRecordRef record = NULL; variable
583 case 0: printf("Adding Test HINFO record\n");
584 err = DNSServiceAddRecord(client, &record, 0, kDNSServiceType_HINFO, sizeof(myhinfoW), &myhinfoW[0], 0);
587 case 1: printf("Updating Test HINFO record\n");
588 err = DNSServiceUpdateRecord(client, record, 0, sizeof(myhinfoX), &myhinfoX[0], 0);
591 case 2: printf("Removing Test HINFO record\n");
592 err = DNSServiceRemoveRecord(client, record, 0);
606 printf("Updating Test TXT record to %c\n", updatetest[1]);
613 printf("Adding big NULL record\n");
614 err = DNSServiceAddRecord(client, &record,
[all...]
/external/mesa3d/src/glsl/
H A Dir.h1652 return this->record->variable_referenced();
1671 ir_rvalue *record; member in class:ir_dereference_record

Completed in 1187 milliseconds

12345678