Searched refs:record (Results 276 - 300 of 508) sorted by relevance

<<11121314151617181920>>

/external/harfbuzz_ng/src/
H A Dhb-ot-cmap-table.hh373 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this);
379 record.sanitize (c, this));
386 record; /* Variation selector records; sorted member in struct:OT::CmapSubtableFormat14
389 DEFINE_SIZE_ARRAY (10, record);
H A Dhb-uniscribe.cc376 OT::NameRecord &record = name.nameRecord[i]; local
377 record.platformID.set (3);
378 record.encodingID.set (1);
379 record.languageID.set (0x0409u); /* English */
380 record.nameID.set (name_IDs[i]);
381 record.length.set (name_str_len * 2);
382 record.offset.set (0);
404 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index)); local
405 record.checkSum.set_for_data (&name, name_table_length);
406 record
[all...]
H A Dhb-ot-layout-gpos-table.hh400 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); local
401 unsigned int mark_class = record.klass;
403 const Anchor& mark_anchor = this + record.markAnchor;
586 const PairValueRecord *record = CastP<PairValueRecord> (array); local
590 c->input->add (record->secondGlyph);
591 record = &StructAtOffset<PairValueRecord> (record, record_size);
605 const PairValueRecord *record = CastP<PairValueRecord> (array); local
610 if (buffer->info[pos].codepoint == record->secondGlyph)
613 &record
640 PairValueRecord *record = CastP<PairValueRecord> (array); local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-nfc.py175 summary("WPS carrier type match - add WPS carrier record")
178 summary("Could not get handover select carrier record from wpa_supplicant")
180 print "Handover select carrier record from wpa_supplicant:"
183 if "OK" in wpas_report_handover(carrier.record, self.sent_carrier, "RESP"):
208 summary("Could not get handover request carrier record from wpa_supplicant")
210 print "Handover request carrier record from wpa_supplicant: " + data.encode("hex")
273 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
278 #wifi = nfc.ndef.WifiConfigRecord(carrier.record)
298 for record in tag.ndef.message:
299 print "record typ
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-uniscribe.cc377 OT::NameRecord &record = name.nameRecord[i]; local
378 record.platformID.set (3);
379 record.encodingID.set (1);
380 record.languageID.set (0x0409u); /* English */
381 record.nameID.set (name_IDs[i]);
382 record.length.set (name_str_len * 2);
383 record.offset.set (0);
405 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index)); local
406 record.checkSum.set_for_data (&name, name_table_length);
407 record
[all...]
H A Dhb-ot-layout-gpos-table.hh400 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index); local
401 unsigned int mark_class = record.klass;
403 const Anchor& mark_anchor = this + record.markAnchor;
586 const PairValueRecord *record = CastP<PairValueRecord> (array); local
590 c->input->add (record->secondGlyph);
591 record = &StructAtOffset<PairValueRecord> (record, record_size);
605 const PairValueRecord *record = CastP<PairValueRecord> (array); local
610 if (buffer->info[pos].codepoint == record->secondGlyph)
613 &record
640 PairValueRecord *record = CastP<PairValueRecord> (array); local
[all...]
/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py415 record = sources[key]
416 record['size'] += size
417 record['symbol_count'] += 1
429 for record in sources:
430 entry = {'size': FormatBytes(record['size']),
431 'symbol_count': str(record['symbol_count']),
432 'location': record['path']}
455 for record in vtables:
456 entry = {'size': FormatBytes(record['size']),
457 'symbol': record['symbo
[all...]
/external/chromium_org/sync/engine/
H A Ddirectory_update_handler_unittest.cc454 attachment_metadata.record(0).id().SerializeAsString());
455 ASSERT_TRUE(attachment_metadata.record(0).is_on_server());
1159 sync_pb::AttachmentMetadataRecord* record = local_metadata.add_record(); local
1160 *record->mutable_id() = id1;
1161 record->set_is_on_server(true);
1162 record = local_metadata.add_record();
1163 *record->mutable_id() = id2;
1164 record->set_is_on_server(true);
1169 record = server_metadata.add_record();
1170 *record
[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...]
H A DDNSIncoming.java211 // Add a record, if we were able to create one.
221 // Add a record, if we were able to create one.
231 // Add a record, if we were able to create one.
274 logger.log(Level.SEVERE, "Could not find record type: " + this.print(true));
286 logger.log(Level.SEVERE, "Could not find record type. domain: " + domain + "\n" + this.print(true));
291 logger.log(Level.SEVERE, "Could not find record class. domain: " + domain + " type: " + type + "\n" + this.print(true));
312 logger.log(Level.WARNING, "PTR record of class: " + recordClass + ", there was a problem reading the service name of the answer for domain:" + domain);
354 logger.log(Level.WARNING, "There was a problem reading the OPT record. Ignoring.");
361 logger.log(Level.WARNING, "There was a problem reading the OPT record. Ignoring.");
504 for (DNSRecord record
[all...]
/external/valgrind/main/memcheck/tests/
H A Dleak-segv-jmp.stderr.exp15 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
31 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
47 1,000 bytes in 1 blocks are definitely lost in loss record ... of ...
/external/chromium_org/sync/syncable/
H A Dmutable_entry.cc257 sync_pb::AttachmentMetadataRecord* record = local
259 if (record->id().unique_id() != attachment_id.unique_id())
261 record->set_is_on_server(true);
/external/chromium_org/ui/gfx/
H A Dfont_fallback_win.cc158 CONST ENHMETARECORD* record,
161 if (record->iType == EMR_EXTCREATEFONTINDIRECTW) {
163 reinterpret_cast<const EMREXTCREATEFONTINDIRECTW*>(record);
156 MetaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int table_entries, LPARAM log_font) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
H A DAuditController.js139 WebInspector.userMetrics.AuditsStarted.record();
/external/chromium_org/tools/
H A Dmulti_process_rss.py36 def emit(self, record):
/external/chromium_org/tools/telemetry/examples/
H A Dmeasure_trace.py40 'There can\'t be more than 1 %s record' %
76 page = page_module.Page('interaction-record://%s' % label)
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1075 bool IsDerivedFrom(clang::CXXRecordDecl* record, argument
1077 return (record == base) || record->isDerivedFrom(base);
1089 clang::CXXRecordDecl* record =
1091 if (record == NULL) return false;
1093 if (!InV8Namespace(record)) return false;
1095 if (!record->hasDefinition()) return false;
1097 record = record->getDefinition();
1099 return IsDerivedFrom(record, object_decl
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dmore_settings.js36 * Used to record usage statistics.
94 this.metrics_.record(this.isExpanded ?
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_ubo_reference.cpp133 const glsl_type *struct_type = deref_record->record->type;
152 deref = deref_record->record->as_dereference();
/external/lldb/test/unittest2/test/
H A Dsupport.py132 def __init__(self, record=False, module=None):
133 self._record = record
140 args.append("record=True")
/external/mesa3d/src/glsl/
H A Dlower_ubo_reference.cpp133 const glsl_type *struct_type = deref_record->record->type;
152 deref = deref_record->record->as_dereference();
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.cpp955 static void foundStackLog(mach_stack_logging_record_t record, void *context) { argument
975 static void history_enumerator_impl(mach_stack_logging_record_t record, void* enum_obj) argument
982 data->buffer[*data->position].m_base_address = record.address;
983 data->buffer[*data->position].m_size = record.argument;
984 data->buffer[*data->position].m_event_id = record.stack_identifier;
985 data->buffer[*data->position].m_event_type = record.type_flags == stack_logging_type_alloc ? eMachMallocEventTypeAlloc :
986 record.type_flags == stack_logging_type_dealloc ? eMachMallocEventTypeDealloc :
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_server.py321 for record in self.skpdiff_records:
322 record['isRebaselined'] = self.image_map[record['baselinePath']][1].is_rebaselined
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp579 bool VisitCXXRecordDecl(CXXRecordDecl* record) { argument
580 if (record->isLambda() && !record->isImplicit())
/external/lldb/source/Expression/
H A DClangASTSource.cpp1396 DeclFromUser<const CXXRecordDecl> &record,
1400 bi = (IsVirtual ? record->vbases_begin() : record->bases_begin()),
1401 be = (IsVirtual ? record->vbases_end() : record->bases_end());
1438 ClangASTSource::layoutRecordType(const RecordDecl *record, argument
1457 record,
1458 record->getNameAsString().c_str());
1462 DeclFromParser <const RecordDecl> parser_record(record);
1495 ASTContext &parser_ast_context(record
1395 ExtractBaseOffsets(const ASTRecordLayout &record_layout, DeclFromUser<const CXXRecordDecl> &record, BaseOffsetMap &base_offsets) argument
[all...]

Completed in 853 milliseconds

<<11121314151617181920>>