Searched refs:record (Results 251 - 275 of 518) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A DtkSnack.py258 """Pause current record/play operation. Next pause invocation
259 resumes play/record."""
287 def record(self, **kw): member in class:Sound
289 self.tk.call((self.name, 'record') + self._options(kw))
310 """Stops current play or record operation."""
520 command=self.record).pack(side='left')
536 def record(self): member in class:SoundFrame
537 self.sound.record()
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DWaveform.tcl50 s record
H A Dpitch.tcl36 s record
H A Dwidget.tcl56 button .f0.br -image snackRecord -command {s2 record ; Timer}
119 pack [button .f5.b3 -text "record" -command {Run record.tcl}] -side left
/macosx-10.10/tcl-105/tcl_ext/snack/snack/python/
H A DtkSnack.py258 """Pause current record/play operation. Next pause invocation
259 resumes play/record."""
287 def record(self, **kw): member in class:Sound
289 self.tk.call((self.name, 'record') + self._options(kw))
310 """Stops current play or record operation."""
520 command=self.record).pack(side='left')
536 def record(self): member in class:SoundFrame
537 self.sound.record()
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dada.vim115 \ s:notend . '\<record\>:\<end\>\s\+\<record\>'
/macosx-10.10/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl164 of the specified key's data record are replaced by the data specified
166 than the length of the supplied data, the record will grow; if
167 m4_arg(dlen) is larger than the length of the supplied data, the record
168 will shrink. If the specified bytes do not exist, the record will be
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGJITCompiler.h67 // A record of a call out from JIT code that needs linking to a helper function.
215 void addIn(const InRecord& record) argument
217 m_ins.append(record);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-48-split.c136 static int process(tls_stream_parser_ctx_t ctx, tls_buffer record) argument
140 // printf("processing record len=%zd, type=%d\n", record.length, record.data[0]);
141 if(record.data[0]==tls_record_type_AppData) {
143 // printf("record count = %d\n", handle->write_counter);
/macosx-10.10/cups-408/cups/everywhere/
H A Dbonjour-tests.bat134 :: B-2. IPP TXT keys test: The IPP TXT record contains all required keys.
161 :: B-4. IPP TXT values test: The IPP TXT record values match the reported IPP attribute values.
224 :: B-5.3 IPPS TXT keys test: The TXT record for IPPS contains all required keys
261 :: B-5.5 IPPS TXT values test: The TXT record values for IPPS match the reported IPPS attribute values.
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DBTreePrivate.h62 //�� where is minimum record size enforced?
145 UInt32 numValidHints; // Hint used to find correct record.
278 FSBufferDescriptor *record,
284 FSBufferDescriptor *record,
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkNotebook.c198 void *record = ckalloc(sizeof(Tab)); local
199 memset(record, 0, sizeof(Tab));
201 if (Tk_InitOptions(interp, record, optionTable, slaveWindow) != TCL_OK) {
202 ckfree(record);
206 return record;
211 void *record = tab; local
212 Tk_FreeConfigOptions(record, nb->notebook.paneOptionTable, nb->core.tkwin);
213 ckfree(record);
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h156 // where is minimum record size enforced?
229 u_int32_t numValidHints; // Hint used to find correct record.
350 FSBufferDescriptor *record,
356 FSBufferDescriptor *record,
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_private.h95 * Success/failure conditions for the conversion of a kernel audit record to
103 * Defines for the kernel audit record k_ar_commit field. Flags are set to
104 * indicate what sort of record it is, and which preselection mechanism
194 /* Audit record header. */
290 * Arguments in the audit record are initially not defined; flags are set to
306 * In-kernel version of audit record; the basic record plus queue meta-data.
307 * This record can also have a pointer set to some opaque data that will be
338 * Kernel versions of the libbsm audit record functions.
432 int sorf, int trail_select, void *record, u_in
[all...]
H A Daudit_pipe.c118 * uiomove() is called to copy out the current head record's data
119 * while the record remains in the queue, so we prevent other threads
134 * first record in the queue. The number of bytes available for
160 * Current pending record list. Protected by a combination of ap_mtx
162 * remove a record from the head of the queue, as an in-progress read
189 * Global list of audit pipes, rwlock to protect it. Individual record
252 static u_int64_t audit_pipe_drops; /* Global record drop count. */
379 * Determine whether a specific audit pipe matches a record with these
422 * Determine whether there exists a pipe interested in a record with specific
451 * Append individual record t
456 audit_pipe_append(struct audit_pipe *ap, void *record, u_int record_len) argument
507 audit_pipe_submit(au_id_t auid, au_event_t event, au_class_t class, int sorf, int trail_select, void *record, u_int record_len) argument
541 audit_pipe_submit_user(void *record, u_int record_len) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/VMS/
H A Dmkshared.com130 $! The record writer routine
221 $! The record writer routine for VAX functions
231 $! The record writer routine for VAX variables (should never happen!)
/macosx-10.10/SecurityTokend-55108/mig/
H A Dtokend.defs74 out search: SearchHandle; out record: RecordHandle);
80 out record: RecordHandle);
95 routine deleteRecord(TOKEND_PORTS; in record: RecordHandle);
/macosx-10.10/vim-55/runtime/syntax/
H A Derlang.vim103 syn keyword erlangBIF reference record
129 syn match erlangDirective "-module\|-record\|-undef"
165 syn keyword erlangReserved record record_index record_info
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/tests/
H A DtclAEDesc.test179 test tclAEDesc-5.3 {tclAE::createList as record} {macOnly tclAE} {
306 test tclAEDesc-11.3 {tclAE::getDescType from record} {macOnly tclAE} {
403 test tclAEDesc-15.5 {tclAE::getNthData from record} {macOnly tclAE} {
431 test tclAEDesc-16.4 {tclAE::getNthDesc from record} {macOnly tclAE} {
466 test tclAEDesc-20.4 {tclAE::putData in record} {macOnly tclAE} {
498 test tclAEDesc-21.4 {tclAE::putDesc in record} {macOnly tclAE} {
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_resize.c1147 int lockflags; /* Locks that reclaim and split code should grab before modifying the extent record */
1149 u_int32_t recStartBlock; /* File allocation block number (FABN) for current extent record */
1151 struct filefork *catalog_fp; /* If non-NULL, extent is from catalog record */
1152 union record { union in struct:hfs_reclaim_extent_info
1153 HFSPlusExtentRecord overflow;/* Extent record from overflow extents btree */
1154 HFSPlusAttrRecord xattr; /* Attribute record for large EAs */
1155 } record; member in struct:hfs_reclaim_extent_info
1156 HFSPlusExtentDescriptor *extents; /* Pointer to current extent record being processed.
1157 * For catalog extent record, points to the correct
1159 * record, o
[all...]
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Ddigest-service.c737 ODRecordRef record = NULL; local
792 record = ODNodeCopyRecord(c->node, kODRecordTypeUsers,
794 if (record == NULL) {
800 values = ODRecordCopyValues(record, kODAttributeTypeMetaNodeLocation, NULL);
814 b = ODRecordVerifyPasswordExtended(record,
884 if (record)
885 CFRelease(record);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp207 auto record = std::make_unique<Record>(); local
208 record->frameID = frameID;
209 record->originIdentifier = originIdentifier;
210 record->databaseName = databaseName;
211 record->displayName = displayName;
212 record->currentQuota = currentQuota;
213 record->currentOriginUsage = currentOriginUsage;
214 record->currentDatabaseUsage = currentDatabaseUsage;
215 record->expectedUsage = expectedUsage;
216 record
220 add(std::unique_ptr<ExceededDatabaseQuotaRecords::Record> record) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A DDatabaseSession.cpp218 secdebug("dbsession", "CreateRelation from handle %ld of record type %X with relation name %s", inDbHandle, inRelationID, inRelationName);
473 DumpUniqueRecord(const CSSM_DB_UNIQUE_RECORD &record) argument
478 switch (record.RecordLocator.IndexType)
495 switch (record.RecordLocator.IndexedDataLocation)
520 DumpAttributeInfo(record.RecordLocator.Info);
523 // put the record ID into hex
527 for (i = 0; i < record.RecordIdentifier.Length; ++i)
529 sprintf(hexBuffer, "%02X", record.RecordIdentifier.Data[i]);
586 secdebug("dbsession", "Out record identifier:");
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A DDatabaseSession.cpp218 secdebug("dbsession", "CreateRelation from handle %ld of record type %X with relation name %s", inDbHandle, inRelationID, inRelationName);
473 DumpUniqueRecord(const CSSM_DB_UNIQUE_RECORD &record) argument
478 switch (record.RecordLocator.IndexType)
495 switch (record.RecordLocator.IndexedDataLocation)
520 DumpAttributeInfo(record.RecordLocator.Info);
523 // put the record ID into hex
527 for (i = 0; i < record.RecordIdentifier.Length; ++i)
529 sprintf(hexBuffer, "%02X", record.RecordIdentifier.Data[i]);
586 secdebug("dbsession", "Out record identifier:");
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcspwrap.c3081 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
3119 &record);
3128 return record;
3140 CSSM_DB_UNIQUE_RECORD_PTR record; local
3153 record = dlLookup(dlDbHand,
3159 if(record == NULL) {
3164 CSSM_DL_FreeUniqueRecord(dlDbHand, record);
3178 CSSM_DB_UNIQUE_RECORD_PTR record; local
3205 record = dlLookup(dlDbHand,
3211 if(record
[all...]

Completed in 379 milliseconds

<<11121314151617181920>>