HomeSort by relevance Sort by last modified time
    Searched full:record (Results 101 - 125 of 6429) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/
crash_upload_list_win.cc 37 EVENTLOGRECORD* record = (EVENTLOGRECORD*)&buffer[record_offset]; local
38 DCHECK(record_offset + record->Length <= bytes_read);
39 if (IsPossibleCrashLogRecord(record))
40 ProcessPossibleCrashLogRecord(record);
41 record_offset += record->Length;
58 EVENTLOGRECORD* record) const {
59 LPWSTR provider_name = (LPWSTR)((uint8*)record + sizeof(EVENTLOGRECORD));
61 record->EventType == EVENTLOG_INFORMATION_TYPE &&
62 record->NumStrings >= 1;
65 void CrashUploadListWin::ProcessPossibleCrashLogRecord(EVENTLOGRECORD* record) {
    [all...]
crash_upload_list_win.h 22 // Returns whether the event record is likely a Chrome crash log.
23 bool IsPossibleCrashLogRecord(EVENTLOGRECORD* record) const;
25 // Parses the event record and adds it to the crash list.
26 void ProcessPossibleCrashLogRecord(EVENTLOGRECORD* record);
  /external/chromium_org/device/nfc/
nfc_peer_chromeos.cc 31 // Create record objects for all records that were received before.
73 // TODO(armansito): neard currently supports pushing only one NDEF record
75 // then, report failure if |message| contains more than one record.
77 LOG(ERROR) << "Currently, pushing only 1 NDEF record is supported.";
81 const NfcNdefRecord* record = message.records()[0]; local
84 record, &attributes)) {
85 LOG(ERROR) << "Failed to extract NDEF record fields for NDEF push.";
110 // Don't create the record object yet. Instead, wait until all record
113 VLOG(1) << "Record added: " << object_path.value() << ". Waiting until
123 NfcNdefRecord* record = iter->second; local
179 NfcNdefRecord* record = new NfcNdefRecord(); local
    [all...]
nfc_tag_technology_chromeos.cc 28 // Create record objects for all records that were received before.
72 // TODO(armansito): neard currently supports writing only one NDEF record
74 // failure if |message| contains more than one record.
76 LOG(ERROR) << "Currently, writing only 1 NDEF record is supported.";
80 const NfcNdefRecord* record = message.records()[0]; local
83 record, &attributes)) {
84 LOG(ERROR) << "Failed to extract NDEF record fields for NDEF push.";
99 // Don't create the record object yet. Instead, wait until all record
102 VLOG(1) << "Record added: " << object_path.value() << ". Waiting until
113 NfcNdefRecord* record = iter->second; local
171 NfcNdefRecord* record = new NfcNdefRecord(); local
    [all...]
  /external/chromium_org/third_party/skia/tests/
RecorderTest.cpp 31 void apply(const SkRecord& record) {
32 for (unsigned i = 0; i < record.count(); i++) {
33 record.visit<void>(i, *this);
42 SkRecord record; local
43 SkRecorder recorder(&record, 1920, 1080);
48 tally.apply(record);
55 SkRecord record; local
56 SkRecorder recorder(&record, 1920, 1080);
64 tally.apply(record);
74 SkRecord record; local
97 SkRecord record; local
117 SkRecord record; local
128 SkRecord record; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePowerGraph.js 29 var record = event.data;
31 this._previousRecord = record;
37 this._counter.appendSample(this._previousRecord.timestamp, record.value);
38 this._previousRecord = record;
43 * @param {!WebInspector.TimelineModel.Record} record
45 addRecord: function(record)
  /external/smack/src/org/xbill/DNS/
RPRecord.java 8 * Responsible Person Record - lists the mail address of a responsible person
15 public class RPRecord extends Record {
24 Record
30 * Creates an RP Record from the given data
54 /** Converts the RP Record to a String */
64 /** Gets the mailbox address of the RP Record */
70 /** Gets the text domain info of the RP Record */
MBRecord.java 6 * Mailbox Record - specifies a host containing a mailbox.
17 Record
23 * Creates a new MB Record with the given data
Record.java 11 * A generic DNS resource record. The specific record types extend this class.
12 * A record contains a name, type, class, ttl, and rdata.
17 public abstract class Record implements Cloneable, Comparable, Serializable {
32 Record() {}
34 Record(Name name, int type, int dclass, long ttl) {
47 * Creates an empty record of the correct type; must be overriden
49 abstract Record
52 private static final Record
54 Record proto, rec
    [all...]
CNAMERecord.java 6 * CNAME Record - maps an alias to its real name
17 Record
32 * Gets the target of the CNAME Record
39 /** Gets the alias specified by the CNAME Record */
DNAMERecord.java 6 * DNAME Record - maps a nonterminal alias (subtree) to a different domain
17 Record
32 * Gets the target of the DNAME Record
39 /** Gets the alias specified by the DNAME Record */
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/attr/
test-record-group-sampling 2 command = record
5 [event-1:base-record]
12 [event-2:base-record]
  /external/bluetooth/bluedroid/main/
bte_conf.c 103 tBTA_DI_RECORD record; local
104 record.vendor = config_get_int(config, section_name, "vendorId", LMP_COMPID_BROADCOM);
105 record.vendor_id_source = config_get_int(config, section_name, "vendorIdSource", DI_VENDOR_ID_SOURCE_BTSIG);
106 record.product = config_get_int(config, section_name, "productId", 0);
107 record.version = config_get_int(config, section_name, "version", 0);
108 record.primary_record = config_get_bool(config, section_name, "primaryRecord", false);
109 strlcpy(record.client_executable_url, config_get_string(config, section_name, "clientExecutableURL", ""), sizeof(record.client_executable_url));
110 strlcpy(record.service_description, config_get_string(config, section_name, "serviceDescription", ""), sizeof(record.service_description))
    [all...]
  /external/chromium_org/ui/gfx/geometry/
r_tree.h 62 class Record : public RecordBase {
64 Record(const Rect& rect, const Key& key);
65 virtual ~Record();
71 DISALLOW_COPY_AND_ASSIGN(Record);
76 typedef base::hash_map<Key, Record*> RecordMap;
93 scoped_ptr<NodeBase> record; local
99 Record* existing_record = it->second;
106 record = RemoveNode(existing_record);
119 record->set_rect(rect);
124 record.reset(new Record(rect, key))
162 const Record* record = static_cast<const Record*>(*it); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb 10 Subclasses can override the record() method (which defaults to printing to
11 stdout) to record the events in a different way.
23 def record( event_message, *interpolation_arguments ) method in class:ANTLR3.Debug.TraceEventListener
29 record "(%s): number=%s", __method__, alt_number
33 record "(%s): rule=%s", __method__, rule_name
37 record "(%s): rule=%s", __method__, rule_name
41 record "(%s): decision=%s", __method__, decision_number
45 record "(%s): decision=%s", __method__, decision_number
49 record '(%s): line=%s position=%s', __method__, line, position
53 record '(%s) unique_id=%s text=%p type=%s[%s]', __method__, @adaptor.unique_id( tree )
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/doc/
log_format.txt 5 block := record* trailer?
6 record :=
12 A record never starts within the last six bytes of a block (since it
17 non-zero length record is added, the writer must emit a FIRST record
22 More types may be added in the future. Some Readers may skip record
31 The FULL record contains the contents of an entire user record.
35 FIRST is the type of the first fragment of a user record, LAST is the
36 type of the last fragment of a user record, and MID is the type of al
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 104 /// ConvertToString - Convert a string from a record into an std::string, return
107 static bool ConvertToString(SmallVector<uint64_t, 64> &Record, unsigned Idx,
109 if (Idx > Record.size())
112 for (unsigned i = Idx, e = Record.size(); i != e; ++i)
113 Result += (char)Record[i];
476 SmallVector<uint64_t, 64> Record;
490 case BitstreamEntry::Record:
495 // Read a record.
496 Record.clear();
497 switch (Stream.readRecord(Entry.ID, Record)) {
    [all...]
  /external/skia/src/core/
SkRecordOpts.cpp 16 void SkRecordOptimize(SkRecord* record) {
18 SkRecordNoopCulls(record);
19 SkRecordNoopSaveRestores(record);
21 //SkRecordNoopSaveLayerDrawRestores(record);
23 SkRecordAnnotateCullingPairs(record);
24 SkRecordReduceDrawPosTextStrength(record); // Helpful to run this before BoundDrawPosTextH.
25 SkRecordBoundDrawPosTextH(record);
35 // record, and [begin,end) span of the commands that matched.
37 static bool apply(Pass* pass, SkRecord* record) {
42 while (pattern.search(record, &begin, &end))
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 61 /// ConvertToString - Convert a string from a record into an std::string, return
64 static bool ConvertToString(ArrayRef<uint64_t> Record, unsigned Idx,
66 if (Idx > Record.size())
69 for (unsigned i = Idx, e = Record.size(); i != e; ++i)
70 Result += (char)Record[i];
495 SmallVector<uint64_t, 64> Record;
509 case BitstreamEntry::Record:
514 // Read a record.
515 Record.clear();
516 switch (Stream.readRecord(Entry.ID, Record)) {
    [all...]
  /external/chromium_org/net/dns/
mdns_cache.cc 64 MDnsCache::Key MDnsCache::Key::CreateFor(const RecordParsed* record) {
65 return Key(record->type(),
66 record->name(),
67 GetOptionalFieldForRecord(record));
92 scoped_ptr<const RecordParsed> record) {
93 Key cache_key = Key::CreateFor(record.get());
96 if (record->ttl() == 0 && mdns_cache_.find(cache_key) == mdns_cache_.end())
99 base::Time new_expiration = GetEffectiveExpiration(record.get());
111 if (record->ttl() != 0 && !record->IsEqual(other_record, true))
164 const RecordParsed* record = i->second; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
JsDocValidator.java 58 for (ValidatorContext.MessageRecord record : records) {
59 entries.add(new LogEntry(context.scriptFileName, record));
64 System.err.println(entry.record.text);
76 private final ValidatorContext.MessageRecord record; field in class:JsDocValidator.LogEntry
78 LogEntry(String fileName, ValidatorContext.MessageRecord record) {
80 this.record = record;
89 return Integer.compare(record.position, other.record.position);
94 return 17 + fileName.hashCode() * 3 + this.record.hashCode() * 5
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
ContextTrackingState.java 43 void pushTypeRecord(TypeRecord record) {
44 typeRecords.addLast(record);
51 void pushFunctionRecord(FunctionRecord record) {
52 functionRecords.addLast(record);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
sched-migration-record 2 perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@
  /external/llvm/test/YAMLParser/
spec-02-16.data 6 home run record in 1998.
  /external/llvm/test/tools/llvm-objdump/
coff-non-null-terminated-file.test 1 RUN: yaml2obj %p/Inputs/file-aux-record.yaml | llvm-objdump -t - | FileCheck %s

Completed in 4520 milliseconds

1 2 3 45 6 7 8 91011>>