Searched refs:record (Results 101 - 125 of 518) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dwidget.py40 def record(): function
41 s2.record()
52 Button(f0, bitmap='snackRecord', fg='red', command=record).pack(side='left')
H A Dspectrogram.py15 snd.record()
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drsrc004.tcl18 puts -nonewline $oid1 "record 1xxx"
19 puts -nonewline $oid1 "record 2xxx"
21 puts $oid1 "record 1xxx"
22 puts $oid1 "record 2xxx"
24 puts -nonewline $oid1 "record 3"
29 append args " -len [string length "record 1xxx"]"
30 set match "record 3 "
34 set match "record 3"
41 # Read the last record
H A Dtxn002.tcl81 while { [gets $f record] >= 0 } {
82 set r [regexp {\[[^\]]*\]\[[^\]]*\]([^\:]*)\:} $record whl name]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DStaticPropertyAnalysis.h45 void record() function in class:JSC::StaticPropertyAnalysis
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DmdsLookupThr.cpp61 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
108 resultHand = mds.dlGetFirst(query, recordAttrs, record);
111 resultHand = mds.dlGetFirst(query, recordAttrs, NULL, record);
120 printf("doLookup: no record found\n");
124 /* we could examine the record here of we wanted to */
125 mds.dlFreeUniqueId(record);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMutationRecord.cpp126 MutationRecordWithNullOldValue(PassRefPtr<MutationRecord> record) argument
127 : m_record(record)
181 PassRefPtr<MutationRecord> MutationRecord::createWithNullOldValue(PassRefPtr<MutationRecord> record) argument
183 return adoptRef(static_cast<MutationRecord*>(new MutationRecordWithNullOldValue(record)));
/macosx-10.10/postfix-255/postfix/src/global/
H A Drec_streamlf.c5 /* record interface to stream-lf files
25 /* This module implements record I/O on top of stream-lf files.
27 /* rec_streamlf_get() reads one record from the specified stream.
31 /* of data read. The result is REC_TYPE_NORM when the record was
33 /* was found (the record was larger than \fImaxlen\fR characters or
37 /* rec_streamlf_put() writes one record to the named stream.
38 /* When the record type is REC_TYPE_NORM, a newline character is
39 /* appended to the output. The result is the record type, or
47 /* record(3) typed records
70 #include <record
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvjoin72 # the array. If there is no match ignore the record, else join the
73 # record with all records from the array and write the resulting
105 foreach record $map($key) {
107 eval lappend res $record
113 # record.
/macosx-10.10/security_ocspd-55124/server/
H A DcrlDb.cpp348 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
355 crtn = lookupPriv(dbHand, url, issuer, &verifyTime, &resultHand, &record, NULL, &dbCrl);
364 if(record != NULL) {
376 CSSM_DL_FreeUniqueRecord(dlDbHand, record);
436 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
445 &resultHand, &record,
454 CSSM_DL_DataDelete(dlDbHand, record);
455 CSSM_DL_FreeUniqueRecord(dlDbHand, record);
459 crtn = CSSM_DL_DataGetNext(dlDbHand, resultHand, NULL, NULL, &record);
465 CSSM_DL_DataDelete(dlDbHand, record);
[all...]
H A DcrlRefresh.cpp195 CSSM_DB_UNIQUE_RECORD_PTR record,
230 CSSM_DB_UNIQUE_RECORD_PTR record() { return mRecord; }; function in class:CrlInfo
253 CSSM_DB_UNIQUE_RECORD_PTR record,
260 mRecord(record)
392 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
431 &record);
448 CrlInfo *crlInfo = new CrlInfo(dlDbHand, &attrData[0], record, crlDataPtr);
459 &record);
464 rtnCrlInfo[numCrls] = new CrlInfo(dlDbHand, &attrData[0], record,
644 crl->record());
250 CrlInfo( CSSM_DL_DB_HANDLE dlDbHand, CSSM_DB_ATTRIBUTE_DATA *attrData, CSSM_DB_UNIQUE_RECORD_PTR record, CSSM_DATA_PTR crlBlob) argument
[all...]
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRepair.c51 #define SetOffset(buffer,nodesize,offset,record) (*(SInt16 *) ((Byte *) (buffer) + (nodesize) + (-2 * (record))) = (offset))
252 GPtr->CBTStat |= S_BTH; /* leaf record count changed */
295 GPtr->CBTStat |= S_BTH; // leaf record count may change - 2913311
299 * attempt because of missing thread record or missing
300 * file/folder record because of ordering of repairs
764 // Locate the map record
774 mapSize -= size; // move to next map record
776 break; // no, zero remainder of record
790 // clear the unused portion of the map record
1233 CatalogRecord record; local
1328 CatalogRecord record; local
1606 CatalogRecord record; local
1669 CatalogRecord record; local
1778 CatalogRecord record; local
1861 CatalogRecord record; local
2177 CatalogRecord record; local
2346 CatalogRecord record; local
2766 HFSPlusAttrRecord record; local
3083 CatalogRecord record; local
3413 CatalogRecord record; local
3530 HFSPlusAttrRecord record; local
5464 CatalogRecord record; local
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DTimelineRecordFactory.cpp59 RefPtr<InspectorObject> record = InspectorObject::create(); local
60 record->setNumber("startTime", startTime);
65 record->setValue("stackTrace", stackTrace->buildInspectorArray());
67 return record.release();
72 RefPtr<InspectorObject> record = InspectorObject::create(); local
73 record->setNumber("startTime", startTime);
74 record->setString("thread", threadName);
75 return record.release();
H A DInspectorTimelineAgent.cpp185 for (const TimelineRecordEntry& record : m_pendingConsoleProfileRecords) {
187 record.data->getString(ASCIILiteral("title"), &recordTitle);
206 const TimelineRecordEntry& record = m_pendingConsoleProfileRecords[i]; local
209 record.data->getString(ASCIILiteral("title"), &recordTitle);
214 TimelineRecordFactory::appendProfile(record.data.get(), profile);
216 didCompleteRecordEntry(record);
649 RefPtr<Inspector::TypeBuilder::Timeline::TimelineEvent> record = Inspector::TypeBuilder::Timeline::TimelineEvent::runtimeCast(prpRecord); local
652 sendEvent(record.release());
655 parent.children->pushObject(record.release());
659 void InspectorTimelineAgent::setFrameIdentifier(InspectorObject* record, Fram argument
705 RefPtr<InspectorObject> record = TimelineRecordFactory::createGenericRecord(timestamp(), captureCallStack ? m_maxCallStackDepth : 0); local
723 RefPtr<InspectorObject> record = TimelineRecordFactory::createGenericRecord(timestamp(), captureCallStack ? m_maxCallStackDepth : 0); local
[all...]
/macosx-10.10/dtrace-147/test/tst/common/offsetof/
H A Dtst.OffsetofArith.d40 typedef struct record {
/macosx-10.10/libsecurity_ldap_dl-55003/lib/
H A DDSX509Relation.h68 // a class representing a single open directory record, and the method to serialize it as a tuple
80 // a class representing a unique identifier for a record (in the CDSA sense)
89 virtual void Export (CSSM_DB_UNIQUE_RECORD &record);
103 unsigned long mRecordCount; // the record we are currently searching
109 Tuple* MakeTupleFromRecord (CFDataRef record); // convert a record to a tuple
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmwalkers.h52 void enumerateArray(Action &operate, Record &record, Element *& (Record::*pointer)()) argument
54 if (record.size()) {
55 Element *&root = (record.*pointer)();
56 operate.blob(root, record.size() * sizeof(Element));
57 for (uint32 ix = 0; ix < record.size(); ++ix)
58 walk(operate, record[ix]);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmwalkers.h52 void enumerateArray(Action &operate, Record &record, Element *& (Record::*pointer)()) argument
54 if (record.size()) {
55 Element *&root = (record.*pointer)();
56 operate.blob(root, record.size() * sizeof(Element));
57 for (uint32 ix = 0; ix < record.size(); ++ix)
58 walk(operate, record[ix]);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtokendatabase.h132 // CSSM-style record handles (returned by findFirst/findNext et al)
196 RefPointer<Database::Search> &search, RefPointer<Database::Record> &record,
200 CssmData *data, RefPointer<Key> &key, RefPointer<Database::Record> &record,
202 void findRecordHandle(Database::Record *record,
208 const CssmData &data, RefPointer<Database::Record> &record);
209 void modifyRecord(CSSM_DB_RECORDTYPE recordtype, Record *record,
212 void deleteRecord(Database::Record *record);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineSidebarPanel.css39 .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph {
60 .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph:hover {
64 .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph:active {
68 .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording {
72 body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph {
79 body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording {
83 body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph:hover {
88 body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.recording:hover {
92 body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record-glyph.forced {
96 body.mac-platform.legacy .sidebar > .panel.navigation.timeline > .status-bar > .record
[all...]
/macosx-10.10/autofs-246/dumpammap/
H A Ddumpammap.c13 OD_CB_REJECTED, /* this record had a problem - keep going */
100 od_print_record(ODRecordRef record) argument
112 * kODAttributeTypeAutomountInformation for this record.
119 keys = ODRecordCopyValues(record, kODAttributeTypeRecordName, &error);
123 pr_msg("od_print_record: can't get kODAttributeTypeRecordName attribute for record: %s",
132 pr_msg("od_print_record: record has no kODAttributeTypeRecordName attribute");
142 pr_msg("od_print_record: record has no kODAttributeTypeRecordName attribute");
147 values = ODRecordCopyValues(record,
153 pr_msg("od_print_record: can't get kODAttributeTypeAutomountInformation attribute for record: %s",
162 pr_msg("od_print_record: record ha
208 ODRecordRef record; local
[all...]
/macosx-10.10/pam_modules-140/modules/pam_ntlm/
H A Dpam_ntlm.c91 ODRecordRef record = NULL; local
119 retval = od_record_create_cstring(pamh, &record, user);
120 if (retval || record == NULL) {
125 array = ODRecordCopyValues(record, kODAttributeTypeAuthenticationAuthority, NULL);
196 if (record)
197 CFRelease(record);
/macosx-10.10/postfix-255/postfix/src/dns/
H A Ddns_rr.c5 /* resource record memory and list management
23 /* DNS_RR *dns_rr_copy(record)
24 /* DNS_RR *record;
26 /* DNS_RR *dns_rr_append(list, record)
28 /* DNS_RR *record;
49 /* DNS_RR *dns_rr_remove(list, record)
51 /* DNS_RR *record;
53 /* The routines in this module maintain memory for DNS resource record
56 /* dns_rr_create() creates and initializes one resource record.
66 /* dns_rr_copy() makes a copy of a resource record
334 dns_rr_remove(DNS_RR *list, DNS_RR *record) argument
[all...]
/macosx-10.10/awk-20/src/
H A Dlib.c37 char *record; variable
49 int donerec; /* 1 = record is valid (no flds have changed) */
60 if ( (record = (char *) malloc(n)) == NULL
66 fldtab[0]->sval = record;
104 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */
105 { /* note: cares whether buf == record */
145 if (c != 0 || buf[0] != '\0') { /* normal record */
149 fldtab[0]->sval = buf; /* buf == record */
184 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */
204 FATAL("input record `
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/mdsdump/
H A Dmdsdump.cpp162 * Vanilla "dump one record" routine. Assumes format of all attribute labels
231 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
268 &record);
273 printf("%s: no record found\n", relInfo->relationName);
281 printf(" record %d; numAttrs %d:\n",
285 mdsFuncs->FreeUniqueRecord(dlDb, record);
295 &record);
298 printf(" record %d; numAttrs %d:\n",
301 mdsFuncs->FreeUniqueRecord(dlDb, record);
326 CSSM_DB_UNIQUE_RECORD_PTR record local
[all...]

Completed in 297 milliseconds

1234567891011>>