Searched refs:Read (Results 51 - 75 of 211) sorted by relevance

123456789

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DMemoryStream.h52 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Read(
H A DCFDictionaryPropertyBag.cpp157 HRESULT STDMETHODCALLTYPE CFDictionaryPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:CFDictionaryPropertyBag
H A DDefaultPolicyDelegate.cpp110 if (SUCCEEDED(actionInformation->Read(WebActionNavigationTypeKey, &var, 0))) {
H A DMemoryStream.cpp89 HRESULT STDMETHODCALLTYPE MemoryStream::Read( function in class:MemoryStream
H A DWebActionPropertyBag.cpp109 HRESULT STDMETHODCALLTYPE WebActionPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:WebActionPropertyBag
H A DWebDatabaseManager.cpp68 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog);
118 HRESULT STDMETHODCALLTYPE DatabaseDetailsPropertyBag::Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog*) function in class:DatabaseDetailsPropertyBag
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DEndianTest.cpp22 TEST(Endian, Read) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLint.cpp61 static unsigned Read = 1; member in namespace:__anon10086::MemRef
252 Ty, MemRef::Read | MemRef::Write);
282 MemRef::Read);
306 MemRef::Read);
324 0, 0, MemRef::Read | MemRef::Write);
330 0, 0, MemRef::Read);
334 0, 0, MemRef::Read | MemRef::Write);
342 0, 0, MemRef::Read | MemRef::Write);
398 if (Flags & MemRef::Read) {
466 I.getType(), MemRef::Read);
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp11 // llvm-bcanalyzer [options] - Read LLVM bitcode from stdin
12 // llvm-bcanalyzer [options] x.bc - Read LLVM bitcode from the x.bc file
321 /// ParseBlock - Read a block, updating statistics, etc.
363 // Read all the records for this block.
370 // Read the code for this record.
476 // Read the input file.
499 // Read the stream signature.
501 Signature[0] = Stream.Read(8);
502 Signature[1] = Stream.Read(8);
503 Signature[2] = Stream.Read(
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/
H A DMakefile.PL74 Read more about the changes in "relationship_attrs" in:
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DGamepadsQt.cpp72 m_notifier = new QSocketNotifier(m_fileDescriptor, QSocketNotifier::Read, this);
123 m_gamepadsNotifier = new QSocketNotifier(udev_monitor_get_fd(m_gamepadsMonitor), QSocketNotifier::Read, this);
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/FirefoxExtension/
H A DCDNSSDService.cpp137 m_job = PR_QueueJob_Read( m_threadPool, &m_iod, Read, this, PR_FALSE );
269 CDNSSDService::Read( void * arg ) function in class:CDNSSDService
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcpp.vim14 " Read the C syntax to start with
H A Dcynpp.vim31 " Read the Cynlib syntax to start with - this includes the C++ syntax
H A Dhastepreproc.vim19 " Read the C syntax to start with
H A Dpyrex.vim15 " Read the Python syntax to start with
H A Drpcgen.vim16 " Read the C syntax to start with
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp274 ior = me->fCommPipe->Read(me->fCommPipeMDP, &me->fCommCompletionInfo, NULL);
277 XTRACE(me, 0, rc, "commReadComplete - Read io error");
746 // Read the comm interrupt pipe for status
752 rtn = fCommPipe->Read(fCommPipeMDP, &fCommCompletionInfo, NULL);
1314 rtn = fCommPipe->Read(fCommPipeMDP, &fCommCompletionInfo, NULL);
1317 XTRACE(this, 0, rtn, "message - Read for interrupt-in pipe failed, still dead");
1330 rtn = fCommPipe->Read(fCommPipeMDP, &fCommCompletionInfo, NULL);
1333 XTRACE(this, 0, rtn, "message - Read for interrupt-in pipe failed, still dead");
/macosx-10.9.5/CPANInternal-140/JSON-XS/bin/
H A Djson_xs29 Read a file in the given format from STDIN.
89 Read the serialised Storable file F<file> and print a human-readable JSON
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DIsochronousDataHandler.k.h84 EXTERN_API( ComponentResult ) ADD_IDH_BASENAME(Read) (IDH_GLOBALS() ADD_IDH_COMMA IDHParameterBlock * pb);
/macosx-10.9.5/rsync-42/rsync/support/
H A Dfile-attr-restore157 -m, --map=FILE Read user/group mappings from FILE
/macosx-10.9.5/zlib-53/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs154 public override int Read(byte[] buffer, int offset, int count) method in class:DotZLib.GZipStream
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/bin/
H A Djson_xs29 Read a file in the given format from STDIN.
116 Read the serialised Storable file F<file> and print a human-readable JSON
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_crypto.in84 echo Read 50 kilobyte random data
/macosx-10.9.5/bc-21/bc/bc/
H A Dbc.y80 %token <i_value> Scale Ibase Obase Auto Read
616 | Read '(' ')'

Completed in 218 milliseconds

123456789