Searched refs:Read (Results 76 - 100 of 211) sorted by relevance

123456789

/macosx-10.9.5/bc-21/bc/bc/
H A Dscan.l245 read return(Read);
/macosx-10.9.5/libxml2-26/libxml2/
H A Dregressions.py337 ret = reader.Read()
340 ret = reader.Read()
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeGenSchedule.h68 // Read records don't currently have sequences, but it can be easily
74 CodeGenSchedRW(unsigned Idx, bool Read, const IdxVec &Seq, argument
76 Index(Idx), Name(Name), TheDef(0), IsRead(Read), IsAlias(false),
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dregressions.py337 ret = reader.Read()
340 ret = reader.Read()
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt98 Generate data in format PFORMAT and write it to PFILE. Read
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dzip.vim191 " zip#Read: {{{2
192 fun! zip#Read(fname,mode)
193 " call Dfunc("zip#Read(fname<".a:fname.">,mode=".a:mode.")")
216 " call Dret("zip#Read")
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dayacc.vim17 " Read the Ada syntax to start with
H A Dcuda.vim14 " Read the C syntax to start with
H A Dcuplsim.vim14 " Read the CUPL syntax to start with
H A Desqlc.vim14 " Read the C++ syntax to start with
H A Dncf.vim97 syn match ncfSetCommandsNum "\(Read Ahead LRU Sitting Time Threshold\)\s*="
142 syn match ncfSetCommandsBool "\(Enable Disk Read After Write Verify\)\s*="
156 syn match ncfSetCommandsBool "\(Read Ahead Enabled\)\s*="
157 syn match ncfSetCommandsBool "\(Read Fault Emulation\)\s*="
158 syn match ncfSetCommandsBool "\(Read Fault Notification\)\s*="
H A Dasmh8300.vim54 " Read the general asm syntax
H A Dautomake.vim21 " Read the Makefile syntax to start with
H A Dcweb.vim35 " Read the C/C++ syntax too; C/C++ syntax items are treated as such in the
H A Dcynlib.vim28 " Read the C++ syntax to start with - this includes the C syntax
H A Dhb.vim15 " Read the HTML syntax to start with
/macosx-10.9.5/vim-53/src/po/
H A DMake_ming.mak5 # Read the README_ming.txt file before using it.
/macosx-10.9.5/zlib-53/zlib/contrib/delphi/
H A DZLib.pas91 function Read(var Buffer; Count: Longint): Longint; override; function
120 function Read(var Buffer; Count: Longint): Longint; override; function
439 function TCompressionStream.Read(var Buffer; Count: Longint): Longint;
498 function TDecompressionStream.Read(var Buffer; Count: Longint): Longint;
507 FZRec.avail_in := FStrm.Read(FBuffer, sizeof(FBuffer));
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DUSBMassStorageClassBulkOnly.cpp317 status = GetBulkInPipe()->Read(
368 status = GetBulkInPipe()->Read ( boRequestBlock->boPhaseDesc,
H A DUSBMassStorageClassCBI.cpp183 status = GetBulkInPipe()->Read (
229 status = GetInterruptPipe()->Read ( cbiRequestBlock->cbiPhaseDesc, &cbiRequestBlock->cbiCompletion);
/macosx-10.9.5/cron-39/doc/
H A DINSTALL20 Read the comments at the top of the Makefile, then edit the area marked
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dvmsbuild.com67 $ open/Read ifile$ dummy.list
/macosx-10.9.5/swig-10/Source/DOH/
H A Ddoh.h70 #define DohRead DOH_NAMESPACE(Read)
366 #define Read DohRead macro
H A Dfio.c475 ret = Read(in, buffer, 16384);
567 * Read a single input line and return it as a string.
575 if (Read(in, &c, 1) < 0) {
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyStorage.cpp43 virtual int Read(void *buffer_, int length_);
49 int c4_PyStream::Read(void *buffer_, int length_) { function in class:c4_PyStream

Completed in 128 milliseconds

123456789