Searched refs:Read (Results 1 - 25 of 424) sorted by last modified time

1234567891011>>

/external/webrtc/src/
H A Dcommon_types.h33 virtual int Read(void *buf,int len) = 0;
/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h64 virtual int Read(void* buf, int length) = 0;
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc190 int FileWrapperImpl::Read(void* buf, int length) function in class:webrtc::FileWrapperImpl
H A Dfile_impl.h40 virtual int Read(void* buf, int length);
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dwpagui.ui.h230 QSocketNotifier::Read, this);
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp395 QSocketNotifier::Read, this);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp394 QSocketNotifier::Read, this);
/external/zlib/src/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));
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs154 public override int Read(byte[] buffer, int offset, int count) method in class:DotZLib.GZipStream
/external/zlib/src/
H A Dmake_vms.com478 $! Read list of core library sources from makefile.in and create options
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebRequest.cpp320 // Read returns false on error and size of 0 on eof.
531 // Read ok, forward buffer to webcore
540 ASSERT(m_networkBuffer == 0, "Read called with a nonzero buffer");
544 return m_request->Read(m_networkBuffer, kInitialReadBufSize, bytesRead);
549 // Called when the a Read of the response body is completed after an
550 // IO_PENDING status from a Read() call.
552 // to Read() previously.
/external/webkit/Source/WebKit/win/
H A DCFDictionaryPropertyBag.cpp157 HRESULT STDMETHODCALLTYPE CFDictionaryPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:CFDictionaryPropertyBag
H A DCFDictionaryPropertyBag.h53 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT*, IErrorLog*);
H A DCOMPropertyBag.h53 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT*, IErrorLog*);
57 virtual HRESULT STDMETHODCALLTYPE Read(ULONG cProperties, PROPBAG2*, IErrorLog*, VARIANT* pvarValue, HRESULT* phrError);
136 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog) function in class:COMPropertyBag
163 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Read(ULONG cProperties, PROPBAG2* pPropBag, IErrorLog* pErrorLog, VARIANT* pvarValue, HRESULT* phrError) function in class:COMPropertyBag
173 phrError[i] = Read(pPropBag[i].pstrName, &pvarValue[i], pErrorLog);
H A DDefaultPolicyDelegate.cpp109 if (SUCCEEDED(actionInformation->Read(WebActionNavigationTypeKey, &var, 0))) {
H A DMemoryStream.cpp89 HRESULT STDMETHODCALLTYPE MemoryStream::Read( function in class:MemoryStream
H A DMemoryStream.h52 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Read(
H A DWebActionPropertyBag.cpp109 HRESULT STDMETHODCALLTYPE WebActionPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:WebActionPropertyBag
H A DWebActionPropertyBag.h49 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Read(
H A DWebDatabaseManager.cpp66 virtual HRESULT STDMETHODCALLTYPE Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog* pErrorLog);
116 HRESULT STDMETHODCALLTYPE DatabaseDetailsPropertyBag::Read(LPCOLESTR pszPropName, VARIANT* pVar, IErrorLog*) function in class:DatabaseDetailsPropertyBag
H A DWebElementPropertyBag.cpp112 HRESULT STDMETHODCALLTYPE WebElementPropertyBag::Read(LPCOLESTR pszPropName, VARIANT *pVar, IErrorLog * /*pErrorLog*/) function in class:WebElementPropertyBag
H A DWebElementPropertyBag.h52 virtual /* [local] */ HRESULT STDMETHODCALLTYPE Read(
H A DWebFrame.cpp595 if (SUCCEEDED(data->Read(dataBuffer.data(), static_cast<ULONG>(dataBuffer.size()), &read)))
H A DWebHTMLRepresentation.cpp294 hr = data->Read(dataBuffer.data(), static_cast<ULONG>(dataBuffer.size()), &read);
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
H A DConnectionUnix.cpp289 m_socketNotifier = m_connectionQueue.registerSocketEventHandler(m_socketDescriptor, QSocketNotifier::Read, WorkItem::create(this, &Connection::readyReadHandler));

Completed in 1489 milliseconds

1234567891011>>