Searched refs:Read (Results 151 - 175 of 211) sorted by relevance

123456789

/macosx-10.9.5/vim-53/src/
H A Dos_amiga.c168 len = Read(raw_in, (char *)buf, (long)maxlen / input_conv.vc_factor);
170 len = Read(raw_in, (char *)buf, (long)maxlen);
/macosx-10.9.5/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1346 ior = me->fpInPipe->Read( me->fpPipeInMDP, &me->fReadCompletionInfo, NULL ); // start a read
1359 ior = me->fpInterruptPipe->Read( me->fpinterruptPipeMDP, &me->finterruptCompletionInfo, NULL );
1366 /* Read returned with error OR next interrupt read failed to be queued: */
1443 ior = me->fpInPipe->Read( me->fpPipeInMDP, &me->fReadCompletionInfo, NULL );
1456 /* Read returned with error */
1770 rtn = fpInterruptPipe->Read(fpinterruptPipeMDP, &finterruptCompletionInfo, NULL );
1772 else { // Read the data-in bulk pipe if not using interrupts
1773 rtn = fpInPipe->Read(fpPipeInMDP, 1000, 1000, &fReadCompletionInfo, NULL );
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp256 Log( "AppleUSBCDCACMData: USBLogData - Read Complete, address = %8p, size = %8d\n", (void *)buf, (UInt)Count );
339 Log( "AppleUSBCDCACMData: dumpData - Read Complete, address = %8p, size = %8d\n", (void *)buf, (UInt)Count );
799 XTRACE(this, fPort.holdQueueIndxIn, fPort.holdQueueIndxOut, "CheckHold - Read issued");
800 ior = fPort.InPipe->Read(buffs->pipeMDP, &buffs->completionInfo, NULL);
803 XTRACE(this, fPort.holdQueueIndxOut, ior, "CheckHold - Read io err");
908 XTRACE(me, 0, me->fPort.holdQueueIndxIn, "dataReadComplete - Read issued");
909 ior = me->fPort.InPipe->Read(buffs->pipeMDP, &buffs->completionInfo, NULL);
912 XTRACEP(me, buffs, ior, "dataReadComplete - Read io err");
915 XTRACEP(me, buffs, me->fPort.InPipe, "dataReadComplete - Read posted");
920 XTRACEP(me, buffs, me->fPort.InPipe, "dataReadComplete - Read aborte
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVFamilyLib.c565 #pragma mark ���������� DV Isoch Read Calls ����������
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Djapan-util.el319 "Read a Hiragana string from the minibuffer, prompting with string PROMPT.
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/include/
H A Dmk4.h778 virtual int Read(void *, int) = 0;
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A DREADME163 Read the specified record (DbRecord_init will be called
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl38 -config file Read configurations from this file (default: none)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Daspvbs.vim110 syn keyword AspVBSMethods contained OpenTextFile Raise Read ReadAll ReadLine Remove
H A Dbasic.vim57 syn keyword basicStatement RANDOMIZE randomize Randomize READ read Read
H A Dia64.vim30 " Read the MASM syntax to start with
H A Dlscript.vim161 syn keyword lscriptFunction Random Read Shared Step UChr UChr$ Uni Unicode
H A Dsplint.vim26 " Read the C syntax to start with
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSource.pm497 Read-only accessor which returns the list of primary keys, supplied by
616 Read-only accessor which returns a hash of unique constraints on this
/macosx-10.9.5/emacs-92/emacs/
H A Dconfig.bat53 echo [Read the script before you run it.]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex220 \multicolumn{2}{|p{\markdblcolwidth}|}{{\bf ``Read'' Marks.}
245 R & {\bf Read} (viewed in actuality).\\
389 nnmbox, nnbabyl, nnml, nnmh, or nnfolder. Read about it in the online info
1010 Read about Adaptive Scoring in the online info.\\*
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.cpp626 while ( ( bytes = in.Read( buffer, sizeof(buffer) ) ) > 0 )
650 while ( ( bytes = in.Read(buffer, sizeof( buffer ) ) ) > 0 )
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm142 ; Read from file
/macosx-10.9.5/vim-53/runtime/indent/
H A Ddtd.vim233 " parameter entity. Read another token to determine the entity name and,
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.h176 IOReturn Read(
H A DIOFireWireLibDevice.cpp575 Device::Read( function in class:IOFireWireLib::Device
2169 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->Read(device, *addr, buf, size, failOnReset, generation) ;
/macosx-10.9.5/bc-21/bc/bc/
H A Dbc.c32 #define Read 281 macro
209 "Obase","Auto","Read","Warranty","Halt","Last","Continue","Print","Limits","UNARY_MINUS",
867 /* Read a lookahead token if we need one and don't already have one. */
H A Dscan.c1137 return(Read);
1597 /* Read in more data. */
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddllwrap.c476 fprintf (file, _(" @<file> Read options from <file>\n"));
502 fprintf (file, _(" --base-file <basefile> Read linker generated base file\n"));
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1618 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
1636 inline int Read(int fd, void* buf, unsigned int count) { function in namespace:testing::internal::posix

Completed in 334 milliseconds

123456789