HomeSort by relevance Sort by last modified time
    Searched defs:Write (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 73 // Write Fst magic number and Fst header.
74 bool FstHeader::Write(ostream &strm, const string &source) const {
85 LOG(ERROR) << "FstHeader::Write: write failed: " << source;
symbol-table.cpp 128 bool SymbolTableImpl::Write(ostream &strm) const {
142 LOG(ERROR) << "SymbolTable::Write: write failed";
150 strm.write(line, strlen(line));
154 LOG(ERROR) << "SymbolTable::WriteText: write failed";
float-weight.h 50 ostream &Write(ostream &strm) const {
product-weight.h 59 ostream &Write(ostream &strm) const {
60 value1_.Write(strm);
61 return value2_.Write(strm);
  /external/v8/src/
dateparser.cc 35 bool DateParser::DayComposer::Write(FixedArray* output) {
82 bool DateParser::TimeComposer::Write(FixedArray* output) {
106 bool DateParser::TimeZoneComposer::Write(FixedArray* output) {
  /external/webkit/WebKit/win/
WebActionPropertyBag.cpp 168 HRESULT STDMETHODCALLTYPE WebActionPropertyBag::Write(LPCOLESTR pszPropName, VARIANT* pVar)
CFDictionaryPropertyBag.cpp 176 HRESULT STDMETHODCALLTYPE CFDictionaryPropertyBag::Write(LPCOLESTR pszPropName, VARIANT* pVar)
WebElementPropertyBag.cpp 197 HRESULT STDMETHODCALLTYPE WebElementPropertyBag::Write(LPCOLESTR pszPropName, VARIANT* pVar)
COMPropertyBag.h 52 virtual HRESULT STDMETHODCALLTYPE Write(LPCOLESTR pszPropName, VARIANT*);
56 virtual HRESULT STDMETHODCALLTYPE Write(ULONG cProperties, PROPBAG2*, VARIANT*);
155 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Write(LPCOLESTR pszPropName, VARIANT* pVar)
180 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Write(ULONG cProperties, PROPBAG2*, VARIANT*)
MemoryStream.cpp 113 HRESULT STDMETHODCALLTYPE MemoryStream::Write(
197 HRESULT hr = pstm->Write(m_buffer->data()+m_pos, read, &written);
WebDatabaseManager.cpp 65 virtual HRESULT STDMETHODCALLTYPE Write(LPCOLESTR pszPropName, VARIANT* pVar);
135 HRESULT STDMETHODCALLTYPE DatabaseDetailsPropertyBag::Write(LPCOLESTR pszPropName, VARIANT* pVar)
  /cts/tools/utils/cts/
tools.py 104 """Write the description as XML to the given writer."""
154 def Write(self, file_name):
155 """Write the test plan to the given file.
  /external/opencore/fileformats/common/parser/include/
pvmi_datastreamsyncinterface_ref_impl.h 102 PvmiDataStreamStatus Write(PvmiDataStreamSession aSessionID,
106 PvmiDataStreamStatus Write(PvmiDataStreamSession aSessionID,
  /external/opencore/pvmi/pvmf/include/
pvmi_datastreamsyncinterface_ref_impl.h 102 PvmiDataStreamStatus Write(PvmiDataStreamSession aSessionID,
106 PvmiDataStreamStatus Write(PvmiDataStreamSession aSessionID,
pvmi_data_stream_interface.h 150 * (e.g., read, write, append, etc)
224 * Query the current write capacity. The value returned indicates
226 * position of the current write pointer. If the data is unavailable
239 * Request notification when the write capacity reaches a certain level.
248 * the write pointer)
262 * Cancel notification for either write or read capacity that was issued earlier.
281 * Cancel notification for either write or read capacity that was issued earlier.
329 virtual PvmiDataStreamStatus Write(PvmiDataStreamSession aSessionID,
355 virtual PvmiDataStreamStatus Write(PvmiDataStreamSession aSessionID,
362 * Sets the position for the read/write pointer
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
61 TCompressionStream is write-only and strictly sequential. Reading from the
92 function Write(const Buffer; Count: Longint): Longint; override;
121 function Write(const Buffer; Count: Longint): Longint; override;
444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint;
522 function TDecompressionStream.Write(const Buffer; Count: Longint): Longint;
  /external/opencore/fileformats/common/parser/src/
pvmi_datastreamsyncinterface_ref_impl.cpp 247 PVMIDataStreamSyncInterfaceRefImpl::Write(PvmiDataStreamSession sessionID,
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_cache.cpp 135 ;//ok to write
199 * Write
206 * number of elements to write
210 uint32 OsclFileCache::Write(const void* inputBuffer, uint32 size, uint32 numelements)
215 (0, "OsclFileCache(0x%x)::Write ERROR invalid arg ", this));
219 //write the data only in the mode we are permitted to write
224 ;//ok to write
229 (0, "OsclFileCache(0x%x)::Write ERROR invalid mode for writing ", this));
233 //In Append mode, write always happens at the end of file
    [all...]
oscl_file_native.cpp 324 uint32 OsclNativeFile::Write(const OsclAny *buffer, uint32 size, uint32 numelements)
oscl_file_io.cpp 523 OSCL_EXPORT_REF uint32 Oscl_File::Write(const OsclAny *buffer, uint32 size, uint32 numelements)
528 (0, "Oscl_File(0x%x)::Write IN size %d num %d", this, size, numelements));
540 result = iFileCache->Write(buffer, size, numelements);
542 return iAsyncFile->Write(buffer, size, numelements);
554 (0, "Oscl_File(0x%x)::Write OUT result %d", this, result));
895 (0, "OsclNativeFile(0x%x)::Write IN size %d numelements %d", this, size, numelements));
905 result = iNativeFile->Write(buffer, size, numelements);
914 (0, "OsclNativeFile(0x%x)::Write OUT result %d", this, result));
  /external/giflib/
gif_lib_private.h 49 OutputFunc Write; /* function to write gif output (MRB) */
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
rme.h 80 void Write(int sizeEntries, uint32* entries)
mt.h 88 void Write(PS_MultiplexEntryDescriptor descriptors, int32 size)
128 void Write(PS_MultiplexEntryDescriptor descriptors, int32 size);
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_filebufferdatastream_factory.cpp 21 * This will write the data from the protocol engine in a file for later reading by the
342 // Determine the file size from write datastream.
388 //get current write datastream pos
391 //Read datastream's current read location cannot exceed write datastream's
511 PVMFFileBufferReadDataStreamImpl::Write(PvmiDataStreamSession aSessionID,
520 // Write not supported in the PVMFFileBufferReadDataStreamImpl object
525 PVMFFileBufferReadDataStreamImpl::Write(PvmiDataStreamSession aSessionID, OsclRefCounterMemFrag* aFrag, uint32& aNumElements)
530 // Write not supported in the PVMFMemoryBufferReadDataStreamImpl object
666 // This function assumes that the WRITE mode will be requested first!
681 //since we flush the file after each write, cache is not helpful
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
mt.cpp 52 void MultiplexEntrySendMgr::Write(PS_MultiplexEntryDescriptor descriptors, int32 size)
54 iOutMTEntries.Write(descriptors, size);
60 iOutMTEntries.Write(p_MuxDescriptor->multiplexEntryDescriptors ,

Completed in 741 milliseconds

1 2 3