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

<<11121314151617181920>>

/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontCacheWin.cpp76 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int tableEntries, LPARAM logFont) argument
78 if (record->iType == EMR_EXTCREATEFONTINDIRECTW) {
79 const EMREXTCREATEFONTINDIRECTW* createFontRecord = reinterpret_cast<const EMREXTCREATEFONTINDIRECTW*>(record);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dcomvar.sh378 typeset -A record
379 record[a]=(
387 got=${record[a]}
/macosx-10.10/emacs-93/emacs/lisp/
H A Dbookmark.el327 (defun bookmark-name-from-full-record (full-record)
329 (car full-record))
336 (lambda (full-record)
337 (bookmark-name-from-full-record full-record))
348 (defun bookmark-get-bookmark-record (bookmark)
363 (cdr (assq 'annotation (bookmark-get-bookmark-record bookmark))))
368 (let ((cell (assq 'annotation (bookmark-get-bookmark-record bookmark))))
371 (nconc (bookmark-get-bookmark-record bookmar
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDKey.cpp146 RecordHandle record, CSSM_DB_RECORDTYPE recordType,
149 mAllocator(session.allocator()), mKeyHandle(hKey), mRecord(record),
145 SDKey(SDDLSession &session, CssmKey &ioKey, KeyHandle hKey, CSSM_DB_HANDLE inDBHandle, RecordHandle record, CSSM_DB_RECORDTYPE recordType, CssmData &keyBlob) argument
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DTimelineManager.js180 // Pass the startTime as the endTime since this record type has no duration.
191 // Pass the startTime as the endTime since this record type has no duration.
253 // FunctionCall always happens as a child of another record, and since the FunctionCall record
254 // has useful info we just make the timeline record here (combining the data from both records).
293 // Pass the startTime as the endTime since this record type has no duration.
301 // Pass the startTime as the endTime since this record type has no duration.
308 // Pass the startTime as the endTime since this record type has no duration.
315 // Pass the startTime as the endTime since this record type has no duration.
322 // Pass the startTime as the endTime since this record typ
[all...]
/macosx-10.10/mDNSResponder-561.1.1/Clients/SimpleChat.VB/
H A DSimpleChat.vb92 Public Sub MyEventManager_ServiceResolved(ByVal resolver As Bonjour.DNSSDService, ByVal flags As Bonjour.DNSSDFlags, ByVal ifIndex As UInteger, ByVal fullname As String, ByVal hostname As String, ByVal port As UShort, ByVal record As Bonjour.TXTRecord) Handles MyEventManager.ServiceResolved
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c244 static DNSRecordRef record = NULL; variable
494 fprintf(stderr, "%s -q <name> <rrtype> <rrclass> (Generic query for any record type)\n", arg0);
495 fprintf(stderr, "%s -D <name> <rrtype> <rrclass>(Validate query for any record type with DNSSEC)\n", arg0);
509 fprintf(stderr, "%s -A (Test Adding/Updating/Deleting a record)\n", arg0);
510 fprintf(stderr, "%s -U (Test updating a TXT record)\n", arg0);
511 fprintf(stderr, "%s -N (Test adding a large NULL record)\n", arg0);
512 fprintf(stderr, "%s -T (Test creating a large TXT record)\n", arg0);
514 fprintf(stderr, "%s -I (Test registering and then immediately updating TXT record)\n", arg0);
781 case 0: printf("Adding Test HINFO record\n");
782 err = DNSServiceAddRecord(client, &record,
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfrunloop.py259 def record(observer, activity): function in function:TestRunLoop.testFunctions10_7
263 ref = CFRunLoopObserverCreateWithHandler(None, kCFRunLoopAllActivities, False, 0, record)
/macosx-10.10/vim-55/runtime/syntax/
H A Dmgl.vim28 syn keyword mglStruct record
/macosx-10.10/SecurityTokend-55108/lib/
H A DSecTokend.h82 CSSM_HANDLE record; // store record-id here member in struct:__anon5453
H A Dtdclient.h83 void findRecordHandle(RecordHandle record,
/macosx-10.10/SecurityTokend-55108/security_tokend_client/
H A DSecTokend.h82 CSSM_HANDLE record; // store record-id here member in struct:__anon5459
H A Dtdclient.h83 void findRecordHandle(RecordHandle record,
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/leveldb/
H A DIDBBackingStoreLevelDB.h88 bool getRecord(IDBBackingStoreTransactionLevelDB&, int64_t databaseId, int64_t objectStoreId, const IDBKey&, Vector<char>& record) WARN_UNUSED_RETURN;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DNetworkTimelineView.js161 // Skip the record if it already exists in the tree.
177 var resourceTimelineRecord = event.data.record;
/macosx-10.10/diskdev_cmds-576/vsdbutil.tproj/
H A Dvsdbutil_main.c669 struct VSDBRecord record; member in struct:VSDBEntry
878 *VolumeStatus = VOLUME_RECORDED | ConvertHexStringToULong(dbentry.record.statusFlags, sizeof(dbentry.record.statusFlags));
902 fprintf(stderr,"AddLocalVolumeUUID: found record in database; updating in place.\n");
907 fprintf(stderr,"AddLocalVolumeUUID: record not found in database; appending at end.\n");
941 fprintf(stderr, "DeleteLocalVolumeUUID: No record with matching volume UUID in DB (result = %d).\n", result);
947 fprintf(stderr, "DeleteLocalVolumeUUID: Found record with matching volume UUID...\n");
1094 fprintf(stderr, "AddVolumeRecord: Adding record for UUID #%s...\n", id);
1111 fprintf(stderr, "UpdateVolumeRecord: Updating record for UUID #%s at offset 0x%08lx in database...\n", id, (u_int32_t)dbstateptr->recordPosition);
1131 fprintf(stderr, "GetVSDBEntry: starting reading record a
[all...]
/macosx-10.10/libsecurity_ldap_dl-55003/lib/
H A DRelation.h177 // abstract class which represents a record in a relation
191 // abstract class which represents a unique identifier for a record
201 virtual void Export (CSSM_DB_UNIQUE_RECORD &record) = 0;
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.music32 02/01 RCA Victor unveils the 45 rpm record playing system, 1949
62 03/13 The Allman Brothers record their live album at the Fillmore East, 1971
69 03/26 Emerson, Lake, and Palmer record "Pictures at an Exhibition" live, 1971
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_extracted.c20 /* is suitable for Milter inspection, but the size record still
65 #include <record.h>
99 /* cleanup_extracted_process - process one extracted envelope record */
144 "unexpected record type %d in extracted envelope",
151 * Map DSN attribute name to pseudo record type so that we don't have to
202 * Extracted envelope recipient record processing.
241 msg_warn("%s: ignoring out-of-order DSN original recipient record <%.200s>",
250 msg_warn("%s: ignoring out-of-order DSN notify record <%d>",
255 msg_warn("%s: ignoring malformed dsn notify record <%.200s>",
264 msg_warn("%s: ignoring out-of-order original recipient record <
[all...]
/macosx-10.10/postfix-255/postfix/src/global/
H A Dpost_mail.c161 #include <record.h>
211 * size record.
H A Drecord.c3 /* record 3
5 /* simple typed record I/O
7 /* #include <record.h>
69 /* Each record contains a 1-byte type code (0..255), a length
72 /* rec_get_raw() retrieves a record from the named record stream
73 /* and returns the record type. The \fImaxsize\fR argument is
74 /* zero, or specifies a maximal acceptable record length.
76 /* and REC_TYPE_ERROR in case of a bad record. The result buffer is
86 /* Seek to the end-of-file upon reading a REC_TYPE_END record
[all...]
/macosx-10.10/postfix-255/postfix/src/postdrop/
H A Dpostdrop.c136 #include <record.h>
303 * record-level I/O. With that, we should also take the opportunity to
415 msg_fatal("uid=%ld: unexpected record type: %d", (long) uid, rec_type);
430 msg_warn("uid=%ld: ignoring malformed record: %s: %.200s",
450 msg_warn("uid=%ld: ignoring attribute record: %.200s=%.200s",
478 * always have at least one recipient record.
/macosx-10.10/postfix-255/postfix/src/showq/
H A Dshowq.c128 #include <record.h>
192 msg_info("record %c %s", rec_type, printable(start, '?'));
200 msg_warn("%s: malformed size record: %.100s",
245 * Therefore we keep a record of recipients found in the defer logfile,
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Ddbrec.tcl330 s record
331 t record
358 t record
380 tk_messageBox -message "Note! Pressing the record button starts recording. Releasing it stops recording. You can not just click on it." -icon warning
597 t record
H A Dvowelspace.tcl40 s record

Completed in 205 milliseconds

<<11121314151617181920>>