Searched refs:record (Results 1 - 25 of 518) sorted by relevance

1234567891011>>

/macosx-10.10/dtrace-147/test/tst/common/offsetof/
H A Dtst.OffsetofUnion.d40 union record {
48 printf("offsetof(record, x) = %d\n", offsetof(union D`record, x));
49 printf("offsetof(record, y) = %d\n", offsetof(union D`record, y));
50 printf("offsetof(record, c) = %d\n", offsetof(union D`record, c));
55 /(0 != offsetof(union D`record, y)) && (0 != offsetof(union D`record, x)) &&
56 (0 != offsetof(union D`record,
[all...]
H A Derr.D_UNKNOWN.OffsetofNULL.d38 struct record {
46 printf("offsetof (struct record, NULL): %d\n",
47 offsetof (struct record, NULL));
/macosx-10.10/dtrace-147/test/tst/common/struct/
H A Derr.D_ADDROF_VAR.StructPointer.d39 struct record {
45 struct record var;
46 struct record *ptr;
H A Derr.D_DECL_INCOMPLETE.circular.d41 struct record {
49 struct record r;
54 struct record rec;
H A Derr.D_DECL_INCOMPLETE.recursive.d38 struct record {
39 struct record rec;
44 struct record r1;
45 struct record r2;
H A Dtst.StructAssoc.d41 struct record {
46 struct record r1;
47 struct record r2;
H A Derr.D_DECL_INCOMPLETE.simple.d41 struct record {
48 struct record rec;
H A Derr.D_DECL_COMBO.StructWithoutColon.d45 struct record {
57 struct record rec;
/macosx-10.10/dtrace-147/test/tst/common/union/
H A Derr.D_ADDROF_VAR.UnionPointer.d39 union record {
45 union record var;
46 union record *ptr;
H A Derr.D_DECL_INCOMPLETE.circular.d40 union record {
48 union record r;
53 union record rec;
H A Derr.D_DECL_INCOMPLETE.recursive.d38 union record {
39 union record rec;
44 union record r1;
45 union record r2;
H A Dtst.UnionAssoc.d41 union record {
46 union record r1;
47 union record r2;
H A Derr.D_DECL_INCOMPLETE.simple.d40 union record {
47 union record rec;
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DRegisterRecordListener.java26 /** Called when a record registration succeeds.<P>
28 @param record
35 void recordRegistered( DNSRecord record, int flags); argument
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DTimeline.js35 RecordAdded: "timeline-record-added",
72 addRecord: function(record)
74 if (record.updatesDynamically)
75 record.addEventListener(WebInspector.TimelineRecord.Event.Updated, this._recordUpdated, this);
77 this._records.push(record);
79 this._updateTimesIfNeeded(record);
81 this.dispatchEventToListeners(WebInspector.Timeline.Event.RecordAdded, {record: record});
86 _updateTimesIfNeeded: function(record)
90 if (isNaN(this._startTime) || record
[all...]
H A DNetworkTimeline.js51 addRecord: function(record)
53 console.assert(record instanceof WebInspector.ResourceTimelineRecord);
56 if (this._resourceRecordMap.has(record.resource))
59 this._resourceRecordMap.set(record.resource, record);
61 WebInspector.Timeline.prototype.addRecord.call(this, record);
H A DTimelineRecording.js97 addRecord: function(record)
99 // Add the record to the global timeline by type.
100 this._timelines.get(record.type).addRecord(record);
103 if (record.type === WebInspector.TimelineRecord.Type.Network)
106 // Add the record to the source code timelines.
108 var sourceCode = record.sourceCodeLocation ? record.sourceCodeLocation.sourceCode : activeMainResource;
117 var key = this._keyForRecord(record);
120 sourceCodeTimeline = new WebInspector.SourceCodeTimeline(sourceCode, record
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/bench/
H A Dbench_wcsv.tcl42 # 1st record: #shells
43 # 2nd record to #shells+1: Interpreter data (id, version, path)
75 set record {}
76 lappend record $n
77 lappend record $desc
80 lappend record $DATA([list usec $desc $ip])
82 lappend record {}
85 lappend CSV [csv::join $record]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLayoutTimelineOverviewGraph.css26 .timeline-overview-graph.layout > .timeline-record-bar {
31 .timeline-overview-graph.layout > .timeline-record-bar > .segment {
H A DScriptTimelineOverviewGraph.css26 .timeline-overview-graph.script > .timeline-record-bar {
31 .timeline-overview-graph.script > .timeline-record-bar > .segment {
H A DTimelineRecordBar.css26 .timeline-record-bar {
31 .timeline-record-bar > .segment {
41 .timeline-record-bar:not(.has-inactive-segment) > .segment {
46 .timeline-record-bar > .segment.inactive {
50 .timeline-record-bar > .segment.inactive,
51 .timeline-record-bar.unfinished > .segment {
57 .timeline-record-bar.has-inactive-segment > .segment:not(.inactive) {
62 :focus .selected .timeline-record-bar > .segment {
67 :focus .selected .timeline-record-bar > .segment.inactive {
71 :focus .selected .timeline-record
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOAccelerator.cpp133 IOAccelIDRecord * record; local
140 record,
144 if (--record->retain)
145 record->task_link.next = 0;
149 record,
153 IODelete(record, IOAccelIDRecord, 1);
188 IOAccelIDRecord * record; local
191 record = IONew(IOAccelIDRecord, 1);
192 record->retain = 1;
225 record
268 IOAccelIDRecord * record; local
313 IOAccelIDRecord * record; local
338 IOAccelIDRecord * record; local
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DTimelineObserver.js36 eventRecorded: function(record)
38 WebInspector.timelineManager.eventRecorded(record);
/macosx-10.10/Heimdal-398.1.2/lib/akadmin/
H A DHeimODAdmin.h89 int HeimODCreatePrincipalData(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFStringRef principal, CFErrorRef *error);
90 int HeimODRemovePrincipalData(ODNodeRef node, ODRecordRef record, CFStringRef principal, CFErrorRef *error);
93 int HeimODSetKerberosFlags(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error);
94 CFArrayRef HeimODCopyKerberosFlags(ODNodeRef node, ODRecordRef record, CFErrorRef *error); /* return set flags */
95 int HeimODClearKerberosFlags(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error);
99 HeimODSetACL(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error);
101 HeimODCopyACL(ODNodeRef node, ODRecordRef record, CFErrorRef *error);
103 HeimODClearACL(ODNodeRef node, ODRecordRef record, CFTypeRef flags, CFErrorRef *error);
105 /* Mange server aliases for this record */
106 int HeimODAddServerAlias(ODNodeRef node, ODRecordRef record, CFStringRe
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dbtlog.c67 size_t btrecord_btdepth; /* BT entries per record */
70 btlog_recordindex_t head; /* active record list */
172 btlog_record_t *record = lookup_btrecord(btlog, recindex); local
173 btlog->freelist = record->next;
189 btlog_record_t *record = lookup_btrecord(btlog, recindex); local
190 btlog->head = record->next;
208 btlog_record_t *record = lookup_btrecord(btlog, btlog->tail); local
209 record->next = recindex;
223 btlog_record_t *record; local
229 /* If there's a free record, us
261 btlog_record_t *record; local
[all...]

Completed in 312 milliseconds

1234567891011>>