Searched refs:Read (Results 26 - 50 of 211) sorted by relevance

123456789

/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dreader5.py21 while reader.Read() > 0:
H A Dreader4.py22 while reader.Read():
H A Dreadererr.py29 while reader.Read() == 1:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dreader5.py22 while reader.Read():
H A Dreader4.py17 while reader.Read():
H A Dreadererr.py24 while reader.Read() == 1:
/macosx-10.9.5/vim-53/runtime/plugin/
H A DzipPlugin.vim31 au BufReadCmd zipfile:* call zip#Read(expand("<amatch>"), 1)
32 au FileReadCmd zipfile:* call zip#Read(expand("<amatch>"), 0)
37 au BufReadCmd zipfile:*/* call zip#Read(expand("<amatch>"), 1)
38 au FileReadCmd zipfile:*/* call zip#Read(expand("<amatch>"), 0)
H A DtarPlugin.vim25 au BufReadCmd tarfile::* call tar#Read(expand("<amatch>"), 1)
26 au FileReadCmd tarfile::* call tar#Read(expand("<amatch>"), 0)
31 au BufReadCmd tarfile::*/* call tar#Read(expand("<amatch>"), 1)
32 au FileReadCmd tarfile::*/* call tar#Read(expand("<amatch>"), 0)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/sasl/
H A Dsaslclient.tcl97 fileevent $chan readable [list Read $chan ::Callback]
173 # Read --
178 proc Read {chan callback} { procedure
206 fileevent $sock readable [list Read $sock ::Callback]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCFDictionaryPropertyBag.h53 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT*, IErrorLog*);
H A DWebElementPropertyBag.h52 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Read(
H A DWebActionPropertyBag.h49 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Read(
H A DCOMPropertyBag.h55 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT*, IErrorLog*);
59 virtual HRESULT STDMETHODCALLTYPE Read(ULONG cProperties, PROPBAG2*, IErrorLog*, VARIANT* pvarValue, HRESULT* phrError);
138 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog) function in class:COMPropertyBag
165 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Read(ULONG cProperties, PROPBAG2* pPropBag, IErrorLog* pErrorLog, VARIANT* pvarValue, HRESULT* phrError) function in class:COMPropertyBag
175 phrError[i] = Read(pPropBag[i].pstrName, &pvarValue[i], pErrorLog);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Bitcode/
H A DBitstreamReader.h285 Read(static_cast<unsigned>(WordBitNo));
289 uint32_t Read(unsigned NumBits) { function in class:llvm::BitstreamCursor
308 // Read the next word from the stream.
328 if (NumBits <= 32) return Read(NumBits);
330 uint64_t V = Read(32);
331 return V | (uint64_t)Read(NumBits-32) << 32;
335 uint32_t Piece = Read(NumBits);
348 Piece = Read(NumBits);
352 // ReadVBR64 - Read a VBR that may have a value up to 64-bits in size. The
355 uint32_t Piece = Read(NumBit
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/include/
H A Dmk4io.h22 virtual int Read(void *buffer_, int length_);
42 /// Read a number of bytes
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dread_entry.c111 #define Read(buf, count) fake_read(buffer, &offset, limit, buf, count) macro
114 (Read(buf, (unsigned) (count)*2) == (int) (count)*2)
117 if ((value) % 2 != 0) Read(buf, 1)
176 if ((have = Read(ptr->term_names, want)) != want) {
188 || Read(ptr->Booleans, (unsigned) bool_count) < bool_count) {
216 if (Read(string_table, (unsigned) str_size) != str_size)
227 * Read extended entries, if any, after the normal end of terminfo data.
265 if (Read(ptr->Booleans + BOOLCOUNT, (unsigned)
291 if (Read(ptr->ext_str_table, (unsigned) ext_str_limit) != ext_str_limit)
359 * Read th
[all...]
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A DCODING2 Read this if you plan to contribute changes to the source:
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dobjcpp.vim15 " Read in C++ and ObjC syntax files
H A Dch.vim19 " Read the C syntax to start with
H A Dsdc.vim13 " Read the TCL syntax to start with
H A Dxs.vim12 " Read the C syntax to start with
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/FirefoxExtension/
H A DCDNSSDService.h82 Read
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dddest.tcl82 [mymethod Read $sock $old $done]
86 method Read {sock oldblock done} {
/macosx-10.9.5/CPANInternal-140/PlRPC/lib/RPC/PlServer/
H A DComm.pm118 # Name: Read
132 sub Read($$) { subroutine
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/lib/RPC/PlServer/
H A DComm.pm118 # Name: Read
132 sub Read($$) { subroutine

Completed in 260 milliseconds

123456789